oms-Exchange/Theme/Backend/Lang/it.lang.php
2023-06-17 03:13:25 +02:00

40 lines
954 B
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.1
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['Exchange' => [
'Created' => '#VALUE!',
'CreatedAt' => '#VALUE!',
'CreatedBy' => '#VALUE!',
'Creator' => '#VALUE!',
'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' => '#VALUE!',
'Title' => '#VALUE!',
'Type' => '#VALUE!',
'Website' => 'Sito web',
]];