0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 20:33:03 +08:00
discourse/plugins/discourse-data-explorer/config/locales/client.ja.yml
2026-06-19 11:53:31 +02:00

124 lines
4.9 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/
ja:
js:
discourse_ai:
features:
data_explorer:
name: "データエクスプローラー"
errors:
explorer:
no_semicolons: "クエリからセミコロンを削除します。"
dirty: "クエリは保存してから実行する必要があります。"
data_explorer:
admin_dashboard_card:
no_results: "結果がありません"
explorer:
default_query: "デフォルト"
or: "または"
admins_only: "データエクスプローラーは管理者のみが利用できます。"
allow_groups: "このクエリへのアクセスをグループに許可する"
title: "データエクスプローラー"
create: "作成"
create_placeholder: "クエリ名..."
description_placeholder: "説明をここに入力"
ai:
generate: "生成"
optional: "オプション"
import:
label: "インポート"
unparseable_json: "解析不能な JSON ファイルです。"
wrong_json: "不正な JSON ファイル。JSON ファイルには 'query' オブジェクトと、その中に少なくとも 'sql' プロパティが含まれている必要があります。"
help:
label: "ヘルプ"
modal_title: "データエクスプローラーのヘルプ"
schema:
title: "データベーススキーマ"
filter: "検索..."
sensitive: "この列のコンテンツには、機密性の特に高い情報または個人情報が含まれることがあります。この列のコンテンツを使用する際には十分注意してください。"
types:
bool:
yes: "はい"
no: "いいえ"
null_: "Null"
view_json: "JSON を表示"
save: "変更を保存"
run: "実行"
undo: "変更を破棄"
delete: "削除"
chart:
form:
label: "グラフの種類"
bar: "棒"
others_dirty: "クエリには保存されていない変更があり、移動すると失われます。"
run_time: "クエリは %{value} ミリ秒で完了しました。"
result_count:
other: "%{count} 件の結果。"
max_result_count:
other: "上位 %{count} 件を表示中。"
query_name: "クエリ"
query_groups: "グループ"
link: "リンク"
report_name: "レポート"
query_description: "説明"
query_time: "最終実行"
query_user: "作成者"
column: "列 %{number}"
reset_params: "リセット"
search_placeholder: "検索..."
no_search_results: "残念ながら、テキストに一致する結果は見つかりませんでした。"
form:
errors:
invalid: "無効です"
no_such_category: "そのようなカテゴリはありません"
no_such_group: "そのようなグループはありません"
group:
reports: "レポート"
admin:
api:
scopes:
descriptions:
data_explorer:
run_queries: "データエクスプローラーのクエリを実行します。クエリ ID を指定して、API キーを一連のクエリに制限します。"
discourse_workflows:
nodes:
"action:sql": "データエクスプローラー"
sql:
query_id: "クエリ"
add_param: "パラメーターを追加"
param_value: "値"
output:
results: "結果"
no_results: "結果がありません"
discourse_automation:
scriptables:
recurring_data_explorer_result_pm:
fields:
recipients:
label: ユーザー、グループ、またはメールに送る
query_id:
label: データエクスプローラーのクエリ
query_params:
label: データエクスプローラーのクエリパラメーター
skip_empty:
label: 結果がない場合は PM の送信をスキップする
attach_csv:
label: CSV ファイルを PM に添付する
users_from_group:
label: 各グループメンバーに個別の PM を送信する
recurring_data_explorer_result_topic:
fields:
topic_id:
label: クエリ結果を投稿するトピック
query_id:
label: データエクスプローラーのクエリ
query_params:
label: データエクスプローラーのクエリパラメーター
skip_empty:
label: 結果が無い場合は投稿をスキップする
attach_csv:
label: CSV ファイルを投稿に添付する