Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json')
-rw-r--r--i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json
index e6eb9710cd6..67227a075fa 100644
--- a/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json
+++ b/i18n/cht/src/vs/workbench/services/files/node/fileService.i18n.json
@@ -6,9 +6,13 @@
{
"fileInvalidPath": "檔案資源 ({0}) 無效",
"fileIsDirectoryError": "檔案是目錄 ({0})",
+ "fileNotModifiedError": "未修改檔案的時間",
+ "fileTooLargeError": "檔案太大無法開啟",
"fileBinaryError": "檔案似乎是二進位檔,因此無法當做文字開啟",
"fileNotFoundError": "找不到檔案 ({0})",
+ "fileMoveConflict": "無法移動/複製。目的地已存在檔案。",
"unableToMoveCopyError": "無法移動/複製。檔案會取代其所在的資料夾。",
"foldersCopyError": "資料夾不能複製到工作區。請選取個別檔案進行複製。",
+ "fileModifiedError": "修改檔案的時間",
"fileReadOnlyError": "檔案為唯讀"
} \ No newline at end of file