From de369e126a465a5b110d95799c982449703be69b Mon Sep 17 00:00:00 2001 From: JSR Date: Wed, 18 Mar 2026 17:41:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20OOBE=20=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=9B=BD=E9=99=85=E5=8C=96=E9=94=AE=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/locales/en-US.json | 20 ++++++++++---------- src/i18n/locales/zh-CN.json | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 7ec8820..0b793b8 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -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", diff --git a/src/i18n/locales/zh-CN.json b/src/i18n/locales/zh-CN.json index f46ce6d..3ce455c 100644 --- a/src/i18n/locales/zh-CN.json +++ b/src/i18n/locales/zh-CN.json @@ -50,21 +50,21 @@ "title": "设置主题", "description": "选择您喜欢的界面外观", "mode": "模式", - "password": { - "title": "设置密码", - "description": "设置登录密码以保护您的数据(可选)", - "adminPassword": "管理密码", - "adminPasswordHint": "可管理所有功能,6位数字", - "pointsPassword": "积分密码", - "pointsPasswordHint": "仅可操作积分,6位数字", - "passwordPlaceholder": "请输入6位数字", - "hint": "留空则不设置密码,之后可在设置中配置" - }, "lightMode": "浅色", "darkMode": "深色", "primaryColor": "主色", "backgroundGradient": "背景渐变" }, + "password": { + "title": "设置密码", + "description": "设置登录密码以保护您的数据(可选)", + "adminPassword": "管理密码", + "adminPasswordHint": "可管理所有功能,6位数字", + "pointsPassword": "积分密码", + "pointsPasswordHint": "仅可操作积分,6位数字", + "passwordPlaceholder": "请输入6位数字", + "hint": "留空则不设置密码,之后可在设置中配置" + }, "students": { "title": "导入名单", "description": "添加学生名单以便开始积分管理",