添加 国际化框架
This commit is contained in:
41
wms_pro/qd/src/i18n/langs/dict/en.js
Normal file
41
wms_pro/qd/src/i18n/langs/dict/en.js
Normal file
@@ -0,0 +1,41 @@
|
||||
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_ko': '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',
|
||||
'input': 'Enter name or description to search',
|
||||
'name': 'Dictionary name',
|
||||
'description': 'describe',
|
||||
'input_label': 'Input dictionary label query'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?'
|
||||
},
|
||||
'rules': {
|
||||
'code': 'Please enter the code',
|
||||
'label': 'Please enter dictionary label',
|
||||
'value': 'Please enter dictionary value',
|
||||
'dict_sort': 'Please enter the serial number'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user