diff options
Diffstat (limited to 'apps/files/l10n/zh_HK.json')
-rw-r--r-- | apps/files/l10n/zh_HK.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 9abab68857c..786b4c475a9 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -86,9 +86,6 @@ "Another entry with the same name already exists." : "另一個同名的條目已經存在。", "Invalid filename." : "檔案名稱無效。", "Renamed \"{oldName}\" to \"{newName}\"" : "已將「{oldName}」重新命名為「{newName}」", - "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", - "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。", - "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", "Pending" : "待定的", "Clear filter" : "清空過濾器", "Modified" : "修改時間", @@ -384,12 +381,13 @@ "Filenames must not end with \"{segment}\"." : "檔案名稱不能以「{extension}」結尾。", "Name cannot be empty" : "名稱不能空白", "Another entry with the same name already exists" : "另一個同名的條目已經存在", + "Could not rename \"{oldName}\", it does not exist any more" : "無法命名檔案「{oldName}」,因為此檔案已經不存在", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "此名稱「{newName}」在這資料夾「{dir}」已經被使用。請選擇其他名稱。", + "Could not rename \"{oldName}\"" : "無法重新命名「{oldName}」", "Storage informations" : "儲存資訊", "Choose file" : "選擇檔案", "Open the files app settings" : "開啟 Files 應用程式設定", "You might not have have permissions to view it, ask the sender to share it" : "您可能沒有權限檢視它,請要求寄件者分享它", - "Destination is not a folder" : "目標地不是資料夾", - "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中", "The files is locked" : "檔案已被上鎖", "Create new templates folder" : "創建新範本資料夾", "List of favorites files and folders." : "最愛檔案與資料夾的清單。", @@ -400,6 +398,8 @@ "Copy direct link (only works for people who have access to this file/folder)" : "複製直接連結(只對能存取的人仕有用)", "Favored" : "已加入最愛", "Favor" : "加入最愛", - "Not favored" : "未加入最愛" + "Not favored" : "未加入最愛", + "Destination is not a folder" : "目標地不是資料夾", + "This file/folder is already in that directory" : "此檔案/資料夾已在該目錄中" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |