mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
0d787fcc94
Signed-off-by: snipe <snipe@snipe.net>
31 lines
935 B
PHP
31 lines
935 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset_tag' => 'Etichetta bene',
|
|
'asset_model' => 'Modello',
|
|
'book_value' => 'Valore Attuale',
|
|
'change' => 'Dentro/Fuori',
|
|
'checkout_date' => 'Data di estrazione',
|
|
'checkoutto' => 'Estratto',
|
|
'current_value' => 'Valore Attuale',
|
|
'diff' => 'Differenza',
|
|
'dl_csv' => 'Scarica CSV',
|
|
'eol' => 'EOL',
|
|
'id' => 'ID',
|
|
'location' => 'Posizione',
|
|
'purchase_cost' => 'Costo',
|
|
'purchase_date' => 'Acquistati',
|
|
'serial' => 'Seriale',
|
|
'status' => 'Stato',
|
|
'title' => 'Bene ',
|
|
'image' => 'Immagine dispositivo',
|
|
'days_without_acceptance' => 'Giorni senza accettazione',
|
|
'monthly_depreciation' => 'Ammortamento Mensile',
|
|
'assigned_to' => 'Assegnato a',
|
|
'requesting_user' => 'Richiesto Da',
|
|
'requested_date' => 'Data richiesta',
|
|
'changed' => 'Cambiato',
|
|
'icon' => 'Icona',
|
|
];
|