{
  "poll": "投票",
  "poll-id-x": "投票 ID: %1",
  "toggles": "开关",
  "allow_guests": "允许游客查看投票结果",
  "limits": "限制",
  "max_options": "每次投票的最大候选项数目",
  "defaults": "默认设置",
  "default_title": "默认投票标题",
  "max_votes": "每个用户可投票的最大数目",
  "disallow_vote_update": "不允许用户更改投票",
  "allow_anon_voting": "允许匿名投票",
  "info_choices": "如果数字大于 1，那么就是多选投票",
  "settings": "设置",
  "save": "保存",
  "reset": "重置",
  "manage-polls": "管理投票",
  "add-poll": "添加投票",
  "no-polls": "未找到投票",
  "confirm-remove": "您确定要删除此投票吗？",
  "creator_title": "创建投票",
  "edit-a-poll-title": "编辑投票",
  "poll_title": "投票标题",
  "poll_title_placeholder": "输入投票标题",
  "options_title": "候选项",
  "options_add": "添加候选项",
  "max_votes_placeholder": "输入数目",
  "auto_end_title": "自动结束投票",
  "auto_end_placeholder": "点击输入日期和时间",
  "auto_end_help": "若留空，投票将永不结束。",

  "error.max_options": "你只能创建 %1 个候选项。",
  "error.no_options": "请创建至少一个候选项。",
  "error.valid_date": "请输入有效的日期。",

  "error.not_main": "只能在主帖中添加投票。",
  "error.invalid-post": "帖子无效。",
  "error.privilege.create": "你无权创建投票。",
  "error.anon-voting-not-allowed": "此投票不允许匿名投票。",

  "warning.redactor": "你正在使用 Redactor 编辑器。<strong>请不要</strong>手动编辑标记。可以重新打开投票创建工具。",

  "vote": "投票",
  "vote_anonymously": "匿名投票",
  "update_vote": "更改投票",
  "remove_vote": "删除投票",
  "to_voting": "前往投票",
  "to_results": "结果",
  "voting_unavailable_title": "投票不可用",
  "voting_unavailable_message": "此投票已结束或标记为已删除。你仍然可以查看结果。",
  "voting_update_disallowed_message": "你已经投过票，不允许再更改。",
  "vote_is_final": "此投票不允许更改投票结果，因此您的投票即为最终结果",

  "x-users-voted-for-this-option": "%1 位用户投票支持此选项",
  "votes": "票",
  "x-votes": "%1 票",
  "total-votes-x": "总票数: %1",
  "admin.create-poll": "创建投票",
  "created-time": "创建时间",
  "end-time": "结束时间"
}