update basic sign in / sign out

This commit is contained in:
MaysWind
2020-10-19 01:54:24 +08:00
parent 769eb604bd
commit e92e4e6b2e
11 changed files with 274 additions and 25 deletions
+26 -2
View File
@@ -4,9 +4,33 @@ export default {
'title': 'lightweight account book'
}
},
'error': {
'user id is invalid': 'User id is invalid',
'username is empty': 'Username is empty',
'email is empty': 'Email is empty',
'password is empty': 'Password is empty',
'user not found': 'User not found',
'password is wrong': 'Password is wrong',
'username already exists': 'Username already exists',
'email already exists': 'Email already exists',
'login name is invalid': 'Login name is invalid',
'login name or password is invalid': 'Login name or password is invalid',
'login name or password is wrong': 'Login name or password is wrong'
},
'Home': 'Home',
'Journals': 'Journals',
'Accounts': 'Accounts',
'Charts': 'Charts',
'Settings': 'Settings'
}
'Settings': 'Settings',
'Back': 'Back',
'Username': 'Username',
'Username or Email': 'Username or Email',
'Password': 'Password',
'Log In': 'Log In',
'Don\'t have an account?': 'Don\'t have an account?',
'Sign up': 'Sign up',
'Have problem with login?': 'Have problem with login?',
'Forget Password': 'Forget Password',
'Unable to login': 'Unable to login',
'Logout': 'Logout'
};