oms-Messages/Theme/Backend/Lang/uk.lang.php
2024-03-20 07:21:23 +00:00

50 lines
1.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.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 ['Messages' => [
'All' => 'Все',
'AverageAmount' => 'AVG. Сума',
'BCC' => 'Відбув',
'CC' => 'Ст',
'Channels' => '',
'Chat' => '',
'Date' => 'Дата',
'Delete' => 'Видаляти',
'Draft' => 'Чернець',
'Email' => '',
'From' => 'Від',
'Inbox' => 'Папця',
'Interval' => 'Інтервал',
'Mailboxes' => 'Поштові скриньки',
'Messages' => 'Повідомлень',
'Month' => 'Місяць',
'New' => 'Новий',
'Outbox' => 'Вихідний',
'Received' => 'Отриманий',
'Save' => 'Урятувати',
'Select' => 'Вибирати',
'Sent' => 'Надісланий',
'Spam' => 'Спам',
'Statistics' => 'Статистика',
'Status' => 'Статус',
'Subject' => 'Предмет',
'Tag' => 'Тег',
'Templates' => '',
'To' => 'До',
'Today' => 'Сьогодні',
'Trash' => 'Кошик',
'Week' => 'Тиждень',
'Year' => 'Рік',
]];