snipe_it/resources/lang/zu-ZA/admin/components/message.php
snipe 54b664d679 Updated strings, added Oromo
Signed-off-by: snipe <snipe@snipe.net>
2025-02-24 14:50:23 +00:00

38 lines
1.3 KiB
PHP

<?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.',
'error_qty' => 'Some components of this type are still checked out. Please check them in and try again.',
),
'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.'
)
);