2018-03-22 20:01:45 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2018-03-22 20:01:45 -07:00
|
|
|
'component_name' => 'Ang Pangalan ng Komponent',
|
|
|
|
'checkin' => 'I-checkin ang Komponent',
|
|
|
|
'checkout' => 'I-checkout ang Komponent',
|
|
|
|
'cost' => 'Ang Halaga ng Pagbili',
|
|
|
|
'create' => 'Magsagawa ng Komponent',
|
|
|
|
'edit' => 'I-edit ang Komponent',
|
|
|
|
'date' => 'Ang Petsa ng Pagbili',
|
|
|
|
'order' => 'Ang Numero ng Order',
|
|
|
|
'remaining' => 'Ang Natitira',
|
|
|
|
'total' => 'Ang Kabuuan',
|
|
|
|
'update' => 'I-update ang 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
|
|
|
);
|