This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,11 @@
<?php
return array(
'checkout' => 'I-Checkout Eyayisebenzisela Umsebenzisi',
'consumable_name' => 'Igama elihlekayo',
'create' => 'Dala ukukhishwa',
'item_no' => 'Itha.',
'remaining' => 'Ukuhlala',
'total' => 'Inani',
'update' => 'Ukuvuselelwa okudliwe',
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Ukuthengwa akukho.',
'create' => array(
'error' => 'Ukuthengwa akuzange kudalwe, sicela uzame futhi.',
'success' => 'Ukuthengwa okudalwe ngempumelelo.'
),
'update' => array(
'error' => 'Ukuthengwa akuzange kubuyekezwe, sicela uzame futhi',
'success' => 'Ingahle ibuyekezwe ngempumelelo.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lokhu okudliwayo?',
'error' => 'Kube nenkinga yokususa okungadliwayo. Ngicela uzame futhi.',
'success' => 'I-consumable isusiwe ngempumelelo.'
),
'checkout' => array(
'error' => 'Ukuthengwa akuzange kuhlolwe, sicela uzame futhi',
'success' => 'Ukuthengwa kuhloliwe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.',
'unavailable' => 'There are not enough consumables for this checkout. Please check the quantity left. ',
),
'checkin' => array(
'error' => 'Ukuthengwa akuzange kuhlolwe, sicela uzame futhi',
'success' => 'Ukuthengwa kuhlolwe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.'
)
);

View File

@ -0,0 +1,5 @@
<?php
return array(
'title' => 'Igama elihlekayo',
);