<?php

return array(
    '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',
    'total' 			                 => 'Total',
    'update'                            => 'Perbaharui Komponen',
    'checkin_limit'            => 'Amount checked in must be equal to or less than :assigned_qty'
);