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

62 lines
2.6 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 [
'nav_title' => 'Плагины',
'model_label' => 'Плагин',
'model_label_plural' => 'Плагины',
'name' => 'Название',
'update_available' => 'Доступно обновление для этого плагина',
'author' => 'Автор',
'version' => 'Версия',
'category' => 'Категория',
'status' => 'Статус',
'visit_website' => 'Посетить сайт',
'settings' => 'Настройки',
'install' => 'Установить',
'uninstall' => 'Удалить',
'update' => 'Обновить',
'enable' => 'Включить',
'disable' => 'Выключить',
'import_from_file' => 'Импорт из файла',
'import_from_url' => 'Импорт из URL',
'no_plugins' => 'Нет плагином',
'all' => 'Все',
'change_load_order' => 'Изменить порядок загрузки',
'apply_load_order' => 'Применить порядок загрузки',
'enable_theme_modal' => [
'heading' => 'Тема уже установлена',
'description' => 'У вас уже включена тема. Включение нескольких тем может привести к визуальным ошибкам. Вы хотите продолжить?',
],
'status_enum' => [
'not_installed' => 'Не установлено',
'disabled' => 'Выключено',
'enabled' => 'Включено',
'errored' => 'Ошибка',
'incompatible' => 'Несовместимо',
],
'category_enum' => [
'plugin' => 'Плагин',
'theme' => 'Тема',
'language' => 'Языковой пакет',
],
'notifications' => [
'installed' => 'Плагин установлен',
'install_error' => 'Не удалось установить плагин',
'uninstalled' => 'Плагин удален',
'uninstall_error' => 'Не удалось удалить плагин',
'deleted' => 'Плагин удален',
'updated' => 'Плагин обновлен',
'update_error' => 'Не удалось обновить плагин',
'enabled' => 'Плагин включен',
'disabled' => 'Плагин отключен',
'imported' => 'Плагин импортирован',
'import_exists' => 'Плагин с таким id уже существует',
'import_failed' => 'Не удалось импортировать плагин',
],
];