diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
commit | f3336f8877771e53d303f6f939f0005fa9692b7a (patch) | |
tree | c5f0495eac0d3e946df517709d5a4ad9d0ec4227 /core/l10n/zh_TW.php | |
parent | e8bede5e0d67e036e8e42279df3a2dd8c83e08e8 (diff) | |
download | nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.tar.gz nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/zh_TW.php')
-rw-r--r-- | core/l10n/zh_TW.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 1483329bbfd..0cb4967b2b5 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -9,14 +9,6 @@ $TRANSLATIONS = array( "Updating filecache, this may take really long..." => "更新檔案快取,這可能要很久…", "Updated filecache" => "已更新檔案快取", "... %d%% done ..." => "已完成 %d%%", -"Category type not provided." => "未提供分類類型。", -"No category to add?" => "沒有可增加的分類?", -"This category already exists: %s" => "分類已經存在:%s", -"Object type not provided." => "未指定物件類型", -"%s ID not provided." => "未提供 %s ID 。", -"Error adding %s to favorites." => "加入 %s 到最愛時發生錯誤。", -"No categories selected for deletion." => "沒有選擇要刪除的分類。", -"Error removing %s from favorites." => "從最愛移除 %s 時發生錯誤。", "No image or file provided" => "未提供圖片或檔案", "Unknown filetype" => "未知的檔案類型", "Invalid image" => "無效的圖片", @@ -68,12 +60,9 @@ $TRANSLATIONS = array( "(all selected)" => "(已全選)", "({count} selected)" => "(已選 {count} 項)", "Error loading file exists template" => "載入檔案存在樣板出錯", -"The object type is not specified." => "未指定物件類型。", -"Error" => "錯誤", -"The app name is not specified." => "沒有指定 app 名稱。", -"The required file {file} is not installed!" => "沒有安裝所需的檔案 {file} !", "Shared" => "已分享", "Share" => "分享", +"Error" => "錯誤", "Error while sharing" => "分享時發生錯誤", "Error while unsharing" => "取消分享時發生錯誤", "Error while changing permissions" => "修改權限時發生錯誤", @@ -106,6 +95,9 @@ $TRANSLATIONS = array( "Sending ..." => "正在傳送…", "Email sent" => "Email 已寄出", "Warning" => "警告", +"The object type is not specified." => "未指定物件類型。", +"Delete" => "刪除", +"Add" => "增加", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "升級失敗,請將此問題回報 <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud 社群</a>。", "The update was successful. Redirecting you to ownCloud now." => "升級成功,正將您重新導向至 ownCloud 。", "%s password reset" => "%s 密碼重設", @@ -131,8 +123,6 @@ $TRANSLATIONS = array( "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "嗨,\n\n%s 和你分享了 %s ,到這裡看它:%s\n", "The share will expire on %s.\n\n" => "分享將於 %s 過期\n", "Cheers!" => "太棒了!", -"Edit categories" => "編輯分類", -"Add" => "增加", "Security Warning" => "安全性警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "您的 PHP 版本無法抵抗 NULL Byte 攻擊 (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "請更新 PHP 以安全地使用 %s。", |