oms-Exchange/Theme/Backend/Lang/it.lang.php

40 lines
979 B
PHP

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Exchange' => [
'Created' => 'Creato',
'CreatedAt' => 'creato in',
'CreatedBy' => 'Creato da',
'Creator' => 'Creatore',
'Database' => 'Banca dati',
'End' => 'Fine',
'Exchange' => 'Scambio',
'Export' => 'Esportare',
'Exports' => 'esportazioni',
'File' => 'File',
'Host' => 'Ospite',
'Import' => 'Importare',
'Imports' => 'importazioni',
'Login' => 'Login',
'Logs' => 'logs',
'Options' => 'Opzioni',
'Password' => 'Parola d\'ordine',
'Port' => 'Porta',
'Start' => 'Inizio',
'Subtype' => 'sottotipo',
'Title' => 'Titolo',
'Type' => 'genere',
'Website' => 'Sito web',
]];