国际化

This commit is contained in:
John
2024-03-09 00:45:48 +08:00
parent c595061dc8
commit 80dbf50d4b
28 changed files with 745 additions and 291 deletions

153
src/lang/zh_cn.ts Normal file
View File

@@ -0,0 +1,153 @@
// zh_cn.js文件
export default {
app: {
home: '首页',
serveList: '钱包',
message: '客服',
my: '我的',
yuan: '元',
second: '秒',
month: '个月',
prompt: '提示',
tips: '温馨提示',
enterLogout: '您确定要退出登录吗',
enterWithdrawal: '您确定要提现吗',
withdrawal: '提现',
info: '信息',
success: '成功',
withdrawalAmount: '提现金额',
pleaseWithdrawalAmount: '提现金额',
submit: '提交',
submittedSuccessfully: '提交成功',
submitApplication: '提交申请',
bankCardAbnormality: '银行卡异常',
receivedSuccessfully: '到账成功',
phoneNumber: '手机号码',
verificationCode: '验证码',
confirm: '确认',
enter: '请输入',
select: '请选择',
send: '发送',
login: '登录',
account: '账号',
logout: '登出',
register: '注册',
password: '密码',
forgotPassword: '忘记密码',
passwordPlaceholder: '请设置6-16位密码',
passwordPlaceholder1: '请再次输入密码',
next: '下一步',
update: '修改',
noData: '暂无数据',
none: '暂无',
contract: '合同',
loan: '贷款',
totalLoan: '贷款总额',
complete: '完整',
noComplete: '不完整',
signature: '签名',
identityInformation: '身份信息',
information: '资料信息',
signatureInformation: '签名信息',
receivingBank: '收款银行卡',
rwmljndzlxx: '让我们了解您的资料信息',
upPNGOrJPG: '请上传 jpg 或者 png 格式图片',
},
home: {
productDetails: '产品详情',
minimumDailyInterestRate: '最低日息',
borrowingLimit: '借款额度',
installmentPeriod: '分期期限',
optional: '可选',
applicationAmount: '申请金额',
loanTerm: '借款期限',
repaymentPerInstallment: '每期还款',
dailyInterestRate: '日利率',
totalInterest: '总利息',
successfulBorrowing: '成功借款',
enterAgreement: '我已阅读并同意',
authAgreement: '委托授权协议',
serviceAgreement: '平台服务协议',
lawAgreement: '法律协议',
loansAgreement: '借款协议',
immediateBorrowing: '立即借款',
pleaseFillInYourPersonalInformationFirst: '请先填写个人资料',
pleaseEnterAgreement: '请阅读并同意相关协议',
},
my: {
userInfo: '我的资料',
loan: '我的借款',
repayment: '我的还款',
legalLiability: '法律责任',
uploadPassword: '修改密码',
logout: '退出登录',
language: '切换语言',
},
serveList: {
loan: '我的贷款',
balance: '账户余额',
amountToBeRepaid: '待还款金额',
immediateWithdrawal: '立即借款',
financialSecurity: '账户资金安全由银行保障',
},
borrowInfo: {
applicationTime: '申请时间',
loanDetails: '贷款详情',
loanInfo: '借款信息',
loanNo: '贷款编号',
loanAmount: '借款金额',
loanCycle: '贷款周期',
withdrawalBank: '提现银行',
repaymentPerInstallment: '每期还款',
describe: '描述',
receivingAccount: '收款帐户',
usageOfLoan: '借款用途',
},
loans: {
enterSubmitApplication: '您确定要申请贷款吗'
},
userInfo: {
realPrompt: '填写真实有效的信息,审核才会通过哦',
idCardPrompt: '需本人身份证,且内容清晰可辨',
photographPrompt: '请您确认拍照权限已开启',
name: '姓名',
idCard: '身份证号',
idCardUp1: '点击上传身份证人像面',
idCardUp2: '点击上传身份证国徽面',
idCardUp3: '点击上传手持身份证照',
shootingRequirements: '拍摄要求',
standardShooting: '标准拍摄',
missingBorder: '边框缺失',
outOfFocus: '照片模糊',
flashStrongly: '闪光强烈',
unitName: '单位名称',
position: '职位',
workTelephone: '单位电话',
workingAge: '工作年龄',
monthlyPay: '月薪',
unitAddress: '单位地址',
addressInfo: '详细地址',
currentResidentialAddress: '现居住地址',
directFamilyContactPerson: '直系亲属联系人',
relationship: '关系',
parents: '父母',
spouse: '配偶',
children: '子女',
grandparents: '祖父母',
bankOfDeposit: '开户银行',
bankCard: '银行卡号',
}
}