Files
lanzhouhailiang_two/acs/nladmin-ui/src/i18n/langs/opc/in.js
2023-11-30 13:07:39 +08:00

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