fix: 开发
This commit is contained in:
31
acs2/nladmin-ui/src/i18n/langs/dict/en.js
Normal file
31
acs2/nladmin-ui/src/i18n/langs/dict/en.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': 'Code(Name)',
|
||||
'enter_code_name': 'Enter Name(Code)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': 'Code',
|
||||
'Name': 'Name',
|
||||
'Operate': 'Operate',
|
||||
'Dict': 'Dict'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': 'Dict Detail',
|
||||
'Department_label': 'Department Label',
|
||||
'Department_label_zh': 'Chinese dictionary tags',
|
||||
'Department_label_en': 'English dictionary tags',
|
||||
'Department_label_in': 'Indonesian dictionary labels',
|
||||
'Dictionary_value': 'Dictionary Value',
|
||||
'Sort': 'Sort',
|
||||
'Parameter1': 'Parameter1',
|
||||
'Parameter2': 'Parameter2',
|
||||
'Parameter3': 'Parameter3',
|
||||
'Which_dictionary': 'Which Dictionary',
|
||||
'Click_dictionary_see_details': 'Click On The Dictionary To See Details'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user