mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -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
28 lines
2 KiB
PHP
28 lines
2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated_help_text' => 'This user can login',
|
|
'activated_disabled_help_text' => 'You cannot edit activation status for your own account.',
|
|
'assets_user' => 'Amafa abelwe: igama',
|
|
'bulk_update_warn' => 'Usuzohlela izakhiwo ze: abasebenzisi be-akhawunti_abasebenzisi. Sicela uqaphele ukuthi awukwazi ukushintsha izimfanelo zakho zomsebenzisi usebenzisa le fomu, futhi kufanele uhlele kumsebenzisi wakho ngamunye.',
|
|
'bulk_update_help' => 'Leli fomu ikuvumela ukuba ubuyekeze abasebenzisi abaningi ngesikhathi esisodwa. Gcwalisa kuphela amasimu okudingayo ukuguqula. Noma yiziphi izinkambu ezishiywe zingenakushintshwa.',
|
|
'current_assets' => 'Amafa okwamanje ahlolwe kulo msebenzisi',
|
|
'clone' => 'Clone Umsebenzisi',
|
|
'contact_user' => 'Igama longaxhumana naye',
|
|
'edit' => 'Hlela umsebenzisi',
|
|
'filetype_info' => 'Amafayela afakiwe avunyelwe yi-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ne-rar.',
|
|
'history_user' => 'Umlando wegama: igama',
|
|
'info' => 'Ulwazi',
|
|
'restore_user' => 'Chofoza lapha ukuze ubuyisele.',
|
|
'last_login' => 'Ukungena ngemvume kokugcina',
|
|
'ldap_config_text' => 'Izilungiselelo zokuhlela ze-LDAP zitholakala Admin> Izilungiselelo. Indawo (okukhethwa kukho) ekhethiwe izobekwa kuwo wonke abasebenzisi abangenisiwe.',
|
|
'print_assigned' => 'Print All Assigned',
|
|
'software_user' => 'Isofthiwe ihlolwe ku: igama',
|
|
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
|
'view_user' => 'Buka umsebenzisi: igama',
|
|
'usercsv' => 'Ifayela le-CSV',
|
|
'two_factor_admin_optin_help' => 'Izilungiselelo zakho zamanje zomlawuli zivumela ukusethwa okukhethiwe kokuqinisekiswa kwezinto ezimbili.',
|
|
'two_factor_enrolled' => 'I-2FA Idivayisi ibhalisiwe',
|
|
'two_factor_active' => 'I-2FA isebenza',
|
|
];
|