This commit is contained in:
Baobhan Sith
2025-04-20 19:56:17 +08:00
parent 1ebf05940a
commit 638e66eedd
7 changed files with 168 additions and 33 deletions
+15 -1
View File
@@ -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...",