mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 01:54:09 -08:00
7cf30003b6
Signed-off-by: snipe <snipe@snipe.net>
35 lines
1.4 KiB
PHP
35 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'actions' => 'Azioni',
|
|
'add' => 'Aggiungi Nuovo',
|
|
'cancel' => 'Annulla',
|
|
'checkin_and_delete' => 'Restituisci tutto / Elimina utente',
|
|
'delete' => 'Cancella',
|
|
'edit' => 'Modifica',
|
|
'clone' => 'Clona',
|
|
'restore' => 'Ripristina',
|
|
'remove' => 'Rimuovi',
|
|
'request' => 'Richiedi',
|
|
'submit' => 'Invia',
|
|
'upload' => 'Carica / Upload',
|
|
'select_file' => 'Scegli file...',
|
|
'select_files' => 'Scegli i file...',
|
|
'generate_labels' => '{1} Genera Etichetta|[2,*] Genera Etichette',
|
|
'send_password_link' => 'Invia Link di Reset Password',
|
|
'go' => 'Vai',
|
|
'bulk_actions' => 'Azioni di Gruppo',
|
|
'add_maintenance' => 'Aggiungi Manutenzione',
|
|
'append' => 'Aggiungi',
|
|
'new' => 'Nuovo',
|
|
'var' => [
|
|
'clone' => 'Clona :item_type',
|
|
'edit' => 'Modifica :item_type',
|
|
'delete' => 'Elimina :item_type',
|
|
'restore' => 'Ripristina :item_type',
|
|
'create' => 'Crea Nuovo :item_type',
|
|
'checkout' => 'Assegna :item_type',
|
|
'checkin' => 'Restituisci :item_type',
|
|
]
|
|
];
|