2018-02-20 14:37:22 -08:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2018-02-20 14:37:22 -08:00
|
|
|
'component_name' => 'Ime komponente',
|
|
|
|
'checkin' => 'Prevzem komponent',
|
|
|
|
'checkout' => 'Izdaja komponent',
|
|
|
|
'cost' => 'Stroški nakupa',
|
|
|
|
'create' => 'Ustvari komponento',
|
|
|
|
'edit' => 'Uredi komponento',
|
|
|
|
'date' => 'Datum nakupa',
|
|
|
|
'order' => 'Številka naročila',
|
|
|
|
'remaining' => 'Ostanek',
|
|
|
|
'total' => 'Skupaj',
|
|
|
|
'update' => 'Posodobi komponento',
|
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
|
|
|
);
|