2017-10-17 18:52:20 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2017-10-17 18:52:20 -07:00
|
|
|
'component_name' => 'Ainm an Chomhpháirt',
|
|
|
|
'checkin' => 'Comhpháirt Checkin',
|
|
|
|
'checkout' => 'Comhpháirt Seiceáil',
|
|
|
|
'cost' => 'Costas Ceannacháin',
|
|
|
|
'create' => 'Cruthaigh Comhpháirt',
|
|
|
|
'edit' => 'Edit Comhpháirt',
|
|
|
|
'date' => 'Dáta Ceannacháin',
|
|
|
|
'order' => 'Uimhir ordú',
|
|
|
|
'remaining' => 'Ag fágáil',
|
|
|
|
'total' => 'Iomlán',
|
|
|
|
'update' => 'Comhpháirt Nuashonraithe',
|
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
|
|
|
);
|