This commit is contained in:
Baobhan Sith
2025-04-30 14:46:41 +08:00
parent 59348d3008
commit 3f9f0aa99d
5 changed files with 41 additions and 38 deletions
+12 -11
View File
@@ -367,6 +367,17 @@
"appearance": "外观设置",
"system": "系统设置"
},
"timezone": {
"title": "时区设置",
"selectLabel": "选择时区:",
"description": "通知中的时间戳将根据此时区进行格式化。",
"success": {
"saved": "时区设置已成功保存。"
},
"error": {
"saveFailed": "保存时区设置失败。"
}
},
"changePassword": {
"title": "修改密码",
"currentPassword": "当前密码:",
@@ -664,18 +675,8 @@
},
"error": {
"saveFailed": "保存同步目标失败。"
},
"timezone": {
"title": "时区设置",
"selectLabel": "选择时区:",
"description": "通知中的时间戳将根据此时区进行格式化。",
"success": {
"saved": "时区设置已成功保存。"
},
"error": {
"saveFailed": "保存时区设置失败。"
}
}
}
},
"notificationController": {