refactor: nladmin-acs init
This commit is contained in:
12
nladmin-ui/src/i18n/langs/protocol/en.js
Normal file
12
nladmin-ui/src/i18n/langs/protocol/en.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': 'Driver Code',
|
||||
'extra_code': 'Extra Code',
|
||||
'extra_name': 'Extra Code'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
12
nladmin-ui/src/i18n/langs/protocol/in.js
Normal file
12
nladmin-ui/src/i18n/langs/protocol/in.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': 'Pengkodean Drive',
|
||||
'extra_code': 'protokol No',
|
||||
'extra_name': 'Nilai kesepakatan'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
12
nladmin-ui/src/i18n/langs/protocol/zh.js
Normal file
12
nladmin-ui/src/i18n/langs/protocol/zh.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default {
|
||||
'protocol': {
|
||||
'table_title': {
|
||||
'driver_code': '驱动编码',
|
||||
'extra_code': '协议编号',
|
||||
'extra_name': '协议值'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user