mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
934afa036f
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
32 lines
1.5 KiB
PHP
32 lines
1.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'does_not_exist' => 'Ilebula Label asikho.',
|
|
'assoc_assets' => 'Le Label Yesimo okwamanje ihlotshaniswa okungenani neAfa eyodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasabonakali lesi simo futhi uzame futhi.',
|
|
|
|
'create' => [
|
|
'error' => 'Ithebula lesimo asizange idalwe, sicela uzame futhi.',
|
|
'success' => 'Ilebula Label isakhiwe ngempumelelo.',
|
|
],
|
|
|
|
'update' => [
|
|
'error' => 'Ithebula lesimo asizange ibuyekezwe, sicela uzame futhi',
|
|
'success' => 'Ilebuli yesimo ibuyekezwe ngempumelelo.',
|
|
],
|
|
|
|
'delete' => [
|
|
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le Label Yesimo?',
|
|
'error' => 'Kube khona inkinga yokusula i-Label Status. Ngicela uzame futhi.',
|
|
'success' => 'Ilebula Label isusiwe ngempumelelo.',
|
|
],
|
|
|
|
'help' => [
|
|
'undeployable' => 'Lezi zimpahla azikwazi ukwabiwa kunoma ubani.',
|
|
'deployable' => 'Lezi zimpahla zingahlolwa. Uma sebebelwe, bazobheka isimo se-meta sika <i class="fa fa-circle text-blue"></i> <strong>Ihlisiwe</strong>.',
|
|
'archived' => 'Lezi zimpahla azikwazi ukuhlolwa, futhi zizovela kuphela ku-Archived view. Lokhu kuyasiza ukugcina ulwazi mayelana nempahla yezinhloso zebhajethi / zomlando kodwa ukuwagcina ohlwini lwamafaji wosuku nosuku.',
|
|
'pending' => 'Lezi zimpahla azikwazi ukunikezwa kunoma ubani, ngokuvamile okusetshenziselwa izinto ezingaphandle kokulungisa, kodwa kulindeleke ukuthi zibuyele ekusakazweni.',
|
|
],
|
|
|
|
];
|