snipe-it/resources/lang/zu-ZA/admin/locations/message.php
snipe 7cf30003b6 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-10 14:41:08 +01:00

36 lines
1.6 KiB
PHP

<?php
return array(
'does_not_exist' => 'Indawo ayikho.',
'assoc_users' => 'This location is not currently deletable because it is the location of record for at least one asset or user, has assets assigned to it, or is the parent location of another location. Please update your records to no longer reference this location and try again. ',
'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.',
'assigned_assets' => 'Assigned Assets',
'current_location' => 'Current Location',
'open_map' => 'Open in :map_provider_icon Maps',
'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.'
),
'restore' => array(
'error' => 'Location was not restored, please try again',
'success' => 'Location restored successfully.'
),
'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?',
'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.',
'success' => 'Indawo isusiwe ngempumelelo.'
)
);