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
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'activated' => 'Attivo',
|
|
'allow' => 'Consenti',
|
|
'checkedout' => 'Beni',
|
|
'created_at' => 'Creato',
|
|
'createuser' => 'Crea Utente',
|
|
'deny' => 'Nega',
|
|
'email' => 'Email',
|
|
'employee_num' => 'Num. Dipendenti',
|
|
'first_name' => 'Nome',
|
|
'groupnotes' => 'Selezionare un gruppo a cui assegnare l\'utente, ricorda che un utente assume le autorizzazioni del gruppo a cui appartiene.',
|
|
'id' => 'ID',
|
|
'inherit' => 'Eredita',
|
|
'job' => 'Professione',
|
|
'last_login' => 'Ultimo accesso',
|
|
'last_name' => 'Cognome',
|
|
'location' => 'Posizione',
|
|
'lock_passwords' => 'Dettagli di login non possono essere cambiati in questa installazione.',
|
|
'manager' => 'Manager',
|
|
'managed_locations' => 'Località gestite',
|
|
'name' => 'Nome',
|
|
'notes' => 'Note',
|
|
'password_confirm' => 'Conferma password',
|
|
'password' => 'Password',
|
|
'phone' => 'Telefono',
|
|
'show_current' => 'Visualizza utenti attuali',
|
|
'show_deleted' => 'Visualizza utenti eliminati',
|
|
'title' => 'Titolo',
|
|
'to_restore_them' => 'per ripristinarli.',
|
|
'updateuser' => 'Aggiornamento utente',
|
|
'username' => 'Username',
|
|
'user_deleted_text' => 'Questo utente è stato contrassegnato come eliminato.',
|
|
'username_note' => '(Questo è usato solo per Active Directory vincolante, non per il login.)',
|
|
'cloneuser' => 'Clona Utente',
|
|
'viewusers' => 'Visualizza utenti',
|
|
];
|