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/chs/src/vs/workbench/services/textfile')
-rw-r--r--i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json9
-rw-r--r--i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json18
2 files changed, 27 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json b/i18n/chs/src/vs/workbench/services/textfile/common/textFileEditorModel.i18n.json
new file mode 100644
index 00000000000..b6bdc2f3cff
--- /dev/null
+++ b/i18n/chs/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/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json b/i18n/chs/src/vs/workbench/services/textfile/electron-browser/textFileService.i18n.json
new file mode 100644
index 00000000000..24038337393
--- /dev/null
+++ b/i18n/chs/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