mirror of
https://github.com/Karaka-Management/oms-EventManagement.git
synced 2026-01-19 04:28: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' => 'Compte',
|
|
'Actual' => 'Réel',
|
|
'Amount' => 'Quantité',
|
|
'Budget' => 'Budget',
|
|
'CoreData' => 'Données de base',
|
|
'Description' => 'La description',
|
|
'Elements' => 'Éléments',
|
|
'End' => 'Finir',
|
|
'Event' => 'Événement',
|
|
'EventManagement' => 'Gestion des événements',
|
|
'Events' => 'Événements',
|
|
'Exponential' => 'Exponentiel',
|
|
'Files' => 'Des dossiers',
|
|
'Group' => 'Grouper',
|
|
'Info' => 'Info',
|
|
'Linear' => 'Linéaire',
|
|
'Log' => 'Enregistrer',
|
|
'Manager' => 'Directeur',
|
|
'Manual' => 'Manuel',
|
|
'Name' => 'Nom',
|
|
'People' => 'Gens',
|
|
'Permissions' => 'Autorisation',
|
|
'Progress' => 'Le progrès',
|
|
'Responsibility' => 'Responsabilité',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Tasks' => 'Tâches',
|
|
'Title' => 'Titre',
|
|
'User' => 'Utilisateur',
|
|
'UserGroup' => 'Utilisateur / groupe',
|
|
]];
|