修复 OOBE 密码步骤国际化键路径错误

This commit is contained in:
JSR
2026-03-18 17:41:37 +08:00
parent e18d1f5efe
commit de369e126a
2 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -50,6 +50,11 @@
"title": "Set Theme", "title": "Set Theme",
"description": "Choose your preferred interface appearance", "description": "Choose your preferred interface appearance",
"mode": "Mode", "mode": "Mode",
"lightMode": "Light",
"darkMode": "Dark",
"primaryColor": "Primary Color",
"backgroundGradient": "Background Gradient"
},
"password": { "password": {
"title": "Set Password", "title": "Set Password",
"description": "Set login password to protect your data (optional)", "description": "Set login password to protect your data (optional)",
@@ -60,11 +65,6 @@
"passwordPlaceholder": "Enter 6 digits", "passwordPlaceholder": "Enter 6 digits",
"hint": "Leave empty to skip, you can configure in settings later" "hint": "Leave empty to skip, you can configure in settings later"
}, },
"lightMode": "Light",
"darkMode": "Dark",
"primaryColor": "Primary Color",
"backgroundGradient": "Background Gradient"
},
"students": { "students": {
"title": "Import Student List", "title": "Import Student List",
"description": "Add student list to start points management", "description": "Add student list to start points management",
+5 -5
View File
@@ -50,6 +50,11 @@
"title": "设置主题", "title": "设置主题",
"description": "选择您喜欢的界面外观", "description": "选择您喜欢的界面外观",
"mode": "模式", "mode": "模式",
"lightMode": "浅色",
"darkMode": "深色",
"primaryColor": "主色",
"backgroundGradient": "背景渐变"
},
"password": { "password": {
"title": "设置密码", "title": "设置密码",
"description": "设置登录密码以保护您的数据(可选)", "description": "设置登录密码以保护您的数据(可选)",
@@ -60,11 +65,6 @@
"passwordPlaceholder": "请输入6位数字", "passwordPlaceholder": "请输入6位数字",
"hint": "留空则不设置密码,之后可在设置中配置" "hint": "留空则不设置密码,之后可在设置中配置"
}, },
"lightMode": "浅色",
"darkMode": "深色",
"primaryColor": "主色",
"backgroundGradient": "背景渐变"
},
"students": { "students": {
"title": "导入名单", "title": "导入名单",
"description": "添加学生名单以便开始积分管理", "description": "添加学生名单以便开始积分管理",