foreign-admin-ui/src/i18n/locales/zh-CN/index.ts

103 lines
3.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 中文翻译文件
export default {
// 通用
common: {
loading: '加载中...',
submit: '提交',
cancel: '取消',
confirm: '确认',
edit: '修改',
delete: '删除',
save: '保存',
close: '关闭',
search: '搜索',
reset: '重置',
pleaseInput: '请输入',
pleaseSelect: '请选择',
operation: '操作',
status: '状态',
createTime: '创建时间',
updateTime: '更新时间',
remark: '备注',
success: '操作成功',
error: '操作失败',
warning: '警告',
info: '提示'
},
// 个人中心
personalCenter: {
pageTitle: '账户信息',
username: '用户名',
email: '邮箱',
mobile: '手机号',
password: '密码',
language: '语言',
languageDesc: '选择您偏好的通讯语言',
lastLogin: '最后登录',
notSet: '未设置',
notBound: '未绑定',
bound: '已绑定',
goToBind: '去绑定',
bind: '绑定',
rebind: '重新绑定',
modify: '修改',
bindEmail: '绑定邮箱',
bindMobile: '绑定手机号',
rebindMobile: '重新绑定手机号',
modifyUsername: '修改用户名',
modifyPassword: '修改密码',
verifyMethod: '验证方式',
verifyAccount: '验证账号',
mobileVerify: '手机验证',
emailVerify: '邮箱验证',
newPassword: '新密码',
confirmPassword: '确认密码',
passwordPlaceholder: '6-12位含大小写+特殊字符',
confirmPasswordPlaceholder: '请再次输入新密码',
// 验证规则提示
pleaseInputEmail: '请输入邮箱',
emailFormatError: '邮箱格式不正确',
pleaseInputMobile: '请输入手机号',
mobileFormatError: '手机号格式不正确',
pleaseInputUsername: '请输入用户名',
usernameLengthError: '用户名长度 2-20 位',
pleaseSelectVerifyMethod: '请选择验证方式',
pleaseInputNewPassword: '请输入新密码',
passwordLengthError: '长度 6-12 位',
passwordComplexityError: '必须包含大小写+特殊字符',
pleaseConfirmNewPassword: '请确认新密码',
passwordMismatchError: '两次密码不一致',
// 消息提示
pleaseBindMobileOrEmail: '请先绑定手机或邮箱',
pleaseInputVerifyAccount: '请先绑定验证账号',
pleaseInputReceiverAccount: '请输入接收验证码的账号',
getUserInfoFailed: '获取用户信息失败',
languageChangeFailed: '语言切换失败'
},
// 代理用户详情
agentUser: {
phone: '手机号',
accountBalance: '账户余额',
depositAmount: '存款金额',
email: '邮箱',
registerTime: '注册时间',
historyTradeAmount: '历史交易金额',
tradeAccount: '交易账号',
accountName: '账户名称',
balance: '余额',
tradeLeverage: '交易杠杆',
historyTradeVolume: '历史交易量',
addTime: '添加时间',
loadDetailFailed: '加载详情失败',
operateAccount: '操作账户',
role: {
1: '平台',
2: '承包商',
3: '特殊做市商',
4: '普通做市商',
5: '代理',
6: '用户'
}
}
}