2021-09-08 13:49:33 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'component_name' => 'Component Name',
|
|
|
|
'checkin' => 'Checkin Component',
|
|
|
|
'checkout' => 'Checkout Component',
|
2023-12-19 09:23:16 -08:00
|
|
|
'cost' => 'Kúpna cena',
|
2021-09-08 13:49:33 -07:00
|
|
|
'create' => 'Create Component',
|
|
|
|
'edit' => 'Edit Component',
|
2023-12-19 09:23:16 -08:00
|
|
|
'date' => 'Dátum nákupu',
|
|
|
|
'order' => 'Číslo objednávky',
|
2021-09-08 13:49:33 -07:00
|
|
|
'remaining' => 'Remaining',
|
2023-12-19 09:23:16 -08:00
|
|
|
'total' => 'Celkom',
|
2021-09-08 13:49:33 -07:00
|
|
|
'update' => 'Update Component',
|
2023-02-21 03:54:55 -08:00
|
|
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
2021-09-08 13:49:33 -07:00
|
|
|
);
|