添加前端国际化框架
This commit is contained in:
38
lms/nladmin-ui/src/i18n/langs/instruction/in.js
Normal file
38
lms/nladmin-ui/src/i18n/langs/instruction/in.js
Normal file
@@ -0,0 +1,38 @@
|
||||
export default {
|
||||
'Inst': {
|
||||
'table': {
|
||||
'instruction_code': 'Nomor Instruksi',
|
||||
'instruction_type': 'Jenis Instruksi',
|
||||
'task_code': 'Nomor Tugas',
|
||||
'vehicle_code': 'Nomor Kendaraan',
|
||||
'instruction_status': 'Status Perintah',
|
||||
'send_status': 'Status Pengiriman',
|
||||
'start_point_code': 'Titik Penjemputan',
|
||||
'next_point_code': 'Titik Pengantaran',
|
||||
'start_point_code2': 'Titik Penjemputan 2',
|
||||
'next_point_code2': 'Titik Pengantaran 2',
|
||||
'put_point_code': 'Titik Pembuangan',
|
||||
'execute_device_code': 'Perangkat Eksekusi',
|
||||
'carno': 'Nomor Kendaraan',
|
||||
'remark': 'Deskripsi',
|
||||
'create_by': 'Dibuat Oleh',
|
||||
'create_time': 'Waktu Pembuatan',
|
||||
'update_by': 'Diubah Oleh',
|
||||
'update_time': 'Ubah Waktu',
|
||||
'input_taskCode_or_instCode': 'Masukkan Nomor Tugas Atau Nomor Instruksi',
|
||||
'input_vehicleCode': 'Masukkan Nomor Kendaraan',
|
||||
'material': 'Jenis Barang',
|
||||
'task_status': 'Status Tugas',
|
||||
'input_startCode_or_nextCode': 'Jenis Barang',
|
||||
'ready': 'Siap',
|
||||
'Execution': 'Eksekusi',
|
||||
'Finish': 'Selesai',
|
||||
'undelivered': 'Tidak Terkirim',
|
||||
'succeed': 'Berhasil',
|
||||
'fail': 'Gagal'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user