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

37 lines
3.0 KiB
YAML
Raw Normal View History

2015-05-06 11:35:09 -04:00
# encoding: utf-8
#
# Never edit this file. It will be overwritten when translations are pulled from Transifex.
#
# To work with us on translations, join this project:
# https://www.transifex.com/projects/p/discourse-org/
2015-07-09 09:27:52 -04:00
ja:
site_settings:
2016-12-28 13:45:25 -05:00
poll_enabled: "ユーザーによる投票を許可しますか?"
2015-07-09 09:27:52 -04:00
poll_maximum_options: "投票で許可されるオプションの最大数。"
poll:
multiple_polls_without_name: "名前のない複数の投票があります。一意に投票結果を識別するために、属性'<code>name</code>'を使用します。"
multiple_polls_with_same_name: "同じ名前: <strong>%{name}</strong> の複数の投票があります。一意に投票結果を識別するために、属性'<code>name</code>'を使用します。"
default_poll_must_have_at_least_2_options: "投票は少なくとも2つのオプションが必要です。"
named_poll_must_have_at_least_2_options: "投票 <strong>%{name}</strong> は少なくとも2つのオプションが必要です。"
2015-10-10 11:11:28 -04:00
default_poll_must_have_less_options:
other: "投票は%{count}オプション以下でなければいけません。"
2016-02-22 11:10:12 -05:00
named_poll_must_have_less_options:
other: "投票 <strong>%{name}</strong> は%{count}オプション以下でなければいけません。"
2015-07-09 09:27:52 -04:00
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つの有効なオプションを選択する必要があります。"
2016-09-28 05:00:36 -04:00
edit_window_expired:
cannot_change_polls: "最初の%{minutes}分が経過するまで、投票の追加, 削除, 名前の変更はできません。"
2016-05-26 11:50:15 -04:00
no_polls_associated_with_this_post: "この投稿に関連付けられた投票はありません。"
no_poll_with_this_name: "この投稿に関連付けられた投票 <strong>%{name}</strong> はありません。"
post_is_deleted: "削除された投稿を操作する事はできません。"
2015-07-09 09:27:52 -04:00
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: "スタッフやオリジナル投稿者のみが投票状態を切り替えることができます。"
2016-02-22 11:10:12 -05:00
email:
2016-05-04 14:22:15 -04:00
link_to_poll: "クリックして投票を見る"