diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-14 01:55:43 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2016-01-14 01:55:43 -0500 |
commit | 205fbcbfa3cf221fad23cfd3379a412aba0dd314 (patch) | |
tree | d5b20dba2668ff250f083ca3d790e8888cd38f81 /lib/l10n/zh_TW.js | |
parent | d0a690fde46d1bba886e0a94a5e59c40f1e5c3b0 (diff) | |
download | nextcloud-server-205fbcbfa3cf221fad23cfd3379a412aba0dd314.tar.gz nextcloud-server-205fbcbfa3cf221fad23cfd3379a412aba0dd314.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index dec4c59dfcd..b140e78ca1e 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -109,6 +109,9 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "分享 %s 失敗,不允許重複分享", "Sharing %s failed, because the sharing backend for %s could not find its source" : "分享 %s 失敗,因為 %s 的分享後端找不到它的來源", "Sharing %s failed, because the file could not be found in the file cache" : "分享 %s 失敗,因為在快取中找不到該檔案", + "Cannot increase permissions of %s" : "無法增加%s的權限", + "Expiration date is in the past" : "到期日是之前的時間", + "Cannot set expiration date more than %s days in the future" : "無法設定到期日超過未來%s天", "Could not find category \"%s\"" : "找不到分類:\"%s\"", "Apps" : "應用程式", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "使用者名稱當中只能包含下列字元:\"a-z\", \"A-Z\", \"0-9\", 和 \"_.@-\"", @@ -144,6 +147,10 @@ OC.L10N.register( "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s", - "Storage not available" : "無法存取儲存空間" + "Storage unauthorized. %s" : "儲存空間未經授權。%s", + "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", + "Storage connection error. %s" : "儲存空間連線錯誤。%s", + "Storage not available" : "無法存取儲存空間", + "Storage connection timeout. %s" : "儲存空間連線逾時。%s" }, "nplurals=1; plural=0;"); |