45 lines
1.8 KiB
YAML
45 lines
1.8 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/
|
||
|
||
ja:
|
||
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})"
|