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?'
|
||||
}
|
||||
}
|
||||
}
|
||||
31
acs2/nladmin-ui/src/i18n/langs/dict/in.js
Normal file
31
acs2/nladmin-ui/src/i18n/langs/dict/in.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': 'Nama (Kode)',
|
||||
'enter_code_name': 'Masukkan Nama (Kode)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': 'Pengkodean Kamus',
|
||||
'Name': 'Nama',
|
||||
'Operate': 'Beroperasi',
|
||||
'Dict': 'Kamus'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': 'Detail Kamus',
|
||||
'Department_label': 'Tag Kamus',
|
||||
'Department_label_zh': 'Kamus Cina tags',
|
||||
'Department_label_en': 'Kamus bahasa Inggris tags',
|
||||
'Department_label_in': 'Label kamus bahasa Indonesia',
|
||||
'Dictionary_value': 'Nilai Kamus',
|
||||
'Sort': 'Jenis',
|
||||
'Parameter1': 'Parameter 1',
|
||||
'Parameter2': 'Parameter 2',
|
||||
'Parameter3': 'Parameter 3',
|
||||
'Which_dictionary': 'Kamus Yang Menjadi Miliknya',
|
||||
'Click_dictionary_see_details': 'Klik Kamus Untuk Melihat Detailnya'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Mengonfirmasi Bahwa Salah Satu Item Data Yang Dipilih Dihapus?'
|
||||
}
|
||||
}
|
||||
}
|
||||
31
acs2/nladmin-ui/src/i18n/langs/dict/zh.js
Normal file
31
acs2/nladmin-ui/src/i18n/langs/dict/zh.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': '名称(编码)',
|
||||
'enter_code_name': '输入名称(编码)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': '字典编码',
|
||||
'Name': '名称',
|
||||
'Operate': '操作',
|
||||
'Dict': '字典'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': '字典详情',
|
||||
'Department_label': '字典标签',
|
||||
'Department_label_zh': '中文字典标签',
|
||||
'Department_label_en': '英文字典标签',
|
||||
'Department_label_in': '印尼字典标签',
|
||||
'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