123456789101112131415161718192021222324252627282930313233343536 |
- export function cnCZ() {
- const cnCZ = {
- claim: {
- name: "到账认领",
- accountName: "账户名称",
- amount: "交易金额",
- amountMsg: "请输入交易金额",
- tradingHour: "交易时间",
- tradingHourMsg: "请选择交易时间",
- digest: "摘要",
- add: "添加流水",
- edit: "编辑流水",
- tradeInformation: "交易信息",
- selectAccount: "选择账户",
- selectAccountMsg: "请选择账户",
- tradeType: "交易类型",
- tradeTypeMsg: "请选择交易类型",
- income: "收入",
- disburse: "支出",
- currency: "币种",
- currencyMsg: "请选择币种",
- contractArrival: "合同到账",
- contractArrivalMsg: "请选择合同到账",
- yes: "是",
- no: "否",
- peerInformation: "对方信息",
- accountName: "账户名称",
- bankDeposit: "开户银行",
- bankAccountNumber: "银行账号",
- otherInformation: "其他信息",
- remark: "备注",
- },
- };
- return cnCZ;
- }
|