oms-Tasks/Theme/Backend/Lang/uk.lang.php
2024-01-12 00:30:21 +00:00

64 lines
2.5 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => 'Обліковий запис',
'All' => 'Все',
'AverageAmount' => 'Середня сума',
'AverageProcessTime' => 'AVG. Час процесу',
'CC' => 'Ст',
'Completion' => '',
'Created' => 'Створений',
'Creator' => 'Творець',
'Due' => 'Заборгованість',
'Due/Priority' => 'Завдання / пріоритет',
'For' => '',
'Forwarded' => 'Пересилати',
'From' => 'Від',
'History' => 'Історія',
'InTime' => 'Вчасно',
'Media' => 'Медіа',
'Message' => 'повідомлення',
'OpenGiven' => '',
'Overview' => '',
'P0' => 'Ніякий',
'P1' => 'Дуже низький',
'P2' => 'Низький',
'P3' => 'Середовище',
'P4' => 'Високий',
'P5' => 'Дуже високо',
'Priority' => 'Пріоритет',
'Received' => 'Отриманий',
'ReminderedBy' => '',
'S1' => 'відчинено',
'S2' => 'В процесі',
'S3' => 'Призупинений',
'S4' => 'Скасований',
'S5' => 'Зроблений',
'Select' => 'Вибирати',
'Statistics' => 'Статистика',
'Status' => 'Статус',
'Tag' => '',
'Task' => 'Завдання',
'Title' => 'Заголовок',
'To' => 'До',
'Unread' => '',
'UnreadChanges' => '',
'Upload' => 'Завантажувати',
'YourOpen' => '',
'forwarded_to' => 'пересилається до',
'priority_change' => '% s встановити пріоритет на% s до',
'status_change' => '% s встановити статус на% s до',
]];