feat: 更新用户注册和登录界面的文本提示,增强用户体验

This commit is contained in:
2026-01-15 03:04:49 +07:00
parent 0ebf33c5a4
commit 4c29f95740
6 changed files with 27 additions and 3 deletions

View File

@@ -632,7 +632,11 @@
"auth": {
"signup": {
"title": "用户注册",
"enterName": "请输入姓名",
"enterEmail": "请输入邮箱",
"enterPassword": "请输入密码",
"agreeTermsError": "请同意服务条款后继续",
"signupFailed": "注册失败,请重试",
"validation": {
"nameRequired": "请输入姓名",
"emailRequired": "请输入邮箱",
@@ -645,6 +649,8 @@
"title": "登录",
"loginButton": "登录",
"signupButton": "注册",
"signUpAndLogin": "注册并登录",
"emailPassword": "邮箱密码",
"username": "邮箱",
"phone": "手机号",
"selectCountryCode": "选择国家/地区",