forgejo-guardian/locales/ar-sa.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.2 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 = "مرحبًا، أنا حارس فورجيو، سأرسل لك إشعارًا حول المستخدمين المشبوهين، وسأنتظر موافقتك أو رفضك لحظرهم.\n\nالشيفرة المصدرية الخاصة بي: https://git.4rs.nl/awiteb/forgejo-guardian"
sus_alert = """تم اكتشاف مستخدم مشبوه! 🚨
• معرف المستخدم: %{user_id}
• اسم المستخدم: %{username}
• الاسم الكامل: %{full_name}
• النبذة: %{bio}
• الموقع: %{website}
• الملف التعريفي: %{profile}
هل تريد حظر هذا المستخدم؟
"""
ban_notify = """تم حظر مستخدم ⛔
• معرف المستخدم: %{user_id}
• اسم المستخدم: %{username}
• الاسم الكامل: %{full_name}
• النبذة: %{bio}
• الموقع: %{website}
• الملف التعريفي: %{profile}
"""
ban_success = "تم حظر المستخدم بنجاح ⛔"
ban_failed = "فشل حظر المستخدم! ⚠️"
ban_denied = "تم تجاهل المستخدم ⚠️"
[words]
not_found = "غير موجود"
[buttons]
ban = "حظر ⛔"
ignore = "تجاهل ⚠️"