This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -0,0 +1,16 @@
<?php
return array(
'component_name' => 'Igama lesakhiwo',
'checkin' => 'I-Checkin Ingxenye',
'checkout' => 'I-Checkout Ingxenye',
'cost' => 'Izindleko zokuthenga',
'create' => 'Dala i-Component',
'edit' => 'Hlela Ingxenye',
'date' => 'Usuku lokuthenga',
'order' => 'Inombolo Ye-oda',
'remaining' => 'Ukuhlala',
'total' => 'Inani',
'update' => 'Buyekeza Ingxenye',
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
);

View File

@ -0,0 +1,37 @@
<?php
return array(
'does_not_exist' => 'Ingxenye ayikho.',
'create' => array(
'error' => 'Ingxenye ayizange idalwe, sicela uzame futhi.',
'success' => 'Ingxenye idalwe ngempumelelo.'
),
'update' => array(
'error' => 'Ingxenye ayizange ibuyekezwe, sicela uzame futhi',
'success' => 'Ingxenye ibuyekezwe ngempumelelo.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ngxenye?',
'error' => 'Kube nenkinga yokususa ingxenye. Ngicela uzame futhi.',
'success' => 'Ingxenye isusiwe ngempumelelo.'
),
'checkout' => array(
'error' => 'Ingxenye ayizange ihlolwe, sicela uzame futhi',
'success' => 'Ingxenye ihloliwe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.',
'unavailable' => 'Not enough components remaining: :remaining remaining, :requested requested ',
),
'checkin' => array(
'error' => 'Ingxenye ayizange ihlolwe, sicela uzame futhi',
'success' => 'Ingxenye ihlolwe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.'
)
);

View File

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