mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-01-22 04:28:40 +00:00
46 lines
1.3 KiB
PHP
Executable File
46 lines
1.3 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['ProjectManagement' => [
|
|
'Active' => 'aktiivinen',
|
|
'Actual' => 'Todellinen',
|
|
'Budget' => 'talousarvio',
|
|
'Canceled' => 'peruttu',
|
|
'Created' => 'Luotu',
|
|
'Creator' => 'Luoja',
|
|
'Description' => 'Kuvaus',
|
|
'Due' => 'maksettava',
|
|
'End' => 'pää',
|
|
'Exponential' => 'räjähdysmäinen',
|
|
'Files' => 'Tiedostot',
|
|
'Finished' => 'päättynyt',
|
|
'Hold' => 'Hold',
|
|
'Inactive' => 'Epäaktiivinen',
|
|
'Linear' => 'Lineaarinen',
|
|
'Log' => 'Hirsi',
|
|
'Manager' => 'johtaja',
|
|
'Manual' => 'manuaalinen',
|
|
'Name' => 'Nimi',
|
|
'Other' => 'muut',
|
|
'Progress' => 'edistyminen',
|
|
'Project' => 'projekti',
|
|
'Projects' => 'projektit',
|
|
'Responsibility' => 'vastuu',
|
|
'Start' => 'alkaa',
|
|
'Status' => 'Tila',
|
|
'Tasks' => 'tehtävät',
|
|
'Title' => 'otsikko',
|
|
'UserGroup' => 'Käyttäjäryhmä',
|
|
]];
|