mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
support user sign up
This commit is contained in:
@@ -66,12 +66,18 @@ export default {
|
||||
'Your username or Email': '你的用户名或注册邮箱',
|
||||
'Password': '密码',
|
||||
'Your password': '你的密码',
|
||||
'E-mail': '电子邮箱',
|
||||
'Your email': '你的电子邮箱',
|
||||
'Nickname': '昵称',
|
||||
'Your nickname': '你的昵称',
|
||||
'Log In': '登录',
|
||||
'Don\'t have an account?': '还没有账号?',
|
||||
'Create an account': '创建新账号',
|
||||
'Forget Password?': '找回密码?',
|
||||
'Please input username': '请输入用户名',
|
||||
'Please input password': '请输入密码',
|
||||
'Please input email': '请输入电子邮箱',
|
||||
'Please input nickname': '请输入昵称',
|
||||
'Unable to login': '无法登录',
|
||||
'Two-Factor Authentication': '两步验证',
|
||||
'Passcode': '验证码',
|
||||
@@ -82,7 +88,10 @@ export default {
|
||||
'Unable to verify': '无法验证',
|
||||
'Use a backup code': '使用备用码',
|
||||
'Use a passcode': '使用验证码',
|
||||
'Sign Up': '注册',
|
||||
'Language': '语言',
|
||||
'You have been successfully registered': '注册成功',
|
||||
'Unable to sign up': '无法注册',
|
||||
'Log Out': '退出登录',
|
||||
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
||||
'Unable to logout': '无法退出登录',
|
||||
|
||||
Reference in New Issue
Block a user