snipe-it/resources/lang/zu/admin/models/message.php

47 lines
2 KiB
PHP
Raw Normal View History

2017-10-17 18:52:20 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'does_not_exist' => 'Isibonelo asikho.',
'no_association' => 'WARNING! The asset model for this item is invalid or missing!',
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
2017-10-17 18:52:20 -07:00
'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.',
'create' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asizange sidalwe, sicela uzame futhi.',
'success' => 'Isibonelo sidalwe ngempumelelo.',
'duplicate_set' => 'Imodeli yezimpahla ngelo gama, umkhiqizi kanye nenombolo yomodeli kakade ikhona.',
),
2017-10-17 18:52:20 -07:00
'update' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asibuyekezwanga, sicela uzame futhi',
'success' => 'Isibonelo sibuyekezwe ngempumelelo.',
),
2017-10-17 18:52:20 -07:00
'delete' => array(
2017-10-17 18:52:20 -07:00
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le model?',
'error' => 'Kube nenkinga yokususa imodeli. Ngicela uzame futhi.',
'success' => 'Imodeli isusiwe ngempumelelo.'
),
2017-10-17 18:52:20 -07:00
'restore' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Isibonelo asibuyisiwe, sicela uzame futhi',
'success' => 'Isibonelo sibuyiselwe ngempumelelo.'
),
2017-10-17 18:52:20 -07:00
'bulkedit' => array(
2017-10-17 18:52:20 -07:00
'error' => 'Azikho amasimu ashintshiwe, ngakho akukho lutho olubuyekeziwe.',
'success' => 'Model successfully updated. |:model_count models successfully updated.',
'warn' => 'You are about to update the properies of the following model: |You are about to edit the properties of the following :model_count models:',
),
2017-10-17 18:52:20 -07:00
'bulkdelete' => array(
2017-12-12 09:20:57 -08:00
'error' => 'No models were selected, so nothing was deleted.',
'success' => 'Model deleted!|:success_count models deleted!',
'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.'
),
2017-12-12 09:20:57 -08:00
);