snipe-it/resources/lang/zu/admin/hardware/message.php
snipe 574b0184fc Updated Zulu
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:57:35 -07:00

88 lines
3.9 KiB
PHP

<?php
return [
'undeployable' => '<strong>Thola: </strong> Lelifa limakwe njengamanje elingenakutholakali. Uma lesi simo sesishintshile, sicela ubuyekeze isimo sesifa.',
'does_not_exist' => 'Impahla ayikho.',
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
'assoc_users' => 'Leli fayela okwamanje lihlolwe kumsebenzisi futhi alikwazi ukususwa. Sicela uhlole ifa ekuqaleni, bese uzama ukususa futhi.',
'create' => [
'error' => 'Impahla ayidalwanga, sicela uzame futhi. :(',
'success' => 'Ifa lidalwe ngempumelelo. :)',
],
'update' => [
'error' => 'Ifa alizange libuyekezwe, sicela uzame futhi',
'success' => 'Ifa libuyekezwe ngempumelelo.',
'nothing_updated' => 'Awekho amasimu akhethiwe, ngakho-ke akukho lutho olubuyekeziwe.',
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
],
'restore' => [
'error' => 'Ifa alizange libuyiselwe, sicela uzame futhi',
'success' => 'Ifa libuyiselwe ngempumelelo.',
'bulk_success' => 'Asset restored successfully.',
'nothing_updated' => 'No assets were selected, so nothing was restored.',
],
'audit' => [
'error' => 'Ukuhlolwa kwamafa akuphumelelanga. Ngicela uzame futhi.',
'success' => 'I-akhawunti yokuthengisa ilandelwe ngempumelelo.',
],
'deletefile' => [
'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.',
'success' => 'Ifayili isusiwe ngempumelelo.',
],
'upload' => [
'error' => 'Amafayela (ama) awalayishiwe. Ngicela uzame futhi.',
'success' => 'Amafayela (ama) alayishwe ngempumelelo.',
'nofiles' => 'Awukakhethi noma yimaphi amafayela okulayishwa, noma ifayela ozama ukulilayisha likhulu kakhulu',
'invalidfiles' => 'Ifayela elilodwa noma ngaphezulu likhulu kakhulu noma ifayelathi engavumelekile. Amafayela afakiwe avunyelwe i-png, i-gif, i-jpg, i-doc, i-docx, i-pdf, ne-txt.',
],
'import' => [
'error' => 'Ezinye izinto azange zingenise ngendlela efanele.',
'errorDetail' => 'Izinto ezilandelayo azange zingeniswe ngenxa yamaphutha.',
'success' => 'Ifayela lakho lifakiwe',
'file_delete_success' => 'Ifayela lakho lisusiwe ngempumelelo',
'file_delete_error' => 'Ifayela alikwazanga ukususwa',
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
],
'delete' => [
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le mali?',
'error' => 'Kube nenkinga yokususa le mali. Ngicela uzame futhi.',
'nothing_updated' => 'Azikho izimpahla ezikhethiwe, ngakho akukho lutho olususwe.',
'success' => 'Impahla isusiwe ngempumelelo.',
],
'checkout' => [
'error' => 'Ifa alizange lihlolwe, sicela uzame futhi',
'success' => 'Ifa likhiphe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.',
'not_available' => 'Le mali ayitholakali ukuhlolwa!',
'no_assets_selected' => 'You must select at least one asset from the list',
],
'checkin' => [
'error' => 'Ifa alizange lihlolwe, sicela uzame futhi',
'success' => 'Ifa lihlolwe ngempumelelo.',
'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.',
'already_checked_in' => 'Le mali isivele ihlolwe.',
],
'requests' => [
'error' => 'Ifa alizange liceliwe, sicela uzame futhi',
'success' => 'Ifa liceliwe ngempumelelo.',
'canceled' => 'Isicelo sokuhlola sikhanseliwe ngempumelelo',
],
];