mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -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
21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'accessory_category' => 'Isigaba sokufinyelela',
|
|
'accessory_name' => 'Igama lokufinyelela',
|
|
'checkout' => 'I-Checkout Accessory',
|
|
'checkin' => 'I-Checkin Yokufinyelela',
|
|
'create' => 'Dala ukufinyelela',
|
|
'edit' => 'Hlela Ukufinyelela',
|
|
'eula_text' => 'Isigaba EULA',
|
|
'eula_text_help' => 'Le nsimu ikuvumela ukuthi wenze ngezifiso ama-EULA akho ngezinhlobo ezithile zezimpahla. Uma unayo i-EULA eyodwa yezimpahla zakho zonke, ungabheka ibhokisi elingezansi ukuthi usebenzise okuzenzakalelayo okuzenzakalelayo.',
|
|
'require_acceptance' => 'Idinga ukuthi abasebenzisi baqinisekise ukwamukelwa kwezimpahla kulesi sigaba.',
|
|
'no_default_eula' => 'Ayikho i-EULA eyimfihlo eyatholakala. Engeza eyodwa kuzilungiselelo.',
|
|
'total' => 'Inani',
|
|
'remaining' => 'Kukhona',
|
|
'update' => 'Buyekeza Ukufinyelela',
|
|
'use_default_eula' => 'Sebenzisa okungu-<a href="#" data-toggle="modal" data-target="#eulaModal">kuzenzakalela okuzenzakalelayo ku-EULA</a> kunalokho.',
|
|
'use_default_eula_disabled' => '<del>Sebenzisa i-EULA eyinhloko yokuzenzakalela esikhundleni.</del> Ayikho i-EULA eyimilayezo eyisisekelo esethiwe. Sicela ungeze eyodwa kuzilungiselelo.',
|
|
|
|
];
|