25 lines
696 B
JavaScript
25 lines
696 B
JavaScript
export default {
|
|
'opc': {
|
|
'title': '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!'
|
|
}
|
|
}
|
|
}
|