forgejo-guardian/locales/ru-ru.toml
Awiteb 3e6c4dece8
chore: Add ban_notify message
Signed-off-by: Awiteb <a@4rs.nl>
2024-11-15 10:29:03 +00:00

30 lines
1.3 KiB
TOML
Raw 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.

[messages]
help_start = "Привет! я forgejo-guardian. Я буду отправлять вам уведомления о подозрительных пользователях, и вы сможете нажатием кнопки их забанить.\n\nМой исходный код: https://git.4rs.nl/awiteb/forgejo-guardian"
sus_alert = """Обнаружен подозрительный пользователь! 🚨
• ID пользователя: %{user_id}
• Юзернейм: %{username}
• Полное имя: %{full_name}
• Био: %{bio}
• Вебсайт: %{website}
• Профиль: %{profile}
Хотите забанить этого пользователя?
"""
ban_notify = """Пользователь заблокирован ⛔
• ID пользователя: %{user_id}
• Юзернейм: %{username}
• Полное имя: %{full_name}
• Био: %{bio}
• Вебсайт: %{website}
• Профиль: %{profile}
"""
ban_success = "Пользователь успешно забанен ⛔"
ban_failed = "Не удалось забанить пользователя! ⚠️"
ban_denied = "Пользователь был проигнорирован ⚠️"
[words]
not_found = "Не найдено"
[buttons]
ban = "Забанить ⛔"
ignore = "Игнорировать ⚠️"