diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-07 01:56:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-04-07 01:56:01 -0400 |
commit | 1576a9a10b63b5d4a02a3721678613d5825730a8 (patch) | |
tree | 468908dee1e1118ca3cbfb34b0a75155dbbe9eb2 /core/l10n/zh_TW.js | |
parent | fade4796e74f3f26ebfb0be086a4f85e2ccfaf58 (diff) | |
download | nextcloud-server-1576a9a10b63b5d4a02a3721678613d5825730a8.tar.gz nextcloud-server-1576a9a10b63b5d4a02a3721678613d5825730a8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index af9dbe0f197..f3b83a30193 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -1,6 +1,30 @@ OC.L10N.register( "core", { + "Please select a file." : "請選擇一個檔案", + "File is too big" : "檔案太大", + "Invalid file provided" : "提供的檔案無效", + "No image or file provided" : "未提供圖片或檔案", + "Unknown filetype" : "未知的檔案類型", + "Invalid image" : "無效的圖片", + "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", + "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", + "No crop data provided" : "未設定剪裁", + "No valid crop data provided" : "未提供有效的剪裁設定", + "Crop is not square" : "剪裁設定不是正方形", + "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", + "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", + "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", + "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", + "%s password reset" : "%s 密碼重設", + "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", + "Error loading tags" : "載入標籤出錯", + "Tag already exists" : "標籤已經存在", + "Error deleting tag(s)" : "刪除標籤出錯", + "Error tagging" : "貼標籤發生錯誤", + "Error untagging" : "移除標籤失敗", + "Error favoriting" : "加入最愛時出錯", + "Error unfavoriting" : "從最愛移除出錯", "Couldn't send mail to following users: %s " : "無法寄送郵件給這些使用者:%s", "Preparing update" : "準備更新", "Turned on maintenance mode" : "已啓用維護模式", @@ -24,23 +48,6 @@ OC.L10N.register( "%s (incompatible)" : "%s (不相容的)", "Following apps have been disabled: %s" : "以下應用程式已經被停用:%s", "Already up to date" : "已經是最新版", - "Please select a file." : "請選擇一個檔案", - "File is too big" : "檔案太大", - "Invalid file provided" : "提供的檔案無效", - "No image or file provided" : "未提供圖片或檔案", - "Unknown filetype" : "未知的檔案類型", - "Invalid image" : "無效的圖片", - "An error occurred. Please contact your admin." : "發生錯誤,請聯絡管理員", - "No temporary profile picture available, try again" : "沒有臨時用的大頭貼,請再試一次", - "No crop data provided" : "未設定剪裁", - "No valid crop data provided" : "未提供有效的剪裁設定", - "Crop is not square" : "剪裁設定不是正方形", - "Couldn't reset password because the token is invalid" : "無法重設密碼因為 token 無效", - "Couldn't reset password because the token is expired" : "無法重設密碼,因為 token 過期", - "Couldn't send reset email. Please make sure your username is correct." : "無法寄送重設 email ,請確認您的帳號輸入正確", - "Could not send reset email because there is no email address for this username. Please contact your administrator." : "無法寄送重設 email ,因為這個帳號沒有設定 email 地址,請聯絡您的系統管理員。", - "%s password reset" : "%s 密碼重設", - "Couldn't send reset email. Please contact your administrator." : "無法寄送重設 email ,請聯絡系統管理員", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -207,13 +214,6 @@ OC.L10N.register( "Apps" : "應用程式", "Admin" : "管理", "Help" : "說明", - "Error loading tags" : "載入標籤出錯", - "Tag already exists" : "標籤已經存在", - "Error deleting tag(s)" : "刪除標籤出錯", - "Error tagging" : "貼標籤發生錯誤", - "Error untagging" : "移除標籤失敗", - "Error favoriting" : "加入最愛時出錯", - "Error unfavoriting" : "從最愛移除出錯", "Access forbidden" : "存取被拒", "File not found" : "找不到檔案", "The specified document has not been found on the server." : "該文件不存在於伺服器上", |