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

18 lines
984 B
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' => 'Запуск',
'command' => 'Команда запуска',
'notification_startup' => 'Команда запуска обновлена',
'notification_startup_body' => 'Перезапустите сервер для использования новой команды запуска.',
'enable_preview' => 'Включить предпросмотр',
'disable_preview' => 'Отключить предпросмотр',
'docker_image' => 'Образ докера',
'notification_docker' => 'Докер образ обновлен',
'notification_docker_body' => 'Перезапустите сервер для использования нового образа.',
'variables' => 'Серверные переменные',
'update' => 'Переменная :variable обновлена',
'fail' => 'Ошибка: :variable',
'validation_fail' => 'Не пройдена проверка :variable',
];