mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 07:36:44 +02:00
Update Ukrainian and Russian translation
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user