mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
修复 OOBE 密码步骤国际化键路径错误
This commit is contained in:
+10
-10
@@ -50,21 +50,21 @@
|
||||
"title": "Set Theme",
|
||||
"description": "Choose your preferred interface appearance",
|
||||
"mode": "Mode",
|
||||
"password": {
|
||||
"title": "Set Password",
|
||||
"description": "Set login password to protect your data (optional)",
|
||||
"adminPassword": "Admin Password",
|
||||
"adminPasswordHint": "Full access to all features, 6 digits",
|
||||
"pointsPassword": "Points Password",
|
||||
"pointsPasswordHint": "Points operations only, 6 digits",
|
||||
"passwordPlaceholder": "Enter 6 digits",
|
||||
"hint": "Leave empty to skip, you can configure in settings later"
|
||||
},
|
||||
"lightMode": "Light",
|
||||
"darkMode": "Dark",
|
||||
"primaryColor": "Primary Color",
|
||||
"backgroundGradient": "Background Gradient"
|
||||
},
|
||||
"password": {
|
||||
"title": "Set Password",
|
||||
"description": "Set login password to protect your data (optional)",
|
||||
"adminPassword": "Admin Password",
|
||||
"adminPasswordHint": "Full access to all features, 6 digits",
|
||||
"pointsPassword": "Points Password",
|
||||
"pointsPasswordHint": "Points operations only, 6 digits",
|
||||
"passwordPlaceholder": "Enter 6 digits",
|
||||
"hint": "Leave empty to skip, you can configure in settings later"
|
||||
},
|
||||
"students": {
|
||||
"title": "Import Student List",
|
||||
"description": "Add student list to start points management",
|
||||
|
||||
Reference in New Issue
Block a user