Files
ezbookkeeping/src/locales/zh_Hans.js
T

101 lines
4.2 KiB
JavaScript

export default {
'global': {
'app': {
'title': 'lab 轻记账',
}
},
'error': {
'system error': '系统错误',
'api not found': '接口调用失败',
'incomplete or incorrect submission': '提交不完整或不正确',
'operation failed': '操作失败',
'nothing will be updated': '没有内容更新',
'unauthorized access': '未授权的登录',
'token is expired': '认证令牌已过期',
'token is invalid': '认证令牌无效',
'user token id is invalid': '用户认证令牌ID无效',
'token id is invalid': '认证令牌ID无效',
'token is not found': '认证令牌不存在',
'token type is invalid': '认证令牌类型无效',
'token requires two factor authorization': '认证令牌需要两步验证',
'token does not require two factor authorization': '认证令牌不需要两步验证',
'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': '登录名或密码错误',
'passcode is invalid': '验证码无效',
'two factor backup code is invalid': '两步验证备用码无效',
'two factor is not enabled': '两步验证没有启用',
'two factor has already been enabled': '两步验证已经启用',
'two factor backup code does not exist': '两步验证备用码不存在',
},
'parameter': {
'username': '用户名',
'password': '密码',
'email': '电子邮箱',
'nickname': '昵称',
},
'parameterizedError': {
'parameter invalid': '{parameter}无效',
'parameter required': '{parameter}为必填项',
'parameter too long': '{parameter}必须小于{length}个字符',
'parameter too short': '{parameter}必须大于{length}个字符',
'parameter length not equal': '{parameter}必须等于{length}个字符',
'parameter cannot be blank': '{parameter}不能为空',
'parameter invalid username format': '{parameter}格式错误',
'parameter invalid email format': '{parameter}格式错误',
},
'OK': '确定',
'Cancel': '取消',
'Done': '完成',
'Home': '首页',
'Journals': '流水',
'Accounts': '账户',
'Charts': '图表',
'New Record': '记一笔',
'Settings': '设置',
'Back': '返回',
'Username': '用户名',
'Your username': '你的用户名',
'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': '验证码',
'Backup Code': '备用码',
'Verify': '验证',
'Please input passcode': '请输入验证码',
'Please input backup code': '请输入备用码',
'Unable to verify': '无法验证',
'Use a backup code': '使用备用码',
'Use a passcode': '使用验证码',
'Sign Up': '注册',
'Language': '语言',
'You have been successfully registered': '注册成功',
'Unable to sign up': '无法注册',
'User registration is disabled': '用户注册已禁用',
'Log Out': '退出登录',
'Are you sure you want to log out?': '您确定是否要退出登录?',
'Unable to logout': '无法退出登录',
};