oms-Script/Theme/Backend/Lang/uk.lang.php
2023-06-17 03:13:26 +02:00

62 lines
2.3 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 ['Helper' => [
'Add' => 'Додавати',
'CentralizedDB' => 'Централізований дБ',
'CentralizedFiles' => 'Централізовані файли',
'Created' => 'Створений',
'CreatedBy' => 'Створений',
'Creator' => 'Творець',
'Data' => 'Дані',
'Database' => 'База даних',
'Dataset' => 'Набір даних',
'Datasets' => 'Датації',
'Description' => 'Опис',
'Edit' => 'Редагувати',
'Expected' => 'Очікуваний',
'Export' => 'Експортувати',
'FileNames' => 'Імена файлів',
'Files' => 'Файли',
'Helper' => 'Помічник',
'Helpers' => 'Помічник',
'IndividualDB' => 'Індивідуальний дБ',
'Info' => 'Інформація',
'Language' => 'Мову',
'Load' => 'Навантаження',
'Media' => 'Медіа',
'MediaDirectory' => 'Медіа-каталог',
'Modified' => 'Модифікований',
'Name' => 'Назва',
'New' => 'Новий',
'Other' => 'Інший',
'Overview' => 'Огляд',
'Permission' => 'Дозвіл',
'Print' => 'Друкувати',
'Report' => 'Доповідь',
'Reports' => 'Звітів',
'Select' => 'Вибирати',
'Settings' => 'Налаштування',
'Source' => 'Джерело',
'Sources' => 'Джерела',
'Standalone' => 'Автономний',
'Storage' => 'Зберігання',
'Tag' => 'Тег',
'Tags' => 'Теги',
'Template' => 'Шаблон',
'Title' => 'Заголовок',
'Type' => 'Тип',
'Updated' => 'Оновлений',
]];