This repository has been archived by the owner on Jul 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create zh.yml * Rename zh.yml to zh-tw.yml
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
reflar-polls: | ||
admin: | ||
permissions: | ||
moderate: 編輯及刪除投票 | ||
start: 建立投票 | ||
vote: 投票 | ||
self_edit: 允許用戶修改自己的投票 | ||
forum: | ||
no_permission: 你沒有權限投票 | ||
poll_ended: 此投票已結束 | ||
days_remaining: "投票將於 {time} 結束" | ||
public_poll: 查看投票者 | ||
votes_modal: | ||
title: 投票者 | ||
modal: | ||
submit: 提交 | ||
no_voters: 沒有投票 | ||
switch: 允許查看投票者 | ||
min: 你必須提供最少兩個選項 | ||
max: 你最多提供十個選項 | ||
include_question: 你必須填上問題 | ||
date_placeholder: 投票結束日 (可選) | ||
answer_placeholder: 選項 | ||
add: 增加選項 | ||
question_placeholder: 問題 | ||
add_title: 建立投票 | ||
edit_title: 修改投票 | ||
answers: 選項 | ||
moderation: | ||
edit: 修改投票 | ||
delete: 刪除投票 | ||
delete_confirm: 你是否確定要刪除此投票? | ||
composer_discussion: | ||
add_poll: 建立投票 | ||
edit: => reflar-polls.forum.moderation.edit | ||
tooltip: | ||
votes: 票 | ||
vote: 票 | ||
badge: 投票 |