snipe_it/resources/lang/fil-PH/admin/components/general.php
snipe 8368576dc9 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2025-02-18 22:18:39 +00:00

16 lines
781 B
PHP

<?php
return array(
'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',
'checkin_limit' => 'Ang bilang ng nai-check in ay dapat pareho o mas mababa sa :assigned_qty'
);