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.
|
|
//cn.js
module.exports = { language: { name: "English" }, lange: { cn: 'en-cn', en: 'en-en', jp: 'en-jp', kr: 'en-kr' }, // common: {
// search: "search",
// add: "add",
// edit: "edit",
// delete: 'delete',
// download: 'download',
// deleteList: "deleteList",
// settingTable: 'settingTable',
// defaultTable: 'defaultTable'
// },
// id: 'en-id',
// cz: 'cz',
// prdName: "prdName",
// prdType: "prdType",
// createTime: "createTime",
// createUser: "createUser",
// prdCode: "prdCode",
// prdImg: "prdImg",
// prdIntroduction: "prdIntroduction",
// prdSpecifications: "prdSpecifications",
// prdSubimg: "prdSubimg"
}
|