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/parts/files/browser/files.contribution.i18n.json')
-rw-r--r--i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
index 255c3f8414a..3fdab3cbc36 100644
--- a/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
+++ b/i18n/chs/src/vs/workbench/parts/files/browser/files.contribution.i18n.json
@@ -25,10 +25,12 @@
"files.autoSave.onWindowChange": "窗口失去焦点时自动保存更新后的文件。",
"autoSave": "控制已更新文件的自动保存。接受的值:“{0}”、\"{1}”、“{2}”(编辑器失去焦点)、“{3}”(窗口失去焦点)。如果设置为“{4}”,则可在 \"files.autoSaveDelay\" 中配置延迟。",
"autoSaveDelay": "控制在多少毫秒后自动保存更改过的文件。仅在“files.autoSave”设置为“{0}”时适用。",
+ "watcherExclude": "配置文件路径的 glob 模式以从文件监视排除。模式必须在绝对路径上匹配(例如 ** 前缀或完整路径需正确匹配)。更改此设置需要重启。如果在启动时遇到 Code 消耗大量 CPU 时间,则可以排除大型文件夹以减少初始加载。",
"hotExit.off": "禁用热退出。",
"hotExit.onExit": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口或触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。下次启动时将还原所有已备份的窗口。",
"hotExit.onExitAndWindowClose": "应用程序关闭时将触发热退出。在 Windows/Linux 上关闭最后一个窗口、触发 workbench.action.quit 命令(命令托盘、键绑定、菜单)会引起应用程序关闭。对于任何有文件夹打开的窗口,则不论该窗口是否是最后一个窗口。下次启动时将还原所有未打开文件夹的窗口。若要还原打开有文件夹的窗口,请将“window.restoreWindows”设置为“all”。",
"hotExit": "控制是否在会话间记住未保存的文件,以允许在退出编辑器时跳过保存提示。",
+ "useExperimentalFileWatcher": "使用新的试验文件观察程序。",
"defaultLanguage": "分配给新文件的默认语言模式。",
"editorConfigurationTitle": "编辑器",
"formatOnSave": "保存时设置文件的格式。格式化程序必须可用,不能自动保存文件,并且不能关闭编辑器。",