fix: 添加缺省国际化
This commit is contained in:
25
nladmin-ui/src/views/acs/config/locale/in.js
Normal file
25
nladmin-ui/src/views/acs/config/locale/in.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export default {
|
||||
'config': {
|
||||
'table': {
|
||||
'device_execution': 'Eksekusi Perangkat',
|
||||
'please_select': 'Silakan Pilih',
|
||||
'end_of_instruction': 'Akhir Instruksi',
|
||||
'end_of_task': 'Akhir Tugas',
|
||||
'end_device': 'Perangkat Akhir',
|
||||
'max': 'Jumlah Maksimum',
|
||||
'allocation_ratio': 'Rasio Alokasi',
|
||||
'cancel': 'Membatalkan',
|
||||
'confirm': 'Mengonfirmasi',
|
||||
'device_code': 'Kode Perangkat',
|
||||
'destination_device': 'Perangkat Tujuan Tugas',
|
||||
'inst_nextdevice_code': 'Perangkat Tujuan Perintah',
|
||||
'destination_configuration': 'Konfigurasi Tujuan',
|
||||
'operation': 'Operasi',
|
||||
'device_is_not_null': 'Kode Perangkat Tidak Boleh Kosong',
|
||||
'mapping_relationship': 'Hubungan Pemetaan',
|
||||
'inOut': 'Posisi titik bidireksi'
|
||||
},
|
||||
'rules': {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user