mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-14 08:58:40 +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' => 'Aktywny',
|
|
'Actual' => 'Rzeczywisty',
|
|
'Budget' => 'Budżet',
|
|
'Canceled' => 'Odwołany',
|
|
'Created' => 'Utworzony',
|
|
'Creator' => 'Twórca',
|
|
'Description' => 'Opis',
|
|
'Due' => 'Z powodu',
|
|
'End' => 'Kończyć się',
|
|
'Exponential' => 'Wykładniczy',
|
|
'Files' => 'Pliki',
|
|
'Finished' => 'Skończone',
|
|
'Hold' => 'Utrzymać',
|
|
'Inactive' => 'Nieaktywny',
|
|
'Linear' => 'Liniowy',
|
|
'Log' => 'Dziennik',
|
|
'Manager' => 'Menedżer',
|
|
'Manual' => 'podręcznik',
|
|
'Name' => 'Nazwa',
|
|
'Other' => 'Inny',
|
|
'Progress' => 'Postęp',
|
|
'Project' => 'Projekt',
|
|
'Projects' => 'Projektowanie',
|
|
'Responsibility' => 'Odpowiedzialność',
|
|
'Start' => 'Początek',
|
|
'Status' => 'Status',
|
|
'Tasks' => 'Zadania',
|
|
'Title' => 'Tytuł',
|
|
'UserGroup' => 'Użytkownik / grupa.',
|
|
]];
|