40 lines
1.3 KiB
JavaScript
40 lines
1.3 KiB
JavaScript
export default {
|
|
'global': {
|
|
'app': {
|
|
'title': 'lab 轻记账'
|
|
}
|
|
},
|
|
'error': {
|
|
'user id is invalid': '用户ID无效',
|
|
'username is empty': '用户名为空',
|
|
'email is empty': '电子邮箱为空',
|
|
'password is empty': '密码为空',
|
|
'user not found': '找不到该用户',
|
|
'password is wrong': '密码错误',
|
|
'username already exists': '用户名已经存在',
|
|
'email already exists': '邮箱已经存在',
|
|
'login name is invalid': '登录名无效',
|
|
'login name or password is invalid': '登录名或密码无效',
|
|
'login name or password is wrong': '登录名或密码错误'
|
|
},
|
|
'Done': '完成',
|
|
'Home': '首页',
|
|
'Journals': '流水',
|
|
'Accounts': '账户',
|
|
'Charts': '图表',
|
|
'Settings': '设置',
|
|
'Back': '返回',
|
|
'Username': '用户名',
|
|
'Username or Email': '用户名或注册邮箱',
|
|
'Password': '密码',
|
|
'Log In': '登录',
|
|
'Don\'t have an account?': '还没有账号?',
|
|
'Create an account': '创建新账号',
|
|
'Forget Password?': '找回密码?',
|
|
'Please input username': '请输入用户名',
|
|
'Please input password': '请输入密码',
|
|
'Unable to login': '无法登录',
|
|
'Language': '语言',
|
|
'Logout': '退出登录'
|
|
};
|