mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-16 18:44:10 -08:00
dd458dfa7f
Signed-off-by: snipe <snipe@snipe.net>
30 lines
1.4 KiB
PHP
30 lines
1.4 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 models 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',
|
|
|
|
|
|
'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.'
|
|
)
|
|
|
|
);
|