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

45 lines
1.8 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/
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})"