This commit is contained in:
2023-11-30 10:46:21 +08:00
parent a839f95e59
commit f5e7e2023f
32 changed files with 542 additions and 235 deletions

View File

@@ -0,0 +1,23 @@
export default {
'opc': {
'placeholder': {
'enter_name_code_path': 'Masukkan nama, kode atau pencarian alamat'
},
'table_title': {
'opc_code': 'opc kode',
'opc_name': 'opc nama',
'opc_address': 'opc alamat',
'program_id': 'Program id',
'registry_id': 'Pendaftaran ID',
'remark': 'informasi',
'plc_code': 'PLC kode',
'plc_name': 'PLC nama',
'plc_address': 'PLC alamat',
'type': 'jenis',
'plc_add': 'PLC baru'
},
'msg': {
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
}
}
}