Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translate client-admin file to Traditional Chinese #1742

Open
wants to merge 3 commits into
base: edge
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions client-admin/src/strings/zh_Hant.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
// Copyright (C) 2012-present, The Authors. This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License, version 3, as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.

const s = {}

// login/createuser strings
s.polis_err_param_parse_failed_email = '請輸入有效的電子郵件地址。'
s.polis_err_reg_bad_email = '請輸入有效的電子郵件地址。'
s.polis_err_param_parse_failed_password = '請輸入有效的密碼。'
s.polis_err_login_unknown_user_or_password_noresults =
'登入失敗:無效的使用者/密碼。'
s.polis_err_login_unknown_user_or_password =
'登入失敗:無效的使用者/密碼。'
s.polis_err_reg_user_with_that_email_exists =
'電子郵件已被使用,請嘗試登入選項。'
s.polis_err_reg_need_name = '請包括您的名字。'

s.polis_err_post_comment_duplicate =
'貼文錯誤:此意見已存在!'

s.polis_err_fetching_tweet =
'獲取推文時錯誤,請輸入X(Twitter)的URL。'

s.share_but_no_comments_warning =
"此對話目前沒有意見。我們建議您在邀請參與者之前先建立一些意見。這將幫助參與者入門。前往「設定」然後點選「種子意見」"
s.share_but_no_visible_comments_warning =
'此對話沒有可見的意見。我們建議您在邀請參與者之前添加一些意見(或對存在的意見進行管理),這將幫助他們了解應該輸入什麼樣的意見。'

s.no_permission =
'您的帳號沒有權限查看此頁面。'

export default s
Loading