diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index ad345ac2a65..c8f4b109461 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -194,13 +194,10 @@ OC.L10N.register( "Could not copy {file}. {message}" : "無法複製 {file}。{message}", "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", - "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", - "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", - "ascending" : "遞增", - "descending" : "遞減", - "Sort list by {column} ({direction})" : "按 {column}({direction})排序清單", "Select all" : "全選", "Unselect all" : "取消全選", + "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", + "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", "List of files and folders." : "檔案與資料夾清單。", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "{summaryFile} and {summaryFolder}" : "{summaryFile} 與 {summaryFolder}", @@ -309,6 +306,9 @@ OC.L10N.register( "This file has the tag {tag}" : "此檔案有標籤 {tag}", "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", "Open folder {name}" : "開啟資料夾 {name}", + "ascending" : "遞增", + "descending" : "遞減", + "Sort list by {column} ({direction})" : "按 {column}({direction})排序清單", "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "出於效能考量,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", "Search for an account" : "搜尋帳號", "Choose" : "選擇", |