discourse/plugins/discourse-data-explorer/config/locales/server.ru.yml
2025-08-25 11:43:23 +02:00

37 lines
2.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/
ru:
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}'>Открыть запрос в проводнике данных</a>
Отчет создан: %{created_at} (%{timezone})
post:
body: "### Плановый отчет по запросу «%{query_name}»\n\nРезультаты: \n%{table}\n\n<a href='%{base_url}/admin/plugins/explorer/queries/%{query_id}'>Открыть запрос в проводнике данных</a>\n\nДата создания отчета: %{created_at} (%{timezone})\n"
upload_appendix: "Приложение: [%{filename}|вложение](%{short_url})"