diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index 7486e1010be..b6af295592f 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -156,7 +156,6 @@ OC.L10N.register( "A file has been added to or removed from your <strong>favorites</strong>" : "已將檔案添加到<strong>我的最愛</strong>收藏夾中或從其中刪除", "A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>", "A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>", - "All files" : "所有檔案", "Upload (max. %s)" : "上傳(上限 %s)", "Accept" : "接受", "Reject" : "拒絕", @@ -188,15 +187,16 @@ OC.L10N.register( "The name \"{newName}\"\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。", "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", "Total rows summary" : "總列摘要", - "Select all" : "全選", - "Unselect all" : "取消全選", "\"{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" : "取消全選", "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." : "出於性能考慮,此清單未完全呈現。檔案將在您瀏覽清單時呈現。", + "File not found" : "找不到檔案", "Storage informations" : "儲存資訊", "{usedQuotaByte} used" : "已使用 {usedQuotaByte} ", "{relative}% used" : "已使用 {relative}%", @@ -251,11 +251,11 @@ OC.L10N.register( "List of favorites files and folders." : "最愛檔案與資料夾的清單。", "No favorites yet" : "尚無最愛", "Files and folders you mark as favorite will show up here" : "您標記為最愛的檔案與資料夾將會顯示在這裡", + "All files" : "所有檔案", "List of recently modified files and folders." : "最近修改的檔案和資料夾的清單。", "No recently modified files" : "近期無修改檔案", "Files and folders you recently modified will show up here." : "您最近修改的檔案和資料夾將顯示在此處。", "Toggle %1$s sublist" : "切換 %1$s 子列表", - "Toggle grid view" : "切換網格檢視", "No entries found in this folder" : "在此資料夾中沒有任何項目", "Upload too large" : "上傳過大", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "您試圖上傳的檔案大小超過伺服器的限制", @@ -269,6 +269,7 @@ OC.L10N.register( "%s used" : "使用了 %s 的存儲空間", "%s%%" : "%s%%", "%1$s of %2$s used" : "在 %2$s 中使用了 %1$s", + "Toggle grid view" : "切換網格檢視", "Deleted files" : "回收桶", "Shares" : "分享", "Shared with others" : "與其他人分享", |