mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:35:48 +08:00
32 lines
2.5 KiB
YAML
32 lines
2.5 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:
|
|
poll_maximum_options: "投票で許可されるオプションの最大数。"
|
|
poll_edit_window_mins: "ポスト作成後に投票を編集できる時間(分)"
|
|
poll:
|
|
multiple_polls_without_name: "名前のない複数の投票があります。一意に投票結果を識別するために、属性'<code>name</code>'を使用します。"
|
|
multiple_polls_with_same_name: "同じ名前: <strong>%{name}</strong> の複数の投票があります。一意に投票結果を識別するために、属性'<code>name</code>'を使用します。"
|
|
default_poll_must_have_less_options:
|
|
other: "投票は%{count}オプション以下でなければいけません。"
|
|
named_poll_must_have_less_options:
|
|
other: "投票 <strong>%{name}</strong> は%{count}オプション以下でなければいけません。"
|
|
default_poll_must_have_different_options: "投票は異なるオプションが必要です。"
|
|
named_poll_must_have_different_options: "投票 <strong>%{name}</strong> は異なるオプションが必要です。"
|
|
default_poll_with_multiple_choices_has_invalid_parameters: "複数の選択肢をもつ投票に無効なパラメータがあります。"
|
|
named_poll_with_multiple_choices_has_invalid_parameters: "複数の選択肢をもつ投票 <strong>%{name}</strong> に無効なパラメータがあります。"
|
|
requires_at_least_1_valid_option: "少なくとも1つの有効なオプションを選択する必要があります。"
|
|
no_poll_with_this_name: "この投稿に関連付けられた投票 <strong>%{name}</strong> はありません。"
|
|
post_is_deleted: "削除された投稿を操作する事はできません。"
|
|
user_cant_post_in_topic: "このトピックに投稿できないため投票できません。"
|
|
topic_must_be_open_to_vote: "投票するトピックはオープンになっている必要があります。"
|
|
poll_must_be_open_to_vote: "投票するにはオープンになっている必要があります。"
|
|
topic_must_be_open_to_toggle_status: "状態を切り替えるには、トピックがオープンになっている必要があります。"
|
|
only_staff_or_op_can_toggle_status: "スタッフやオリジナル投稿者のみが投票状態を切り替えることができます。"
|
|
email:
|
|
link_to_poll: "クリックして投票を見る"
|