Files
longdianningxing/acs2/nladmin-ui/src/i18n/langs/dict/en.js
2024-08-01 10:51:17 +08:00

32 lines
930 B
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_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?'
}
}
}