forgejo-guardian/locales/en-us.toml
Awiteb c96b859931
feat: Reason for banned and suspicious
Signed-off-by: Awiteb <a@4rs.nl>
2024-11-17 21:00:25 +03:00

34 lines
951 B
TOML

[messages]
help_start = "Hi, I'm forgejo-guardian, I'll send you a notification about suspicious users, and I'll wait for your approval or rejection to ban them.\n\nMy source code: https://git.4rs.nl/awiteb/forgejo-guardian"
sus_alert = """Suspicious user detected! 🚨
• User ID: %{user_id}
• Username: %{username}
• Email: %{email}
• Full name: %{full_name}
• Bio: %{bio}
• Website: %{website}
• Profile: %{profile}
• Reason: %{reason}
Do you want to ban this user?
"""
ban_notify = """User has been banned ⛔
• User ID: %{user_id}
• Username: %{username}
• Email: %{email}
• Full name: %{full_name}
• Bio: %{bio}
• Website: %{website}
• Profile: %{profile}
• Reason: %{reason}
"""
ban_success = "User has been banned successfully ⛔"
ban_failed = "Failed to ban the user! ⚠️"
ban_denied = "User has been ignored ⚠️"
[words]
not_found = "Not found"
[buttons]
ban = "Ban ⛔"
ignore = "Ignore ⚠️"