feat: 更新用户注册界面的提示文本,将“姓名”更改为“用户名”
This commit is contained in:
@@ -632,13 +632,13 @@
|
||||
"auth": {
|
||||
"signup": {
|
||||
"title": "用户注册",
|
||||
"enterName": "请输入姓名",
|
||||
"enterName": "请输入用户名",
|
||||
"enterEmail": "请输入邮箱",
|
||||
"enterPassword": "请输入密码",
|
||||
"agreeTermsError": "请同意服务条款后继续",
|
||||
"signupFailed": "注册失败,请重试",
|
||||
"validation": {
|
||||
"nameRequired": "请输入姓名",
|
||||
"nameRequired": "请输入用户名",
|
||||
"emailRequired": "请输入邮箱",
|
||||
"emailInvalid": "请输入有效的邮箱地址",
|
||||
"passwordRequired": "请输入密码",
|
||||
|
||||
@@ -632,13 +632,13 @@
|
||||
"auth": {
|
||||
"signup": {
|
||||
"title": "用戶註冊",
|
||||
"enterName": "請輸入姓名",
|
||||
"enterName": "請輸入用户名",
|
||||
"enterEmail": "請輸入郵箱",
|
||||
"enterPassword": "請輸入密碼",
|
||||
"agreeTermsError": "請同意服務條款後繼續",
|
||||
"signupFailed": "註冊失敗,請重試",
|
||||
"validation": {
|
||||
"nameRequired": "請輸入姓名",
|
||||
"nameRequired": "請輸入用户名",
|
||||
"emailRequired": "請輸入郵箱",
|
||||
"emailInvalid": "請輸入有效的郵箱地址",
|
||||
"passwordRequired": "請輸入密碼",
|
||||
|
||||
Reference in New Issue
Block a user