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

66 lines
2.6 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 ['Monitoring' => [
'Alerts' => 'Сповіщення',
'All' => 'Все',
'Backtrace' => 'Зворотний',
'CPUUsage' => 'Використання процесора',
'Created' => 'Створений',
'CreatedBy' => 'Створений',
'Criticals' => 'Критичний',
'Debug' => 'Відлагоджувати',
'Deprecated' => 'Застарілий',
'Description' => 'Опис',
'DisabledFunctions' => 'Вимкнено функції',
'DiskUsage' => 'Дискузаж',
'Emergencies' => 'Надзвичайні ситуації',
'Errors' => 'Помилки',
'Exception' => 'Виняток',
'File' => 'Управляти',
'Files' => 'Файли',
'Info' => 'Інформація',
'Inspect' => 'Перевіряти',
'Inspection' => 'Інспекція',
'Integrity' => 'Цілісність',
'Level' => 'Рівнина',
'Line' => 'Лінія',
'Logs' => 'Журнали',
'MemoryLimit' => 'Ліміт пам\'яті',
'Message' => 'повідомлення',
'Modified' => 'Модифікований',
'Modules' => '#VALUE!',
'NG' => 'Нг',
'Notices' => 'Сповіщення',
'OK' => 'добре',
'OS' => 'Осад',
'PHPSettings' => 'Налаштування PHP',
'Penetrators' => 'Пенетратори',
'RAMUsage' => 'Використання пам\'яті',
'Release' => 'Випуск',
'Report' => 'Доповідь',
'Source' => 'Джерело',
'Status' => 'Статус',
'System' => 'Система',
'SystemRAM' => 'Системна барана',
'Theme' => 'Тема',
'Time' => 'Час',
'Timestamp' => 'Мітка',
'Total' => 'Загальний',
'Unicode' => 'Unicode',
'Uri' => 'Ур',
'Version' => 'Версія',
'Warnings' => 'Застереження',
]];