From 2bb2480c90c0ae613d06801503f4ea6db92f127b Mon Sep 17 00:00:00 2001 From: lzh Date: Fri, 19 Dec 2025 13:51:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E7=9A=84=E5=9B=BD=E9=99=85=E5=8C=96=E6=96=87?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 补充和完善中文认证文案 - 补充和完善英文认证文案 --- packages/locales/src/langs/en-US/authentication.json | 7 +++++-- packages/locales/src/langs/zh-CN/authentication.json | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/locales/src/langs/en-US/authentication.json b/packages/locales/src/langs/en-US/authentication.json index 5d87c58b5..06d069b36 100644 --- a/packages/locales/src/langs/en-US/authentication.json +++ b/packages/locales/src/langs/en-US/authentication.json @@ -32,7 +32,7 @@ "goToLogin": "Login instead", "passwordStrength": "Use 8 or more characters with a mix of letters, numbers & symbols", "forgetPassword": "Forget Password?", - "forgetPasswordSubtitle": "Enter your email and we'll send you instructions to reset your password", + "forgetPasswordSubtitle": "Enter your phone number, and we will send you a verification code to reset your password", "resetPasswordSuccess": "Reset password success", "emailTip": "Please enter email", "emailValidErrorTip": "The email format you entered is incorrect", @@ -66,5 +66,8 @@ "center": "Align Center", "alignLeft": "Align Left", "alignRight": "Align Right" - } + }, + "otherLoginMethods": "Or sign in with", + "contactSupport": "Need help?", + "support": "Contact Support" } diff --git a/packages/locales/src/langs/zh-CN/authentication.json b/packages/locales/src/langs/zh-CN/authentication.json index 6d27f6fe7..38b4f33d0 100644 --- a/packages/locales/src/langs/zh-CN/authentication.json +++ b/packages/locales/src/langs/zh-CN/authentication.json @@ -32,7 +32,7 @@ "goToLogin": "去登录", "passwordStrength": "使用 8 个或更多字符,混合字母、数字和符号", "forgetPassword": "忘记密码?", - "forgetPasswordSubtitle": "输入您的电子邮件,我们将向您发送重置密码的连接", + "forgetPasswordSubtitle": "输入您的手机号,我们将向您发送重置密码的验证码", "resetPasswordSuccess": "重置密码成功", "emailTip": "请输入邮箱", "emailValidErrorTip": "你输入的邮箱格式不正确", @@ -66,5 +66,8 @@ "center": "居中", "alignLeft": "居左", "alignRight": "居右" - } + }, + "otherLoginMethods": "或使用以下方式登录", + "contactSupport": "遇到问题?", + "support": "联系支持" }