mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
52 lines
2.1 KiB
PHP
52 lines
2.1 KiB
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'does_not_exist' => 'Ilayisense ayikho.',
|
||
|
'user_does_not_exist' => 'Umsebenzisi akakho.',
|
||
|
'asset_does_not_exist' => 'Impahla ozama ukuyihlanganisa nale layisensi ayikho.',
|
||
|
'owner_doesnt_match_asset' => 'Ifa ozama ukulihlobanisa nale layisensi linomunye umuntu ngaphandle komuntu okhethiwe ekudonsweni kokunikezelwa.',
|
||
|
'assoc_users' => 'Leli layisensi okwamanje lihlolwe kumsebenzisi futhi alikwazi ukususwa. Sicela uhlole ilayisensi ekuqaleni, bese uzama ukususa futhi.',
|
||
|
'select_asset_or_person' => 'Kumele ukhethe ifa noma umsebenzisi, kodwa hhayi kokubili.',
|
||
|
|
||
|
|
||
|
'create' => array(
|
||
|
'error' => 'Ilayisensi ayidalwanga, sicela uzame futhi.',
|
||
|
'success' => 'Ilayisense idaliwe ngempumelelo.'
|
||
|
),
|
||
|
|
||
|
'deletefile' => array(
|
||
|
'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.',
|
||
|
'success' => 'Ifayili isusiwe ngempumelelo.',
|
||
|
),
|
||
|
|
||
|
'upload' => array(
|
||
|
'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 ama-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, nelayisensi.',
|
||
|
),
|
||
|
|
||
|
'update' => array(
|
||
|
'error' => 'Ilayisensi ayizange ibuyekezwe, sicela uzame futhi',
|
||
|
'success' => 'Ilayisensi ibuyekezwe ngempumelelo.'
|
||
|
),
|
||
|
|
||
|
'delete' => array(
|
||
|
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le layisensi?',
|
||
|
'error' => 'Kube nenkinga yokususa ilayisense. Ngicela uzame futhi.',
|
||
|
'success' => 'Ilayisense isusiwe ngempumelelo.'
|
||
|
),
|
||
|
|
||
|
'checkout' => array(
|
||
|
'error' => 'Kube nenkinga yokuhlola ilayisense. Ngicela uzame futhi.',
|
||
|
'success' => 'Ilayisensi yahlolwa ngokuphumelelayo'
|
||
|
),
|
||
|
|
||
|
'checkin' => array(
|
||
|
'error' => 'Kube nenkinga ekuhloleni ilayisense. Ngicela uzame futhi.',
|
||
|
'success' => 'Ilayisensi ihlolwe ngempumelelo'
|
||
|
),
|
||
|
|
||
|
);
|