国际化

This commit is contained in:
John
2024-03-09 18:27:20 +08:00
parent 041dda021a
commit 44e109ae4b
6 changed files with 300 additions and 221 deletions

View File

@@ -141,6 +141,28 @@ export default {
zh: '中文',
id: 'Bahasa indonesia',
hi: 'हिंदी'
},
router: {
home: '首页',
serveList: '钱包',
message: '聊天',
my: '我的',
userInfo: '我的资料',
userInfo1: '基本信息',
signature: '签名',
contract: '合同',
userInfo2: '提交资料',
userInfo3: '收款银行卡',
loansInfo: '借款详情',
loansInfo1: '提现',
myLoan: '我的借款',
myRepayment: '我的还款',
borrowInfo: '贷款详情',
uploadPassword: '修改密码',
login: '登录',
register: '注册',
forget: '忘记密码',
agreement: '协议',
}
}