about summary refs log tree commit diff
path: root/config/locales/zh-TW.yml
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-16 13:37:01 -0400
committerEugen <eugen@zeonfederated.com>2017-04-16 19:37:01 +0200
commitf87b51fda899a07c064c27de74bd56b974b5e3a5 (patch)
tree84952c9610fa313e5a5040f6620777b151b6ba8c /config/locales/zh-TW.yml
parent7e2e0d6dcc1adb648ac8719e933acfdc785a8b0d (diff)
I18n health warnings (#1949)
* Rename admin.domain_block to admin.domain_blocks in prep for i18n improvement

* Use implicit controller/action path for i18n in admin/domain_blocks

* Add DomainBlock#accounts has_many

* Avoid i18n health warning for `en` locale by using symbol scope with :count

* Remove unused i18n key: plaintext_secret_html

* Remove unused i18n key two_factor_auth.warning

* Remove final will_paginate i18n keys

* Remove unused key two_factor_auth.recovery_codes

* Remove unused key: admin.reports.comment.none

* Remove unused reports. i18n namespace (moved to admin.reports)

* Ignore keys from locales which override activemodel and activerecord errors

* Revert "Remove unused key: admin.reports.comment.none"

This reverts commit 350ef2685fadc069e619bb6d1066190de195d942.

* Update i18n key reference to match moved location

* Add missing `en` keys to i18n

* Tell i18n-tasks to ignore missing attributes that dont need overwriting

* Add i18n-tasks unused to travis
Diffstat (limited to 'config/locales/zh-TW.yml')
-rw-r--r--config/locales/zh-TW.yml23
1 files changed, 1 insertions, 22 deletions
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index ba5e8d6f5..c29f2e231 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -79,7 +79,7 @@ zh-TW:
       undo_suspension: 取消停權
       username: 使用者名稱
       web: Web
-    domain_block:
+    domain_blocks:
       add_new: 新增
       domain: 網域
       new:
@@ -240,24 +240,6 @@ zh-TW:
     missing_resource: 無法找到資源
     proceed: 下一步
     prompt: '您希望關注︰'
-  reports:
-    comment:
-      label: 留言
-      none: 無
-    delete: 刪除
-    id: ID
-    mark_as_resolved: 標記為已解決
-    report: '檢舉 #%{id}'
-    reported_account: 被檢舉帳號
-    reported_by: 檢舉人
-    reports: 檢舉
-    resolved: 已解決
-    silence_account: 靜音帳號
-    status: 狀態
-    suspend_account: 停權帳號
-    target: 目標
-    unresolved: 未解決
-    view: 檢視
   settings:
     authorized_apps: 已授權應用程式
     back: 回到 Mastodon
@@ -291,10 +273,7 @@ zh-TW:
     instructions_html: <strong>請用您手機的認證器應用程式(如 Google Authenticator、Authy),掃描這裡的 QR 圖形碼</strong>。在雙因子認證啟用後,您登入時將須要使用此應用程式產生的認證碼。
     manual_instructions: 如果您無法掃描 QR 圖形碼,請手動輸入︰
     setup: 設定
-    warning: 如果您現在無法正確設定您的應用程式,請立刻「停用」雙因子認證,否則日後可能無法登入本站。
     wrong_code: 您輸入的認證碼並不正確!可能伺服器時間和您手機不一致,請檢查您手機的時間,或與本站管理員聯絡。
   users:
     invalid_email: 信箱地址格式不正確
     invalid_otp_token: 雙因子認證碼不正確
-  will_paginate:
-    page_gap: "&hellip;"