Discourse Translator Bot 7209f26af1
Update translations (#351)
2025-01-21 15:55:20 +01:00

46 lines
1.9 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: 定期レポートをメッセージで送信します
no_csv_allowed: "`attach_csv` フィールドを使用する場合は、`csv` がサイト設定の承認済み拡張機能のリストに追加されている必要があります。"
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})"