discourse-data-explorer/config/locales/server.ru.yml

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

# 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: Отправка запланированных отчетов сообщением
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?id=%{query_id}'>Просмотреть запрос в проводнике данных</a>
Отчет создан: %{created_at} (%{timezone})
post:
body: |
### Запланированный отчет по запросу «%{query_name}»
Вот результаты:
%{table}
<a href='%{base_url}/admin/plugins/explorer?id=%{query_id}'>Просмотреть запрос в проводнике данных</a>
Отчет создан: %{created_at} (%{timezone})
upload_appendix: "Приложение: [%{filename}|вложение](%{short_url})"