add confirmation password in sign up page, modify text in sign up page

This commit is contained in:
MaysWind
2020-10-28 00:25:58 +08:00
parent f509530d06
commit 8522aaf525
4 changed files with 67 additions and 25 deletions
+10 -3
View File
@@ -69,8 +69,11 @@ export default {
'Your username or Email': 'Your username or Email',
'Password': 'Password',
'Your password': 'Your password',
'Your password, at least 6 characters': 'Your password, at least 6 characters',
'Confirmation Password': 'Confirmation Password',
'Re-enter the password': 'Re-enter the password',
'E-mail': 'E-mail',
'Your email': 'Your email',
'Your email address': 'Your email address',
'Nickname': 'Nickname',
'Your nickname': 'Your nickname',
'Log In': 'Log In',
@@ -79,8 +82,12 @@ export default {
'Forget Password?': 'Forget Password?',
'Please input username': 'Please input username',
'Please input password': 'Please input password',
'Please input email': 'Please input email',
'Please input nickname': 'Please input nickname',
'Username cannot be empty': 'Username cannot be empty',
'Password cannot be empty': 'Password cannot be empty',
'Confirmation password cannot be empty': 'Confirmation password cannot be empty',
'Password and confirmation password do not match': 'Password and confirmation password do not match',
'Email address cannot be empty': 'Email address cannot be empty',
'Nickname cannot be empty': 'Nickname cannot be empty',
'Unable to login': 'Unable to login',
'Two-Factor Authentication': 'Two-Factor Authentication',
'Passcode': 'Passcode',
+10 -3
View File
@@ -69,8 +69,11 @@ export default {
'Your username or Email': '你的用户名或注册邮箱',
'Password': '密码',
'Your password': '你的密码',
'Your password, at least 6 characters': '你的密码,至少6个字符',
'Confirmation Password': '确认密码',
'Re-enter the password': '再次输入密码',
'E-mail': '电子邮箱',
'Your email': '你的电子邮箱',
'Your email address': '你的电子邮箱地址',
'Nickname': '昵称',
'Your nickname': '你的昵称',
'Log In': '登录',
@@ -79,8 +82,12 @@ export default {
'Forget Password?': '找回密码?',
'Please input username': '请输入用户名',
'Please input password': '请输入密码',
'Please input email': '请输入电子邮箱',
'Please input nickname': '请输入昵称',
'Username cannot be empty': '用户名不能为空',
'Password cannot be empty': '密码不能为空',
'Confirmation password cannot be empty': '确认密码不能为空',
'Password and confirmation password do not match': '密码和确认密码不匹配',
'Email address cannot be empty': '电子邮箱地址不能为空',
'Nickname cannot be empty': '昵称不能为空',
'Unable to login': '无法登录',
'Two-Factor Authentication': '两步验证',
'Passcode': '验证码',