snipe-it/resources/lang/zu/admin/locations/message.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

28 lines
1.2 KiB
PHP

<?php
return array(
'does_not_exist' => 'Indawo ayikho.',
'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.',
'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.',
'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.',
'create' => array(
'error' => 'Indawo ayidalwanga, sicela uzame futhi.',
'success' => 'Indawo idalwe ngempumelelo.'
),
'update' => array(
'error' => 'Indawo ayizange ibuyekezwe, sicela uzame futhi',
'success' => 'Indawo ibuyekezwe ngempumelelo.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?',
'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.',
'success' => 'Indawo isusiwe ngempumelelo.'
)
);