mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
code refactor
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
export default {
|
||||
'global': {
|
||||
'app': {
|
||||
'title': 'lab 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',
|
||||
'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?',
|
||||
'Create an account': 'Create an account',
|
||||
'Forget Password?': 'Forget Password?',
|
||||
'Please input username': 'Please input username',
|
||||
'Please input password': 'Please input password',
|
||||
'Unable to login': 'Unable to login',
|
||||
'Logout': 'Logout'
|
||||
};
|
||||
Reference in New Issue
Block a user