dict.ts
790 Bytes
export default {
createButton: '新增字典', //Create Dictionary
dictConfig: '字典值配置', //Dictionary value configuration
dictName: '字典名称', //Dictionary Name
dictCode: '字典编码', //dictionary coding
textRule32: '字数不超过32个字', //Word count does not exceed 32 words
textRule36: '字数不超过36个字', //Word count does not exceed 36 words
textRule255: '字数不超过255个字', //Word count does not exceed 255 words
table: {
title: '字典配置列表', //Dictionary Configuration List
dictRemark: '字典描述', //Dictionary Description
},
item: {
title: '字典值列表',
text: '文本值', //Text value
dict: '字典值', //Dictionary value
state: '状态', //Status
sort: '排序', //Sort
},
};