diff options
Diffstat (limited to 'apps/files_sharing/l10n/zh_TW.js')
-rw-r--r-- | apps/files_sharing/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 0e08c501c08..0f875e69211 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -60,7 +60,6 @@ OC.L10N.register( "{actor} shared {file} with {user}" : "{actor} 分享了 {file} 給 {user}", "{actor} removed {user} from {file}" : "{actor} 移除 {user} 從 {file}", "{actor} shared {file} with you" : "{actor} 與你分享了 {file}", - "{actor} removed you from {file}" : "{actor} 將你從 {file} 移除", "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "email或公開連結分享的檔案與資料夾已被 <strong>下載</strong>", "A file or folder was shared from <strong>another server</strong>" : "檔案或目錄已被 <strong>其他伺服器</strong> 分享", "A file or folder has been <strong>shared</strong>" : "檔案或目錄已被 <strong>分享</strong>", @@ -109,6 +108,7 @@ OC.L10N.register( "Upload files to %s" : "上傳檔案到 %s", "Select or drop files" : "選擇或拖曳檔案至此", "Uploading files…" : "上傳檔案中…", - "Uploaded files:" : "已上傳的檔案:" + "Uploaded files:" : "已上傳的檔案:", + "{actor} removed you from {file}" : "{actor} 將你從 {file} 移除" }, "nplurals=1; plural=0;"); |