update
This commit is contained in:
@@ -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...",
|
||||
|
||||
@@ -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 容器...",
|
||||
|
||||
Reference in New Issue
Block a user