1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-14 01:34:47 +08:00

refactor: 修改容器镜像加速描述信息

This commit is contained in:
wanghe-fit2cloud 2023-04-10 22:13:16 +08:00
parent 0ddbdfeac9
commit 4e20ec1c9b
2 changed files with 2 additions and 2 deletions

View File

@ -555,7 +555,7 @@ const message = {
daemonJsonPathHelper: 'Ensure that the configuration path is the same as that specified in docker.service.', daemonJsonPathHelper: 'Ensure that the configuration path is the same as that specified in docker.service.',
mirrors: 'Registry mirrors', mirrors: 'Registry mirrors',
mirrorsHelper: mirrorsHelper:
'If empty, mirror acceleration is disabled. The accelerated URL is used first for the operation, and will skipped when the request times out', 'Redirecting requests for a Docker image repository to a specified image accelerator can improve the download speed of the image',
registries: 'Insecure registries', registries: 'Insecure registries',
liveHelper: liveHelper:
'Allows the running container state to be preserved in case of unexpected shutdown or crash of the Docker daemon', 'Allows the running container state to be preserved in case of unexpected shutdown or crash of the Docker daemon',

View File

@ -562,7 +562,7 @@ const message = {
dockerStatus: 'Docker 服务', dockerStatus: 'Docker 服务',
daemonJsonPathHelper: '请保证配置路径与 docker.service 中指定的配置路径保持一致', daemonJsonPathHelper: '请保证配置路径与 docker.service 中指定的配置路径保持一致',
mirrors: '镜像加速', mirrors: '镜像加速',
mirrorsHelper: '为空则关闭镜像加速优先使用加速 URL 执行操作请求超时将跳过使用默认加速方式', mirrorsHelper: 'Docker 镜像库的请求重定向到指定的镜像加速器从而提高镜像的下载速度',
registries: '私有仓库', registries: '私有仓库',
liveHelper: '允许在 Docker 守护进程发生意外停机或崩溃时保留正在运行的容器状态', liveHelper: '允许在 Docker 守护进程发生意外停机或崩溃时保留正在运行的容器状态',
liveWithSwarmHelper: 'live-restore 守护进程配置与 Swarm 模式不兼容', liveWithSwarmHelper: 'live-restore 守护进程配置与 Swarm 模式不兼容',