You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
711 B

3 years ago
  1. //cn.js
  2. module.exports = {
  3. language: {
  4. name: "English"
  5. },
  6. lange: {
  7. cn: 'en-cn',
  8. en: 'en-en',
  9. jp: 'en-jp',
  10. kr: 'en-kr'
  11. },
  12. // common: {
  13. // search: "search",
  14. // add: "add",
  15. // edit: "edit",
  16. // delete: 'delete',
  17. // download: 'download',
  18. // deleteList: "deleteList",
  19. // settingTable: 'settingTable',
  20. // defaultTable: 'defaultTable'
  21. // },
  22. // id: 'en-id',
  23. // cz: 'cz',
  24. // prdName: "prdName",
  25. // prdType: "prdType",
  26. // createTime: "createTime",
  27. // createUser: "createUser",
  28. // prdCode: "prdCode",
  29. // prdImg: "prdImg",
  30. // prdIntroduction: "prdIntroduction",
  31. // prdSpecifications: "prdSpecifications",
  32. // prdSubimg: "prdSubimg"
  33. }