class.ts 898 Bytes
export default {
  productCategoryText: 'Product category',
  category: '品类',
  list: '列表',
  productCategoryTextList: '@:deviceManagement.class.productCategoryText list',
  createCategoryText: '@:common.createText category',
  editCategoryText: '@:common.editText category',
  nameText: 'Name',
  domainText: 'Domain',
  statusText: 'Status',
  enableText: 'Enable',
  disabledText: 'Disabled',
  importModel: 'Import object model',
  importJson: 'Json import',
  importExcel: 'Excel json',
  downloadExcel: 'Excel Template Download',
  importType: 'Import type',
  importMessage:
    'For JSON import, please use the JSON file exported from the object model TSL. For Excel import, please use the downloaded template to edit it before importing',
  importJsonError: 'JSON parsing failed, please import the correct JSON',
  importModelTemplate: 'Object model attribute import template',
};