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

19 lines
867 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 [
'open_server' => 'Открыть сервер',
'installation_completed' => 'Установка сервера завершена',
'installation_failed' => 'Установка сервера не удалась',
'reinstallation_completed' => 'Переустановка сервера завершена',
'reinstallation_failed' => 'Переустановка сервера не удалась',
'failed' => 'Не удалось',
'user_added' => [
'title' => 'Добавлен на сервер',
'body' => 'Вы были добавлены в качестве субпользователя на :server.',
],
'user_removed' => [
'title' => 'Удален с сервера',
'body' => 'Вы были удалены как субпользователь с :server.',
],
];