init 二期ACS
This commit is contained in:
28
acs2/nladmin-ui/src/i18n/langs/dict/zh.js
Normal file
28
acs2/nladmin-ui/src/i18n/langs/dict/zh.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': '名称(编码)',
|
||||
'enter_code_name': '输入名称(编码)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': '字典编码',
|
||||
'Name': '名称',
|
||||
'Operate': '操作',
|
||||
'Dict': '字典'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': '字典详情',
|
||||
'Department_label': '字典标签',
|
||||
'Dictionary_value': '字典值',
|
||||
'Sort': '排序',
|
||||
'Parameter1': '参数1',
|
||||
'Parameter2': '参数2',
|
||||
'Parameter3': '参数3',
|
||||
'Which_dictionary': '所属字典',
|
||||
'Click_dictionary_see_details': '点击字典查看详情'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确认删除选中的1条数据?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user