diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-23 02:25:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-23 02:25:47 +0000 |
commit | 8d80ee547b6b2d1415a049b71a15ed8947d9f9b3 (patch) | |
tree | 9d97bb1f8ed3e6d93face42a5adef361327164a2 /lib/l10n/zh_TW.js | |
parent | 259e75568c78105ced48b028bbd8caef7bd471be (diff) | |
download | nextcloud-server-8d80ee547b6b2d1415a049b71a15ed8947d9f9b3.tar.gz nextcloud-server-8d80ee547b6b2d1415a049b71a15ed8947d9f9b3.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r-- | lib/l10n/zh_TW.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index cf771673bb8..379030ff25c 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -106,6 +106,7 @@ OC.L10N.register( "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "請移除 php.ini 中的 open_basedir 設定,或是改用 64 位元的 PHP", "Set an admin username." : "設定管理員帳號", "Set an admin password." : "設定管理員密碼", + "Cannot create or write into the data directory %s" : "無法建立或寫入資料目錄 %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "分享後端 %s 必須實作 OCP\\Share_Backend 界面", "Sharing backend %s not found" : "找不到分享後端 %s", "Sharing backend for %s not found" : "找不到 %s 的分享後端", @@ -115,7 +116,11 @@ OC.L10N.register( "Open »%s«" : "開啟 »%s«", "%1$s via %2$s" : "%1$s 由 %2$s", "You are not allowed to share %s" : "你不被允許分享 %s", + "Cannot increase permissions of %s" : "無法增加 %s 的權限", + "Files cannot be shared with delete permissions" : "無法分享具有刪除權限的檔案", + "Files cannot be shared with create permissions" : "無法分享具有新建權限的檔案", "Expiration date is in the past" : "到期日為過去的日期", + "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["無法設定到期日超過未來%n天"], "Sharing is only allowed with group members" : "僅允許與群組成員分享", "Sharing %s failed, because this item is already shared with user %s" : "分享 %s 失敗,因為此項目已與使用者 %s 分享", "%1$s shared »%2$s« with you" : "%1$s 與您分享了 %2$s", @@ -182,6 +187,7 @@ OC.L10N.register( "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "應用程式 \"%1$s\" 無法被安裝,缺少下列所需元件: %2$s", "a safe home for all your data" : "您資料的安全屋", "File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試", + "Cannot read file" : "無法讀取檔案", "Application is not enabled" : "應用程式未啟用", "Authentication error" : "認證錯誤", "Token expired. Please reload page." : "Token 過期,請重新整理頁面。", |