feat: 添加用户注册表单验证信息,包括姓名、邮箱和密码的必填及格式要求
This commit is contained in:
@@ -632,7 +632,14 @@
|
||||
"auth": {
|
||||
"signup": {
|
||||
"title": "用戶註冊",
|
||||
"enterEmail": "請輸入郵箱"
|
||||
"enterEmail": "請輸入郵箱",
|
||||
"validation": {
|
||||
"nameRequired": "請輸入姓名",
|
||||
"emailRequired": "請輸入郵箱",
|
||||
"emailInvalid": "請輸入有效的郵箱地址",
|
||||
"passwordRequired": "請輸入密碼",
|
||||
"passwordMinLength": "密碼至少需要{length}個字符"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"title": "登錄",
|
||||
|
||||
Reference in New Issue
Block a user