mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-11 15:48: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' => 'Aktív',
|
|
'Actual' => 'Tényleges',
|
|
'Budget' => 'Költségvetés',
|
|
'Canceled' => 'Törölve',
|
|
'Created' => 'Létrehozott',
|
|
'Creator' => 'Teremtő',
|
|
'Description' => 'Leírás',
|
|
'Due' => 'Esedékes',
|
|
'End' => 'Vége',
|
|
'Exponential' => 'Exponenciális',
|
|
'Files' => 'Fájlok',
|
|
'Finished' => 'Befejezett',
|
|
'Hold' => 'Tart',
|
|
'Inactive' => 'Inaktív',
|
|
'Linear' => 'Lineáris',
|
|
'Log' => 'Napló',
|
|
'Manager' => 'Menedzser',
|
|
'Manual' => 'Kézikönyv',
|
|
'Name' => 'Név',
|
|
'Other' => 'Egyéb',
|
|
'Progress' => 'Előrehalad',
|
|
'Project' => 'Projekt',
|
|
'Projects' => 'Projektek',
|
|
'Responsibility' => 'Felelősség',
|
|
'Start' => 'Rajt',
|
|
'Status' => 'Állapot',
|
|
'Tasks' => 'Feladatok',
|
|
'Title' => 'Cím',
|
|
'UserGroup' => 'Felhasználói csoport',
|
|
]];
|