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/parts/files')
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json10
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json4
-rw-r--r--i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json6
3 files changed, 15 insertions, 5 deletions
diff --git a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index 8054f5a4b89..3ca823fdaaa 100644
--- a/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -22,8 +22,11 @@
"deleteButtonLabel": "刪除(&&D)",
"deleteButtonLabelRecycleBin": "移至資源回收筒(&&M)",
"deleteButtonLabelTrash": "移至垃圾筒(&&M)",
+ "dirtyMessageFile": "您要重新命名的檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFileDelete": "您要刪除的檔案有未儲存的變更。要繼續嗎?",
+ "dirtyMessageFolder": "您要重新命名的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderDelete": "您要刪除的資料夾中 {0} 個檔案有未儲存的變更。要繼續嗎?",
+ "dirtyMessageFolderOne": "您要重新命名的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyMessageFolderOneDelete": "您要刪除的資料夾中 1 個檔案有未儲存的變更。要繼續嗎?",
"dirtyWarning": "如果您不儲存變更,這些變更將會遺失。",
"duplicateFile": "複製",
@@ -44,8 +47,6 @@
"openFile": "開啟檔案...",
"openFileInNewWindow": "在新視窗中開啟使用中的檔案",
"openFileToCompare": "先開啟檔案以與其他檔案進行比較",
- "openFileToCopy": "先開啟檔案以複製其路徑",
- "openFileToReveal": "先開啟檔案以顯示",
"openFileToShow": "先開啟檔案,以在總管中加以顯示",
"openFileToShowInNewWindow": "先開啟檔案以在新視窗中開啟",
"openFolderFirst": "先開啟資料夾,以在其中建立檔案或資料夾。",
@@ -56,11 +57,12 @@
"refresh": "重新整理",
"refreshExplorer": "重新整理 Explorer",
"rename": "重新命名",
+ "renameLabel": "重新命名(&&R)",
"replaceButtonLabel": "取代(&&R)",
"retry": "重試",
- "revealActiveFileInMac": "在搜尋工具中顯示使用中的檔案",
+ "revealActiveFileInMac": "在 Finder 中顯示使用中的檔案",
"revealActiveFileInWindows": "在 Windows 檔案總管中顯示使用中的檔案",
- "revealInMac": "在搜尋工具中顯示",
+ "revealInMac": "在 Finder 中顯示",
"revealInWindows": "在檔案總管中顯示",
"revert": "還原檔案",
"save": "儲存",
diff --git a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
index 8b6ad71cd4e..953df2579ae 100644
--- a/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
+++ b/i18n/cht/src/vs/workbench/parts/files/common/dirtyFilesTracker.i18n.json
@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "dirtyFiles": "{0} 個未儲存的檔案"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/parts/files/common/editors/fileEditorInput.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file