snipe-it/resources/lang/it/admin/hardware/table.php

31 lines
934 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'asset_tag' => 'Etichetta bene',
'asset_model' => 'Modello',
'book_value' => 'Current Value',
2016-03-25 01:18:05 -07:00
'change' => 'Dentro/Fuori',
'checkout_date' => 'Data di estrazione',
'checkoutto' => 'Estratto',
'current_value' => 'Current Value',
2016-03-25 01:18:05 -07:00
'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' => 'Assigned To',
'requesting_user' => 'Requesting User',
'requested_date' => 'Requested Date',
'changed' => 'Changed',
'icon' => 'Icon',
];