mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +00:00
64 lines
2.1 KiB
PHP
Executable File
64 lines
2.1 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Tasks' => [
|
|
'Account' => 'Tili',
|
|
'All' => 'Kaikki',
|
|
'AverageAmount' => 'Keskimääräinen määrä',
|
|
'AverageProcessTime' => 'Avg. Prosessiaika',
|
|
'CC' => 'Cc',
|
|
'Completion' => '',
|
|
'Created' => 'Luotu',
|
|
'Creator' => 'Luoja',
|
|
'Due' => 'Takia',
|
|
'Due/Priority' => 'Due / prioriteetti',
|
|
'For' => '',
|
|
'Forwarded' => 'Lähetetty',
|
|
'From' => 'Peräkkäin',
|
|
'History' => 'Historia',
|
|
'InTime' => 'Ajallaan',
|
|
'Media' => 'Media',
|
|
'Message' => 'Viesti',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => 'Ei mitään',
|
|
'P1' => 'Erittäin matala',
|
|
'P2' => 'Matala',
|
|
'P3' => 'Keskipitkä',
|
|
'P4' => 'Korkea',
|
|
'P5' => 'Erittäin korkea',
|
|
'Priority' => 'Etusija',
|
|
'Received' => 'Otettu vastaan',
|
|
'ReminderedBy' => '',
|
|
'S1' => 'Avata',
|
|
'S2' => 'Käynnissä',
|
|
'S3' => 'Keskeytetty',
|
|
'S4' => 'Peruutettu',
|
|
'S5' => 'Tehty',
|
|
'Select' => 'Valitse',
|
|
'Statistics' => 'Tilastot',
|
|
'Status' => 'Tila',
|
|
'Tag' => '',
|
|
'Task' => 'Tehtävä',
|
|
'Title' => 'Otsikko',
|
|
'To' => 'Jllek',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => 'Ladata',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => 'välitetty eteenpäin',
|
|
'priority_change' => '% S Aseta prioriteetti% s',
|
|
'status_change' => '% s Aseta tila% s',
|
|
]];
|