update
This commit is contained in:
@@ -612,7 +612,21 @@
|
||||
"error": {
|
||||
"saveFailed": "Failed to save auto copy setting."
|
||||
}
|
||||
}
|
||||
},
|
||||
"docker": {
|
||||
"title": "Docker Manager Settings",
|
||||
"refreshIntervalLabel": "Status Refresh Interval (seconds):",
|
||||
"refreshIntervalHint": "How often to fetch Docker container status and stats (minimum 1).",
|
||||
"defaultExpandLabel": "Expand container details by default",
|
||||
"saveButton": "Save Docker Settings",
|
||||
"success": {
|
||||
"saved": "Docker settings saved successfully."
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "Failed to save Docker settings.",
|
||||
"invalidInterval": "Refresh interval must be a positive integer."
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "Loading...",
|
||||
|
||||
@@ -612,7 +612,21 @@
|
||||
"error": {
|
||||
"saveFailed": "保存自动复制设置失败。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"docker": {
|
||||
"title": "Docker 管理器设置",
|
||||
"refreshIntervalLabel": "状态刷新间隔 (秒):",
|
||||
"refreshIntervalHint": "获取 Docker 容器状态和统计信息的频率(最小为 1)。",
|
||||
"defaultExpandLabel": "默认展开容器详情",
|
||||
"saveButton": "保存 Docker 设置",
|
||||
"success": {
|
||||
"saved": "Docker 设置已成功保存。"
|
||||
},
|
||||
"error": {
|
||||
"saveFailed": "保存 Docker 设置失败。",
|
||||
"invalidInterval": "刷新间隔必须是正整数。"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"loading": "加载中...",
|
||||
|
||||
Reference in New Issue
Block a user