discourse/plugins/discourse-data-explorer/config/locales/server.ar.yml
2025-08-19 12:14:51 +02:00

45 lines
2 KiB
YAML
Vendored
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.

# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
#
# To work with us on translations, join this project:
# https://translate.discourse.org/
ar:
site_settings:
data_explorer_enabled: "تفعيل مستكشف البيانات في /admin/plugins/explorer"
discourse_automation:
scriptables:
recurring_data_explorer_result_pm:
title: جدولة رسالة خاصة بنتائج مستكشف البيانات
description: احصل على تقارير مجدولة يتم إرسالها إلى رسائلك
no_csv_allowed: "عند استخدام الحقل `attach_csv`، يجب إضافة `csv` إلى قائمة الامتدادات المعتمدة في إعدادات الموقع."
recurring_data_explorer_result_topic:
title: جدولة منشور في موضوع باستخدام نتائج مستكشف البيانات
description: احصل على تقارير مجدولة يتم نشرها في موضوع معيَّن
data_explorer:
report_generator:
private_message:
title: "تقرير مجدول للاستعلام %{query_name}"
body: |
مرحبًا %{recipient_name}، تقريرك في مستكشف البيانات جاهز.
اسم الاستعلام:
%{query_name}
إليك النتائج:
%{table}
<a href='%{base_url}/admin/plugins/explorer/queries/%{query_id}'>عرض الاستعلام في مستكشف البياناتr</a>
تم إنشاء التقرير في %{created_at} (%{timezone})
post:
body: |
### تقرير مجدول للاستعلام %{query_name}
إليك النتائج:
%{table}
<a href='%{base_url}/admin/plugins/explorer/queries/%{query_id}'>عرض الاستعلام في مستكشف البيانات</a>
تم إنشاء التقرير في %{created_at} (%{timezone})
upload_appendix: "الملحق: [%{filename}|مرفق](%{short_url})"