refactor: nladmin-acs init

This commit is contained in:
2024-05-28 09:58:57 +08:00
parent 1179a5f154
commit 024c41fe03
968 changed files with 126008 additions and 3977 deletions

View 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!'
}
}
}

View 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!'
}
}
}

View File

@@ -0,0 +1,12 @@
export default {
'protocol': {
'table_title': {
'driver_code': '驱动编码',
'extra_code': '协议编号',
'extra_name': '协议值'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}
}