feat: 更新用户注册界面的提示文本,将“姓名”更改为“用户名”

This commit is contained in:
2026-01-15 03:49:48 +07:00
parent b6c5a137d4
commit 382e882d9a
2 changed files with 4 additions and 4 deletions

View File

@@ -632,13 +632,13 @@
"auth": {
"signup": {
"title": "用户注册",
"enterName": "请输入名",
"enterName": "请输入用户名",
"enterEmail": "请输入邮箱",
"enterPassword": "请输入密码",
"agreeTermsError": "请同意服务条款后继续",
"signupFailed": "注册失败,请重试",
"validation": {
"nameRequired": "请输入名",
"nameRequired": "请输入用户名",
"emailRequired": "请输入邮箱",
"emailInvalid": "请输入有效的邮箱地址",
"passwordRequired": "请输入密码",

View File

@@ -632,13 +632,13 @@
"auth": {
"signup": {
"title": "用戶註冊",
"enterName": "請輸入名",
"enterName": "請輸入用户名",
"enterEmail": "請輸入郵箱",
"enterPassword": "請輸入密碼",
"agreeTermsError": "請同意服務條款後繼續",
"signupFailed": "註冊失敗,請重試",
"validation": {
"nameRequired": "請輸入名",
"nameRequired": "請輸入用户名",
"emailRequired": "請輸入郵箱",
"emailInvalid": "請輸入有效的郵箱地址",
"passwordRequired": "請輸入密碼",