mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 11:12:53 +08:00
45 lines
1.9 KiB
YAML
Vendored
45 lines
1.9 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/
|
||
|
||
he:
|
||
site_settings:
|
||
data_explorer_enabled: "הפעלת דפדפן הנתונים תחת /admin/plugins/explorer"
|
||
discourse_automation:
|
||
scriptables:
|
||
recurring_data_explorer_result_pm:
|
||
title: תזמון הודעה פרטית עם תוצאות דפדפן נתונים
|
||
description: קבלת דוחות מתוזמנים להודעות שלך
|
||
no_csv_allowed: "בעת שימוש בשדה `attach_csv` (הצמדת 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}'>הצגת השאילתה בדפדפן הנתונים</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}|attachment](%{short_url})"
|