]> git.joonet.de Git - adminer.git/commitdiff
Update Ukrainian and Russian translation
authormakss <makss@users.noreply.github.com>
Tue, 1 Apr 2025 00:18:01 +0000 (03:18 +0300)
committerJakub Vrana <jakub@vrana.cz>
Tue, 1 Apr 2025 15:21:23 +0000 (17:21 +0200)
adminer/lang/ru.inc.php
adminer/lang/uk.inc.php

index c29ab837a5edfa4e734ba7753c55c46f9dbb973e..9461d9eb472666eb8a279641c28bcb415c9573f0 100644 (file)
@@ -302,6 +302,15 @@ Lang::$translations = array(
        'Unknown error.' => 'Неизвестная ошибка.',
        'Database does not support password.' => 'База данных не поддерживает пароль.',
        'Disable %s or enable %s or %s extensions.' => 'Отключите %s или включите расширения %s или %s.',
+       'Check has been dropped.' => 'Проверка удалена.',
+       'Check has been altered.' => 'Проверка изменена.',
+       'Check has been created.' => 'Проверка создана.',
+       'Alter check' => 'Изменить проверку',
+       'Create check' => 'Создать проверку',
+       'Checks' => 'Проверки',
+       'Loaded plugins' => 'Загруженные плагины',
+       '%s must <a%s>return an array</a>.' => '%s должна <a%s>вернуть массив</a>.',
+       '<a%s>Configure</a> %s in %s.' => '<a%s>Настроить</a> %s в %s.',
 );
 
 // run `php ../../lang.php ru` to update this file
index 456ad04f70247fc48566c6aed5b2addc5ec38b3d..ba5ff9dd25cfdb9a954b25fca5939aaba872605d 100644 (file)
@@ -344,6 +344,18 @@ Lang::$translations = array(
        'Saving' => 'Збереження',
        'Unknown error.' => 'Невідома помилка.',
        'Database does not support password.' => 'База даних не підтримує пароль.',
+       'Disable %s or enable %s or %s extensions.' => 'Вимкніть %s або увімкніть розширення %s або %s.',
+       'Check has been dropped.' => 'Перевірку видалено.',
+       'Check has been altered.' => 'Перевірка змінена.',
+       'Check has been created.' => 'Перевірку створено.',
+       'Alter check' => 'Змінити перевірку',
+       'Create check' => 'Створити перевірку',
+       'Vacuum' => 'Вакуум',
+       '%d / ' => '%d / ',
+       'Checks' => 'Перевірки',
+       'Loaded plugins' => 'Завантажені плагіни',
+       '%s must <a%s>return an array</a>.' => '%s має <a%s>повернути масив</a>.',
+       '<a%s>Configure</a> %s in %s.' => '<a%s>Налаштувати</a> %s у %s.',
 );
 
 // run `php ../../lang.php uk` to update this file