mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-19 12:38:40 +00:00
47 lines
1.4 KiB
PHP
Executable File
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',
|
|
]];
|