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

37 lines
832 B
PHP
Executable File

<?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 ['Auditor' => [
'Action' => 'Azione',
'Audit' => 'revisione',
'Auditor' => 'uditore',
'Audits' => 'verifiche',
'By' => 'Di',
'CREATE' => 'Creare',
'Content' => 'Soddisfare',
'DELETE' => 'Elimina',
'Date' => 'Data',
'Email' => 'E-mail',
'Module' => 'Modulo',
'Name' => 'Nome',
'New' => 'Nuovo',
'Old' => 'Vecchio',
'Ref' => 'arbitro',
'Subtype' => 'sottotipo',
'Trigger' => 'grilletto',
'Type' => 'genere',
'UNKNOWN' => 'Sconosciuto',
'UPDATE' => 'Aggiornare',
]];