oms-Script/Theme/Backend/Lang/uk.lang.php

62 lines
2.3 KiB
PHP
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
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Helper' => [
'Add' => 'додавати',
'CentralizedDB' => 'централізована БД',
'CentralizedFiles' => 'централізовані файли',
'Created' => 'створений',
'CreatedBy' => 'Створено',
'Creator' => 'творець',
'Data' => 'дані',
'Database' => 'база даних',
'Dataset' => 'Dataset',
'Datasets' => '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' => 'Standalone',
'Storage' => 'зберігання',
'Tag' => 'тег',
'Tags' => 'Теги',
'Template' => 'шаблон',
'Title' => 'титульний',
'Type' => 'тип',
'Updated' => 'оновлений',
]];