mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
support user sign up
This commit is contained in:
@@ -66,12 +66,18 @@ export default {
|
||||
'Your username or Email': 'Your username or Email',
|
||||
'Password': 'Password',
|
||||
'Your password': 'Your password',
|
||||
'E-mail': 'E-mail',
|
||||
'Your email': 'Your email',
|
||||
'Nickname': 'Nickname',
|
||||
'Your nickname': 'Your nickname',
|
||||
'Log In': 'Log In',
|
||||
'Don\'t have an account?': 'Don\'t have an account?',
|
||||
'Create an account': 'Create an account',
|
||||
'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',
|
||||
'Unable to login': 'Unable to login',
|
||||
'Two-Factor Authentication': 'Two-Factor Authentication',
|
||||
'Passcode': 'Passcode',
|
||||
@@ -82,7 +88,10 @@ export default {
|
||||
'Unable to verify': 'Unable to verify',
|
||||
'Use a backup code': 'Use a backup code',
|
||||
'Use a passcode': 'Use a passcode',
|
||||
'Sign Up': 'Sign Up',
|
||||
'Language': 'Language',
|
||||
'You have been successfully registered': 'You have been successfully registered',
|
||||
'Unable to sign up': 'Unable to sign up',
|
||||
'Log Out': 'Log Out',
|
||||
'Are you sure you want to log out?': 'Are you sure you want to log out?',
|
||||
'Unable to logout': 'Unable to logout',
|
||||
|
||||
Reference in New Issue
Block a user