diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-03-10 02:18:13 +0000 |
commit | acbe08cd406412183f5d5a55627404d5f1a3a862 (patch) | |
tree | 93af6782e8772db5c857bc9d583eb8de5a2e6965 /apps/files/l10n/zh_TW.js | |
parent | 0d613cd2f03e7d683a782fbb161026db6e4cb3d1 (diff) | |
download | nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.tar.gz nextcloud-server-acbe08cd406412183f5d5a55627404d5f1a3a862.zip |
[tx-robot] updated from transifex
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;"); |