snipe-it/resources/lang/it-IT/admin/locations/table.php
snipe dddbf27d78
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2024-09-18 14:18:52 +01:00

43 lines
2.1 KiB
PHP

<?php
return [
'about_locations_title' => 'Info sulle Sedi',
'about_locations' => 'Le Sedi sono usate per tracciare la collocazione degli utenti, dei beni e di altri oggetti',
'assets_rtd' => 'Beni', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Beni Assegnati',
'id' => 'ID',
'city' => 'Città',
'state' => 'Provincia',
'country' => 'Paese',
'create' => 'Crea Sede',
'update' => 'Aggiorna Sede',
'print_assigned' => 'Stampa assegnazione',
'print_all_assigned' => 'Stampa tutte le assegnazioni',
'name' => 'Nome Sede',
'address' => 'Indirizzo',
'address2' => 'Indirizzo, riga 2',
'zip' => 'CAP',
'locations' => 'Sedi',
'parent' => 'Parte di...',
'currency' => 'Valuta della Sede',
'ldap_ou' => 'LDAP Search OU',
'user_name' => 'Nome Utente',
'department' => 'Dipartimento',
'location' => 'Sede',
'asset_tag' => 'Tag dei Beni',
'asset_name' => 'Nome',
'asset_category' => 'Categoria',
'asset_manufacturer' => 'Produttore',
'asset_model' => 'Modello',
'asset_serial' => 'Seriale',
'asset_location' => 'Sede',
'asset_checked_out' => 'Assegnato',
'asset_expected_checkin' => 'Restituzione prevista',
'date' => 'Data:',
'phone' => 'Telefono Sede',
'signed_by_asset_auditor' => 'Firmato Da (Revisore dei Beni):',
'signed_by_finance_auditor' => 'Firmato Da (Revisore Finanziario):',
'signed_by_location_manager' => 'Firmato Da (Responsabile della Sede):',
'signed_by' => 'Firmato Da:',
];