32 lines
871 B
JavaScript
32 lines
871 B
JavaScript
export default {
|
|
'dict': {
|
|
'table_title': {
|
|
'code_Name': '名称(编码)',
|
|
'enter_code_name': '输入名称(编码)'
|
|
},
|
|
'table_value': {
|
|
'Code': '字典编码',
|
|
'Name': '名称',
|
|
'Operate': '操作',
|
|
'Dict': '字典'
|
|
},
|
|
'other': {
|
|
'Dict_detail': '字典详情',
|
|
'Department_label': '字典标签',
|
|
'Department_label_zh': '中文字典标签',
|
|
'Department_label_en': '英文字典标签',
|
|
'Department_label_in': '印尼字典标签',
|
|
'Dictionary_value': '字典值',
|
|
'Sort': '排序',
|
|
'Parameter1': '参数1',
|
|
'Parameter2': '参数2',
|
|
'Parameter3': '参数3',
|
|
'Which_dictionary': '所属字典',
|
|
'Click_dictionary_see_details': '点击字典查看详情'
|
|
},
|
|
'msg': {
|
|
'delete_msg': '确认删除选中的1条数据?'
|
|
}
|
|
}
|
|
}
|