backup add docker

This commit is contained in:
lollipopkit
2023-03-27 15:09:19 +08:00
parent 2747df64dd
commit 2ea061d324
14 changed files with 49 additions and 56 deletions

View File

@@ -10,7 +10,8 @@
"auto": "Auto",
"backDir": "Back",
"backup": "Backup",
"backupTip": "The exported data is simply encrypted. \nPlease keep it safe.\nRestoring will not overwrite existing data (except setting).",
"backupAndRestore": "Backup and Restore",
"backupTip": "The exported data is simply encrypted. \nPlease keep it safe.\nRestoring will not overwrite existing data.",
"backupVersionNotMatch": "Backup version is not match.",
"cancel": "Cancel",
"choose": "Choose",
@@ -68,7 +69,6 @@
"httpFailedWithCode": "request failed, status code: {code}",
"imagesList": "Images list",
"import": "Import",
"importAndExport": "Import and Export",
"inputDomainHere": "Input Domain here",
"install": "install",
"installDockerWithUrl": "Please https://docs.docker.com/engine/install docker first.",

View File

@@ -10,7 +10,8 @@
"auto": "自动",
"backDir": "返回上一级",
"backup": "备份",
"backupTip": "导出的数据仅进行了简单加密,请妥善保管。\n除了设置项恢复的数据不会覆盖现有数据。",
"backupAndRestore": "备份和恢复",
"backupTip": "导出的数据仅进行了简单加密,请妥善保管。\n恢复的数据不会覆盖现有数据。",
"backupVersionNotMatch": "备份版本不匹配,无法恢复",
"cancel": "取消",
"choose": "选择",
@@ -68,7 +69,6 @@
"httpFailedWithCode": "请求失败, 状态码: {code}",
"imagesList": "镜像列表",
"import": "导入",
"importAndExport": "导入或导出",
"inputDomainHere": "在这里输入域名",
"install": "安装",
"installDockerWithUrl": "请先 https://docs.docker.com/engine/install docker",