oms-EventManagement/Theme/Backend/Lang/it.lang.php
2024-03-20 07:21:21 +00:00

47 lines
1.4 KiB
PHP
Executable File

<?php
/**
* Jingga
*
* PHP Version 8.2
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 2.0
* @version 1.0.0
* @link https://jingga.app
*/
declare(strict_types=1);
return ['EventManagement' => [
'Account' => 'Account',
'Actual' => 'Effettivo',
'Amount' => 'Quantità',
'Budget' => 'Bilancio',
'CoreData' => 'Dati principali',
'Description' => 'Descrizione',
'Elements' => 'Elementi',
'End' => 'Fine',
'Event' => 'Evento',
'EventManagement' => 'Gestione di eventi',
'Events' => 'Eventi',
'Exponential' => 'Esponenziale',
'Files' => 'File',
'Group' => 'Gruppo',
'Info' => 'Informazioni',
'Linear' => 'Lineare',
'Log' => 'Tronco d\'albero',
'Manager' => 'Gestore',
'Manual' => 'Manuale',
'Name' => 'Nome',
'People' => 'Persone',
'Permissions' => 'Autorizzazioni',
'Progress' => 'Progresso',
'Responsibility' => 'Responsabilità',
'Start' => 'Inizio',
'Status' => 'Stato',
'Tasks' => 'Compiti',
'Title' => 'Titolo',
'User' => 'Utente',
'UserGroup' => 'Gruppo di utenti',
]];