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

41 lines
2.6 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/
zh_CN:
site_settings:
2017-12-06 10:25:12 -05:00
poll_enabled: "允许投票?"
2015-05-06 11:35:09 -04:00
poll_maximum_options: "投票允许的最大选项数。"
2016-11-24 14:07:51 -05:00
poll_edit_window_mins: "投票创建后多少分钟内可以编辑?"
2017-12-06 10:25:12 -05:00
poll_minimum_trust_level_to_create: "创建投票所需的最小信任等级。"
2015-05-06 11:35:09 -04:00
poll:
2016-08-05 14:39:55 -04:00
multiple_polls_without_name: "有多个投票没有名字。使用“<code>name</code>”属性区分各投票。"
multiple_polls_with_same_name: "有多个投票的名字相同:<strong>%{name}</strong>。使用“<code>name</code>”属性区分各投票。"
2015-05-06 11:35:09 -04:00
default_poll_must_have_at_least_2_options: "投票至少要有 2 个选项。"
named_poll_must_have_at_least_2_options: "投票“<strong>%{name}</strong>”必须要有 2 个选项。"
2015-10-02 10:40:28 -04:00
default_poll_must_have_less_options:
other: "投票选项必须少于%{count}个。"
named_poll_must_have_less_options:
2016-08-05 14:39:55 -04:00
other: "“<strong>%{name}</strong>”投票的选项必须少于%{count}个。"
2015-05-06 11:35:09 -04:00
default_poll_must_have_different_options: "投票必须有不同的选项。"
2016-08-05 14:39:55 -04:00
named_poll_must_have_different_options: "投票“<strong>%{name}</strong>”的选项必须有不同的选项。"
2015-06-03 11:09:08 -04:00
default_poll_with_multiple_choices_has_invalid_parameters: "多选投票有无效选项。"
2016-08-05 14:39:55 -04:00
named_poll_with_multiple_choices_has_invalid_parameters: "“<strong>%{name}</strong>”多选投票有无效参数。"
2015-05-06 11:35:09 -04:00
requires_at_least_1_valid_option: "你必须选择至少 1 个有效的选项。"
2019-01-02 12:32:38 -05:00
edit_window_expired:
cannot_edit_default_poll_with_votes: "在创建%{minutes}分钟后,你无法更改投票。"
cannot_edit_named_poll_with_votes: "在创建%{minutes}分钟后,你无法更改投票名<strong>${name}</strong>。"
2015-05-06 11:35:09 -04:00
no_poll_with_this_name: "投票“<strong>%{name}</strong>”没有被关联到帖子。"
2016-08-05 14:39:55 -04:00
post_is_deleted: "帖子已经删除,无法操作。"
2018-04-24 09:59:30 -04:00
user_cant_post_in_topic: "你无法投票,因为你无法在这个主题里发帖"
2016-08-05 14:39:55 -04:00
topic_must_be_open_to_vote: "主题必须未被锁定才能投票。"
2015-05-06 11:35:09 -04:00
poll_must_be_open_to_vote: "投票必须开启。"
2016-08-05 14:39:55 -04:00
topic_must_be_open_to_toggle_status: "主题必须未被锁定才能改变状态。"
only_staff_or_op_can_toggle_status: "只有管理人员或者发布投票的人才能改变投票状态。"
2018-11-05 05:58:41 -05:00
insufficient_rights_to_create: "你不能创建投票。"
2015-11-20 12:55:08 -05:00
email:
link_to_poll: "点击查看投票。"