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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

113 lines
3.8 KiB
YAML
Raw Normal View History

2020-08-05 21:55:12 +08:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-05-06 23:35:09 +08:00
#
# To work with us on translations, join this project:
2020-08-05 21:55:12 +08:00
# https://translate.discourse.org/
2015-05-06 23:35:09 +08:00
zh_CN:
js:
poll:
voters:
2021-07-21 16:30:34 +08:00
other: "投票人"
2015-05-06 23:35:09 +08:00
total_votes:
2015-07-23 01:27:18 +08:00
other: "总票数"
average_rating: "平均评分:<strong>%{average}</strong>。"
2018-12-14 23:34:12 +08:00
public:
2019-04-24 21:02:04 +08:00
title: "投票为<strong>公开</strong>。"
2018-12-14 23:34:12 +08:00
results:
2020-02-25 23:29:14 +08:00
groups:
2021-07-21 16:30:34 +08:00
title: "您需要成为 %{groups} 的成员才能在此投票中投票。"
2018-12-14 23:34:12 +08:00
vote:
2021-07-21 16:30:34 +08:00
title: "结果将在<strong>投票</strong>上显示。"
2018-12-14 23:34:12 +08:00
closed:
2021-07-21 16:30:34 +08:00
title: "结果将在<strong>关闭</strong>后显示。"
2019-09-26 10:29:44 +08:00
staff:
2021-07-21 16:30:34 +08:00
title: "结果仅向<strong>管理人员</strong>成员显示。"
2020-06-02 01:58:51 +08:00
multiple:
help:
at_least_min_options:
2021-07-21 16:30:34 +08:00
other: "至少选择 <strong>%{count}</strong> 个选项。"
2020-06-02 01:58:51 +08:00
up_to_max_options:
other: "最多选择 <strong>%{count}</strong> 个选项。"
x_options:
other: "选择 <strong>%{count}</strong> 个选项。"
2021-07-21 16:30:34 +08:00
between_min_and_max_options: "选择 <strong>%{min}</strong> 到 <strong>%{max}</strong> 个选项。"
2015-05-06 23:35:09 +08:00
cast-votes:
2021-07-21 16:30:34 +08:00
title: "投票"
label: "立即投票!"
2015-05-06 23:35:09 +08:00
show-results:
title: "显示投票结果"
label: "显示结果"
hide-results:
2021-07-21 16:30:34 +08:00
title: "回到您的投票"
2019-12-20 01:31:52 +08:00
label: "显示投票"
2020-01-21 00:00:44 +08:00
group-results:
2021-07-21 16:30:34 +08:00
title: "按用户字段将投票分组"
label: "显示细分"
2019-12-06 00:20:52 +08:00
export-results:
2021-07-21 16:30:34 +08:00
title: "导出投票结果"
2019-12-06 00:20:52 +08:00
label: "导出"
2015-05-06 23:35:09 +08:00
open:
2021-07-21 16:30:34 +08:00
title: "打开投票"
label: "打开"
confirm: "确定要打开此投票吗?"
2015-05-06 23:35:09 +08:00
close:
title: "关闭投票"
label: "关闭"
2021-07-21 16:30:34 +08:00
confirm: "确定要关闭此投票吗?"
2019-05-20 19:42:05 +08:00
automatic_close:
2021-07-21 16:30:34 +08:00
closes_in: "在 <strong>%{timeLeft}</strong>后关闭。"
age: "已关闭 <strong>%{age}</strong>"
2020-08-11 21:04:00 +08:00
breakdown:
title: "投票结果"
votes: "%{count} 票"
2021-07-21 16:30:34 +08:00
breakdown: "细分"
2020-08-11 21:04:00 +08:00
percentage: "百分比"
count: "计数"
2021-07-21 16:30:34 +08:00
error_while_toggling_status: "抱歉,切换此投票的状态时出错。"
error_while_casting_votes: "抱歉,投票时出错。"
error_while_fetching_voters: "抱歉,显示投票人时出错。"
2020-01-21 00:00:44 +08:00
error_while_exporting_results: "抱歉,导出投票结果时出错。"
ui_builder:
2021-07-21 16:30:34 +08:00
title: 构建投票
insert: 插入投票
help:
2021-07-21 16:30:34 +08:00
options_min_count: 至少输入 1 个选项。
2021-04-27 22:01:06 +08:00
options_max_count: 最多输入 %{count} 个选项。
2021-07-21 16:30:34 +08:00
invalid_min_value: 最小值必须至少为 1。
invalid_max_value: 最大值必须至少为 1但小于或等于选项数。
2017-05-29 14:53:49 +08:00
invalid_values: 最小值必须小于最大值。
2021-07-21 16:30:34 +08:00
min_step_value: 最小步长值为 1
poll_type:
label: 类型
regular: 单选
multiple: 多选
2021-07-21 16:30:34 +08:00
number: 分数
2018-12-14 23:34:12 +08:00
poll_result:
2021-07-21 16:30:34 +08:00
label: 显示结果…
always: 始终可见
2021-04-13 22:02:08 +08:00
vote: 只在投票后
2021-07-21 16:30:34 +08:00
closed: 当投票被关闭后
2019-09-26 10:29:44 +08:00
staff: 仅管理人员
2020-02-25 23:29:14 +08:00
poll_groups:
2021-07-21 16:30:34 +08:00
label: 将投票限制为这些群组
2020-01-21 00:00:44 +08:00
poll_chart_type:
2021-04-13 22:02:08 +08:00
label: 结果图表
2021-07-21 16:30:34 +08:00
bar: 条形图
pie: 饼图
poll_config:
2021-04-27 22:01:06 +08:00
max: 最大选择
min: 最小选择
2021-07-21 16:30:34 +08:00
step: 步骤
poll_public:
2016-08-06 02:39:55 +08:00
label: 显示投票人
2020-10-06 21:03:58 +08:00
poll_title:
2021-07-21 16:30:34 +08:00
label: 标题(可选)
poll_options:
2021-07-21 16:30:34 +08:00
label: 选项(每行一个)
2021-04-13 22:02:08 +08:00
add: 添加选项
2018-11-05 18:58:41 +08:00
automatic_close:
label: 自动关闭投票
2021-04-13 22:02:08 +08:00
show_advanced: "显示高级选项"
hide_advanced: "隐藏高级选项"