mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 11:11:13 +08:00
Update translations
This commit is contained in:
@ -5,4 +5,60 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
zh_TW: {}
|
||||
zh_TW:
|
||||
js:
|
||||
poll:
|
||||
voters:
|
||||
other: "投票者"
|
||||
total_votes:
|
||||
other: "總票數"
|
||||
average_rating: "平均評分:<strong>%{average}</strong>。"
|
||||
public:
|
||||
title: "投票是公開的。"
|
||||
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> 個選項"
|
||||
cast-votes:
|
||||
title: "投你的票"
|
||||
label: "現在投票!"
|
||||
show-results:
|
||||
title: "顯示投票結果"
|
||||
label: "顯示結果"
|
||||
hide-results:
|
||||
title: "返回到你的投票"
|
||||
label: "隱藏結果"
|
||||
open:
|
||||
title: "開啟投票"
|
||||
label: "開啟"
|
||||
confirm: "你確定要開啟這個投票麼?"
|
||||
close:
|
||||
title: "關閉投票"
|
||||
label: "關閉"
|
||||
confirm: "你確定要關閉這個投票?"
|
||||
error_while_toggling_status: "對不起,改變投票狀態時出錯了。"
|
||||
error_while_casting_votes: "對不起,投票時出錯了。"
|
||||
error_while_fetching_voters: "對不起,顯示投票者時出錯了。"
|
||||
ui_builder:
|
||||
title: 創建投票
|
||||
insert: 插入投票
|
||||
help:
|
||||
options_count: 輸入至少 2 個選項
|
||||
poll_type:
|
||||
label: 類型
|
||||
regular: 單選
|
||||
multiple: 多選
|
||||
number: 評分
|
||||
poll_config:
|
||||
max: 最大
|
||||
min: 最小
|
||||
step: 梯級
|
||||
poll_public:
|
||||
label: 顯示投票人
|
||||
poll_options:
|
||||
label: 每行輸入一個調查選項
|
||||
|
@ -5,4 +5,37 @@
|
||||
# To work with us on translations, join this project:
|
||||
# https://www.transifex.com/projects/p/discourse-org/
|
||||
|
||||
zh_TW: {}
|
||||
zh_TW:
|
||||
site_settings:
|
||||
poll_enabled: "允許用戶創建投票?"
|
||||
poll_maximum_options: "投票允許的最大選項數。"
|
||||
poll_edit_window_mins: "投票創建後多少分鐘內可以編輯?"
|
||||
poll:
|
||||
multiple_polls_without_name: "有多個投票沒有名字。使用“<code>name</code>”屬性區分各投票。"
|
||||
multiple_polls_with_same_name: "有多個投票的名字相同:<strong>%{name}</strong>。使用“<code>name</code>”屬性區分各投票。"
|
||||
default_poll_must_have_at_least_2_options: "投票至少要有 2 個選項。"
|
||||
named_poll_must_have_at_least_2_options: "投票“<strong>%{name}</strong>”必須要有 2 個選項。"
|
||||
default_poll_must_have_less_options:
|
||||
other: "投票選項必須少於%{count}個。"
|
||||
named_poll_must_have_less_options:
|
||||
other: "“<strong>%{name}</strong>”投票的選項必須少於%{count}個。"
|
||||
default_poll_must_have_different_options: "投票必須有不同的選項。"
|
||||
named_poll_must_have_different_options: "投票“<strong>%{name}</strong>”的選項必須有不同的選項。"
|
||||
default_poll_with_multiple_choices_has_invalid_parameters: "多選投票有無效選項。"
|
||||
named_poll_with_multiple_choices_has_invalid_parameters: "“<strong>%{name}</strong>”多選投票有無效參數。"
|
||||
requires_at_least_1_valid_option: "你必須選擇至少 1 個有效的選項。"
|
||||
default_cannot_be_made_public: "投票調查不能公開。"
|
||||
named_cannot_be_made_public: "投票“<strong>%{name}</strong>”有投票不能公開。"
|
||||
edit_window_expired:
|
||||
cannot_change_polls: "在創建話題%{minutes}分鐘後,你不可以增加、刪除或者重命名該投票。"
|
||||
op_cannot_edit_options: "在創建話題%{minutes}分鐘後,你不可以增加、刪除投票選項。如果你需要修改投票選項,請聯繫管理員。"
|
||||
staff_cannot_add_or_remove_options: "在創建話題%{minutes}分鐘後,你不能增加或者刪除投票選項。你可以選擇刪除該話題然後重新創建一個。"
|
||||
no_polls_associated_with_this_post: "這個帖子中沒有投票。"
|
||||
no_poll_with_this_name: "投票“<strong>%{name}</strong>”沒有被關聯到帖子。"
|
||||
post_is_deleted: "帖子已經刪除,無法操作。"
|
||||
topic_must_be_open_to_vote: "主題必須未被鎖定才能投票。"
|
||||
poll_must_be_open_to_vote: "投票必須開啟。"
|
||||
topic_must_be_open_to_toggle_status: "主題必須未被鎖定才能改變狀態。"
|
||||
only_staff_or_op_can_toggle_status: "只有管理人員或者發佈投票的人才能改變投票狀態。"
|
||||
email:
|
||||
link_to_poll: "點擊查看投票。"
|
||||
|
Reference in New Issue
Block a user