42 lines
1.3 KiB
JavaScript
42 lines
1.3 KiB
JavaScript
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'
|
|
}
|
|
}
|
|
}
|