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

40 lines
1006 B
PHP
Executable File
Raw Permalink 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 ['Exchange' => [
'Created' => '',
'CreatedAt' => '',
'CreatedBy' => '',
'Creator' => '',
'Database' => 'База даних',
'End' => 'Кінець',
'Exchange' => 'Обмін',
'Export' => 'Експортувати',
'Exports' => 'Експорт',
'File' => 'Управляти',
'Host' => 'Хост',
'Import' => 'Імпортувати',
'Imports' => 'Імпорт',
'Login' => 'Вхід',
'Logs' => 'Журнали',
'Options' => 'Параметри',
'Password' => 'Пароль',
'Port' => 'Порт',
'Start' => 'Почати',
'Subtype' => '',
'Title' => '',
'Type' => '',
'Website' => 'Веб-сайт',
]];