Merge remote-tracking branch 'origin/admin' into acs_v1.0.0
# Conflicts: # nladmin-ui/src/i18n/langs/chinese.js # nladmin-ui/src/i18n/langs/english.js # nladmin-ui/src/i18n/langs/indonesian.js # nladmin-ui/src/i18n/langs/task/en.js # nladmin-ui/src/i18n/langs/task/in.js # nladmin-ui/src/i18n/langs/task/zh.js # nladmin-ui/src/views/monitor/online/locale/en.js # nladmin-ui/src/views/monitor/online/locale/in.js # nladmin-ui/src/views/monitor/online/locale/zh.js # nladmin-ui/src/views/system/dept/locale/en.js # nladmin-ui/src/views/system/dept/locale/in.js # nladmin-ui/src/views/system/dept/locale/zh.js # nladmin-ui/src/views/system/notice/locale/en.js # nladmin-ui/src/views/system/notice/locale/in.js # nladmin-ui/src/views/system/notice/locale/zh.js # nladmin-ui/src/views/system/redis/locale/en.js # nladmin-ui/src/views/system/redis/locale/in.js # nladmin-ui/src/views/system/redis/locale/zh.js # nladmin-ui/src/views/system/timing/locale/corn/en.js # nladmin-ui/src/views/system/timing/locale/corn/in.js # nladmin-ui/src/views/system/timing/locale/corn/zh.js # nladmin-ui/src/views/system/timing/locale/en.js # nladmin-ui/src/views/system/timing/locale/in.js # nladmin-ui/src/views/system/timing/locale/zh.js # nladmin-ui/src/views/tools/codeGen/locale/en.js # nladmin-ui/src/views/tools/codeGen/locale/in.js # nladmin-ui/src/views/tools/codeGen/locale/zh.js # nladmin-ui/src/views/tools/storage/locale/en.js # nladmin-ui/src/views/tools/storage/locale/in.js # nladmin-ui/src/views/tools/storage/locale/zh.js
This commit is contained in:
28
nladmin-ui/src/views/system/dict/locale/en.js
Normal file
28
nladmin-ui/src/views/system/dict/locale/en.js
Normal file
@@ -0,0 +1,28 @@
|
||||
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',
|
||||
'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?'
|
||||
}
|
||||
}
|
||||
}
|
||||
28
nladmin-ui/src/views/system/dict/locale/in.js
Normal file
28
nladmin-ui/src/views/system/dict/locale/in.js
Normal file
@@ -0,0 +1,28 @@
|
||||
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',
|
||||
'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?'
|
||||
}
|
||||
}
|
||||
}
|
||||
28
nladmin-ui/src/views/system/dict/locale/zh.js
Normal file
28
nladmin-ui/src/views/system/dict/locale/zh.js
Normal file
@@ -0,0 +1,28 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': '名称(编码)',
|
||||
'enter_code_name': '输入名称(编码)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': '字典编码',
|
||||
'Name': '名称',
|
||||
'Operate': '操作',
|
||||
'Dict': '字典'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': '字典详情',
|
||||
'Department_label': '字典标签',
|
||||
'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