diff options
author | Raghu Nayyar <me@iraghu.com> | 2015-11-02 13:43:55 +0530 |
---|---|---|
committer | Raghu Nayyar <me@iraghu.com> | 2015-11-02 13:43:55 +0530 |
commit | 0a05b392ae6cd6872c5a5679ae783afe76f15a26 (patch) | |
tree | 0fc6725fd0d58c51b72dcfef017cf4c71bddfd50 /apps/files | |
parent | 7e2fe087789f0b9a2db1c94419b789dee2f717d5 (diff) | |
parent | 2afc14e19578c67a2cc4a631d12bc5d5f630735e (diff) | |
download | nextcloud-server-0a05b392ae6cd6872c5a5679ae783afe76f15a26.tar.gz nextcloud-server-0a05b392ae6cd6872c5a5679ae783afe76f15a26.zip |
Merge branch 'master' into checkboxes-groups-enable
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 6 | ||||
-rw-r--r-- | apps/files/l10n/zh_TW.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index ad232d3ff64..432e167da83 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -28,7 +28,7 @@ OC.L10N.register( "Files" : "檔案", "All files" : "所有檔案", "Favorites" : "最愛", - "Home" : "住宅", + "Home" : "家目錄", "Close" : " 關閉", "Upload cancelled." : "上傳已取消", "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", @@ -75,12 +75,12 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n 位元組"], "Favorited" : "已加入最愛", "Favorite" : "我的最愛", - "{newname} already exists" : "{newname} 已經存在", - "Upload" : "上傳", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", "Folder" : "資料夾", "New folder" : "新資料夾", + "{newname} already exists" : "{newname} 已經存在", + "Upload" : "上傳", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", "A new file or folder has been <strong>created</strong>" : "新的檔案或目錄已被 <strong>建立</strong>", "A file or folder has been <strong>changed</strong>" : "檔案或目錄已被 <strong>變更</strong>", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index 85ca6b2af4d..b82dbfb1ffe 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -26,7 +26,7 @@ "Files" : "檔案", "All files" : "所有檔案", "Favorites" : "最愛", - "Home" : "住宅", + "Home" : "家目錄", "Close" : " 關閉", "Upload cancelled." : "上傳已取消", "Unable to upload {filename} as it is a directory or has 0 bytes" : "因為 {filename} 是個目錄或是大小為零,所以無法上傳", @@ -73,12 +73,12 @@ "_%n byte_::_%n bytes_" : ["%n 位元組"], "Favorited" : "已加入最愛", "Favorite" : "我的最愛", - "{newname} already exists" : "{newname} 已經存在", - "Upload" : "上傳", "Text file" : "文字檔", "New text file.txt" : "新文字檔.txt", "Folder" : "資料夾", "New folder" : "新資料夾", + "{newname} already exists" : "{newname} 已經存在", + "Upload" : "上傳", "An error occurred while trying to update the tags" : "更新標籤時發生錯誤", "A new file or folder has been <strong>created</strong>" : "新的檔案或目錄已被 <strong>建立</strong>", "A file or folder has been <strong>changed</strong>" : "檔案或目錄已被 <strong>變更</strong>", |