snipe-it/resources/lang/zu/admin/licenses/message.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

52 lines
2.1 KiB
PHP

<?php
return [
'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.',
'not_found' => 'License not found',
'create' => [
'error' => 'Ilayisensi ayidalwanga, sicela uzame futhi.',
'success' => 'Ilayisense idaliwe ngempumelelo.',
],
'deletefile' => [
'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.',
'success' => 'Ifayili isusiwe ngempumelelo.',
],
'upload' => [
'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' => [
'error' => 'Ilayisensi ayizange ibuyekezwe, sicela uzame futhi',
'success' => 'Ilayisensi ibuyekezwe ngempumelelo.',
],
'delete' => [
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le layisensi?',
'error' => 'Kube nenkinga yokususa ilayisense. Ngicela uzame futhi.',
'success' => 'Ilayisense isusiwe ngempumelelo.',
],
'checkout' => [
'error' => 'Kube nenkinga yokuhlola ilayisense. Ngicela uzame futhi.',
'success' => 'Ilayisensi yahlolwa ngokuphumelelayo',
],
'checkin' => [
'error' => 'Kube nenkinga ekuhloleni ilayisense. Ngicela uzame futhi.',
'success' => 'Ilayisensi ihlolwe ngempumelelo',
],
];