45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
# 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/
|
|
|
|
zh_CN:
|
|
site_settings:
|
|
data_explorer_enabled: "请在 /admin/plugins/explorer 下启用数据资源管理器"
|
|
discourse_automation:
|
|
scriptables:
|
|
recurring_data_explorer_result_pm:
|
|
title: 使用数据资源管理器结果安排 PM
|
|
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})"
|