discourse/plugins/poll/config/locales/client.ja.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

96 lines
3.9 KiB
YAML
Raw Normal View History

2020-08-05 21:55:12 +08:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-05-06 23:35:09 +08:00
#
# To work with us on translations, join this project:
2020-08-05 21:55:12 +08:00
# https://translate.discourse.org/
2015-05-06 23:35:09 +08:00
2015-07-09 21:27:52 +08:00
ja:
js:
poll:
voters:
2015-08-04 15:47:39 +08:00
other: "投票者数"
2015-07-09 21:27:52 +08:00
total_votes:
2015-08-04 15:47:39 +08:00
other: "合計得票数"
2021-06-29 22:02:02 +08:00
average_rating: "平均評価: <strong>%{average}</strong>。"
2017-07-20 17:27:02 +08:00
public:
2019-01-20 06:29:54 +08:00
title: "投票は<strong>公開</strong>されています。"
results:
2021-03-02 22:28:30 +08:00
groups:
title: "このアンケートに投票するには %{groups} のメンバーである必要があります。"
2019-01-20 06:29:54 +08:00
vote:
title: "結果は<strong>投票</strong>したとき表示されます。"
closed:
2021-06-29 22:02:02 +08:00
title: "結果は投票が<strong>クローズ</strong>になると表示されます。"
2021-03-02 22:28:30 +08:00
staff:
2021-06-29 22:02:02 +08:00
title: "結果は<strong>スタッフ</strong>メンバーにのみ表示されます。"
2021-03-02 22:28:30 +08:00
multiple:
help:
at_least_min_options:
2021-06-29 22:02:02 +08:00
other: "少なくともオプションを <strong>%{count}</strong> 個を選択してください。"
2021-03-02 22:28:30 +08:00
up_to_max_options:
2021-06-29 22:02:02 +08:00
other: "オプションを <strong>%{count}</strong> 個まで選択してください。"
2021-03-02 22:28:30 +08:00
x_options:
2021-06-29 22:02:02 +08:00
other: "オプションを <strong>%{count}</strong> 個選択してください。"
between_min_and_max_options: "<strong>%{min}</strong><strong>%{max}</strong> 個のオプションを選択してください。"
2015-07-09 21:27:52 +08:00
cast-votes:
title: "投票する"
2021-06-29 22:02:02 +08:00
label: "今すぐ投票!"
2015-07-09 21:27:52 +08:00
show-results:
2021-06-29 22:02:02 +08:00
title: "投票結果を表示する"
label: "結果を表示する"
2015-07-09 21:27:52 +08:00
hide-results:
2021-06-29 22:02:02 +08:00
title: "自分の投票に戻る"
label: "投票を表示する"
2021-03-02 22:28:30 +08:00
group-results:
2021-06-29 22:02:02 +08:00
title: "ユーザーフィールド別に投票をグループ化"
label: "内訳を表示する"
2019-12-06 00:20:52 +08:00
export-results:
2021-03-02 22:28:30 +08:00
title: "投票結果をエクスポートする"
2019-12-06 00:20:52 +08:00
label: "エクスポート"
2015-07-09 21:27:52 +08:00
open:
2019-01-20 06:29:54 +08:00
title: "投票をオープンする"
label: "オープン"
2015-07-09 21:27:52 +08:00
confirm: "この投票をオープンにしてもよろしいですか?"
close:
2019-01-20 06:29:54 +08:00
title: "投票をクローズする"
2021-06-29 22:02:02 +08:00
label: "クローズ"
2019-01-20 06:29:54 +08:00
confirm: "この投票をクローズしてもよろしいですか?"
2019-05-20 19:42:05 +08:00
automatic_close:
2021-06-29 22:02:02 +08:00
closes_in: "<strong>%{timeLeft}</strong> でクローズします。"
age: "<strong>%{age}</strong> にクローズ"
2021-03-02 22:28:30 +08:00
breakdown:
title: "投票結果"
breakdown: "内訳"
percentage: "割合"
2021-06-29 22:02:02 +08:00
count: "票数"
error_while_toggling_status: "この投票のステータスを切り替える際にエラーが発生しました。"
error_while_casting_votes: "投票の際にエラーが発生しました。"
error_while_fetching_voters: "投票者を表示する際にエラーが発生しました。"
error_while_exporting_results: "投票結果のエクスポート中にエラーが発生しました。"
2016-09-28 17:00:36 +08:00
ui_builder:
title: 投票を作成
2017-07-20 17:27:02 +08:00
insert: 投票の挿入
help:
2021-06-29 22:02:02 +08:00
options_min_count: 少なくとも1つのオプションを入力してください。
2017-07-20 17:27:02 +08:00
invalid_values: 最小値は最大値より小さくなければなりません。
2021-06-29 22:02:02 +08:00
min_step_value: 最小ステップの値は 1 です
2016-09-28 17:00:36 +08:00
poll_type:
label: タイプ
2021-06-29 22:02:02 +08:00
regular: 単一選択
2016-09-28 17:00:36 +08:00
multiple: 複数選択
2021-06-29 22:02:02 +08:00
number: 数字評価
2019-01-20 06:29:54 +08:00
poll_result:
2021-06-29 22:02:02 +08:00
always: 常に表示
2021-03-02 22:28:30 +08:00
staff: スタッフのみ
poll_chart_type:
2021-06-29 22:02:02 +08:00
bar:
pie: 円グラフ
2017-07-20 17:27:02 +08:00
poll_config:
step: 間隔
2016-09-28 17:00:36 +08:00
poll_public:
2021-06-29 22:02:02 +08:00
label: 投票者を表示する
2021-03-02 22:28:30 +08:00
poll_title:
label: タイトル (オプション)
2019-01-20 06:29:54 +08:00
automatic_close:
2021-06-29 22:02:02 +08:00
label: 投票を自動的にクローズする