mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 09:28:35 +08:00
45 lines
2 KiB
YAML
Vendored
45 lines
2 KiB
YAML
Vendored
# 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})"
|