diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index dfb49587aaa..752aa355b3e 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -158,7 +158,6 @@ OC.L10N.register( "Transfer {path} to {userid}" : "轉移 \"{path}\" 給 {userid}", "Invalid path selected" : "所選的路徑無效", "Ownership transfer request sent" : "已送出所有權轉移的請求", - "Cannot transfter ownership of a file or folder you don't own" : "無法轉換非您擁有檔案或資料夾的所有權", "Tags" : "標籤", "Error while loading the file data" : "載入檔案資料失敗", "Unable to change the favourite state of the file" : "無法更改檔案的最愛狀態", @@ -188,6 +187,7 @@ OC.L10N.register( "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", "%s of %s used" : "在 %s 中使用了%s ", - "%1$s%% of %2$s used" : "在%2$s使用了%1$s%%" + "%1$s%% of %2$s used" : "在%2$s使用了%1$s%%", + "Cannot transfter ownership of a file or folder you don't own" : "無法轉換非您擁有檔案或資料夾的所有權" }, "nplurals=1; plural=0;"); |