summaryrefslogtreecommitdiffstats
path: root/lib/l10n/zh_TW.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/zh_TW.js')
-rw-r--r--lib/l10n/zh_TW.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index dc33fd82ac4..5ae8faadd40 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -78,11 +78,8 @@ OC.L10N.register(
"Not allowed to create a federated share with the same user" : "不允許與同一個使用者建立聯盟式分享",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "分享%s失敗,找不到%s,或許目前無法連線到該伺服器",
"Share type %s is not valid for %s" : "分享類型 %s 對於 %s 來說無效",
- "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍",
- "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "無法設定到期日,在分享之後,到期日不能設定為 %s 之後",
"Cannot set expiration date. Expiration date is in the past" : "無法設定過去的日期為到期日",
- "Cannot clear expiration date. Shares are required to have an expiration date." : "到期日期不能空白,必須設定到期日才才能分享",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "分享後端 %s 必須實作 OCP\\Share_Backend interface",
"Sharing backend %s not found" : "找不到分享後端 %s",
"Sharing backend for %s not found" : "找不到 %s 的分享後端",
@@ -187,6 +184,9 @@ OC.L10N.register(
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模組編號: %s 不存在,請在應用程式設定中開啟,或是聯絡系統管理員",
"Server settings" : "伺服器設定",
"You need to enter either an existing account or the administrator." : "您必須輸入一個現有的帳號或管理員帳號。",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "為 %s 設定權限失敗,因為欲設定的權限超出開放給 %s 的範圍",
+ "Setting permissions for %s failed, because the item was not found" : "為 %s 設定權限失敗,因為找不到該項目",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "到期日期不能空白,必須設定到期日才才能分享",
"Cannot increase permissions of %s" : "無法增加%s的權限",
"Files can't be shared with delete permissions" : "無法分享具有刪除權限的檔案",
"Files can't be shared with create permissions" : "無法分享具有新建權限的檔案",