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

View File

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