From 382e882d9a9f5a6dcd57ec56b194a9e3b6496dca Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 03:49:48 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B3=A8=E5=86=8C=E7=95=8C=E9=9D=A2=E7=9A=84=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC=EF=BC=8C=E5=B0=86=E2=80=9C=E5=A7=93=E5=90=8D?= =?UTF-8?q?=E2=80=9D=E6=9B=B4=E6=94=B9=E4=B8=BA=E2=80=9C=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh-CN.json | 4 ++-- src/locales/zh-HK.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/locales/zh-CN.json b/src/locales/zh-CN.json index d29ec04..e5aaa0a 100644 --- a/src/locales/zh-CN.json +++ b/src/locales/zh-CN.json @@ -632,13 +632,13 @@ "auth": { "signup": { "title": "用户注册", - "enterName": "请输入姓名", + "enterName": "请输入用户名", "enterEmail": "请输入邮箱", "enterPassword": "请输入密码", "agreeTermsError": "请同意服务条款后继续", "signupFailed": "注册失败,请重试", "validation": { - "nameRequired": "请输入姓名", + "nameRequired": "请输入用户名", "emailRequired": "请输入邮箱", "emailInvalid": "请输入有效的邮箱地址", "passwordRequired": "请输入密码", diff --git a/src/locales/zh-HK.json b/src/locales/zh-HK.json index e4b8702..b2a673c 100644 --- a/src/locales/zh-HK.json +++ b/src/locales/zh-HK.json @@ -632,13 +632,13 @@ "auth": { "signup": { "title": "用戶註冊", - "enterName": "請輸入姓名", + "enterName": "請輸入用户名", "enterEmail": "請輸入郵箱", "enterPassword": "請輸入密碼", "agreeTermsError": "請同意服務條款後繼續", "signupFailed": "註冊失敗,請重試", "validation": { - "nameRequired": "請輸入姓名", + "nameRequired": "請輸入用户名", "emailRequired": "請輸入郵箱", "emailInvalid": "請輸入有效的郵箱地址", "passwordRequired": "請輸入密碼",