mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +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' => 'Rachunek',
|
|
'All' => 'Wszystkie',
|
|
'AverageAmount' => 'Średnia ilość',
|
|
'AverageProcessTime' => 'AVG. Czas przetwarzania',
|
|
'CC' => 'Cc.',
|
|
'Completion' => '',
|
|
'Created' => 'Utworzony',
|
|
'Creator' => 'Twórca',
|
|
'Due' => 'Z powodu',
|
|
'Due/Priority' => 'Należny / priorytet',
|
|
'For' => '',
|
|
'Forwarded' => 'Przekazany',
|
|
'From' => 'Z',
|
|
'History' => 'Historia',
|
|
'InTime' => 'W samą porę',
|
|
'Media' => 'Głoska bezdźwięczna',
|
|
'Message' => 'Wiadomość',
|
|
'OpenGiven' => '',
|
|
'Overview' => '',
|
|
'P0' => 'Nic',
|
|
'P1' => 'Bardzo niski',
|
|
'P2' => 'Niski',
|
|
'P3' => 'Średni',
|
|
'P4' => 'Wysoki',
|
|
'P5' => 'Bardzo wysoko',
|
|
'Priority' => 'Priorytet',
|
|
'Received' => 'Otrzymane',
|
|
'ReminderedBy' => '',
|
|
'S1' => 'otwarty',
|
|
'S2' => 'W trakcie',
|
|
'S3' => 'Zawieszony',
|
|
'S4' => 'Odwołany',
|
|
'S5' => 'Gotowe',
|
|
'Select' => 'Wybierać',
|
|
'Statistics' => 'Statystyka',
|
|
'Status' => 'Status',
|
|
'Tag' => '',
|
|
'Task' => 'Zadanie',
|
|
'Title' => 'Tytuł',
|
|
'To' => 'Do',
|
|
'Unread' => '',
|
|
'UnreadChanges' => '',
|
|
'Upload' => 'Wgrywać',
|
|
'YourOpen' => '',
|
|
'forwarded_to' => 'przekazano do',
|
|
'priority_change' => '% s Ustaw priorytet na% s',
|
|
'status_change' => '% s Ustaw stan na% s',
|
|
]];
|