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

19 lines
834 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.',
],
];