You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.3 KiB
38 lines
1.3 KiB
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'
|
|
}
|
|
}
|
|
}
|
|
|