diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.js')
-rw-r--r-- | apps/files/l10n/zh_HK.js | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index bb191b42db9..0a634d1de70 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -326,12 +326,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "這個目錄無法存取,請檢查伺服器記錄檔或聯絡管理員", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Unexpected error: {error}" : "意外錯誤:{error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], - "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", - "_(%n hidden)_::_ (%n hidden)_" : ["(%n 隱藏)"], + "_%n file_::_%n files_" : ["%n 個檔案"], + "_%n folder_::_%n folders_" : ["%n 個資料夾"], "Filename must not be empty." : "檔案名稱不能為空。", "\"{char}\" is not allowed inside a filename." : "檔案名稱中不允許出現「{char}」", "\"{segment}\" is a reserved name and not allowed for filenames." : "「{segment}」是保留名稱,不允許用在檔案名稱。", @@ -405,8 +401,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "刪除 \"{fileName}\" 出錯", "No search results in other folders for {tag}{filter}{endtag}" : "在其它資料夾中沒有找到 {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "輸入兩個字元以上以便在其它資料夾搜尋", - "_%n folder_::_%n folders_" : ["%n 個資料夾"], - "_%n file_::_%n files_" : ["%n 個檔案"], "{dirs} and {files}" : "{dirs} 和 {files}", "_including %n hidden_::_including %n hidden_" : ["包括 %n 個隱藏檔"], "You do not have permission to upload or create files here" : "您無權限上傳或建立檔案", @@ -446,6 +440,11 @@ OC.L10N.register( "Edit file locally" : "在近端編輯檔案", "Edit online" : "在線編輯", "Create new templates folder" : "創建新範本資料夾", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} 個檔案與 1 個資料夾"], + "{fileCount} files and {folderCount} folders" : "{fileCount} 個檔案與 {folderCount} 個資料夾", "List of favorites files and folders." : "最愛檔案與資料夾的清單。", "Personal Files" : "個人檔案", "Text file" : "文字檔", |