dict.ts
576 Bytes
export default {
createButton: 'Create Dictionary',
dictConfig: 'Dictionary value configuration',
dictName: 'Dictionary Name',
dictCode: 'Dictionary coding',
textRule32: 'Word count does not exceed 32 words',
textRule36: 'Word count does not exceed 36 words',
textRule255: 'Word count does not exceed 255 words',
table: {
title: 'Dictionary Configuration List',
dictRemark: 'Dictionary Description',
},
item: {
title: 'Dictionary value list',
text: 'Text value',
dict: 'Dictionary value',
state: 'Status',
sort: 'Sort',
},
};