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

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

116 lines
4.0 KiB
YAML
Raw Normal View History

2020-08-05 09:55:12 -04:00
# WARNING: Never edit this file.
# It will be overwritten when translations are pulled from Crowdin.
2015-05-06 11:35:09 -04:00
#
# To work with us on translations, join this project:
2020-08-05 09:55:12 -04:00
# https://translate.discourse.org/
2015-05-06 11:35:09 -04:00
2017-01-06 15:53:03 -05:00
zh_TW:
js:
poll:
voters:
other: "投票者"
total_votes:
other: "總票數"
average_rating: "平均評分:<strong>%{average}</strong>。"
2022-05-24 10:03:04 -04:00
public:
title: "投票是 <strong>公開的</strong>."
results:
groups:
title: "您必須是 %{groups} 的成員才能在此投票中投票。"
vote:
title: "投票結果將在 <strong>投票後</strong>顯示。"
closed:
title: "結果將顯示一次之後<strong>關閉</strong>。"
staff:
title: "結果僅向 <strong>內部人員顯示</strong> 。"
multiple:
help:
at_least_min_options:
other: "至少選擇 <strong>%{count}</strong> 個選項。"
up_to_max_options:
other: "最多可選擇 <strong>%{count}</strong> 個選項。"
x_options:
other: "選擇 <strong>%{count}</strong> 個選項。"
between_min_and_max_options: "在 <strong>%{min}</strong> 和 <strong>%{max}</strong> 個選項之間進行選擇。"
2017-01-06 15:53:03 -05:00
cast-votes:
title: "投你的票"
label: "現在投票!"
show-results:
title: "顯示投票結果"
label: "顯示結果"
2022-05-24 10:03:04 -04:00
remove-vote:
title: "移除您的投票"
label: "移除投票"
2017-01-06 15:53:03 -05:00
hide-results:
title: "返回到你的投票"
2022-05-24 10:03:04 -04:00
label: "顯示投票"
group-results:
title: "按用戶字段分組投票"
label: "顯示細分"
2019-12-05 11:20:52 -05:00
export-results:
2022-05-24 10:03:04 -04:00
title: "匯出投票結果"
2019-12-05 11:20:52 -05:00
label: "匯出"
2017-01-06 15:53:03 -05:00
open:
title: "開啟投票"
label: "開啟"
2018-02-15 16:36:03 -05:00
confirm: "你確定要開啟這個投票嗎?"
2017-01-06 15:53:03 -05:00
close:
title: "關閉投票"
label: "關閉"
confirm: "你確定要關閉這個投票?"
2022-05-24 10:03:04 -04:00
automatic_close:
closes_in: "在 <strong>%{timeLeft}</strong>後關閉。"
age: "已關閉 <strong>%{age}</strong>"
2021-05-18 10:49:18 -04:00
breakdown:
2022-05-24 10:03:04 -04:00
title: "投票結果"
votes: "%{count} 票"
breakdown: "故障"
percentage: "百分比"
2021-05-18 10:49:18 -04:00
count: "次數"
2017-01-06 15:53:03 -05:00
error_while_toggling_status: "對不起,改變投票狀態時出錯了。"
error_while_casting_votes: "對不起,投票時出錯了。"
error_while_fetching_voters: "對不起,顯示投票者時出錯了。"
2022-05-24 10:03:04 -04:00
error_while_exporting_results: "抱歉,匯出投票結果時發生錯誤。"
2017-01-06 15:53:03 -05:00
ui_builder:
title: 創建投票
insert: 插入投票
help:
2022-05-24 10:03:04 -04:00
options_min_count: 至少輸入 1 個選項。
options_max_count: 最多輸入 %{count} 個選項。
invalid_min_value: 最小值必須至少為 1。
invalid_max_value: 最大值必須至少為 1但小於或等於選項數。
2017-09-28 13:33:13 -04:00
invalid_values: 最小值必須比最大值小。
2018-04-13 10:32:39 -04:00
min_step_value: 最小梯級階值為 1
2017-01-06 15:53:03 -05:00
poll_type:
label: 類型
regular: 單選
multiple: 多選
number: 評分
2022-05-24 10:03:04 -04:00
poll_result:
label: 顯示結果...
always: 永遠可見
vote: 只有在投票之後
closed: 當投票結束時
staff: 只限工作人員
poll_groups:
label: 將投票限制在這些組中
poll_chart_type:
label: 結果圖
bar: 長條圖
pie: 圓餅圖
2017-01-06 15:53:03 -05:00
poll_config:
2022-05-24 10:03:04 -04:00
max: 最大選擇
min: 最小選擇
2017-01-06 15:53:03 -05:00
step: 梯級
poll_public:
label: 顯示投票人
2022-05-24 10:03:04 -04:00
poll_title:
label: 標題(可選)
poll_options:
label: 選項(每行一個)
add: 新增選項
automatic_close:
label: 自動關閉投票
show_advanced: "顯示進階選項"
hide_advanced: "隱藏進階選項"