diff --git a/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json index f79ea14e651d65f85d6abb667bbc967457c088ae..71d6a743125cc189b5531a0884b72259ca6b2c06 100644 --- a/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/chs/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "为了获得更好的性能,排除具有许多文件的文件夹。", "hintExclude.tooltip": "为了提高性能,请排除包含许多文件的文件夹。", "ignore.cmdCreate": "忽略", + "jsconfig.heading": "// 请访问 https://go.microsoft.com/fwlink/?LinkId=759670\n\t// 参阅有关 jsconfig.json 格式的文档", "large.label": "配置排除", "open": "配置排除" } \ No newline at end of file diff --git a/i18n/chs/src/vs/base/common/json.i18n.json b/i18n/chs/src/vs/base/common/json.i18n.json index 01e6bbf44d62dec17cf0385071c7ec53d4dddad1..37c5442cb4b8341b9cbb7271050dcfabb9678104 100644 --- a/i18n/chs/src/vs/base/common/json.i18n.json +++ b/i18n/chs/src/vs/base/common/json.i18n.json @@ -4,14 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "需要右大括号", - "CloseBracketExpected": "需要右方括号", - "ColonExpected": "需要冒号", - "CommaExpected": "需要逗号", - "EOFExpected": "需要内容结尾", - "InvalidNumberFormat": "数字格式无效", - "PropertyExpected": "需要属性名", - "UnknownSymbol": "符号无效", - "ValeExpected": "需要值", - "ValueExpected": "需要值" + "error.closeBraceExpected": "需要右大括号", + "error.closeBracketExpected": "需要右括号", + "error.colonExpected": "需要冒号", + "error.commaExpected": "需要逗号", + "error.endOfFileExpected": "预期的文件结尾", + "error.invalidNumberFormat": "数字格式无效", + "error.invalidSymbol": "符号无效", + "error.propertyNameExpected": "需要属性名", + "error.valueExpected": "需要值" } \ No newline at end of file diff --git a/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json b/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..fc4ef95e63c75a8e71514c621550dc19499a7ecc 100644 --- a/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/chs/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "已安装扩展“{0}”。", + "foundExtension": "在应用商店中找到了“{0}”。", + "installing": "正在安装...", + "notFound": "找不到扩展“{0}”。", + "notInstalled": "未安装扩展“{0}”。", + "successInstall": "已成功安装扩展“{0}” v{1}!", + "successUninstall": "已成功卸载扩展“{0}”!", + "uninstalling": "正在卸载 {0}...", + "useId": "确保使用完整扩展 ID,如: {0}" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json index 9e6d562c977789657ccbb594e7681c51a3125d15..6d084b0cdcfac8e03bfb1f63708ad403ffb646c7 100644 --- a/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/chs/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "控制光标闪烁动画,接受的值为'blink'、'visible' 和 'hidden'", "cursorStyle": "控制光标样式,接受的值为 'block' 和 'line'", "detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\" 和 \"editor.insertSpaces\"。", + "dismissPeekOnEsc": "按 ESC 时将关闭速览编辑器", "editorConfigurationTitle": "编辑器配置", "folding": "控制编辑器是否启用代码折叠功能", "fontFamily": "控制字体系列。", @@ -18,7 +19,6 @@ "glyphMargin": "控制字形边距的可见性", "hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。", "ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异", - "indentGuides": "控制编辑器是否应呈现缩进参考线", "insertSpaces": "按 \"Tab\" 时插入空格。", "insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。", "lineHeight": "控制行高。", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议", "tabSize": "一个制表符等于的空格数。", "tabSize.errorMessage": "应为 \"number\"。注意,值\"auto\"已由 \"editor.detectIndentation\" 设置替换。", + "trimAutoWhitespace": "删除尾随自动插入的空格", + "useTabStops": "在制表位后插入和删除空格", "wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符", "wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行(自动换行)。将其设置为 -1 则将强制编辑器始终不换行。", "wrappingIndent": "控制换行的行的缩进。可以是\"none\"、 \"same\" 或 \"indent\"。" diff --git a/i18n/chs/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/chs/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..eee7d05535a4382380457b0c7aa80caa508b24e3 100644 --- a/i18n/chs/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/chs/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "启用基于字的建议。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 26898c3d2f216d5a4d3ff5fd5e86080ad59362cf..8e0fcfa47c146ac83de51db5d3c1ce4122cbd4b8 100644 --- a/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "转到定义", "actions.goToDeclToSide.label": "打开侧边的定义", - "actions.gotoTypeDecl.label": "转到类型定义", "actions.previewDecl.label": "查看定义", "meta.title": " – {0} 定义", "multipleResults": "单击此处显示找到的 {0} 个定义。" diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..ee8d3370d1d9871680425cf8725283f761673f12 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "正在加载..." +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..696fc1bfaa694e2a2113132db66fcf1acb8061ea 100644 --- a/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,11 @@ * 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 +{ + "missingPreviewMessage": "无可用预览", + "noResults": "无结果", + "peekView.alternateTitle": "引用", + "referenceCount": "{0} 个引用", + "referencesCount": "{0} 个引用", + "treeAriaLabel": "引用" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json index 1608c680adb7b27e6040a80c717961f174ea3052..b51b8e5a69101a35a95425566c856fa2af6f8bcf 100644 --- a/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/chs/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "更改所有事件", - "rename.error.multiplefile": "对不起,但是还不能对用于多个文件的符号执行重命名。" + "rename.label": "重命名符号" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json index 171fb3bcf2c640dd5df98ac0cd732d7f16a958b2..d235b25d0e3b4e55ab7aa0e1581c092180335c73 100644 --- a/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json +++ b/i18n/chs/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -8,6 +8,6 @@ "invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}", "invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。", "vscode.extension.contributes.snippets": "用于 TextMate 代码片段。", - "vscode.extension.contributes.snippets-language": "此代码片段参与的语言 ID。", + "vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。", "vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。" } \ No newline at end of file diff --git a/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json index abe8e3da468d6726708a7168e017d93a222da431..3aec9e3e3537f127957ffbaf6d2042dab592400c 100644 --- a/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json +++ b/i18n/chs/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -9,7 +9,7 @@ "invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。", "invalid.scopeName": "“contributes.{0}.scopeName”中应为字符串。提供的值: {1}", "vscode.extension.contributes.grammars": "用于 textmate tokenizer。", - "vscode.extension.contributes.grammars.language": "此语法参与的语言 ID。", + "vscode.extension.contributes.grammars.language": "此语法参与的语言标识符。", "vscode.extension.contributes.grammars.path": "tmLanguage 文件的路径。该路径是相对于扩展文件夹,通常以 \"./syntaxes/\" 开头。", "vscode.extension.contributes.grammars.scopeName": "tmLanguage 文件所用的 textmate 范围名称。" } \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..7b29c3664fe63bf9c21f1c3e2b870c143c5d66c1 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/common/extensionManagement.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 +{ + "extensions": "扩展" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..e3b86f0371d57367e1007a79d5019fd7d60e9a09 100644 --- a/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/chs/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -3,4 +3,13 @@ * 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 +{ + "invalidManifest": "扩展无效: package.json 不是 JSON 文件。", + "invalidName": "扩展无效: 清单名不匹配。", + "invalidPublisher": "扩展无效: 清单发布服务器不匹配。", + "invalidVersion": "扩展无效: 清单版本不匹配。", + "missingGalleryInformation": "库信息缺失", + "noCompatible": "找不到可与此代码版本兼容的 {0} 版本。", + "notExists": "找不到扩展", + "restartCode": "请先重启 Code 再重新安装 {0}。" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index f267954f76ec6e35c31968cc17642bd00ca4c4b2..4311e5e960eb4f4d6ceb08e6b8b09e8fefebbac7 100644 --- a/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/chs/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "VS Code 库用于对扩展进行分类的类别。", "vscode.extension.contributes": "由此包表示的 VS Code 扩展的所有贡献。", "vscode.extension.displayName": "VS Code 库中使用的扩展的显示名称。", - "vscode.extension.extensionDependencies": "其他扩展的依赖关系。扩展的 ID 始终是 ${publisher}.${name}。例如: vscode.csharp。", + "vscode.extension.extensionDependencies": "其他扩展的依赖关系。扩展的标识符始终是 ${publisher}.${name}。例如: vscode.csharp。", "vscode.extension.galleryBanner": "VS Code 商城使用的横幅。", "vscode.extension.galleryBanner.color": "VS Code 商城页标题上的横幅颜色。", "vscode.extension.galleryBanner.theme": "横幅中使用的字体颜色主题。", diff --git a/i18n/chs/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/chs/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..173cb4f209fc3e58f04d74ee250696b600da02ca 100644 --- a/i18n/chs/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/chs/src/vs/platform/telemetry/browser/telemetryService.i18n.json @@ -3,4 +3,7 @@ * 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 +{ + "telemetry.enableTelemetry": "启用要发送给 Microsoft 的使用情况数据和错误。", + "telemetryConfigurationTitle": "遥测配置" +} \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json index bdf30507b9fcac4c0b7ba884e420e5a50b9b288d..e96ce98422ca7aff6c41009413137866781eef9c 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "关闭文件夹", "closeMessages": "关闭通知消息", "closeWindow": "关闭窗口", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "文件", "folders": "文件夹", "newWindow": "新建窗口", diff --git a/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index 28df837812b682d34800302a716eb1cccd56704d..481448137ef4137218d14740475d7d17e200fd6c 100644 --- a/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "继续", "editFile": "编辑“{0}”", "exists": "请删除“{1}”(行 {2})中的别名引用“{0}”,然后重试此操作。", - "install": "在 PATH 中安装 \"code\" 命令", + "install": "在 PATH 中安装“{0}”命令", "later": "稍后", "laterInfo": "请记住,你始终可以从命令面板运行“{0}”操作。", "ok": "确定", "shellCommand": "Shell 命令", "successFrom": "已成功从 PATH 卸载 Shell 命令“{0}”。", "successIn": "已成功在 PATH 中安装了 Shell 命令“{0}”。", - "uninstall": "从 PATH 卸载 \"code\"", + "uninstall": "从 PATH 中卸载“{0}”命令", "update": "代码需要更改“{0}”shell 命令。是否要立即执行此操作?", "warnEscalation": "代码将通过 \"osascript\" 提示需要管理员权限才可安装 shell 命令。" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 45160001202fb25186f6de0c18f3b9bdb8eb5114..53ea45fa53c489b822b385e1df18028d1bda4856 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "无" + "noConfigurations": "没有配置" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 57e7348584c8d1056e7fc61b61d0ce90478eb146..2300c438122b32583c5dc4653c90503350783640 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,7 +10,11 @@ "functionBreakpointAriaLabel": "函数断点 {0},断点,调试", "functionBreakpointPlaceholder": "要断开的函数", "loadMoreStackFrames": "加载多个堆栈帧", + "paused": "已暂停", + "running": "正在运行", "stackFrameAriaLabel": "堆栈帧 {0} 行 {1} {2},调用堆栈,调试", + "stackFrameError": "请求堆栈跟踪时出现错误", + "thread": "线程", "threadAriaLabel": "线程 {0},调用堆栈,调试", "variableAriaLabel": "{0} 值 {1},变量,调试", "variableScopeAriaLabel": "范围 {0},变量,调试", diff --git a/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json index ee51acf5c48f110a0855cc8a43a87158740135f1..bba1f7a3bd1299e1d60ddce60f1f02e6cc5c31f2 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "仅显示了此对象的基元值。", "startDebugFirst": "请启动调试会话以评估", + "unknownSource": "未知源", "unknownStack": "未知的堆栈位置" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index b4233068225f1e8ed42b2bb81e37b41272f0119a..91a9bafb1b7fe2f0d568fbb98c9ebf536103ecf9 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -8,8 +8,8 @@ "conditionalBreakpointEditorAction": "调试: 条件断点", "debug": "调试", "debugCategory": "调试", - "debugConsole": "调试控制台", "debugEvaluate": "调试: 评估", + "debugPanel": "调试控制台", "runToCursor": "调试: 运行到光标", "showDebugHover": "调试: 显示悬停", "toggleBreakpointAction": "调试: 切换断点", diff --git a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json index dfeae02b8e5948e6264c86c14d51089a56975834..c1d9660e8737e50aae60cb033bcae4adcc24276c 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json @@ -15,6 +15,7 @@ "copyValue": "复制值", "deactivateBreakpoints": "停用断点", "debugActionLabelAndKeybinding": "{0} ({1})", + "debugConsoleAction": "调试控制台", "disableAllBreakpoints": "禁用所有断点", "disconnectDebug": "断开连接", "editConditionalBreakpoint": "编辑断点", @@ -37,6 +38,5 @@ "stepOutDebug": "单步跳出", "stepOverDebug": "单步跳过", "stopDebug": "停止", - "toggleEnablement": "启用/禁用断点", - "toggleRepl": "调试控制台" + "toggleEnablement": "启用/禁用断点" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index f09286584c93b114f86fbf6aaa5dab0aa919f6ab..09d389a3f8993fd615fe64ba56c0e81b4914efa1 100644 --- a/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "调试会话开始前要运行的任务。", "debugRequest": "请求配置类型。可以是“启动”或“附加”。", "debugType": "配置类型。", + "internalConsoleOptions": "内部调试控制台的控制行为。", "relativePathsNotConverted": "相对路径不再自动转换为绝对路径。请考虑使用 ${workspaceRoot} 作为前缀。" } \ No newline at end of file diff --git a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index f647b18d3e0c83e733d947c340e12fd38ed83339..e33e61feac2a456ae7869c8e3bf5c9db94bc4b0f 100644 --- a/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/chs/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,11 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "自定义要在 Linux 上运行的终端。", + "externalTerminal.windowsExec": "自定义要在 Windows 上运行的终端。", "globalConsoleActionMacLinux": "打开新终端", "globalConsoleActionWin": "打开新命令提示符", "scopedConsoleActionMacLinux": "在终端中打开", "scopedConsoleActionWin": "在命令提示符中打开", - "terminal.external": "外部终端设置。", - "terminal.external.linuxExec": "自定义要在 Linux 上运行的终端。", - "terminal.external.windowsExec": "自定义要在 Windows 上运行的终端。", - "terminalConfigurationTitle": "终端配置" + "terminalConfigurationTitle": "外部终端配置" } \ No newline at end of file diff --git a/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json index 4d4d93609e62191f16dfc594f818cb0dcff7ec95..44bf4c4ad7a3e3c8a0faa57773a5d3a73fff38d7 100644 --- a/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/cht/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "如需更好的效能,請排除包含大量檔案的資料夾。", "hintExclude.tooltip": "如需更佳的效能,請排除內含太多檔案的資料夾。", "ignore.cmdCreate": "忽略", + "jsconfig.heading": "// 請參閱 https://go.microsoft.com/fwlink/?LinkId=759670\n\t// 以取得關於 jsconfig.json 格式的文件", "large.label": "設定排除項目", "open": "設定排除項目" } \ No newline at end of file diff --git a/i18n/cht/src/vs/base/common/json.i18n.json b/i18n/cht/src/vs/base/common/json.i18n.json index 01562e84bc5588f7e775c53c608f24e2932dab33..4481ee3612f94c9ea320da44bc4e4018bc5ec8c8 100644 --- a/i18n/cht/src/vs/base/common/json.i18n.json +++ b/i18n/cht/src/vs/base/common/json.i18n.json @@ -4,14 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "必須是右大括弧", - "CloseBracketExpected": "必須是右中括號", - "ColonExpected": "必須是冒號", - "CommaExpected": "必須是逗號", - "EOFExpected": "必須是內容結尾", - "InvalidNumberFormat": "編號格式無效", - "PropertyExpected": "必須是屬性名稱", - "UnknownSymbol": "符號無效", - "ValeExpected": "必須是值", - "ValueExpected": "必須是值" + "error.invalidNumberFormat": "數字格式無效" } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/electron-main/menus.i18n.json b/i18n/cht/src/vs/code/electron-main/menus.i18n.json index 9689b687fec134ca839b0aef03891c1befd2ca92..9fc4b2764a9237cbc6820d6efe05bcf2eee3d248 100644 --- a/i18n/cht/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/cht/src/vs/code/electron-main/menus.i18n.json @@ -8,88 +8,88 @@ "mAbout": "關於 {0}", "mBringToFront": "全部提到最上層", "mClose": "關閉", - "mEdit": "編輯(&E)", - "mFile": "檔案(&F)", - "mGoto": "移至(&G)", - "mHelp": "說明(&H)", + "mEdit": "編輯(&&E)", + "mFile": "檔案(&&F)", + "mGoto": "移至(&&G)", + "mHelp": "說明(&&H)", "mHide": "隱藏 {0}", "mHideOthers": "隱藏其他", "mMinimize": "最小化", "mShowAll": "全部顯示", - "mView": "檢視(&V)", + "mView": "檢視(&&V)", "mWindow": "視窗", - "miAbout": "關於(&A)", - "miBack": "上一步(&B)", + "miAbout": "關於(&&A)", + "miBack": "上一步(&&B)", "miCheckForUpdates": "查看是否有更新...", "miCheckingForUpdates": "正在查看是否有更新...", - "miClearItems": "清除項目(&C)", - "miCloseEditor": "關閉編輯器(&E)", - "miCloseFolder": "關閉資料夾(&F)", - "miCloseWindow": "關閉視窗(&W)", - "miCommandPalette": "命令選擇區(&C)...", - "miCopy": "複製(&O)", - "miCut": "剪下(&C)", - "miDocumentation": "文件(&D)", + "miClearItems": "清除項目(&&C)", + "miCloseEditor": "關閉編輯器(&&E)", + "miCloseFolder": "關閉資料夾(&&F)", + "miCloseWindow": "關閉視窗(&&W)", + "miCommandPalette": "命令選擇區(&&C)...", + "miCopy": "複製(&&O)", + "miCut": "剪下(&&C)", + "miDocumentation": "文件(&&D)", "miDownloadUpdate": "下載可用更新", "miDownloadingUpdate": "正在下載更新...", - "miExit": "結束(&X)", - "miFind": "尋找(&F)", - "miFindInFiles": "在檔案中尋找(&I)", - "miForward": "轉寄(&F)", - "miGotoDefinition": "移至定義(&D)", - "miGotoFile": "移至檔案(&F)...", - "miGotoLine": "移至行(&L)...", - "miGotoSymbol": "移至符號(&S)...", + "miExit": "結束(&&X)", + "miFind": "尋找(&&F)", + "miFindInFiles": "在檔案中尋找(&&I)", + "miForward": "轉寄(&&F)", + "miGotoDefinition": "移至定義(&&D)", + "miGotoFile": "移至檔案(&&F)...", + "miGotoLine": "移至行(&&L)...", + "miGotoSymbol": "移至符號(&&S)...", "miInstallingUpdate": "正在安裝更新...", "miLastCheckedAt": "上次檢查時間為 {0}", - "miLicense": "檢視授權(&V)", - "miMarker": "錯誤與警告(&E)...", - "miMoveSidebar": "移動提要欄位(&M)", - "miNavigateHistory": "巡覽歷程記錄(&N)", - "miNewFile": "新增檔案(&N)", - "miNewWindow": "開新視窗(&N)", - "miOpen": "開啟(&O)...", - "miOpenFile": "開啟檔案(&O)...", - "miOpenFolder": "開啟資料夾(&F)...", - "miOpenKeymap": "鍵盤快速鍵(&K)", - "miOpenRecent": "開啟最近的檔案(&R)", - "miOpenSettings": "使用者設定(&U)", - "miOpenSnippets": "使用者程式碼片段(&S)", - "miOpenWorkspaceSettings": "工作區設定(&W)", - "miPaste": "貼上(&P)", - "miPreferences": "喜好設定(&P)", - "miPrivacyStatement": "隱私權聲明(&P)", + "miLicense": "檢視授權(&&V)", + "miMarker": "錯誤與警告(&&E)...", + "miMoveSidebar": "移動提要欄位(&&M)", + "miNavigateHistory": "巡覽歷程記錄(&&N)", + "miNewFile": "新增檔案(&&N)", + "miNewWindow": "開新視窗(&&N)", + "miOpen": "開啟(&&O)...", + "miOpenFile": "開啟檔案(&&O)...", + "miOpenFolder": "開啟資料夾(&&F)...", + "miOpenKeymap": "鍵盤快速鍵(&&K)", + "miOpenRecent": "開啟最近的檔案(&&R)", + "miOpenSettings": "使用者設定(&&U)", + "miOpenSnippets": "使用者程式碼片段(&&S)", + "miOpenWorkspaceSettings": "工作區設定(&&W)", + "miPaste": "貼上(&&P)", + "miPreferences": "喜好設定(&&P)", + "miPrivacyStatement": "隱私權聲明(&&P)", "miQuit": "結束 {0}", - "miRedo": "取消復原(&R)", - "miReleaseNotes": "版本資訊(&R)", + "miRedo": "取消復原(&&R)", + "miReleaseNotes": "版本資訊(&&R)", "miReopenClosedFile": "重新開啟已關閉的檔案(&&R)", - "miReplace": "取代(&R)", - "miReportIssues": "回報問題(&I)", + "miReplace": "取代(&&R)", + "miReportIssues": "回報問題(&&I)", "miRestartToUpdate": "重新啟動以更新...", "miRevert": "還原檔案(&&I)", - "miSave": "儲存(&S)", + "miSave": "儲存(&&S)", "miSaveAll": "全部儲存(&&L)", "miSaveAs": "另存新檔(&&A)...", - "miSelectAll": "全選(&S)", - "miSelectTheme": "色彩佈景主題(&C)", - "miSplitEditor": "分割編輯器(&E)", - "miToggleDebugConsole": "切換偵錯主控台(&B)", - "miToggleDevTools": "切換開發人員工具(&T)", - "miToggleFullScreen": "切換全螢幕(&F)", - "miToggleMenuBar": "切換功能表列(&B)", - "miToggleOutput": "切換輸出(&O)", - "miTogglePanel": "切換面板(&P)", - "miToggleRenderWhitespace": "切換轉譯空白字元(&R)", - "miToggleSidebar": "切換提要欄位(&T)", - "miToggleWordWrap": "切換自動換行(&W)", - "miTwitter": "加入我們的 Twitter(&J)", - "miUndo": "復原(&U)", - "miUserVoice": "要求功能(&R)", - "miViewDebug": "偵錯(&D)", - "miViewExplorer": "檔案總管(&E)", - "miViewGit": "Git(&G)", - "miViewSearch": "搜尋(&S)", - "miZoomIn": "放大(&Z)", - "miZoomOut": "縮小(&U)", + "miSelectAll": "全選(&&S)", + "miSelectTheme": "色彩佈景主題(&&C)", + "miSplitEditor": "分割編輯器(&&E)", + "miToggleDebugConsole": "切換偵錯主控台(&&B)", + "miToggleDevTools": "切換開發人員工具(&&T)", + "miToggleFullScreen": "切換全螢幕(&&F)", + "miToggleMenuBar": "切換功能表列(&&B)", + "miToggleOutput": "切換輸出(&&O)", + "miTogglePanel": "切換面板(&&P)", + "miToggleRenderWhitespace": "切換轉譯空白字元(&&R)", + "miToggleSidebar": "切換提要欄位(&&T)", + "miToggleWordWrap": "切換自動換行(&&W)", + "miTwitter": "加入我們的 Twitter(&&J)", + "miUndo": "復原(&&U)", + "miUserVoice": "要求功能(&&R)", + "miViewDebug": "偵錯(&&D)", + "miViewExplorer": "檔案總管(&&E)", + "miViewGit": "Git(&&G)", + "miViewSearch": "搜尋(&&S)", + "miZoomIn": "放大(&&Z)", + "miZoomOut": "縮小(&&U)", "okButton": "確定" } \ No newline at end of file diff --git a/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json b/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..a5001eff675f8dfc3d66c0ea149cf2151f3298c2 100644 --- a/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/cht/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "已安裝過擴充功能 '{0}'。", + "foundExtension": "在市集中找到 '{0}'。", + "installing": "正在安裝...", + "notFound": "找不到擴充功能 '{0}'。", + "notInstalled": "未安裝擴充功能 '{0}'。", + "successInstall": "已成功安裝擴充功能 '{0}' v{1}!", + "successUninstall": "已成功將擴充功能 '{0}' 解除安裝!", + "uninstalling": "正在將 {0} 解除安裝...", + "useId": "請確定您使用完整的擴充功能識別碼,例如: {0}" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json index 26ae0b0860bb693b8970fab9a1b158cff69fe323..b334ef07e9c0d44ec522e7af77b051b2d5bf24d5 100644 --- a/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/cht/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "控制游標閃爍動畫,接受的值為 'blink'、'visible' 和 'hidden'", "cursorStyle": "控制游標樣式,接受的值為 'block' 和 'line'", "detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。", + "dismissPeekOnEsc": "按下 ESC 時關閉預覽編輯器", "editorConfigurationTitle": "編輯器組態", "folding": "控制編輯器是否已啟用程式碼摺疊功能", "fontFamily": "控制字型家族。", @@ -18,7 +19,6 @@ "glyphMargin": "控制是否顯示字符邊界", "hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。", "ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異", - "indentGuides": "控制編輯器是否應顯示縮排輔助線", "insertSpaces": "按 Tab 時插入空格。", "insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。", "lineHeight": "控制行高。", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議", "tabSize": "與 Tab 相等的空格數量。", "tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。", + "trimAutoWhitespace": "移除尾端自動插入的空白字元", + "useTabStops": "插入和刪除接在定位停駐點後的空白字元", "wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元", "wrappingColumn": "控制編輯器換行到下一行的字元數。若將此項目設為 0,將會開啟檢視區寬度換行 (自動換行)。若將此項目設為 -1,將會強制編輯器永不換行。", "wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。" diff --git a/i18n/cht/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/cht/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..43333f21070978975b8e8c71ece4786b2234a385 100644 --- a/i18n/cht/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/cht/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "啟用字組式建議。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index fe63516291448a7fa365e0b5b1aef34b6a5fd7cb..24b671ff572956cbe7441411799bee5f3b4214ec 100644 --- a/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/cht/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "移至定義", "actions.goToDeclToSide.label": "在一側開啟定義", - "actions.gotoTypeDecl.label": "移至類型定義", "actions.previewDecl.label": "預覽定義", "meta.title": " - {0} 個定義", "multipleResults": "按一下以顯示找到的 {0} 個定義。" diff --git a/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..54f4327fb87e1378dd25c31b5f2edf650726dd1d 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/common/extensionManagement.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 +{ + "extensions": "擴充功能" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..dbaa94775a979329b3214500af8fc7a91886ffc2 100644 --- a/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/cht/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -3,4 +3,7 @@ * 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 +{ + "noCompatible": "找不到與此 Code 版本相容的 {0} 版本。", + "restartCode": "請先重新啟動 Code,再重新安裝 {0}。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 561a1a1456891e18809cfcb603e99520e9efd398..bce92cc8d95cd7eaf80e81c20e750d44dd172ff2 100644 --- a/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/cht/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。", "vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。", "vscode.extension.displayName": "VS Code 資源庫中使用的擴充功能顯示名稱。", - "vscode.extension.extensionDependencies": "其它擴充功能的相依性。擴充功能識別碼一律為 ${publisher}.${name}。例如: vscode.csharp。", + "vscode.extension.extensionDependencies": "其它擴充功能的相依性。擴充功能的識別碼一律為 ${publisher}.${name}。例如: vscode.csharp。", "vscode.extension.galleryBanner": "用於 VS Code Marketplace 的橫幅。", "vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。", "vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。", diff --git a/i18n/cht/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/cht/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..d8f1f7dfd73304d6feb7a99d63b2517209238526 100644 --- a/i18n/cht/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/cht/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "允許將使用狀況資料和錯誤傳送給 Microsoft。" +} \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json index 2a4300294bdef02e157a16f90ddadb78c22361f8..c310dc38d679e5e776a86321d6f64b13d1e8133b 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "關閉資料夾", "closeMessages": "關閉通知訊息", "closeWindow": "關閉視窗", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "檔案", "folders": "資料夾", "newWindow": "開新視窗", diff --git a/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index e61ac97eec9b35678e417dd5154e32f9a12c73c1..6f2ae9d5277a5afaa2ce6605168242d40e7c896b 100644 --- a/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "繼續", "editFile": "編輯 '{0}'", "exists": "請移除參考 '{1}' (第 {2} 行) 中之 '{0}' 的別名,然後重試此動作。", - "install": "在 PATH 中安裝 'code' 命令", + "install": "在 PATH 中安裝 '{0}' 命令", "later": "稍後", "laterInfo": "請記住,您一律可以從命令選擇區執行 '{0}' 動作。", "ok": "確定", "shellCommand": "殼層命令", "successFrom": "已成功從 PATH 解除安裝殼層命令 '{0}'。", "successIn": "已成功在 PATH 中安裝殼層命令 '{0}'。", - "uninstall": "從 PATH 解除安裝 'code' 命令", + "uninstall": "從 PATH 將 '{0}' 命令解除安裝 ", "update": "Code 必須變更 '{0}' 殼層命令。要立即執行此作業嗎?", "warnEscalation": "Code 現在會提示輸入 'osascript' 取得系統管理員權限,以便安裝殼層命令。" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index f70e053210a497fb7327f108043a2deff68ba959..0d05f71bf63fb6bf0c045ea74b8495d9eacd4cd3 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "無" + "noConfigurations": "沒有組態" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index a4b9c8fb1837debef9ac3047945732e33b9fb468..4c8e383dcaef5d7bd71d4c574158f5db1dca339f 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -11,6 +11,7 @@ "functionBreakpointPlaceholder": "要中斷的函式", "loadMoreStackFrames": "載入更多堆疊框架", "stackFrameAriaLabel": "堆疊框架 {0} 第 {1} {2} 行,呼叫堆疊,偵錯", + "stackFrameError": "要求堆疊追蹤時發生錯誤", "threadAriaLabel": "執行緒 {0},呼叫堆疊,偵錯", "variableAriaLabel": "{0} 值 {1},變數,偵錯", "variableScopeAriaLabel": "範圍 {0},變數,偵錯", diff --git a/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 00243165baaf3d53ffb5e97378b0ad6aea1f3ad3..45080ae1862f47cacb5fcd07fd7c8fa8d3402426 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "只會顯示此物件的基本值。", "startDebugFirst": "請啟動偵錯工作階段進行評估", + "unknownSource": "未知的來源", "unknownStack": "不明堆疊位置" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 6300fe4dccb1f8c8353747003afa2d38da9f1401..cdb48b5bf91cb7aa499e3bbf59f161d9e207e28c 100644 --- a/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "偵錯工作階段啟動前要執行的工作。", "debugRequest": "要求組態的類型。可以是 [啟動] 或 [附加]。", "debugType": "組態的類型。", + "internalConsoleOptions": "內部偵錯主控台的控制項行為。", "relativePathsNotConverted": "相對路徑將不再自動轉換成絕對路徑。請考慮使用 ${workspaceRoot} 作為前置詞。" } \ No newline at end of file diff --git a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index ebeb2f68569328cec5b97525c3efb566be97a923..8866dedf7b237f849428e21cd9fdefb790bbb59a 100644 --- a/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/cht/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,10 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "自訂要在 Linux 上執行的終端機。", "globalConsoleActionMacLinux": "開啟新的終端機", "globalConsoleActionWin": "開啟新的命令提示字元", "scopedConsoleActionMacLinux": "在終端機中開啟", "scopedConsoleActionWin": "在命令提示字元中開啟", - "terminal.external": "外部終端機設定。", - "terminal.external.linuxExec": "自訂要在 Linux 上執行的終端機。", - "terminal.external.windowsExec": "自訂要在 Windows 上執行的終端機。", - "terminalConfigurationTitle": "終端機組態" + "terminalConfigurationTitle": "外部終端機組態" } \ No newline at end of file diff --git a/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json index 034c2ad2881273df253d369243a44bd27fc82b27..f0b5a4e8ccaaae26e4b96767ef5e2f2039db41a5 100644 --- a/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/deu/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "Schließen Sie Ordner mit vielen Dateien aus, um eine bessere Leistung zu erzielen.", "hintExclude.tooltip": "Schließen Sie Ordner mit vielen Dateien aus, um eine bessere Leistung zu erzielen.", "ignore.cmdCreate": "Ignorieren", + "jsconfig.heading": "// Unter https://go.microsoft.com/fwlink/?LinkId=759670\n\t// finden Sie die Dokumentation zum jsconfig.json-Format.", "large.label": "Auszuschließende Elemente konfigurieren", "open": "Auszuschließende Elemente konfigurieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/base/common/json.i18n.json b/i18n/deu/src/vs/base/common/json.i18n.json index 1b9d0a87f651c63dbb226a2eeed8a4c83a22bc53..2f7e4e60c7e44998d960c08ad3e61b5c4a4609c1 100644 --- a/i18n/deu/src/vs/base/common/json.i18n.json +++ b/i18n/deu/src/vs/base/common/json.i18n.json @@ -4,14 +4,11 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "Schließende geschweifte Klammer erwartet", - "CloseBracketExpected": "Schließende Klammer erwartet", - "ColonExpected": "Doppelpunkt erwartet", - "CommaExpected": "Komma erwartet", - "EOFExpected": "Inhaltsende erwartet", - "InvalidNumberFormat": "Ungültiges Zahlenformat", - "PropertyExpected": "Eigenschaftsname erwartet", - "UnknownSymbol": "Ungültiges Symbol", - "ValeExpected": "Wert erwartet", - "ValueExpected": "Wert erwartet" + "error.closeBraceExpected": "Eine schließende geschweifte Klammer wurde erwartet.", + "error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.", + "error.colonExpected": "Ein Doppelpunkt wurde erwartet.", + "error.commaExpected": "Ein Komma wurde erwartet.", + "error.invalidNumberFormat": "Ungültiges Zahlenformat.", + "error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.", + "error.valueExpected": "Ein Wert wurde erwartet." } \ No newline at end of file diff --git a/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json b/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..c42fc959e1faac35afa04b3c0ae350054d5294b3 100644 --- a/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/deu/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "Die Erweiterung \"{0}\" ist bereits installiert.", + "foundExtension": "\"{0}\" wurde in Marketplace gefunden.", + "installing": "Wird installiert...", + "notFound": "Die Erweiterung \"{0}\" wurde nicht gefunden.", + "notInstalled": "Die Erweiterung \"{0}\" ist nicht installiert.", + "successInstall": "Die Erweiterung \"{0}\" v{1} wurde erfolgreich installiert.", + "successUninstall": "Die Erweiterung \"{0}\" wurde erfolgreich deinstalliert.", + "uninstalling": "{0} wird deinstalliert...", + "useId": "Stellen Sie sicher, dass Sie die vollständige Erweiterungs-ID verwenden. Beispiel: {0}" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json index b0e521bd5dc3bb5796b9a88a4120c1a4f04dbc9b..a625f4551a642bb91ffdd47bbf059be24d60efa5 100644 --- a/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/deu/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "Steuert das Blinken der Cursoranimation. Gültige Werte sind \"blink\", \"visible\" und \"hidden\".", "cursorStyle": "Steuert den Cursorstil. Gültige Werte sind \"block\" und \"line\".", "detectIndentation": "Beim Öffnen einer Datei werden \"editor.tabSize\" und \"editor.insertSpaces\" basierend auf den Dateiinhalten erkannt.", + "dismissPeekOnEsc": "Vorschau-Editor beim Drücken von ESC schließen", "editorConfigurationTitle": "Editor-Konfiguration", "folding": "Steuert, ob für den Editor Codefaltung aktiviert ist.", "fontFamily": "Steuert die Schriftfamilie.", @@ -18,7 +19,6 @@ "glyphMargin": "Steuert die Sichtbarkeit des Glyphenrands.", "hideCursorInOverviewRuler": "Steuert die Sichtbarkeit des Cursors im Übersichtslineal.", "ignoreTrimWhitespace": "Steuert, ob der Diff-Editor Änderungen in führenden oder nachgestellten Leerzeichen als Diffs anzeigt.", - "indentGuides": "Steuert, ob der Editor Einzugsführungslinien rendern soll.", "insertSpaces": "Fügt beim Drücken der TAB-TASTE Leerzeichen ein.", "insertSpaces.errorMessage": "\"boolean\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.", "lineHeight": "Steuert die Zeilenhöhe.", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "Steuert, ob Vorschläge automatisch bei der Eingabe von Triggerzeichen angezeigt werden.", "tabSize": "Die Anzahl der Leerzeichen, denen ein Tabstopp entspricht.", "tabSize.errorMessage": "\"number\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.", + "trimAutoWhitespace": "Nachfolgendes automatisch eingefügtes Leerzeichen entfernen", + "useTabStops": "Das Einfügen und Löschen von Leerzeichen folgt auf Tabstopps.", "wordSeparators": "Zeichen, die als Worttrennzeichen verwendet werden, wenn wortbezogene Navigationen oder Vorgänge ausgeführt werden.", "wrappingColumn": "Steuert, nach wie vielen Zeichen der Editor einen Umbruch in die nächste Zeile ausführt. Durch das Festlegen auf 0 wird der Umbruch auf Viewportbreite aktiviert (Zeilenumbruch). Wenn diese Einstellung auf -1 festgelegt wird, führt der Editor nie einen Umbruch aus.", "wrappingIndent": "Steuert den Einzug der umbrochenen Zeilen. Der Wert kann \"none\", \"same\" oder \"indent\" sein." diff --git a/i18n/deu/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/deu/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..21fb1e330517e29724c034ae3d88c11bafd828e7 100644 --- a/i18n/deu/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/deu/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "Wortbasierte Vorschläge aktivieren." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 0269202686aec56282282382d6a3080707b0933f..494852dbb2a7aa174ddd5cd33272d0a62025b9c6 100644 --- a/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "Gehe zu Definition", "actions.goToDeclToSide.label": "Definition an der Seite öffnen", - "actions.gotoTypeDecl.label": "Gehe zu Typdefinition", "actions.previewDecl.label": "Peek-Definition", "meta.title": " – {0} Definitionen", "multipleResults": "Klicken Sie, um die gefundenen {0}-Definitionen anzuzeigen." diff --git a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..22a8a21d8f292b1db43ec40fed3c8766ac15e27a 100644 --- a/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/deu/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.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 +{ + "missingPreviewMessage": "Keine Vorschau verfügbar." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json index 6a0add991f3556acad88f79a35938e9aab737807..75d40dfef837b5722fa7d3453f09b09554fed9db 100644 --- a/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json +++ b/i18n/deu/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -8,6 +8,6 @@ "invalid.path.0": "In \"contributes.{0}.path\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}", "invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.", "vscode.extension.contributes.snippets": "Trägt TextMate-Codeausschnitte bei.", - "vscode.extension.contributes.snippets-language": "Die Sprach-ID, für die dieser Codeausschnitt beigetragen wird.", + "vscode.extension.contributes.snippets-language": "Der Sprachbezeichner, für den dieser Codeausschnitt beigetragen wird.", "vscode.extension.contributes.snippets-path": "Der Pfad der Codeausschnittdatei. Der Pfad ist relativ zum Extensionordner und beginnt normalerweise mit \". /snippets/\"." } \ No newline at end of file diff --git a/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json index 7c78539d9246a0b99fa76e09cd45ce11ba69749f..9092748f5719560a5d511dd2891805d0698e282f 100644 --- a/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json +++ b/i18n/deu/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -9,7 +9,7 @@ "invalid.path.1": "Es wurde erwartet, dass \"contributes.{0}.path\" ({1}) im Ordner ({2}) der Extension enthalten ist. Dies führt ggf. dazu, dass die Extension nicht portierbar ist.", "invalid.scopeName": "In \"contributes.{0}.scopeName\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}", "vscode.extension.contributes.grammars": "Trägt TextMate-Tokenizer bei.", - "vscode.extension.contributes.grammars.language": "Die Sprach-ID, für die diese Syntax beigetragen wird.", + "vscode.extension.contributes.grammars.language": "Der Sprachbezeichner, für den diese Syntax beigetragen wird.", "vscode.extension.contributes.grammars.path": "Der Pfad der tmLanguage-Datei. Der Pfad ist relativ zum Extensionordner und beginnt normalerweise mit \". /syntaxes/\".", "vscode.extension.contributes.grammars.scopeName": "Der TextMate-Bereichsname, der von der tmLanguage-Datei verwendet wird." } \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..10687c62aea391e1bed13658402796fdccf9cd2d 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/common/extensionManagement.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 +{ + "extensions": "Erweiterungen" +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..7cc43c74cc702310e452c9c53f6e7a90204c6313 100644 --- a/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/deu/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -3,4 +3,11 @@ * 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 +{ + "invalidManifest": "Die Erweiterung ist ungültig: \"package.json\" ist keine JSON-Datei.", + "invalidName": "Die Erweiterung ist ungültig: Manifestnamenkonflikt.", + "invalidPublisher": "Die Erweiterung ist ungültig: Manifestherausgeberkonflikt.", + "invalidVersion": "Die Erweiterung ist ungültig: Manifestversionskonflikt.", + "noCompatible": "Eine kompatible Version von {0} mit dieser Version des Codes wurde nicht gefunden.", + "notExists": "Die Erweiterung wurde nicht gefunden." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index eb4082a1c1cd2225e55bbe93b9990f9d76ac1300..e240c708c2d0eb9dbbba43a6148b00cd818000af 100644 --- a/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/deu/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "Die vom VS Code-Katalog zum Kategorisieren der Extension verwendeten Kategorien.", "vscode.extension.contributes": "Alle Beiträge der VS Code-Extension, die durch dieses Paket dargestellt werden.", "vscode.extension.displayName": "Der Anzeigename für die Extension, der im VS Code-Katalog verwendet wird.", - "vscode.extension.extensionDependencies": "Abhängigkeiten von anderen Extensions. Die ID einer Extension ist immer ${publisher}.${name}, beispielsweise: vscode.csharp.", + "vscode.extension.extensionDependencies": "Abhängigkeiten von anderen Erweiterungen. Der Bezeichner einer Erweiterung ist immer ${publisher}.${name}, beispielsweise \"vscode.csharp\".", "vscode.extension.galleryBanner": "Das in VS Code Marketplace verwendete Banner.", "vscode.extension.galleryBanner.color": "Die Bannerfarbe für die Kopfzeile der VS Code Marketplace-Seite.", "vscode.extension.galleryBanner.theme": "Das Farbdesign für die Schriftart, die im Banner verwendet wird.", diff --git a/i18n/deu/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/deu/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..8dfba929bebd4af77d7eb97c21339da07ed6b0ba 100644 --- a/i18n/deu/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/deu/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "Aktivieren Sie das Senden von Nutzungsdaten und Fehlern an Microsoft." +} \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json index c21e1a7b5e3ce6751161f7d3945aa7567fa6908c..2d8ab469cdaac664f3e250fe86a52f4814a92448 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "Ordner schließen", "closeMessages": "Benachrichtigungs-E-Mail schließen", "closeWindow": "Fenster schließen", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "Dateien", "folders": "Ordner", "newWindow": "Neues Fenster", diff --git a/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index 34e5f2e36e84ce08a05d31f579d874fc30d2406b..f0a7e810cd3d465560a996f22155d79f43b45af3 100644 --- a/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "Weiter", "editFile": "{0} bearbeiten", "exists": "Bitte entfernen Sie den Alias in \"{1}\" (Zeile {2}), der auf \"{0}\" verweist, und wiederholen Sie diese Aktion.", - "install": "Befehl \"code\" in \"PATH\" installieren", + "install": "Befehl \"{0}\" in \"PATH\" installieren", "later": "Später", "laterInfo": "Denken Sie daran, dass Sie die Aktion \"{0}\" immer über die Befehlspalette ausführen können.", "ok": "OK", "shellCommand": "Shellbefehl", "successFrom": "Der Shellbefehl \"{0}\" wurde erfolgreich aus \"PATH\" deinstalliert.", "successIn": "Der Shellbefehl \"{0}\" wurde erfolgreich in \"PATH\" installiert.", - "uninstall": "Befehl \"code\" aus \"PATH\" deinstallieren", + "uninstall": "Befehl \"{0}\" aus \"PATH\" deinstallieren", "update": "Der Code muss den Shellbefehl \"{0}\" ändern. Möchten Sie diesen Vorgang jetzt ausführen?", "warnEscalation": "Der Code fordert nun mit \"osascript\" zur Eingabe von Administratorberechtigungen auf, um den Shellbefehl zu installieren." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index bd9ea2798d1c06d9b6164ad55ed06840f9bcf1aa..ed1cea83988d0b8f94722a852335c0a470611c69 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "keine" + "noConfigurations": "Keine Konfigurationen" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index a4e57552a725a72ca5db5ef56a78767e1709cba9..c8de8b70e660f8be337326ec0450eb1465f01cec 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -11,6 +11,7 @@ "functionBreakpointPlaceholder": "Funktion mit Haltepunkt", "loadMoreStackFrames": "Weitere Stapelrahmen laden", "stackFrameAriaLabel": "Stapelrahmen {0} Zeile {1} {2}, Aufrufliste, Debuggen", + "stackFrameError": "Fehler beim Anfordern der Stapelüberwachung.", "threadAriaLabel": "Thread {0}, Aufrufliste, Debuggen", "variableAriaLabel": "{0} Wert {1}, Variablen, Debuggen", "variableScopeAriaLabel": "Bereich {0}, Variablen, Debuggen", diff --git a/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json index cc3ae4c72227fef3526585cab3d257f8293ddb7c..614ec2904fe2b0a0bb8d91e73ac9cc03ccfff36a 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "Nur primitive Werte werden für dieses Objekt angezeigt.", "startDebugFirst": "Bitte starten Sie eine Debugsitzung, um die Auswertung vorzunehmen.", + "unknownSource": "Unbekannte Quelle", "unknownStack": "Unbekannte Stapelposition" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index a4981a8d8536e54c42652eeec29f25fae06c2ff6..254fc0983181372898fdc367db49128db2360308 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -8,8 +8,8 @@ "conditionalBreakpointEditorAction": "Debuggen: Bedingter Haltepunkt", "debug": "Debuggen", "debugCategory": "Debuggen", - "debugConsole": "Konsole debuggen", "debugEvaluate": "Debuggen: Auswerten", + "debugPanel": "Debugkonsole", "runToCursor": "Debuggen: Ausführen bis Cursor", "showDebugHover": "Debuggen: Hover anzeigen", "toggleBreakpointAction": "Debuggen: Haltepunkt umschalten", diff --git a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json index 5604639671ae81487c4bfcbc8dec5fe00c1b56c4..748fab905e628c0aaad382fe00885e3275c2d3d9 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json @@ -15,6 +15,7 @@ "copyValue": "Wert kopieren", "deactivateBreakpoints": "Haltepunkte deaktivieren", "debugActionLabelAndKeybinding": "{0} ({1})", + "debugConsoleAction": "Debugkonsole", "disableAllBreakpoints": "Alle Haltepunkte deaktivieren", "disconnectDebug": "Trennen", "editConditionalBreakpoint": "Haltepunkt bearbeiten", @@ -37,6 +38,5 @@ "stepOutDebug": "Prozedurschritt", "stepOverDebug": "Prozedurschritt", "stopDebug": "Beenden", - "toggleEnablement": "Haltepunkt aktivieren/deaktivieren", - "toggleRepl": "Konsole debuggen" + "toggleEnablement": "Haltepunkt aktivieren/deaktivieren" } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 6799a3423fecf8c716f0a7158f6195993b305fcc..b48a29092fc2454cb5049ff17d0b9491cfa0b122 100644 --- a/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "Ein Task, der ausgeführt werden soll, bevor die Debugsitzung beginnt.", "debugRequest": "Der Anforderungstyp der Konfiguration. Der Wert kann \"launch\" oder \"attach\" sein.", "debugType": "Der Typ der Konfiguration.", + "internalConsoleOptions": "Steuert das Verhalten der internen Debugkonsole.", "relativePathsNotConverted": "Relative Pfade werden nicht mehr automatisch in absolute Pfade konvertiert. Verwenden Sie ggf. ${workspaceRoot} als Präfix." } \ No newline at end of file diff --git a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index a92a6de6569ec78f0eb2c4de8cbdc0cb0489b158..84e05394340ce0c90a950b22a1d25eda4b389926 100644 --- a/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/deu/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,10 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "Passt an, welches Terminal für Linux ausgeführt werden soll.", "globalConsoleActionMacLinux": "Neues Terminal öffnen", "globalConsoleActionWin": "Neue Eingabeaufforderung öffnen", "scopedConsoleActionMacLinux": "In Terminal öffnen", "scopedConsoleActionWin": "In Eingabeaufforderung öffnen", - "terminal.external": "Externe Terminaleinstellungen.", - "terminal.external.linuxExec": "Passt an, welches Terminal für Linux ausgeführt werden soll.", - "terminal.external.windowsExec": "Passt an, welches Terminal für Windows ausgeführt werden soll.", - "terminalConfigurationTitle": "Terminalkonfiguration" + "terminalConfigurationTitle": "Externe Terminalkonfiguration" } \ No newline at end of file diff --git a/i18n/esn/src/vs/code/electron-main/windows.i18n.json b/i18n/esn/src/vs/code/electron-main/windows.i18n.json index fe50c76f47f181dd610df68029dd021190ad1fc9..23d1e5b14b941ca573d8acdf561eb9057195ca41 100644 --- a/i18n/esn/src/vs/code/electron-main/windows.i18n.json +++ b/i18n/esn/src/vs/code/electron-main/windows.i18n.json @@ -9,7 +9,7 @@ "appStalled": "La ventana ha dejado de responder.", "appStalledDetail": "Puede volver a abrir la ventana, cerrarla o seguir esperando.", "close": "Cerrar", - "hiddenMenuBar": "Para acceder a la barra de menús, también puedes presionar la tecla **Alt**.", + "hiddenMenuBar": "Para acceder a la barra de menús, también puede presionar la tecla **Alt**.", "ok": "Aceptar", "pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.", "pathNotExistTitle": "La ruta no existe", diff --git a/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json index d19379572e80cf3e67bd6cf52ecfdb6c9620b96e..f172f65bda3914187719286982cfa0f6e6d89314 100644 --- a/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/esn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -18,7 +18,6 @@ "glyphMargin": "Controla la visibilidad del margen del glifo", "hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.", "ignoreTrimWhitespace": "Controla si el editor de diferencias muestra los cambios de espacio inicial o espacio final como diferencias.", - "indentGuides": "Controla si el editor debe representar guías de sangría.", "insertSpaces": "Insertar espacios al presionar TAB.", "insertSpaces.errorMessage": "Se esperaba \"boolean\". Tenga en cuenta que el ajuste \"editor.detectIndentation\" ha reemplazado al valor \"auto\".", "lineHeight": "Controla la altura de línea.", diff --git a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index c0874a1d8d2499858e1196925304176ecd542982..0f2e0c7ec5b6396784000d27a2ede7b9b8f60f3c 100644 --- a/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/esn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "Ir a definición", "actions.goToDeclToSide.label": "Abrir definición en el lateral", - "actions.gotoTypeDecl.label": "Ir a la definición de tipo", "actions.previewDecl.label": "Ver la definición", "meta.title": " – {0} definiciones", "multipleResults": "Haga clic para mostrar las {0} definiciones encontradas." diff --git a/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..a46b51d7b92ff2a21933cfd22fc6195fd22209b3 100644 --- a/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/esn/src/vs/platform/extensionManagement/node/extensionManagementService.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 +{ + "noCompatible": "No se encontró una versión de {0} compatible con esta versión de Code." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/esn/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..5926b66b575e5150b75ff04430a9149ece18ff48 100644 --- a/i18n/esn/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/esn/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "Habilite los datos de uso y los errores para enviarlos a Microsoft." +} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index d1a9965b6285ff29dfd592364b14cba2082bd900..8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a 100644 --- a/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -3,6 +3,4 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. -{ - "none": "ninguno" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index ecc37952e8e3a1a61353b446bb857129ffa93531..66fd064e9893edac57b9a36fd9da02a71149d7ee 100644 --- a/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/esn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -8,8 +8,5 @@ "globalConsoleActionWin": "Abrir nuevo símbolo del sistema", "scopedConsoleActionMacLinux": "Abrir en terminal", "scopedConsoleActionWin": "Abrir en símbolo del sistema", - "terminal.external": "Configuración de terminal externo.", - "terminal.external.linuxExec": "Personaliza qué terminal debe ejecutarse en Linux.", - "terminal.external.windowsExec": "Personaliza qué terminal debe ejecutarse en Windows.", "terminalConfigurationTitle": "Configuración de terminal" } \ No newline at end of file diff --git a/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json b/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..93d88563105d31ff1e00ac11ef4536760a0c946e 100644 --- a/i18n/fra/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/fra/src/vs/code/node/cliProcessMain.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 +{ + "installing": "Installation..." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json index 95b7d7c1e7832974a5b869922f3814807eeea7dc..6c08d56fce600f41be70e5d6df114a29a2f2edec 100644 --- a/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/fra/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -18,7 +18,6 @@ "glyphMargin": "Contrôle la visibilité de la marge des glyphes", "hideCursorInOverviewRuler": "Contrôle si le curseur doit être masqué dans la règle d'aperçu.", "ignoreTrimWhitespace": "Contrôle si l'éditeur de différences affiche les changements liés aux espaces blancs de début ou de fin comme des différences", - "indentGuides": "Contrôle si l'éditeur doit afficher les repères de mise en retrait", "insertSpaces": "Insérer des espaces en appuyant sur Tab.", "insertSpaces.errorMessage": "'boolean' attendu. Notez que la valeur \"auto\" a été remplacée par le paramètre 'editor.detectIndentation'.", "lineHeight": "Contrôle la hauteur de ligne.", diff --git a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 3090375f2d18b8f68b45d4190f9974f5e4e93570..47260c0c5fffeb30624521e32a1ebc975ac84de8 100644 --- a/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/fra/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,8 +6,7 @@ { "actions.goToDecl.label": "Atteindre la définition", "actions.goToDeclToSide.label": "Ouvrir la définition sur le côté", - "actions.gotoTypeDecl.label": "Atteindre la définition de type", - "actions.previewDecl.label": "Définition de l'aperçu", + "actions.previewDecl.label": "Apercu de définition", "meta.title": " – {0} définitions", "multipleResults": "Cliquez pour afficher les {0} définitions trouvées." } \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..461f8c836b48eb52c3c9ab1aaa2599514920bb11 100644 --- a/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/fra/src/vs/platform/extensionManagement/node/extensionManagementService.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 +{ + "noCompatible": "Version compatible de {0} introuvable avec cette version de Code." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/fra/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..980e8bc824ad1f0c57cab59b222f4796c0c6428e 100644 --- a/i18n/fra/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/fra/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "Activez l'envoi des données d'utilisation et d'erreurs à Microsoft." +} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index ea3b3fb8cc0beb93d5897f4e45e1bbf6ff3c06dc..8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -3,6 +3,4 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. -{ - "none": "aucune" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 80d98eadbfd38e29b9ed44b48a241fa3ac0ca8e3..bb2bc96c6e076a80bdd0aaa012140d7e19d8edfc 100644 --- a/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,6 +10,8 @@ "functionBreakpointAriaLabel": "Point d'arrêt sur fonction {0}, points d'arrêt, débogage", "functionBreakpointPlaceholder": "Fonction où effectuer un point d'arrêt", "loadMoreStackFrames": "Charger plus de frames de pile", + "paused": "en pause", + "running": "en cours d'exécution", "stackFrameAriaLabel": "Frame de pile {0}, ligne {1} {2}, pile des appels, débogage", "threadAriaLabel": "Thread {0}, pile des appels, débogage", "variableAriaLabel": "{0} valeur {1}, variables, débogage", diff --git a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 594f77a2c42b1dbde19b42e1acd96686e76d8574..f14e4f0f6c0ba9857788495d987fd123bbab0cd9 100644 --- a/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/fra/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -8,8 +8,5 @@ "globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes", "scopedConsoleActionMacLinux": "Ouvrir dans Terminal", "scopedConsoleActionWin": "Ouvrir dans l'invite de commandes", - "terminal.external": "Paramètres du terminal externe.", - "terminal.external.linuxExec": "Personnalise le terminal à exécuter sur Linux.", - "terminal.external.windowsExec": "Personnalise le terminal à exécuter sur Windows.", "terminalConfigurationTitle": "Configuration du terminal" } \ No newline at end of file diff --git a/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json index 7a61e41f3809fc6dd77141ecf04e880eca3c8884..f9549f5a3992485fe2f4640176c2727acef19296 100644 --- a/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/ita/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -18,7 +18,6 @@ "glyphMargin": "Controlla la visibilità del margine del glifo", "hideCursorInOverviewRuler": "Controlla se il cursore deve essere nascosto nel righello delle annotazioni.", "ignoreTrimWhitespace": "Controlla se l'editor diff mostra come differenze le modifiche relative a spazi vuoti iniziali e finali", - "indentGuides": "Controlla se l'editor deve eseguire il rendering delle guide con rientro", "insertSpaces": "Inserisce spazi quando si preme TAB.", "insertSpaces.errorMessage": "È previsto 'boolean'. Nota: il valore \"auto\" è stato sostituito dall'impostazione `editor.detectIndentation`.", "lineHeight": "Controlla l'altezza della riga.", diff --git a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index b41edad8a6617e293b0cf0ecadb12fde780c5900..7303cd87d98d31be28c8cf9d649922eb397b3c5b 100644 --- a/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/ita/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "Vai alla definizione", "actions.goToDeclToSide.label": "Apri definizione lateralmente", - "actions.gotoTypeDecl.label": "Vai alla definizione di tipo", "actions.previewDecl.label": "Visualizza la definizione", "meta.title": " - Definizioni di {0}", "multipleResults": "Fare clic per visualizzare le {0} definizioni trovate." diff --git a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..dd36704e3392b241f026bbb9ccb6bd6255183c88 100644 --- a/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/ita/src/vs/platform/extensionManagement/node/extensionManagementService.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 +{ + "noCompatible": "Non è stata trovata una versione di {0} compatibile con questa versione di Visual Studio Code." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/ita/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..82cf1f5ae25df442889b0f6c456becb66abec228 100644 --- a/i18n/ita/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/ita/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "Consente l'invio di errori e dati sull'utilizzo a Microsoft." +} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 23564189526a968ac91b292f6ddf8e5a63ab8499..8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a 100644 --- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -3,6 +3,4 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. -{ - "none": "nessuno" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 0ac320756826941f649f1ccfe0bdf445c8255506..807716c143b42849d5a44b98045581fdc953a0b2 100644 --- a/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/ita/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -8,8 +8,5 @@ "globalConsoleActionWin": "Apri nuovo prompt dei comandi", "scopedConsoleActionMacLinux": "Apri nel terminale", "scopedConsoleActionWin": "Apri nel prompt dei comandi", - "terminal.external": "Impostazioni del terminale esterno.", - "terminal.external.linuxExec": "Personalizza il terminale da eseguire in Linux.", - "terminal.external.windowsExec": "Personalizza il terminale da eseguire in Windows.", "terminalConfigurationTitle": "Configurazione del terminale" } \ No newline at end of file diff --git a/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json index 6e10ffde4d3b8babe0ff55a84207d610c3db6ccd..091c77b67c4b6a9b794aa7e4ef6ae65d5d6f491c 100644 --- a/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/jpn/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外してください。", "hintExclude.tooltip": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外します。", "ignore.cmdCreate": "無視", + "jsconfig.heading": "//jsconfig.json 形式に関するドキュメントは、\n\t//https://go.microsoft.com/fwlink/?LinkId=759670 でご確認ください", "large.label": "除外の構成", "open": "除外の構成" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/base/common/json.i18n.json b/i18n/jpn/src/vs/base/common/json.i18n.json index 814310730142fd8563957347b7d3a4275e2966ad..eed89e3f0567c22d2bb26124c56c32be522dd07c 100644 --- a/i18n/jpn/src/vs/base/common/json.i18n.json +++ b/i18n/jpn/src/vs/base/common/json.i18n.json @@ -4,14 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "右中かっこが必要です", - "CloseBracketExpected": "右角かっこが必要です", - "ColonExpected": "コロンが必要です", - "CommaExpected": "コンマが必要です", - "EOFExpected": "コンテンツの終わりが必要です", - "InvalidNumberFormat": "正しくない数値表示形式", - "PropertyExpected": "プロパティ名が必要です", - "UnknownSymbol": "正しくないシンボル", - "ValeExpected": "値が必要です", - "ValueExpected": "値が必要です" + "error.closeBraceExpected": "右中かっこが必要です", + "error.closeBracketExpected": "右角かっこが必要です", + "error.colonExpected": "コロンが必要です", + "error.commaExpected": "コンマが必要です", + "error.endOfFileExpected": "ファイルの終わりが必要です", + "error.invalidNumberFormat": "数値表示形式が無効です", + "error.invalidSymbol": "シンボルが無効です", + "error.propertyNameExpected": "プロパティ名が必要です", + "error.valueExpected": "値が必要です" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json b/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..99e4e22e1bf1fdc4b9dde40004bb231fc84a0d84 100644 --- a/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/jpn/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "拡張機能 '{0}' は既にインストールされています。", + "foundExtension": "マーケットプレースで '{0}' が見つかりました。", + "installing": "インストールしています...", + "notFound": "拡張機能 '{0}' が見つかりませんでした。", + "notInstalled": "拡張機能 '{0}' がインストールされていません。", + "successInstall": "拡張機能 '{0}' v{1} が正常にインストールされました!", + "successUninstall": "拡張機能 '{0}' が正常にアンインストールされました!", + "uninstalling": "{0} をアンインストールしています...", + "useId": "完全な拡張 ID を使用していることを確認してください。例: {0}" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json index fbcf136efe62f06acb628d9ad2ae1c3c28af61c9..a6dbcc98ae0fa236d65e7b376b0691c8787ec596 100644 --- a/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/jpn/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "カーソルのアニメーションの点滅を制御します。指定できる値は 'blink'、'visible'、'hidden' です", "cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block' と 'line' です", "detectIndentation": "ファイルを開くと、そのファイルの内容に基づいて `editor.tabSize` と `editor.insertSpaces` が検出されます。", + "dismissPeekOnEsc": "ESC キーを押すと、プレビュー エディターが閉じます", "editorConfigurationTitle": "エディターの構成", "folding": "エディターでコードの折りたたみを有効にするかどうかを制御します", "fontFamily": "フォント ファミリを制御します。", @@ -18,7 +19,6 @@ "glyphMargin": "グリフ余白の表示を制御します", "hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。", "ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。", - "indentGuides": "エディターでインデントのガイドを表示する必要があるかどうかを制御します", "insertSpaces": "Tab キーを押すとスペースが挿入されます。", "insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。", "lineHeight": "行の高さを制御します。", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します", "tabSize": "タブ 1 つに相当するスペースの数。", "tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。", + "trimAutoWhitespace": "自動挿入された末尾の空白を削除する", + "useTabStops": "空白の挿入や削除はタブ位置に従って行われます", "wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字", "wrappingColumn": "エディターで次の行に折り返される文字数を制御します。これを 0 に設定すると、ビューポートの幅での折り返しがオンになります (ワード ラップ)。これを -1 に設定するとエディターによる折り返しが禁止されます。", "wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。" diff --git a/i18n/jpn/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/jpn/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..3225aca304646b8b870ffbb409ba44c07acabd1b 100644 --- a/i18n/jpn/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/jpn/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "ワード ベースの修正候補を有効にします。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 03953f7870c57d73fddee499b3474fa75b134016..16ebf719803c7a7457a5af14724b4a63445474df 100644 --- a/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "定義へ移動", "actions.goToDeclToSide.label": "定義を横に開く", - "actions.gotoTypeDecl.label": "型の定義へ移動", "actions.previewDecl.label": "ピークの定義", "meta.title": " - {0} の定義", "multipleResults": "クリックして、見つかった {0} の定義を表示します。" diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..b31a080bc8200696ddf9caad3ad7d4bb9648229d 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "読み込んでいます..." +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..ee2cfa0dc20fda2a31efb9162b1fd42c64b172a4 100644 --- a/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,11 @@ * 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 +{ + "missingPreviewMessage": "プレビューを表示できません", + "noResults": "結果がありません", + "peekView.alternateTitle": "参照", + "referenceCount": "{0} 個の参照", + "referencesCount": "{0} 個の参照", + "treeAriaLabel": "参照" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json index 97792f0a9eddfbb176f0b724849289c01ffdcdb7..f660de6eecfa03187d6b80ce3193319d6baf1aac 100644 --- a/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/jpn/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "すべての出現箇所を変更", - "rename.error.multiplefile": "複数のファイルで使用されているシンボルに対して名前の変更を実行できません。" + "rename.label": "シンボルの名前を変更" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json index 3e1456de144e3241b5be0b31355d2840e4b1b69b..fbb98771f17b298274cd1f7723667becb219bef3 100644 --- a/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json +++ b/i18n/jpn/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -8,6 +8,6 @@ "invalid.path.0": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}", "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。", "vscode.extension.contributes.snippets": "TextMate のスニペットを提供します。", - "vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語 ID です。", + "vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語識別子です。", "vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json index bead6eb1ccbe3e9015d64bd158575f523062a3a1..860ec75db7b03a0ff78ea8b9abed324b600d4c60 100644 --- a/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json +++ b/i18n/jpn/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -9,7 +9,7 @@ "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。", "invalid.scopeName": "`contributes.{0}.scopeName` には文字列が必要です。提供された値: {1}", "vscode.extension.contributes.grammars": "TextMate トークナイザーを提供します。", - "vscode.extension.contributes.grammars.language": "この構文の提供先の言語 ID です。", + "vscode.extension.contributes.grammars.language": "この構文の提供先の言語識別子です。", "vscode.extension.contributes.grammars.path": "tmLanguage ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './syntaxes/' で始まります。", "vscode.extension.contributes.grammars.scopeName": "tmLanguage ファイルにより使用される TextMate スコープ名。" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..0c663eac98f03d7e6b219c4bda81948040e15c55 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/common/extensionManagement.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 +{ + "extensions": "拡張機能" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..892e2daa08a77f1c0fda003e8d8ea16b8cd2a22b 100644 --- a/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/jpn/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -3,4 +3,13 @@ * 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 +{ + "invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。", + "invalidName": "正しくない拡張機能: マニフェスト名が一致しません。", + "invalidPublisher": "正しくない拡張機能: マニフェストのパブリッシャーが一致しません。", + "invalidVersion": "正しくない拡張機能: マニフェストのバージョンが一致しません。", + "missingGalleryInformation": "ギャラリー情報がありません", + "noCompatible": "Code のこのバージョンと互換性のある {0} のバージョンが見つかりませんでした。", + "notExists": "拡張機能を見つけられませんでした", + "restartCode": "{0} を再インストールする前に、Code を再起動してください。" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index ecdaa07dd9d5211be5d4433812ed9c710747f8b4..ea25859b0cbd32ab6989f9f3e3c989d106dae590 100644 --- a/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/jpn/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "VS Code ギャラリーで拡張機能の分類に使用されるカテゴリ。", "vscode.extension.contributes": "このパッケージで表される VS Code 拡張機能のすべてのコントリビューション。", "vscode.extension.displayName": "VS Code ギャラリーで使用される拡張機能の表示名。", - "vscode.extension.extensionDependencies": "他の拡張機能に対する依存関係。拡張機能の ID は常に ${publisher}.${name} です。例: vscode.csharp。", + "vscode.extension.extensionDependencies": "他の拡張機能に対する依存関係。拡張機能の識別子は常に ${publisher}.${name} です。例: vscode.csharp。", "vscode.extension.galleryBanner": "VS Code マーケットプレースで使用されるバナー。", "vscode.extension.galleryBanner.color": "VS Code マーケットプレース ページ ヘッダー上のバナーの色。", "vscode.extension.galleryBanner.theme": "バナーで使用されるフォントの配色テーマ。", diff --git a/i18n/jpn/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/jpn/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..4f29c7ba265ba98d1537b48631e176945d48a469 100644 --- a/i18n/jpn/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/jpn/src/vs/platform/telemetry/browser/telemetryService.i18n.json @@ -3,4 +3,7 @@ * 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 +{ + "telemetry.enableTelemetry": "利用状況データとエラーを Microsoft に送信できるようにします。", + "telemetryConfigurationTitle": "テレメトリ構成" +} \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json index ac36d83a8f18f3cac71aebbcb4206f0323a103b2..52a4dec6d852b1fe492cea740fe702de6209163e 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "フォルダーを閉じる", "closeMessages": "通知メッセージを閉じる", "closeWindow": "ウィンドウを閉じる", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "ファイル", "folders": "フォルダー", "newWindow": "新しいウィンドウ", diff --git a/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index dcef4e053e45ba6f45b9c11ee8df8476432a983b..1d730282563c0d60765f2819f03b7ecef7d617df 100644 --- a/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "続行", "editFile": "'{0}' の編集", "exists": "'{1}' 内の '{0}' (行 {2}) を参照する別名を削除してから、この操作をやり直してください。", - "install": "PATH 内に 'code' コマンドをインストールします", + "install": "PATH 内に '{0}' コマンドをインストールします", "later": "後で", "laterInfo": "いつでもコマンド パレットから '{0}' アクションを実行できることに留意してください。", "ok": "OK", "shellCommand": "シェル コマンド", "successFrom": "シェル コマンド '{0}' が PATH から正常にアンインストールされました。", "successIn": "シェル コマンド '{0}' が PATH に正常にインストールされました。", - "uninstall": "'code' コマンドを PATH からアンインストールします", + "uninstall": "'{0}' コマンドを PATH からアンインストールします", "update": "Code '{0}' シェル コマンドを変更する必要があります。今すぐ実行してもよろしいですか?", "warnEscalation": "管理者特権でシェル コマンドをインストールできるように、Code が 'osascript' のプロンプトを出します" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 35ebc4375aa092c22e35b03dd723c59237ef14e3..fcb98834ee1c7d0cf88a42a56c38d40128f8fb6e 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "なし" + "noConfigurations": "構成がありません" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 062b0b8e6c6ecddd44c64ddcfc9bbd03d43050d5..64a4c3319959b39c313f41381befe3d16122957d 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,7 +10,11 @@ "functionBreakpointAriaLabel": "関数ブレークポイント {0}、ブレークポイント、デバッグ", "functionBreakpointPlaceholder": "中断対象の関数", "loadMoreStackFrames": "スタック フレームをさらに読み込む", + "paused": "一時停止", + "running": "実行中", "stackFrameAriaLabel": "スタック フレーム {0} 行 {1} {2}、呼び出しスタック、デバッグ", + "stackFrameError": "スタック トレースの要求中にエラーが発生しました", + "thread": "スレッド", "threadAriaLabel": "スレッド {0}、呼び出しスタック、デバッグ", "variableAriaLabel": "{0} 値 {1}、変数、デバッグ", "variableScopeAriaLabel": "範囲 {0}、変数、デバッグ", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json index 64ec63a18ac3e9322d4f365cf4dc5af91a4832b2..ddf7156c715d15b5bdbe1ec814edcaf5ba019dba 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "このオブジェクトのプリミティブ値のみ表示されます。", "startDebugFirst": "デバッグ セッションを開始して評価してください", + "unknownSource": "不明なソース", "unknownStack": "スタックの場所が不明です" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index a2076764ece4a428fffa21b9a5f2d61ce4f40c13..a039074cdb53346e2865a6488e0a01b0e244e00d 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -8,8 +8,8 @@ "conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイント", "debug": "デバッグ", "debugCategory": "デバッグ", - "debugConsole": "デバッグ コンソール", "debugEvaluate": "デバッグ: 評価", + "debugPanel": "デバッグ コンソール", "runToCursor": "デバッグ: カーソル行の前まで実行", "showDebugHover": "デバッグ: ホバーの表示", "toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え", diff --git a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json index 5318db3928821b55181112973068028694276d68..f328231322a5ff94b558ac7c85c647b3a6b19710 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json @@ -15,6 +15,7 @@ "copyValue": "値のコピー", "deactivateBreakpoints": "ブレークポイントの非アクティブ化", "debugActionLabelAndKeybinding": "{0} ({1})", + "debugConsoleAction": "デバッグ コンソール", "disableAllBreakpoints": "すべてのブレークポイントを無効にする", "disconnectDebug": "切断", "editConditionalBreakpoint": "ブレークポイントの編集", @@ -37,6 +38,5 @@ "stepOutDebug": "ステップ アウト", "stepOverDebug": "ステップ オーバー", "stopDebug": "停止", - "toggleEnablement": "ブレークポイントの有効化/無効化", - "toggleRepl": "デバッグ コンソール" + "toggleEnablement": "ブレークポイントの有効化/無効化" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 07be9cfc6a327c0012f2b954f75652ca8d68a48c..42c25147ad30b90282001ce8039455a4ffc3f70a 100644 --- a/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。", "debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。", "debugType": "構成の種類。", + "internalConsoleOptions": "内部デバッグ コンソールの動作を制御します。", "relativePathsNotConverted": "相対パスが絶対パスに自動的に変換されなくなります。${workspaceRoot} をプレフィックスとして使用することを考慮してください。" } \ No newline at end of file diff --git a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 41d9659bb0c0e133ac45062bb07e950bcafb5021..1842298d2fd2adf94f48a41b281b4f5a7aa61184 100644 --- a/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/jpn/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,11 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "どのターミナルを Linux で実行するかをカスタマイズします。", + "externalTerminal.windowsExec": "どのターミナルを Windows で実行するかをカスタマイズします。", "globalConsoleActionMacLinux": "新しいターミナルを開く", "globalConsoleActionWin": "新しいコマンド プロンプトを開く", "scopedConsoleActionMacLinux": "ターミナルで開く", "scopedConsoleActionWin": "コマンド プロンプトで開く", - "terminal.external": "外部ターミナルの設定。", - "terminal.external.linuxExec": "どのターミナルを Linux で実行するかをカスタマイズします。", - "terminal.external.windowsExec": "どのターミナルを Windows で実行するかをカスタマイズします。", - "terminalConfigurationTitle": "ターミナルの構成" + "terminalConfigurationTitle": "外部ターミナルの構成" } \ No newline at end of file diff --git a/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json index 50fdc1d6aa373e0693996ae5c11455b6e5159078..a30aa820dfc58124ff9a6a6dfa99c00f7679d3f9 100644 --- a/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/kor/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "성능 개선을 위해 파일이 많은 폴더를 제외하세요.", "hintExclude.tooltip": "성능을 향상하려면 많은 파일이 포함된 폴더를 제외하세요.", "ignore.cmdCreate": "무시", + "jsconfig.heading": "// jsconfig.json 형식에 대한 설명서는 https://go.microsoft.com/fwlink/?LinkId=759670\n\t//를 참조하세요.", "large.label": "제외 구성", "open": "제외 구성" } \ No newline at end of file diff --git a/i18n/kor/src/vs/code/electron-main/menus.i18n.json b/i18n/kor/src/vs/code/electron-main/menus.i18n.json index aecfaa3b10f88844d9dece68259bf017b85567b6..c1516ffc9be242125476aad2944d64e5db75b4e6 100644 --- a/i18n/kor/src/vs/code/electron-main/menus.i18n.json +++ b/i18n/kor/src/vs/code/electron-main/menus.i18n.json @@ -79,7 +79,7 @@ "miToggleMenuBar": "메뉴 모음 설정/해제(&&B)", "miToggleOutput": "출력 설정/해제(&&O)", "miTogglePanel": "패널 설정/해제(&&P)", - "miToggleRenderWhitespace": "공백 토글 및 렌더링", + "miToggleRenderWhitespace": "공백 설정/해제 및 렌더링(&&R)", "miToggleSidebar": "사이드바 설정/해제(&&T)", "miToggleWordWrap": "자동 줄 바꿈 설정/해제(&&W)", "miTwitter": "Twitter에서 참여(&&J)", diff --git a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..5d9b51e0a4afc46bd21e1a3723fb6fc0a74685f6 100644 --- a/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/kor/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.", + "foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.", + "installing": "설치 중...", + "notFound": "'{0}' 확장을 찾을 수 없습니다.", + "notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.", + "successInstall": "확장 '{0}' v{1}이(가) 성공적으로 설치되었습니다!", + "successUninstall": "'{0}' 확장이 성공적으로 제거되었습니다!", + "uninstalling": "{0} 제거 중...", + "useId": "전체 확장 ID(예: {0})를 사용하세요." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json index 4be39e392f4f566fbc222d5c2e77df0d168ee7e8..931a33758a2c0b679032a745fa16b6e7a2be76d4 100644 --- a/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/kor/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "커서 깜박임 애니메이션을 제어합니다. 허용되는 값은 '깜박임', '표시' 및 '숨김'입니다.", "cursorStyle": "커서 스타일을 제어합니다. 허용되는 값은 '블록' 및 '줄'입니다.", "detectIndentation": "파일을 열면 파일 콘텐츠를 기반으로 하여 'editor.tabSize'와 'editor.insertSpaces'가 검색됩니다.", + "dismissPeekOnEsc": "를 누를 때 피킹 편집기 닫기", "editorConfigurationTitle": "편집기 구성", "folding": "편집기에서 코드 접기를 사용할지 여부를 제어합니다.", "fontFamily": "글꼴 패밀리를 제어합니다.", @@ -18,7 +19,6 @@ "glyphMargin": "문자 모양 여백의 표시 여부를 제어합니다.", "hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.", "ignoreTrimWhitespace": "diff 편집기에서 선행 공백 또는 후행 공백 변경을 diffs로 표시할지 여부를 제어합니다.", - "indentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.", "insertSpaces": "Tab 키를 누를 때 공백을 삽입합니다.", "insertSpaces.errorMessage": "'boolean'이 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.", "lineHeight": "줄 높이를 제어합니다.", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.", "tabSize": "탭 한 개에 해당하는 공백 수입니다.", "tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.", + "trimAutoWhitespace": "끝에 자동 삽입된 공백 제거", + "useTabStops": "탭 정지 뒤에 공백 삽입 및 삭제", "wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.", "wrappingColumn": "편집기에서 몇 개의 문자 이후에 줄을 바꿀지를 제어합니다. 이 값을 0으로 설정하면 뷰포트 너비 줄 바꿈이 설정됩니다(자동 줄바꿈). -1로 설정하면 편집기에서 줄바꿈을 하지 않습니다.", "wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다." diff --git a/i18n/kor/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/kor/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..f0b3d326bec96a1f73455969a2aac8213263cf5d 100644 --- a/i18n/kor/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/kor/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "단어 기반 추천을 사용합니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index 92cb00495ee27a269292df452a549ffb31777903..dc81c90dc0011638865de6a8e3b4677db0de6f81 100644 --- a/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/kor/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "정의로 이동", "actions.goToDeclToSide.label": "측면에서 정의 열기", - "actions.gotoTypeDecl.label": "형식 정의로 이동", "actions.previewDecl.label": "정의 피킹(Peeking)", "meta.title": " – 정의 {0}개", "multipleResults": "발견된 {0} 정의를 보려면 클릭하세요." diff --git a/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json b/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json index 9f6c75c538b35e43a97ada9dfee21807b2cbf937..9c8eda668109c5b41f3515e0f3dc1cbbda6b7918 100644 --- a/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json +++ b/i18n/kor/src/vs/editor/node/textMate/TMSnippets.i18n.json @@ -8,6 +8,6 @@ "invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}", "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.", "vscode.extension.contributes.snippets": "TextMate 코드 조각을 적용합니다.", - "vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 ID입니다.", + "vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.", "vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './snippets/'로 시작합니다." } \ No newline at end of file diff --git a/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json b/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json index 63301b8bb7409f923635b5c4a50c9a3b1ead66b9..51c87646447e866ac25c297ded69180e8cf7769f 100644 --- a/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json +++ b/i18n/kor/src/vs/editor/node/textMate/TMSyntax.i18n.json @@ -9,7 +9,7 @@ "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.", "invalid.scopeName": "`contributes.{0}.scopeName`에 문자열이 필요합니다. 제공된 값: {1}", "vscode.extension.contributes.grammars": "textmate 토크나이저를 적용합니다.", - "vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 ID입니다.", + "vscode.extension.contributes.grammars.language": "이 구문이 적용되는 언어 식별자입니다.", "vscode.extension.contributes.grammars.path": "tmLanguage 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './syntaxes/'로 시작합니다.", "vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다." } \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..6486bf096b464d5b931613e5466d16a31c4e1b8f 100644 --- a/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/kor/src/vs/platform/extensionManagement/node/extensionManagementService.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 +{ + "noCompatible": "이 버전의 코드에서 {0}의 호환 버전을 찾을 수 없습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index 87cfc385fb5313626bcb452f4b60fec6a3576f47..c2f0cbb36be6e983f8bd4e197ac93c4828de594c 100644 --- a/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/kor/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.", "vscode.extension.contributes": "이 패키지에 표시된 VS Code 확장의 전체 기여입니다.", "vscode.extension.displayName": "VS Code 갤러리에 사용되는 확장의 표시 이름입니다.", - "vscode.extension.extensionDependencies": "다른 확장에 대한 종속성입니다. 확장의 ID는 항상 ${publisher}.${name}입니다. 예: vscode.csharp.", + "vscode.extension.extensionDependencies": "다른 확장에 대한 종속성입니다. 확장 식별자는 항상 ${publisher}.${name}입니다(예: vscode.csharp).", "vscode.extension.galleryBanner": "VS Code 마켓플레이스에 사용되는 배너입니다.", "vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.", "vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.", diff --git a/i18n/kor/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/kor/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..5f3cedf4c83c863abab175148f745837711cd3e2 100644 --- a/i18n/kor/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/kor/src/vs/platform/telemetry/browser/telemetryService.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 +{ + "telemetry.enableTelemetry": "사용 데이터와 오류를 Microsoft에 전송할 수 있습니다." +} \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json index bf6696537f2a328fbda695b4669bb6d77b783706..2a5d54a7b5c3389124c6b83bc9875086cc43b699 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "폴더 닫기", "closeMessages": "알림 메시지 닫기", "closeWindow": "창 닫기", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "파일", "folders": "폴더", "newWindow": "새 창", diff --git a/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index 7f48e5b90bb940f9a5e1bbd2d27c552eb77c26c6..5e7629158ff21a777887409f1f2521beaa29cbb1 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "계속", "editFile": "'{0}' 편집", "exists": "'{1}'(줄 {2})에서 '{0}'을(를) 참조하는 별칭을 제거하고 이 작업을 다시 시도하세요.", - "install": "PATH에 'code' 명령 설치", - "later": "이상", + "install": "PATH에 '{0}' 명령 설치", + "later": "나중에", "laterInfo": "명령 팔레트에서 '{0}' 작업을 항상 실행할 수 있습니다.", "ok": "확인", "shellCommand": "셸 명령", "successFrom": "셸 명령 '{0}'이(가) PATH에서 제거되었습니다.", "successIn": "셸 명령 '{0}'이(가) PATH에 설치되었습니다.", - "uninstall": "PATH에서 'code' 명령 제거", + "uninstall": "PATH에서 '{0}' 명령 제거", "update": "코드에서 '{0}' 셸 명령을 변경해야 합니다. 지금 변경할까요?", "warnEscalation": "이제 코드에서 'osascript'를 사용하여 관리자에게 셸 명령을 설치할 권한이 있는지를 묻습니다." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json b/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json index 0066abaed81997a77c59c077c0de9d86ffa2c9fe..37b30eacb962287d08f21176b18968abaa0928ae 100644 --- a/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json +++ b/i18n/kor/src/vs/workbench/electron-browser/update.i18n.json @@ -5,7 +5,7 @@ // Do not edit this file. It is machine generated. { "downloadNow": "지금 다운로드", - "later": "이상", + "later": "나중에", "noUpdatesAvailable": "현재 사용 가능한 업데이트가 없습니다.", "releaseNotes": "릴리스 정보", "thereIsUpdateAvailable": "사용 가능한 업데이트가 있습니다.", diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 5392e69d240136551801751f6d59314a5e1d0c46..8afc7ba80d34ef849260f72f4b3e330c297bb425 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "없음" + "noConfigurations": "구성 없음" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 81c5654d9794510e68ff1cfc732c7d9d1bf9cd8d..54221335f995dad171b5b93b6ff7971919500c1f 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -11,6 +11,7 @@ "functionBreakpointPlaceholder": "중단할 함수", "loadMoreStackFrames": "더 많은 스택 프레임 로드", "stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그", + "stackFrameError": "스택 추적을 요청하는 중 오류가 발생했습니다.", "threadAriaLabel": "스레드 {0}, 호출 스택, 디버그", "variableAriaLabel": "{0} 값 {1}, 변수, 디버그", "variableScopeAriaLabel": "{0} 범위, 변수, 디버그", diff --git a/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json index f65e5ff2f942ad5ff920602d0f42b059eac8ee88..cb1e343c3151e4f7df0d05fcf9829ae80c121b09 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "이 개체에 대한 기본 값만 표시됩니다.", "startDebugFirst": "평가할 디버그 세션을 시작하세요.", + "unknownSource": "알 수 없는 소스", "unknownStack": "알 수 없는 스택 위치" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 01788640ef0b919654464e7d4a97f55e726ba28e..52658f0842f538881db624ff87b58ef2b67f2b53 100644 --- a/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.", "debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.", "debugType": "구성의 형식입니다.", + "internalConsoleOptions": "내부 디버그 콘솔의 동작을 제어합니다.", "relativePathsNotConverted": "상대 경로는 더 이상 절대 경로로 자동으로 변환되지 않습니다. ${workspaceRoot}를 접두사로 사용해 보세요." } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 2384efaade67454010732a8c4cc872ed96b81fce..2f50cd5d21fca28a6089d92a0b891b6fc0b8e2e5 100644 --- a/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,10 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.", "globalConsoleActionMacLinux": "새 터미널 열기", "globalConsoleActionWin": "새 명령 프롬프트 열기", "scopedConsoleActionMacLinux": "터미널에서 열기", "scopedConsoleActionWin": "명령 프롬프트에서 열기", - "terminal.external": "외부 터미널 설정입니다.", - "terminal.external.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.", - "terminal.external.windowsExec": "Windows에서 실행할 터미널을 사용자 지정합니다.", - "terminalConfigurationTitle": "터미널 구성" + "terminalConfigurationTitle": "외부 터미널 구성" } \ No newline at end of file diff --git a/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json b/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json index 21e1966e999cecb65436974d859c7ddaf225f5c3..40ab612a40a582296403e3d17d8d8df9a2606a2a 100644 --- a/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json +++ b/i18n/kor/src/vs/workbench/parts/files/electron-browser/electronFileActions.i18n.json @@ -15,8 +15,8 @@ "openFileToReveal": "첫 번째 파일을 열어서 나타냅니다.", "openFileToShow": "첫 번째 파일을 새 창에서 엽니다.", "openFolder": "폴더 열기...", - "revealActiveFileInMac": "찾기에 활성 파일 표시", + "revealActiveFileInMac": "Finder에 활성 파일 표시", "revealActiveFileInWindows": "Windows 탐색기에 활성 파일 표시", - "revealInMac": "찾기에 표시", + "revealInMac": "Finder에 표시", "revealInWindows": "탐색기에 표시" } \ No newline at end of file diff --git a/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json b/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json index 478e4217830471094a98107d792e32c3fe305095..cee75100dfbfbe1a1b684b0ba30a67482aeeb669 100644 --- a/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json +++ b/i18n/rus/extensions/typescript/out/utils/projectStatus.i18n.json @@ -11,6 +11,7 @@ "hintExclude.generic": "Для лучшей производительности исключите папки с большим количеством файлов.", "hintExclude.tooltip": "Для повышения производительности исключите папки с большим количеством файлов.", "ignore.cmdCreate": "Пропустить", + "jsconfig.heading": "// Документацию о формате jsconfig.json см. в статье https://go.microsoft.com/fwlink/?LinkId=759670\n\t//", "large.label": "Настройка исключений", "open": "Настроить исключения" } \ No newline at end of file diff --git a/i18n/rus/src/vs/base/common/json.i18n.json b/i18n/rus/src/vs/base/common/json.i18n.json index 588a69a4db4cac1336b70aa2cb2ddd1f7d2ef9b0..1130e7e7ceaffbcb8446babf8462e7ae652488c0 100644 --- a/i18n/rus/src/vs/base/common/json.i18n.json +++ b/i18n/rus/src/vs/base/common/json.i18n.json @@ -4,14 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "CloseBraceExpected": "Требуется закрывающая фигурная скобка", - "CloseBracketExpected": "Требуется закрывающая скобка", - "ColonExpected": "Требуется двоеточие", - "CommaExpected": "Требуется запятая", - "EOFExpected": "Требуется конец содержимого", - "InvalidNumberFormat": "Недопустимый числовой формат", - "PropertyExpected": "Требуется имя свойства", - "UnknownSymbol": "Недопустимый символ", - "ValeExpected": "Требуется значение", - "ValueExpected": "Требуется значение" + "error.closeBraceExpected": "Требуется закрывающая фигурная скобка", + "error.closeBracketExpected": "Требуется закрывающая квадратная скобка", + "error.colonExpected": "Требуется двоеточие", + "error.commaExpected": "Требуется запятая", + "error.endOfFileExpected": "Ожидается конец файла", + "error.invalidNumberFormat": "Недопустимый числовой формат", + "error.invalidSymbol": "Недопустимый символ", + "error.propertyNameExpected": "Требуется имя свойства", + "error.valueExpected": "Требуется значение" } \ No newline at end of file diff --git a/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json b/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..1f66ed2f47d162e559d2286e68c09c4193bcaed7 100644 --- a/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json +++ b/i18n/rus/src/vs/code/node/cliProcessMain.i18n.json @@ -3,4 +3,14 @@ * 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 +{ + "alreadyInstalled": "Расширение \"{0}\" уже установлено.", + "foundExtension": "Найдено \"{0}\" в Marketplace.", + "installing": "Установка...", + "notFound": "Расширение \"{0}\" не найдено.", + "notInstalled": "Расширение \"{0}\" не установлено.", + "successInstall": "Расширение \"{0}\" версии {1} успешно установлено.", + "successUninstall": "Расширение \"{0}\" успешно удалено.", + "uninstalling": "Удаление {0}...", + "useId": "Используйте полный идентификатор разрешения, например: {0}" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json index be5400a793281d14b27cfebc31e852e0ca68389d..472930dcfac2d7835a5c3a7f11a4fb0e9fbc9975 100644 --- a/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json +++ b/i18n/rus/src/vs/editor/common/config/commonEditorConfig.i18n.json @@ -9,6 +9,7 @@ "cursorBlinking": "Управляет анимацией мигания курсора. Допустимые значения: \"blink\", \"visible\" и \"hidden\".", "cursorStyle": "Определяет стиль курсора. Допустимые значения: \"block\" и \"line\".", "detectIndentation": "При открытии файла editor.tabSize и editor.insertSpaces будут определяться на основе содержимого файла.", + "dismissPeekOnEsc": "Закрыть редактор просмотра при нажатии клавиши ESC", "editorConfigurationTitle": "Конфигурация редактора", "folding": "Определяет, включено ли сворачивание кода в редакторе.", "fontFamily": "Определяет семейство шрифтов.", @@ -18,7 +19,6 @@ "glyphMargin": "Управляет видимостью полей глифа.", "hideCursorInOverviewRuler": "Управляет скрытием курсора в обзорной линейке.", "ignoreTrimWhitespace": "Определяет, должен ли редактор несовпадений трактовать несовпадения символов-разделителей как различия.", - "indentGuides": "Определяет, должны ли в редакторе отображаться направляющие отступа.", "insertSpaces": "Вставлять пробелы при нажатии клавиши TAB.", "insertSpaces.errorMessage": "Ожидается логическое значение. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.", "lineHeight": "Управляет высотой строк.", @@ -38,6 +38,8 @@ "suggestOnTriggerCharacters": "Определяет, должны ли при вводе триггерных символов автоматически отображаться предложения.", "tabSize": "Число пробелов в табуляции.", "tabSize.errorMessage": "Ожидается число. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.", + "trimAutoWhitespace": "Удалить автоматически вставляемый конечный пробел", + "useTabStops": "Вставка и удаление пробелов после позиции табуляции", "wordSeparators": "Символы, которые будут использоваться как разделители слов при выполнении навигации или других операций, связанных со словами.", "wrappingColumn": "Определяет число символов, после которых текст будет перенесен на следующую строку. Если этот параметр имеет значение 0, используется перенос по ширине окна просмотра (перенос по словам). Если задать значение –1, то в редакторе не будет выполняться перенос по словам.", "wrappingIndent": "Управляет отступом строк с переносом по словам. Допустимые значения: \"none\", \"same\" или \"indent\"." diff --git a/i18n/rus/src/vs/editor/common/modes/supports/suggestSupport.i18n.json b/i18n/rus/src/vs/editor/common/modes/supports/suggestSupport.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..c3c4494db5f17613d051c97a66530b8d7677e176 100644 --- a/i18n/rus/src/vs/editor/common/modes/supports/suggestSupport.i18n.json +++ b/i18n/rus/src/vs/editor/common/modes/supports/suggestSupport.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 +{ + "editor.wordBasedSuggestions": "Включите предложения на основе слов." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json index b097aa9339b565483bcbc5be3ba91cff28b74730..f8360af4669abf86079b1e1591905a5a900d69de 100644 --- a/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/goToDeclaration/browser/goToDeclaration.i18n.json @@ -6,7 +6,6 @@ { "actions.goToDecl.label": "Перейти к определению", "actions.goToDeclToSide.label": "Открыть определение сбоку", - "actions.gotoTypeDecl.label": "Перейти к определению типа", "actions.previewDecl.label": "Показать определение", "meta.title": " — определения {0}", "multipleResults": "Щелкните, чтобы отобразить найденные определения ({0})." diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..6438b5ceb1541e42ad2918ef7b1bdaa95d947d36 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesController.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 +{ + "labelLoading": "Загрузка..." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..227c40aa69602e665752b7c8688cb922a16145e5 100644 --- a/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/referenceSearch/browser/referencesWidget.i18n.json @@ -3,4 +3,11 @@ * 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 +{ + "missingPreviewMessage": "предварительный просмотр недоступен", + "noResults": "Результаты отсутствуют", + "peekView.alternateTitle": "Ссылки", + "referenceCount": "{0} ссылка", + "referencesCount": "Ссылок: {0}", + "treeAriaLabel": "Ссылки" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json index 4a7c5e4953f5f796aaaf83bbd138e9613200c68b..0bcc4ce2cdf601b12e2d08b5b14cff3d993cd584 100644 --- a/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json +++ b/i18n/rus/src/vs/editor/contrib/rename/browser/rename.i18n.json @@ -4,6 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "changeAll.label": "Изменить все вхождения", - "rename.error.multiplefile": "Извините, но переименовать символы, используемые в нескольких файлах, невозможно." + "rename.label": "Переименовать символ" } \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..c88e436417947b215b213977cd69d5f766ef613b 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/common/extensionManagement.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 +{ + "extensions": "Расширения" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json b/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..7b704c7cb200095cbb4e3507eda169a92432f7d6 100644 --- a/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json +++ b/i18n/rus/src/vs/platform/extensionManagement/node/extensionManagementService.i18n.json @@ -3,4 +3,13 @@ * 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 +{ + "invalidManifest": "Недопустимое расширение: package.json не является файлом JSON.", + "invalidName": "Недопустимое расширение: несоответствие имени манифеста.", + "invalidPublisher": "Недопустимое расширение: несоответствие издателя манифеста.", + "invalidVersion": "Недопустимое расширение: несоответствие версии манифеста.", + "missingGalleryInformation": "Отсутствуют сведения о коллекции", + "noCompatible": "Не удалось найти версию {0}, совместимую с этой версией кода.", + "notExists": "Не удалось найти расширение", + "restartCode": "Перезапустите код перед переустановкой {0}." +} \ No newline at end of file diff --git a/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json index b2a06adbffd9d1b2b1f4f46f32ec51babc614a83..6fe310be69a60b050417281ae84f40f884f6e261 100644 --- a/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json +++ b/i18n/rus/src/vs/platform/extensions/common/extensionsRegistry.i18n.json @@ -20,7 +20,7 @@ "vscode.extension.categories": "Категории, используемые коллекцией VS Code для классификации расширения.", "vscode.extension.contributes": "Все публикации расширения VS Code, представленные этим пакетом.", "vscode.extension.displayName": "Отображаемое имя расширения, используемого в коллекции VS Code.", - "vscode.extension.extensionDependencies": "Зависимости от других расширений. Идентификатор расширения — всегда ${publisher}.${name}. Например, vscode.csharp.", + "vscode.extension.extensionDependencies": "Зависимости от других расширений. Идентификатор расширения — всегда ${publisher}.${name}. Например: vscode.csharp.", "vscode.extension.galleryBanner": "Баннер, используемый в магазине VS Code.", "vscode.extension.galleryBanner.color": "Цвет баннера в заголовке страницы магазина VS Code.", "vscode.extension.galleryBanner.theme": "Цветовая тема для шрифта, используемого в баннере.", diff --git a/i18n/rus/src/vs/platform/telemetry/browser/telemetryService.i18n.json b/i18n/rus/src/vs/platform/telemetry/browser/telemetryService.i18n.json index 8b6ad71cd4e6db3e42f55c9009b9ddb081a5af8a..e81af329dcdf4c9152cbb14b39b56fe12a58aefd 100644 --- a/i18n/rus/src/vs/platform/telemetry/browser/telemetryService.i18n.json +++ b/i18n/rus/src/vs/platform/telemetry/browser/telemetryService.i18n.json @@ -3,4 +3,7 @@ * 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 +{ + "telemetry.enableTelemetry": "Разрешить отправку сведений об использовании и ошибках в корпорацию Майкрософт.", + "telemetryConfigurationTitle": "Конфигурация телеметрии" +} \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json index 9a0c048ca9a01043197056dcc51c482f99807527..43598b27cbc43f5500e1351b9e95cb9f5c89c42f 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/actions.i18n.json @@ -9,6 +9,7 @@ "closeFolder": "Закрыть папку", "closeMessages": "Закрыть уведомления", "closeWindow": "Закрыть окно", + "diffLeftRightLabel": "{0} ⟷ {1}", "files": "файлы", "folders": "папки", "newWindow": "Новое окно", diff --git a/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json b/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json index e2e94b30848885a38e810ef46932a1fc6254f1c9..505f04c27741c6232a0dd9af5e2588c224608780 100644 --- a/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/electron-browser/darwin/cli.contribution.i18n.json @@ -13,14 +13,14 @@ "continue": "Продолжить", "editFile": "Изменить \"{0}\"", "exists": "Удалите псевдоним, содержащий ссылку на \"{0}\", из \"{1}\" (строка {2}) и повторите это действие.", - "install": "Установить путь к команде \"code\" в PATH", + "install": "Установить путь к команде \"{0}\" в PATH", "later": "Позже", "laterInfo": "Помните, что вы всегда можете выполнить действие \"{0}\" из палитры команд.", "ok": "ОК", "shellCommand": "Команда оболочки", "successFrom": "Путь к команде оболочки \"{0}\" успешно удален из PATH.", "successIn": "Путь к команде оболочки \"{0}\" успешно установлен в PATH.", - "uninstall": "Удалить путь к команде \"code\" из PATH", + "uninstall": "Удалить путь к команде \"{0}\" из PATH", "update": "Редактору Code необходимо изменить команду оболочки \"{0}\". Сделать это сейчас?", "warnEscalation": "Редактор Code запросит права администратора для установки команды оболочки с помощью osascript." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json index 44b73bdefb604f3bf2561dae50b5e150430c0f6e..3babbf32c1f1b3e0b0fbc2fd145bc8e9f25c6eb9 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugActionItems.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "none": "нет" + "noConfigurations": "Нет конфигураций" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json index 9981de389e6d12afd6bfdd6b4cabb43b762342b6..9de244238b8801781f9cae43b6fd35f21a4930c3 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/browser/debugViewer.i18n.json @@ -10,7 +10,11 @@ "functionBreakpointAriaLabel": "Точка останова в функции {0}, точки останова, отладка", "functionBreakpointPlaceholder": "Функция, в которой производится останов", "loadMoreStackFrames": "Загрузить больше кадров стека", + "paused": "приостановлено", + "running": "выполняется", "stackFrameAriaLabel": "Кадр стека {0}, строка {1} {2}, стек вызовов, отладка", + "stackFrameError": "Произошла ошибка при запросе трассировки стека", + "thread": "Поток", "threadAriaLabel": "Поток {0}, стек вызовов, отладка", "variableAriaLabel": "{0} значение {1}, переменные, отладка", "variableScopeAriaLabel": "Область {0}, переменные, отладка", diff --git a/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json index ca1cd2f530adf0741a84c9bb16f465476a7ee54e..56bfb4dc10570cf0b5dfa024c0e21fc893c0b729 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/common/debugModel.i18n.json @@ -6,5 +6,6 @@ { "snapshotObj": "Для этого объекта показаны только значения-примитивы.", "startDebugFirst": "Чтобы произвести вычисление, начните сеанс отладки", + "unknownSource": "Неизвестный источник", "unknownStack": "Неизвестное расположение стека" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json index 39cfafc6a3ec50c0683894f0c70c1486173d8354..113261446e1ea9813ed01c6311b50783b7e5b8c0 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debug.contribution.i18n.json @@ -8,8 +8,8 @@ "conditionalBreakpointEditorAction": "Отладка: условная точка останова", "debug": "Отладка", "debugCategory": "Отладка", - "debugConsole": "Консоль отладки", "debugEvaluate": "Отладка: вычисление", + "debugPanel": "Консоль отладки", "runToCursor": "Отладка: выполнить до текущей позиции", "showDebugHover": "Отладка: показать при наведении", "toggleBreakpointAction": "Отладка: переключить точку останова", diff --git a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json index 6288c58f89880813af1d5eb77d98383a4429c41c..c1da769931e6c5f063652c93ccda01549fb33b77 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/electron-browser/debugActions.i18n.json @@ -15,6 +15,7 @@ "copyValue": "Копировать значение", "deactivateBreakpoints": "Отключить точки останова", "debugActionLabelAndKeybinding": "{0} ({1})", + "debugConsoleAction": "Консоль отладки", "disableAllBreakpoints": "Отключить все точки останова", "disconnectDebug": "Отключить", "editConditionalBreakpoint": "Изменить точку останова", @@ -37,6 +38,5 @@ "stepOutDebug": "Шаг с выходом", "stepOverDebug": "Шаг с обходом", "stopDebug": "Остановить", - "toggleEnablement": "Включить или отключить точку останова", - "toggleRepl": "Консоль отладки" + "toggleEnablement": "Включить или отключить точку останова" } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json b/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json index 5e45fc075ebea615f0b12a6ad807388f9d2f42c1..a26871f79558098e9f5dd9e2453daac3d2c5e4d9 100644 --- a/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/debug/node/debugAdapter.i18n.json @@ -8,5 +8,6 @@ "debugPrelaunchTask": "Задача, выполняемая перед началом сеанса отладки.", "debugRequest": "Запросите тип конфигурации. Возможные типы: \"запуск\" и \"подключение\".", "debugType": "Тип конфигурации.", + "internalConsoleOptions": "Управляет поведением внутренней консоли отладки.", "relativePathsNotConverted": "Относительные пути больше не будут автоматически преобразовываться в абсолютные. Рекомендуем использовать префикс ${workspaceRoot}." } \ No newline at end of file diff --git a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json index 81246544db48beb5fbef12561aca9cc9e21dfee1..8060bd68c461c2098457f235ff31cb8d3da30fe9 100644 --- a/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json +++ b/i18n/rus/src/vs/workbench/parts/execution/electron-browser/terminal.contribution.i18n.json @@ -4,12 +4,11 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "externalTerminal.linuxExec": "Настройка терминала для запуска в Linux.", + "externalTerminal.windowsExec": "Настройка терминала для запуска в Windows.", "globalConsoleActionMacLinux": "Открыть новый терминал", "globalConsoleActionWin": "Открыть новую командную строку", "scopedConsoleActionMacLinux": "Открыть в терминале", "scopedConsoleActionWin": "Открыть в командной строке", - "terminal.external": "Настройки внешнего терминала.", - "terminal.external.linuxExec": "Настройка терминала, который будет запущен в Linux.", - "terminal.external.windowsExec": "Настройка терминала, который будет запущен в Windows.", - "terminalConfigurationTitle": "Конфигурация терминала" + "terminalConfigurationTitle": "Конфигурация внешнего терминала" } \ No newline at end of file