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/textfile')
-rw-r--r--i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json9
-rw-r--r--i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json18
2 files changed, 27 insertions, 0 deletions
diff --git a/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json
new file mode 100644
index 00000000000..6958e7db6e1
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json
@@ -0,0 +1,9 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "genericSaveError": "無法儲存 '{0}': {1}",
+ "saveFileFirst": "檔案已變更。請先儲存,再以其他編碼重新開啟。"
+} \ No newline at end of file
diff --git a/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
new file mode 100644
index 00000000000..3165b95a1c3
--- /dev/null
+++ b/i18n/cht/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
@@ -0,0 +1,18 @@
+/*---------------------------------------------------------------------------------------------
+ * 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.
+{
+ "allFiles": "所有檔案",
+ "cancel": "取消",
+ "dontSave": "不要儲存(&&N)",
+ "moreFile": "...另外 1 個檔案未顯示",
+ "moreFiles": "...另外 {0} 個檔案未顯示",
+ "noExt": "無擴充功能",
+ "save": "儲存(&&S)",
+ "saveAll": "全部儲存(&&S)",
+ "saveChangesDetail": "如果您不儲存變更,這些變更將會遺失。",
+ "saveChangesMessage": "要儲存對 {0} 所做的變更嗎?",
+ "saveChangesMessages": "要儲存對下列 {0} 個檔案所做的變更嗎?"
+} \ No newline at end of file