mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 23:19:42 -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
23 lines
1.2 KiB
PHP
23 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => 'Informazioni sugli asset',
|
|
'about_assets_text' => 'Gli asset sono elementi tracciati con il numero di serie o il tag di asset. Tendono ad essere oggetti di valore più elevato dove identificare un elemento specifico.',
|
|
'archived' => 'Archiviato',
|
|
'asset' => 'Asset',
|
|
'bulk_checkout' => 'Ritiro Asset',
|
|
'checkin' => 'Ingresso Asset',
|
|
'checkout' => 'Asset Checkout',
|
|
'clone' => 'Copia Asset',
|
|
'deployable' => 'Distribuibile',
|
|
'deleted' => 'Questo asset è stato cancellato. <a href="/hardware/:asset_id/restore">Clicca qui per ripristinarlo</a>.',
|
|
'edit' => 'Modifica Asset',
|
|
'model_deleted' => 'Questo modello di Asset è stato cancellato. Devi ripristinare il modello prima di poter ripristinare L\'asset.<br/> <a href="/hardware/models/:model_id/restore">Clicca qui per ripristinare il modello</a>.',
|
|
'requestable' => 'Disponibile',
|
|
'requested' => 'richiesto',
|
|
'restore' => 'Ripristina Asset',
|
|
'pending' => 'In attesa',
|
|
'undeployable' => 'Non Distribuilbile',
|
|
'view' => 'Vedi Asset',
|
|
];
|