mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-19 03:08:41 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 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 ['ProjectManagement' => [
|
|
'Active' => 'actif',
|
|
'Actual' => 'Réel',
|
|
'Budget' => 'Budget',
|
|
'Canceled' => 'Annulé',
|
|
'Created' => 'Établi',
|
|
'Creator' => 'Créateur',
|
|
'Description' => 'La description',
|
|
'Due' => 'Dû',
|
|
'End' => 'Finir',
|
|
'Exponential' => 'Exponentiel',
|
|
'Files' => 'Des dossiers',
|
|
'Finished' => 'Fini',
|
|
'Hold' => 'Tenir',
|
|
'Inactive' => 'Inactif',
|
|
'Linear' => 'Linéaire',
|
|
'Log' => 'Enregistrer',
|
|
'Manager' => 'Directeur',
|
|
'Manual' => 'Manuel',
|
|
'Name' => 'Nom',
|
|
'Other' => 'Autre',
|
|
'Progress' => 'Le progrès',
|
|
'Project' => 'Projet',
|
|
'Projects' => 'Projets',
|
|
'Responsibility' => 'Responsabilité',
|
|
'Start' => 'Démarrer',
|
|
'Status' => 'Statut',
|
|
'Tasks' => 'Tâches',
|
|
'Title' => 'Titre',
|
|
'UserGroup' => 'Utilisateur / groupe',
|
|
]];
|