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
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated' => 'Activ',
|
|
'allow' => 'Permite',
|
|
'checkedout' => 'Active',
|
|
'created_at' => 'Creat la',
|
|
'createuser' => 'Creeaza utilizator',
|
|
'deny' => 'Refuza',
|
|
'email' => 'E-mail',
|
|
'employee_num' => 'Nr. angajat',
|
|
'first_name' => 'Prenume',
|
|
'groupnotes' => 'Desemneaza un grup pentru utilizator. Va rugam sa luati in calcul ca utilizatorul preia permisiile grupului la care este desemnat.',
|
|
'id' => 'ID',
|
|
'inherit' => 'Preia',
|
|
'job' => 'Titlu job',
|
|
'last_login' => 'Ultima logare',
|
|
'last_name' => 'Nume',
|
|
'location' => 'Locatie',
|
|
'lock_passwords' => 'Detaliile de conectare nu pot fi modificate pe această instalare.',
|
|
'manager' => 'Manager',
|
|
'managed_locations' => 'Locații gestionate',
|
|
'name' => 'Nume',
|
|
'notes' => 'notițe',
|
|
'password_confirm' => 'Confirma parola',
|
|
'password' => 'Parola',
|
|
'phone' => 'Telefon',
|
|
'show_current' => 'Afișați utilizatorii curenți',
|
|
'show_deleted' => 'Afișați utilizatorii șterși',
|
|
'title' => 'Titlu',
|
|
'to_restore_them' => 'pentru a le restabili.',
|
|
'updateuser' => 'Actualizeaza utilizator',
|
|
'username' => 'Utilizator',
|
|
'user_deleted_text' => 'Acest utilizator a fost marcat ca șters.',
|
|
'username_note' => '(Folosit numai pentru legatura cu Active Directory, nu pentru logare.)',
|
|
'cloneuser' => 'Cloneaza utilizator',
|
|
'viewusers' => 'Vezi utilizatori',
|
|
];
|