fix:优化界面、完成国际化剩余部分开发

This commit is contained in:
2023-12-08 17:25:33 +08:00
parent d06fcdbe0e
commit 053751c58f
73 changed files with 2021 additions and 1470 deletions

View File

@@ -2,23 +2,29 @@ export default {
'opc': {
'title': 'OPC',
'placeholder': {
'enter_name_code_path': 'Masukkan nama, kode atau pencarian alamat'
'enter_name_code_path': 'Masukkan Nama, Kode Atau Pencarian Alamat',
'name_code_path': 'Nama, Kode, Atau Alamat',
'name_code': 'Nama, Kode Atau'
},
'table_title': {
'opc_code': 'opc kode',
'opc_name': 'opc nama',
'opc_address': 'opc alamat',
'program_id': 'Program id',
'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'
'remark': 'Informasi',
'plc_code': 'PLC Kode',
'plc_name': 'PLC Nama',
'plc_address': 'PLC Alamat',
'type': 'Jenis',
'plc_add': 'PLC Baru',
'domain': 'Wilayah'
},
'dialog': {
'detail': 'Detail'
},
'msg': {
'delete_msg': 'Apakah Anda yakin untuk menghapusnya? Jika ada nod subordinat, mereka akan dihapus bersama. Operasi ini tidak dapat dibatalkan!'
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
}
}
}