2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-07-29 14:32:31 -07:00
|
|
|
'component_name' => 'Komponento pavadinimas',
|
2017-10-17 18:52:20 -07:00
|
|
|
'checkin' => 'Checkin komponentas',
|
|
|
|
'checkout' => 'Checkout komponentas',
|
2016-07-29 14:32:31 -07:00
|
|
|
'cost' => 'Pirkimo kaina',
|
|
|
|
'create' => 'Sukurti komponentą',
|
|
|
|
'edit' => 'Redaguoti komponentą',
|
2016-10-25 12:30:52 -07:00
|
|
|
'date' => 'Pirkimo data',
|
|
|
|
'order' => 'Užsakymo numeris',
|
|
|
|
'remaining' => 'Likutis',
|
|
|
|
'total' => 'Iš viso',
|
|
|
|
'update' => 'Atnaujinti komponentą',
|
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
|
|
|
);
|