2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-09-20 05:08:04 -07:00
|
|
|
'component_name' => 'Nama Komponen',
|
|
|
|
'checkin' => 'Komponen Masuk',
|
|
|
|
'checkout' => 'Komponen Keluar',
|
|
|
|
'cost' => 'Harga Pembelian',
|
|
|
|
'create' => 'Buat Komponen',
|
|
|
|
'edit' => 'Ubah Komponen',
|
|
|
|
'date' => 'Tanggal Pemebelian',
|
|
|
|
'order' => 'Nomor Permintaan',
|
|
|
|
'remaining' => 'Sisa',
|
2016-03-25 01:18:05 -07:00
|
|
|
'total' => 'Total',
|
2016-09-20 05:08:04 -07:00
|
|
|
'update' => 'Perbaharui Komponen',
|
2023-02-21 03:54:55 -08:00
|
|
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|