This commit is contained in:
Baobhan Sith
2025-04-30 13:25:42 +08:00
parent a5a98df88d
commit 36ccbe5e77
4 changed files with 36 additions and 8 deletions
+13 -1
View File
@@ -663,6 +663,17 @@
},
"error": {
"saveFailed": "Failed to save sync target."
},
"timezone": {
"title": "Timezone Settings",
"selectLabel": "Select Timezone:",
"description": "Timestamps in notifications will be formatted according to this timezone.",
"success": {
"saved": "Timezone setting saved successfully."
},
"error": {
"saveFailed": "Failed to save timezone setting."
}
}
}
},
@@ -907,7 +918,8 @@
"confirmClose": "You have unsaved changes. Are you sure you want to close?",
"shortcutPlaceholder": "e.g., Alt+K",
"shortcutSettings": "Shortcut Settings",
"noInputsAvailable": "No configurable inputs available"
"noInputsAvailable": "No configurable inputs available",
"altSwitchHint": "Hint: Press the Alt key to quickly switch focus between configured input sources."
},
"dockerManager": {
"loading": "Loading Docker Containers...",
+13 -1
View File
@@ -664,6 +664,17 @@
},
"error": {
"saveFailed": "保存同步目标失败。"
},
"timezone": {
"title": "时区设置",
"selectLabel": "选择时区:",
"description": "通知中的时间戳将根据此时区进行格式化。",
"success": {
"saved": "时区设置已成功保存。"
},
"error": {
"saveFailed": "保存时区设置失败。"
}
}
}
},
@@ -910,7 +921,8 @@
"confirmClose": "有未保存的更改,确定要关闭吗?",
"shortcutPlaceholder": "例如 Alt+K",
"shortcutSettings": "快捷键设置",
"noInputsAvailable": "没有可配置的输入项"
"noInputsAvailable": "没有可配置的输入项",
"altSwitchHint": "提示:按下 Alt 键可在配置的输入源之间快速切换焦点。"
},
"dockerManager": {
"loading": "正在加载 Docker 容器...",