diff options
Diffstat (limited to 'apps/files/l10n/zh_TW.js')
-rw-r--r-- | apps/files/l10n/zh_TW.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index b300bd98176..7a48d852a6e 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -178,7 +178,6 @@ OC.L10N.register( "Upload successful" : "上傳成功", "\"{displayName}\" action executed successfully" : "「{displayName}」動作執行成功", "\"{displayName}\" action failed" : "「{displayName}」操作失敗", - "Select the row for {displayName}" : "選取 {displayName} 的列", "Rename file" : "重新命名檔案", "File name" : "檔案名稱", "Folder name" : "資料夾名稱", @@ -196,8 +195,6 @@ OC.L10N.register( "Could not copy {file}. {message}" : "無法複製 {file}。{message}", "Could not move {file}. {message}" : "無法移動 {file}。{message}", "Total rows summary" : "總列摘要", - "Select all" : "全選", - "Unselect all" : "取消全選", "\"{displayName}\" failed on some elements " : "「{displayName}」在某些元素上失敗", "\"{displayName}\" batch action executed successfully" : "「{displayName}」批次動作執行成功", "List of files and folders." : "檔案與資料夾清單。", @@ -298,6 +295,7 @@ OC.L10N.register( "Files and folders you recently modified will show up here." : "您最近修改的檔案與資料夾將會顯示在此處。", "Toggle %1$s sublist" : "切換 %1$s 子列表", "No entries found in this folder" : "在此資料夾中沒有任何項目", + "Select all" : "全選", "Upload too large" : "上傳過大", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制", "Text file" : "文字檔案", @@ -315,7 +313,9 @@ OC.L10N.register( "Pending shares" : "等待分享", "This file has the tag {tag}" : "此檔案有標籤 {tag}", "This file has the tags {firstTags} and {lastTag}" : "此檔案有標籤 {firstTags} 與 {lastTag}", + "Select the row for {displayName}" : "選取 {displayName} 的列", "Open folder {name}" : "開啟資料夾 {name}", + "Unselect all" : "取消全選", "ascending" : "遞增", "descending" : "遞減", "Sort list by {column} ({direction})" : "按 {column}({direction})排序清單", |