From 76aa16ce30dc025a286e5f7ed03465bfea33e3a5 Mon Sep 17 00:00:00 2001 From: Zurg Date: Sun, 6 Jul 2014 01:40:18 +0800 Subject: [PATCH] Update the error.json --- public/language/zh_TW/error.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/language/zh_TW/error.json b/public/language/zh_TW/error.json index c252bd5dda..15b68e6977 100644 --- a/public/language/zh_TW/error.json +++ b/public/language/zh_TW/error.json @@ -2,21 +2,21 @@ "invalid-data": "無效的資料", "not-logged-in": "您似乎還沒有登入喔!", "account-locked": "您的帳戶暫時被鎖定!", - "search-requires-login": "Searching requires an account! Please login or register!", + "search-requires-login": "請登入或註冊,才能搜尋!", "invalid-cid": "無效的類別 ID", "invalid-tid": "無效的主題 ID", "invalid-pid": "無效的文章 ID", "invalid-uid": "無效的使用者 ID", "invalid-username": "無效的使用者名稱", "invalid-email": "無效的 Email 位址", - "invalid-title": "Invalid title!", + "invalid-title": "無效的標題!", "invalid-user-data": "無效的使用者資料", "invalid-password": "無效的密碼", "invalid-pagination-value": "無效的分頁數值", "username-taken": "該使用者名稱已被使用", "email-taken": "該信箱已被使用", - "email-not-confirmed": "Your email is not confirmed", - "username-too-short": "Username too short", + "email-not-confirmed": "您的E-mail還沒有認證", + "username-too-short": "使用者名稱太短了", "user-banned": "該使用者已被停用", "no-category": "類別並不存在", "no-topic": "主題並不存在", @@ -35,7 +35,7 @@ "file-too-big": "允許的最大檔案大小是 %1 kbs", "cant-vote-self-post": "你不能對自己的文章說讚!", "already-favourited": "你已經收藏了這篇文章", - "already-unfavourited": "You already unfavourited this post", + "already-unfavourited": "你已經取消收藏了這篇文章", "cant-ban-other-admins": "你不能禁用其他管理員!", "invalid-image-type": "無效的圖像類型", "group-name-too-short": "群組名稱太短了", @@ -52,4 +52,4 @@ "signature-too-long": "簽名檔長度不能超過 %1 字元!", "cant-chat-with-yourself": "你不能與自己聊天!", "not-enough-reputation-to-downvote": "You do not have enough reputation to downvote this post" -} \ No newline at end of file +}