mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
18 lines
710 B
YAML
18 lines
710 B
YAML
# encoding: utf-8
|
|
# This file contains content for the server portion of Discourse used by Ruby
|
|
#
|
|
# To validate this YAML file after you change it, please paste it into
|
|
# http://yamllint.com/
|
|
|
|
zh_CN:
|
|
activerecord:
|
|
attributes:
|
|
post:
|
|
poll_options: "投票选项"
|
|
poll:
|
|
must_contain_poll_options: "必须包含投票选项列表"
|
|
cannot_have_modified_options: "在开始的五分钟后不能修改。如果需要修改他们,请联系版主。"
|
|
cannot_add_or_remove_options: "只能被编辑,不能添加或者删除。如果您需要添加或者删除选项,您需要锁定这个主题并创建新的。"
|
|
prefix: "投票:"
|
|
closed_prefix: "已关闭的投票:"
|