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