cnCZ.js 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. export function cnCZ() {
  2. const cnCZ = {
  3. claim: {
  4. name: "到账认领",
  5. accountName: "账户名称",
  6. amount: "交易金额",
  7. amountMsg: "请输入交易金额",
  8. tradingHour: "交易时间",
  9. tradingHourMsg: "请选择交易时间",
  10. digest: "摘要",
  11. add: "添加流水",
  12. edit: "编辑流水",
  13. tradeInformation: "交易信息",
  14. selectAccount: "选择账户",
  15. selectAccountMsg: "请选择账户",
  16. tradeType: "交易类型",
  17. tradeTypeMsg: "请选择交易类型",
  18. income: "收入",
  19. disburse: "支出",
  20. currency: "币种",
  21. currencyMsg: "请选择币种",
  22. contractArrival: "合同到账",
  23. contractArrivalMsg: "请选择合同到账",
  24. yes: "是",
  25. no: "否",
  26. peerInformation: "对方信息",
  27. accountName: "账户名称",
  28. bankDeposit: "开户银行",
  29. bankAccountNumber: "银行账号",
  30. otherInformation: "其他信息",
  31. remark: "备注",
  32. },
  33. };
  34. return cnCZ;
  35. }