diff --git a/client-admin/src/strings/zh_Hant.js b/client-admin/src/strings/zh_Hant.js new file mode 100644 index 000000000..c6712d849 --- /dev/null +++ b/client-admin/src/strings/zh_Hant.js @@ -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 . + +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