Files
panel-pelican-dev/lang/ru/server/database.php
2026-01-15 07:59:55 -05:00

27 lines
1.3 KiB
PHP
Raw Permalink 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
return [
'title' => 'Базы данных',
'empty' => 'Нет баз данных',
'create_database' => 'Создать базу данных',
'limit' => 'Достигнут предел базы данных',
'viewing' => 'Просмотр: :database',
'host' => 'Хост',
'database' => 'База данных',
'username' => 'Пользователь',
'password' => 'Пароль',
'remote' => 'Удалённый',
'created_at' => 'Создано',
'name' => 'Имя базы данных',
'name_hint' => 'Если оставить поле пустым, то будет сгенерировано случайное название',
'connections_from' => 'Подключение из',
'max_connections' => 'Максимум подключений',
'database_host' => 'Сервер базы данных',
'database_host_select' => 'Выберите сервер базы данных',
'jdbc' => 'Строка подключения JDBC',
'create_notification' => 'Создано :database',
'create_notification_fail' => 'Не удалось создать :database',
'delete_notification' => 'Удалено :database',
'delete_notification_fail' => 'Не удалось удалить :database',
];