mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 02:59:07 +08:00
72 lines
2.7 KiB
YAML
Vendored
72 lines
2.7 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/
|
|
|
|
zh_CN:
|
|
site_settings:
|
|
data_explorer_enabled: "启用数据资源管理器"
|
|
data_explorer_ai_queries_enabled: "在数据资源管理器中启用 AI 查询生成"
|
|
discourse_ai:
|
|
ai_bot:
|
|
agents:
|
|
ai_query_generator:
|
|
name: "数据资源管理器查询生成器"
|
|
description: "从自然语言生成数据资源管理器的 SQL 查询"
|
|
tool_help:
|
|
run_sql: "运行 SQL 查询并返回结果"
|
|
submit_query: "提交最终生成的查询"
|
|
tool_summary:
|
|
run_sql: "正在运行 SQL 查询"
|
|
submit_query: "提交生成的查询"
|
|
tool_description:
|
|
run_sql: "已运行 SQL 查询"
|
|
submit_query: "提交的生成查询 %{name}"
|
|
discourse_data_explorer:
|
|
ai:
|
|
error_agent_not_configured: "AI 智能体尚未配置。请检查 AI 功能设置。"
|
|
error_no_sql_returned: "AI 未返回有效的 SQL 查询。请重试或手动编写查询。"
|
|
errors:
|
|
tool_not_allowed: "您无权使用此工具"
|
|
discourse_workflows:
|
|
sql_action:
|
|
no_query_selected: "未选择查询语句。"
|
|
no_sql_provided: "未提供 SQL 查询语句。"
|
|
discourse_automation:
|
|
scriptables:
|
|
recurring_data_explorer_result_pm:
|
|
title: 使用数据资源管理器结果安排 PM
|
|
description: 将定时报告发送到您的消息中
|
|
no_csv_allowed: "使用 `attach_csv` 字段时,必须将 `csv` 添加到网站设置中的授权扩展程序列表中。"
|
|
recurring_data_explorer_result_topic:
|
|
title: 使用数据资源管理器结果安排某一话题的帖子
|
|
description: 将定时报告发布到特定话题
|
|
data_explorer:
|
|
admin_dashboard_label: "数据资源管理器"
|
|
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}|附件](%{short_url})"
|