ajout app
This commit is contained in:
11
SNIPE-IT/resources/lang/fil-PH/admin/consumables/general.php
Normal file
11
SNIPE-IT/resources/lang/fil-PH/admin/consumables/general.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'checkout' => 'I-checkout ang Consumable sa User',
|
||||
'consumable_name' => 'Ang Pangalan ng Consumable',
|
||||
'create' => 'Magsagawa ng Consumable',
|
||||
'item_no' => 'Ang Numero ng Aytem.',
|
||||
'remaining' => 'Ang natitira',
|
||||
'total' => 'Ang Kabuuan',
|
||||
'update' => 'I-update ang Consumable',
|
||||
);
|
37
SNIPE-IT/resources/lang/fil-PH/admin/consumables/message.php
Normal file
37
SNIPE-IT/resources/lang/fil-PH/admin/consumables/message.php
Normal file
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'does_not_exist' => 'Ang consumable ay hindi umiiral.',
|
||||
|
||||
'create' => array(
|
||||
'error' => 'Ang consumable ay hindi naisagawa, mangyaring subukang muli.',
|
||||
'success' => 'Ang consumable ay matagumpay na nai-likha.'
|
||||
),
|
||||
|
||||
'update' => array(
|
||||
'error' => 'Ang consumable ay hindi nai-update, manyaring subukang muli',
|
||||
'success' => 'Ang consumable ay matagumpay na nai-update.'
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Sigurado kaba na i-delete mo ang consumable na ito?',
|
||||
'error' => 'Mayroong isyu sa pag-delete ng consumable. Mangayaring subukang muli.',
|
||||
'success' => 'Ang consumable na ito ay matagumpay na nai-delete.'
|
||||
),
|
||||
|
||||
'checkout' => array(
|
||||
'error' => 'Ang consumable ay hindi nai-check out, mangyaring subukang muli',
|
||||
'success' => 'Ang consumable ay matagumpay na nai-check out.',
|
||||
'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.',
|
||||
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
|
||||
),
|
||||
|
||||
'checkin' => array(
|
||||
'error' => 'Ang consumable ay hindi nai-check in, mangyaring subukang muli',
|
||||
'success' => 'Ang consumable ay matagumpay na nai-check in.',
|
||||
'user_does_not_exist' => 'Ang user na iyon ay hindi balido. Mangyaring subukang muli.'
|
||||
)
|
||||
|
||||
|
||||
);
|
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'title' => 'Ang Pangalan ng Consumable',
|
||||
);
|
Reference in New Issue
Block a user