mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
50 lines
2.5 KiB
PHP
50 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'bulk_delete' => 'Confermi elementi di eliminazione di massa',
|
|
'bulk_delete_help' => 'Rivedi gli assets sottostanti per la cancellazione massiva. Una volta cancellati, questi assets potranno essere ripristinati, ma non saranno più associati ad alcun utente cui siano attualmente assegnati.',
|
|
'bulk_delete_warn' => 'Stai per cancellare :asset_count assets.',
|
|
'bulk_update' => 'Aggiornamento quantità beni',
|
|
'bulk_update_help' => 'Questo modulo consente di aggiornare più risorse in una sola volta. Riempire solo i campi che è necessario cambiare. Tutti i campi lasciati vuoti rimarranno invariati. ',
|
|
'bulk_update_warn' => 'Stai per modificare le proprietà di :asset_count beni.',
|
|
'checkedout_to' => 'Assegnato a',
|
|
'checkout_date' => 'Data di assegnazione',
|
|
'checkin_date' => 'Data di entrata',
|
|
'checkout_to' => 'Assegnare a',
|
|
'cost' => 'Costo acquisto',
|
|
'create' => 'Creare bene',
|
|
'date' => 'Data di acquisto',
|
|
'depreciation' => 'Ammortamento',
|
|
'depreciates_on' => 'Deprezza Si',
|
|
'default_location' => 'Posizione predefinita',
|
|
'eol_date' => 'Data EOL',
|
|
'eol_rate' => 'Tasso EOL',
|
|
'expected_checkin' => 'Richiesta Data di entrata',
|
|
'expires' => 'Scade',
|
|
'fully_depreciated' => 'Completamente ammortizzato',
|
|
'help_checkout' => 'Se vuoi assegnare questo prodotto immediatamente, seleziona "Pronto alla spedizione" dalla barra di stato qui sopra. ',
|
|
'mac_address' => 'MAC Address',
|
|
'manufacturer' => 'Produttore',
|
|
'model' => 'Modello',
|
|
'months' => 'mesi',
|
|
'name' => 'Nome bene',
|
|
'notes' => 'Note',
|
|
'order' => 'Numero Ordine',
|
|
'qr' => 'QR Code',
|
|
'requestable' => 'Gli utenti possono richiedere questo bene',
|
|
'select_statustype' => 'Selezionare il tipo di stato',
|
|
'serial' => 'Seriale',
|
|
'status' => 'Stato',
|
|
'tag' => 'Etichetta bene',
|
|
'update' => 'Aggiornamento bene',
|
|
'warranty' => 'Garanzia',
|
|
'warranty_expires' => 'Scadenza della garanzia',
|
|
'years' => 'anni',
|
|
'asset_location' => 'Update Asset Location',
|
|
'asset_location_update_default_current' => 'Update default location AND actual location',
|
|
'asset_location_update_default' => 'Update only default location',
|
|
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
|
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
|
'processing_spinner' => 'Processing...',
|
|
];
|