提交 ad136420 编写于 作者: D Dirk Baeumer

Localization import

上级 cedc0020
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "为了获得更好的性能,排除具有许多文件的文件夹。", "hintExclude.generic": "为了获得更好的性能,排除具有许多文件的文件夹。",
"hintExclude.tooltip": "为了提高性能,请排除包含许多文件的文件夹。", "hintExclude.tooltip": "为了提高性能,请排除包含许多文件的文件夹。",
"ignore.cmdCreate": "忽略", "ignore.cmdCreate": "忽略",
"jsconfig.heading": "// 请访问 https://go.microsoft.com/fwlink/?LinkId=759670\n\t// 参阅有关 jsconfig.json 格式的文档",
"large.label": "配置排除", "large.label": "配置排除",
"open": "配置排除" "open": "配置排除"
} }
\ No newline at end of file
...@@ -4,14 +4,13 @@ ...@@ -4,14 +4,13 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"CloseBraceExpected": "需要右大括号", "error.closeBraceExpected": "需要右大括号",
"CloseBracketExpected": "需要右方括号", "error.closeBracketExpected": "需要右括号",
"ColonExpected": "需要冒号", "error.colonExpected": "需要冒号",
"CommaExpected": "需要逗号", "error.commaExpected": "需要逗号",
"EOFExpected": "需要内容结尾", "error.endOfFileExpected": "预期的文件结尾",
"InvalidNumberFormat": "数字格式无效", "error.invalidNumberFormat": "数字格式无效",
"PropertyExpected": "需要属性名", "error.invalidSymbol": "符号无效",
"UnknownSymbol": "符号无效", "error.propertyNameExpected": "需要属性名",
"ValeExpected": "需要值", "error.valueExpected": "需要值"
"ValueExpected": "需要值"
} }
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "控制光标闪烁动画,接受的值为'blink'、'visible' 和 'hidden'", "cursorBlinking": "控制光标闪烁动画,接受的值为'blink'、'visible' 和 'hidden'",
"cursorStyle": "控制光标样式,接受的值为 'block' 和 'line'", "cursorStyle": "控制光标样式,接受的值为 'block' 和 'line'",
"detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\"\"editor.insertSpaces\"。", "detectIndentation": "当打开文件时,将基于文件内容检测 \"editor.tabSize\"\"editor.insertSpaces\"。",
"dismissPeekOnEsc": "按 ESC 时将关闭速览编辑器",
"editorConfigurationTitle": "编辑器配置", "editorConfigurationTitle": "编辑器配置",
"folding": "控制编辑器是否启用代码折叠功能", "folding": "控制编辑器是否启用代码折叠功能",
"fontFamily": "控制字体系列。", "fontFamily": "控制字体系列。",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "控制字形边距的可见性", "glyphMargin": "控制字形边距的可见性",
"hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。", "hideCursorInOverviewRuler": "控制光标是否应隐藏在概述标尺中。",
"ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异", "ignoreTrimWhitespace": "控制差异编辑器是否将对前导空格或尾随空格的更改显示为差异",
"indentGuides": "控制编辑器是否应呈现缩进参考线",
"insertSpaces": "按 \"Tab\" 时插入空格。", "insertSpaces": "按 \"Tab\" 时插入空格。",
"insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。", "insertSpaces.errorMessage": "应为 \"boolean\"。注意,值 \"auto\" 已由 \"editor.detectIndentation\" 设置替换。",
"lineHeight": "控制行高。", "lineHeight": "控制行高。",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议", "suggestOnTriggerCharacters": "控制键入触发器字符时是否应自动显示建议",
"tabSize": "一个制表符等于的空格数。", "tabSize": "一个制表符等于的空格数。",
"tabSize.errorMessage": "应为 \"number\"。注意,值\"auto\"已由 \"editor.detectIndentation\" 设置替换。", "tabSize.errorMessage": "应为 \"number\"。注意,值\"auto\"已由 \"editor.detectIndentation\" 设置替换。",
"trimAutoWhitespace": "删除尾随自动插入的空格",
"useTabStops": "在制表位后插入和删除空格",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符", "wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行(自动换行)。将其设置为 -1 则将强制编辑器始终不换行。", "wrappingColumn": "控制在多少个字符后编辑器会自动换到下一行。将其设置为 0 则将打开视区宽度换行(自动换行)。将其设置为 -1 则将强制编辑器始终不换行。",
"wrappingIndent": "控制换行的行的缩进。可以是\"none\"\"same\"\"indent\"。" "wrappingIndent": "控制换行的行的缩进。可以是\"none\"\"same\"\"indent\"。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "editor.wordBasedSuggestions": "启用基于字的建议。"
}
\ No newline at end of file
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "转到定义", "actions.goToDecl.label": "转到定义",
"actions.goToDeclToSide.label": "打开侧边的定义", "actions.goToDeclToSide.label": "打开侧边的定义",
"actions.gotoTypeDecl.label": "转到类型定义",
"actions.previewDecl.label": "查看定义", "actions.previewDecl.label": "查看定义",
"meta.title": " – {0} 定义", "meta.title": " – {0} 定义",
"multipleResults": "单击此处显示找到的 {0} 个定义。" "multipleResults": "单击此处显示找到的 {0} 个定义。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "labelLoading": "正在加载..."
}
\ No newline at end of file
...@@ -3,4 +3,11 @@ ...@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"changeAll.label": "更改所有事件", "rename.label": "重命名符号"
"rename.error.multiplefile": "对不起,但是还不能对用于多个文件的符号执行重命名。"
} }
\ No newline at end of file
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
"invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}", "invalid.path.0": "“contributes.{0}.path”中应为字符串。提供的值: {1}",
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。", "invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"vscode.extension.contributes.snippets": "用于 TextMate 代码片段。", "vscode.extension.contributes.snippets": "用于 TextMate 代码片段。",
"vscode.extension.contributes.snippets-language": "此代码片段参与的语言 ID。", "vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。" "vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。"
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。", "invalid.path.1": "“contributes.{0}.path”({1})应包含在扩展的文件夹({2})内。这可能会使扩展不可移植。",
"invalid.scopeName": "“contributes.{0}.scopeName”中应为字符串。提供的值: {1}", "invalid.scopeName": "“contributes.{0}.scopeName”中应为字符串。提供的值: {1}",
"vscode.extension.contributes.grammars": "用于 textmate tokenizer。", "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.path": "tmLanguage 文件的路径。该路径是相对于扩展文件夹,通常以 \"./syntaxes/\" 开头。",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 文件所用的 textmate 范围名称。" "vscode.extension.contributes.grammars.scopeName": "tmLanguage 文件所用的 textmate 范围名称。"
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "extensions": "扩展"
}
\ No newline at end of file
...@@ -3,4 +3,13 @@ ...@@ -3,4 +3,13 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "VS Code 库用于对扩展进行分类的类别。", "vscode.extension.categories": "VS Code 库用于对扩展进行分类的类别。",
"vscode.extension.contributes": "由此包表示的 VS Code 扩展的所有贡献。", "vscode.extension.contributes": "由此包表示的 VS Code 扩展的所有贡献。",
"vscode.extension.displayName": "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": "VS Code 商城使用的横幅。",
"vscode.extension.galleryBanner.color": "VS Code 商城页标题上的横幅颜色。", "vscode.extension.galleryBanner.color": "VS Code 商城页标题上的横幅颜色。",
"vscode.extension.galleryBanner.theme": "横幅中使用的字体颜色主题。", "vscode.extension.galleryBanner.theme": "横幅中使用的字体颜色主题。",
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "关闭文件夹", "closeFolder": "关闭文件夹",
"closeMessages": "关闭通知消息", "closeMessages": "关闭通知消息",
"closeWindow": "关闭窗口", "closeWindow": "关闭窗口",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "文件", "files": "文件",
"folders": "文件夹", "folders": "文件夹",
"newWindow": "新建窗口", "newWindow": "新建窗口",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "继续", "continue": "继续",
"editFile": "编辑“{0}”", "editFile": "编辑“{0}”",
"exists": "请删除“{1}”(行 {2})中的别名引用“{0}”,然后重试此操作。", "exists": "请删除“{1}”(行 {2})中的别名引用“{0}”,然后重试此操作。",
"install": "在 PATH 中安装 \"code\" 命令", "install": "在 PATH 中安装“{0}”命令",
"later": "稍后", "later": "稍后",
"laterInfo": "请记住,你始终可以从命令面板运行“{0}”操作。", "laterInfo": "请记住,你始终可以从命令面板运行“{0}”操作。",
"ok": "确定", "ok": "确定",
"shellCommand": "Shell 命令", "shellCommand": "Shell 命令",
"successFrom": "已成功从 PATH 卸载 Shell 命令“{0}”。", "successFrom": "已成功从 PATH 卸载 Shell 命令“{0}”。",
"successIn": "已成功在 PATH 中安装了 Shell 命令“{0}”。", "successIn": "已成功在 PATH 中安装了 Shell 命令“{0}”。",
"uninstall": "从 PATH 卸载 \"code\"", "uninstall": "从 PATH 中卸载“{0}”命令",
"update": "代码需要更改“{0}”shell 命令。是否要立即执行此操作?", "update": "代码需要更改“{0}”shell 命令。是否要立即执行此操作?",
"warnEscalation": "代码将通过 \"osascript\" 提示需要管理员权限才可安装 shell 命令。" "warnEscalation": "代码将通过 \"osascript\" 提示需要管理员权限才可安装 shell 命令。"
} }
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "无" "noConfigurations": "没有配置"
} }
\ No newline at end of file
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
"functionBreakpointAriaLabel": "函数断点 {0},断点,调试", "functionBreakpointAriaLabel": "函数断点 {0},断点,调试",
"functionBreakpointPlaceholder": "要断开的函数", "functionBreakpointPlaceholder": "要断开的函数",
"loadMoreStackFrames": "加载多个堆栈帧", "loadMoreStackFrames": "加载多个堆栈帧",
"paused": "已暂停",
"running": "正在运行",
"stackFrameAriaLabel": "堆栈帧 {0} 行 {1} {2},调用堆栈,调试", "stackFrameAriaLabel": "堆栈帧 {0} 行 {1} {2},调用堆栈,调试",
"stackFrameError": "请求堆栈跟踪时出现错误",
"thread": "线程",
"threadAriaLabel": "线程 {0},调用堆栈,调试", "threadAriaLabel": "线程 {0},调用堆栈,调试",
"variableAriaLabel": "{0} 值 {1},变量,调试", "variableAriaLabel": "{0} 值 {1},变量,调试",
"variableScopeAriaLabel": "范围 {0},变量,调试", "variableScopeAriaLabel": "范围 {0},变量,调试",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "仅显示了此对象的基元值。", "snapshotObj": "仅显示了此对象的基元值。",
"startDebugFirst": "请启动调试会话以评估", "startDebugFirst": "请启动调试会话以评估",
"unknownSource": "未知源",
"unknownStack": "未知的堆栈位置" "unknownStack": "未知的堆栈位置"
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"conditionalBreakpointEditorAction": "调试: 条件断点", "conditionalBreakpointEditorAction": "调试: 条件断点",
"debug": "调试", "debug": "调试",
"debugCategory": "调试", "debugCategory": "调试",
"debugConsole": "调试控制台",
"debugEvaluate": "调试: 评估", "debugEvaluate": "调试: 评估",
"debugPanel": "调试控制台",
"runToCursor": "调试: 运行到光标", "runToCursor": "调试: 运行到光标",
"showDebugHover": "调试: 显示悬停", "showDebugHover": "调试: 显示悬停",
"toggleBreakpointAction": "调试: 切换断点", "toggleBreakpointAction": "调试: 切换断点",
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"copyValue": "复制值", "copyValue": "复制值",
"deactivateBreakpoints": "停用断点", "deactivateBreakpoints": "停用断点",
"debugActionLabelAndKeybinding": "{0} ({1})", "debugActionLabelAndKeybinding": "{0} ({1})",
"debugConsoleAction": "调试控制台",
"disableAllBreakpoints": "禁用所有断点", "disableAllBreakpoints": "禁用所有断点",
"disconnectDebug": "断开连接", "disconnectDebug": "断开连接",
"editConditionalBreakpoint": "编辑断点", "editConditionalBreakpoint": "编辑断点",
...@@ -37,6 +38,5 @@ ...@@ -37,6 +38,5 @@
"stepOutDebug": "单步跳出", "stepOutDebug": "单步跳出",
"stepOverDebug": "单步跳过", "stepOverDebug": "单步跳过",
"stopDebug": "停止", "stopDebug": "停止",
"toggleEnablement": "启用/禁用断点", "toggleEnablement": "启用/禁用断点"
"toggleRepl": "调试控制台"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "调试会话开始前要运行的任务。", "debugPrelaunchTask": "调试会话开始前要运行的任务。",
"debugRequest": "请求配置类型。可以是“启动”或“附加”。", "debugRequest": "请求配置类型。可以是“启动”或“附加”。",
"debugType": "配置类型。", "debugType": "配置类型。",
"internalConsoleOptions": "内部调试控制台的控制行为。",
"relativePathsNotConverted": "相对路径不再自动转换为绝对路径。请考虑使用 ${workspaceRoot} 作为前缀。" "relativePathsNotConverted": "相对路径不再自动转换为绝对路径。请考虑使用 ${workspaceRoot} 作为前缀。"
} }
\ No newline at end of file
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"externalTerminal.linuxExec": "自定义要在 Linux 上运行的终端。",
"externalTerminal.windowsExec": "自定义要在 Windows 上运行的终端。",
"globalConsoleActionMacLinux": "打开新终端", "globalConsoleActionMacLinux": "打开新终端",
"globalConsoleActionWin": "打开新命令提示符", "globalConsoleActionWin": "打开新命令提示符",
"scopedConsoleActionMacLinux": "在终端中打开", "scopedConsoleActionMacLinux": "在终端中打开",
"scopedConsoleActionWin": "在命令提示符中打开", "scopedConsoleActionWin": "在命令提示符中打开",
"terminal.external": "外部终端设置。", "terminalConfigurationTitle": "外部终端配置"
"terminal.external.linuxExec": "自定义要在 Linux 上运行的终端。",
"terminal.external.windowsExec": "自定义要在 Windows 上运行的终端。",
"terminalConfigurationTitle": "终端配置"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "如需更好的效能,請排除包含大量檔案的資料夾。", "hintExclude.generic": "如需更好的效能,請排除包含大量檔案的資料夾。",
"hintExclude.tooltip": "如需更佳的效能,請排除內含太多檔案的資料夾。", "hintExclude.tooltip": "如需更佳的效能,請排除內含太多檔案的資料夾。",
"ignore.cmdCreate": "忽略", "ignore.cmdCreate": "忽略",
"jsconfig.heading": "// 請參閱 https://go.microsoft.com/fwlink/?LinkId=759670\n\t// 以取得關於 jsconfig.json 格式的文件",
"large.label": "設定排除項目", "large.label": "設定排除項目",
"open": "設定排除項目" "open": "設定排除項目"
} }
\ No newline at end of file
...@@ -4,14 +4,5 @@ ...@@ -4,14 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"CloseBraceExpected": "必須是右大括弧", "error.invalidNumberFormat": "數字格式無效"
"CloseBracketExpected": "必須是右中括號",
"ColonExpected": "必須是冒號",
"CommaExpected": "必須是逗號",
"EOFExpected": "必須是內容結尾",
"InvalidNumberFormat": "編號格式無效",
"PropertyExpected": "必須是屬性名稱",
"UnknownSymbol": "符號無效",
"ValeExpected": "必須是值",
"ValueExpected": "必須是值"
} }
\ No newline at end of file
...@@ -8,88 +8,88 @@ ...@@ -8,88 +8,88 @@
"mAbout": "關於 {0}", "mAbout": "關於 {0}",
"mBringToFront": "全部提到最上層", "mBringToFront": "全部提到最上層",
"mClose": "關閉", "mClose": "關閉",
"mEdit": "編輯(&E)", "mEdit": "編輯(&&E)",
"mFile": "檔案(&F)", "mFile": "檔案(&&F)",
"mGoto": "移至(&G)", "mGoto": "移至(&&G)",
"mHelp": "說明(&H)", "mHelp": "說明(&&H)",
"mHide": "隱藏 {0}", "mHide": "隱藏 {0}",
"mHideOthers": "隱藏其他", "mHideOthers": "隱藏其他",
"mMinimize": "最小化", "mMinimize": "最小化",
"mShowAll": "全部顯示", "mShowAll": "全部顯示",
"mView": "檢視(&V)", "mView": "檢視(&&V)",
"mWindow": "視窗", "mWindow": "視窗",
"miAbout": "關於(&A)", "miAbout": "關於(&&A)",
"miBack": "上一步(&B)", "miBack": "上一步(&&B)",
"miCheckForUpdates": "查看是否有更新...", "miCheckForUpdates": "查看是否有更新...",
"miCheckingForUpdates": "正在查看是否有更新...", "miCheckingForUpdates": "正在查看是否有更新...",
"miClearItems": "清除項目(&C)", "miClearItems": "清除項目(&&C)",
"miCloseEditor": "關閉編輯器(&E)", "miCloseEditor": "關閉編輯器(&&E)",
"miCloseFolder": "關閉資料夾(&F)", "miCloseFolder": "關閉資料夾(&&F)",
"miCloseWindow": "關閉視窗(&W)", "miCloseWindow": "關閉視窗(&&W)",
"miCommandPalette": "命令選擇區(&C)...", "miCommandPalette": "命令選擇區(&&C)...",
"miCopy": "複製(&O)", "miCopy": "複製(&&O)",
"miCut": "剪下(&C)", "miCut": "剪下(&&C)",
"miDocumentation": "文件(&D)", "miDocumentation": "文件(&&D)",
"miDownloadUpdate": "下載可用更新", "miDownloadUpdate": "下載可用更新",
"miDownloadingUpdate": "正在下載更新...", "miDownloadingUpdate": "正在下載更新...",
"miExit": "結束(&X)", "miExit": "結束(&&X)",
"miFind": "尋找(&F)", "miFind": "尋找(&&F)",
"miFindInFiles": "在檔案中尋找(&I)", "miFindInFiles": "在檔案中尋找(&&I)",
"miForward": "轉寄(&F)", "miForward": "轉寄(&&F)",
"miGotoDefinition": "移至定義(&D)", "miGotoDefinition": "移至定義(&&D)",
"miGotoFile": "移至檔案(&F)...", "miGotoFile": "移至檔案(&&F)...",
"miGotoLine": "移至行(&L)...", "miGotoLine": "移至行(&&L)...",
"miGotoSymbol": "移至符號(&S)...", "miGotoSymbol": "移至符號(&&S)...",
"miInstallingUpdate": "正在安裝更新...", "miInstallingUpdate": "正在安裝更新...",
"miLastCheckedAt": "上次檢查時間為 {0}", "miLastCheckedAt": "上次檢查時間為 {0}",
"miLicense": "檢視授權(&V)", "miLicense": "檢視授權(&&V)",
"miMarker": "錯誤與警告(&E)...", "miMarker": "錯誤與警告(&&E)...",
"miMoveSidebar": "移動提要欄位(&M)", "miMoveSidebar": "移動提要欄位(&&M)",
"miNavigateHistory": "巡覽歷程記錄(&N)", "miNavigateHistory": "巡覽歷程記錄(&&N)",
"miNewFile": "新增檔案(&N)", "miNewFile": "新增檔案(&&N)",
"miNewWindow": "開新視窗(&N)", "miNewWindow": "開新視窗(&&N)",
"miOpen": "開啟(&O)...", "miOpen": "開啟(&&O)...",
"miOpenFile": "開啟檔案(&O)...", "miOpenFile": "開啟檔案(&&O)...",
"miOpenFolder": "開啟資料夾(&F)...", "miOpenFolder": "開啟資料夾(&&F)...",
"miOpenKeymap": "鍵盤快速鍵(&K)", "miOpenKeymap": "鍵盤快速鍵(&&K)",
"miOpenRecent": "開啟最近的檔案(&R)", "miOpenRecent": "開啟最近的檔案(&&R)",
"miOpenSettings": "使用者設定(&U)", "miOpenSettings": "使用者設定(&&U)",
"miOpenSnippets": "使用者程式碼片段(&S)", "miOpenSnippets": "使用者程式碼片段(&&S)",
"miOpenWorkspaceSettings": "工作區設定(&W)", "miOpenWorkspaceSettings": "工作區設定(&&W)",
"miPaste": "貼上(&P)", "miPaste": "貼上(&&P)",
"miPreferences": "喜好設定(&P)", "miPreferences": "喜好設定(&&P)",
"miPrivacyStatement": "隱私權聲明(&P)", "miPrivacyStatement": "隱私權聲明(&&P)",
"miQuit": "結束 {0}", "miQuit": "結束 {0}",
"miRedo": "取消復原(&R)", "miRedo": "取消復原(&&R)",
"miReleaseNotes": "版本資訊(&R)", "miReleaseNotes": "版本資訊(&&R)",
"miReopenClosedFile": "重新開啟已關閉的檔案(&&R)", "miReopenClosedFile": "重新開啟已關閉的檔案(&&R)",
"miReplace": "取代(&R)", "miReplace": "取代(&&R)",
"miReportIssues": "回報問題(&I)", "miReportIssues": "回報問題(&&I)",
"miRestartToUpdate": "重新啟動以更新...", "miRestartToUpdate": "重新啟動以更新...",
"miRevert": "還原檔案(&&I)", "miRevert": "還原檔案(&&I)",
"miSave": "儲存(&S)", "miSave": "儲存(&&S)",
"miSaveAll": "全部儲存(&&L)", "miSaveAll": "全部儲存(&&L)",
"miSaveAs": "另存新檔(&&A)...", "miSaveAs": "另存新檔(&&A)...",
"miSelectAll": "全選(&S)", "miSelectAll": "全選(&&S)",
"miSelectTheme": "色彩佈景主題(&C)", "miSelectTheme": "色彩佈景主題(&&C)",
"miSplitEditor": "分割編輯器(&E)", "miSplitEditor": "分割編輯器(&&E)",
"miToggleDebugConsole": "切換偵錯主控台(&B)", "miToggleDebugConsole": "切換偵錯主控台(&&B)",
"miToggleDevTools": "切換開發人員工具(&T)", "miToggleDevTools": "切換開發人員工具(&&T)",
"miToggleFullScreen": "切換全螢幕(&F)", "miToggleFullScreen": "切換全螢幕(&&F)",
"miToggleMenuBar": "切換功能表列(&B)", "miToggleMenuBar": "切換功能表列(&&B)",
"miToggleOutput": "切換輸出(&O)", "miToggleOutput": "切換輸出(&&O)",
"miTogglePanel": "切換面板(&P)", "miTogglePanel": "切換面板(&&P)",
"miToggleRenderWhitespace": "切換轉譯空白字元(&R)", "miToggleRenderWhitespace": "切換轉譯空白字元(&&R)",
"miToggleSidebar": "切換提要欄位(&T)", "miToggleSidebar": "切換提要欄位(&&T)",
"miToggleWordWrap": "切換自動換行(&W)", "miToggleWordWrap": "切換自動換行(&&W)",
"miTwitter": "加入我們的 Twitter(&J)", "miTwitter": "加入我們的 Twitter(&&J)",
"miUndo": "復原(&U)", "miUndo": "復原(&&U)",
"miUserVoice": "要求功能(&R)", "miUserVoice": "要求功能(&&R)",
"miViewDebug": "偵錯(&D)", "miViewDebug": "偵錯(&&D)",
"miViewExplorer": "檔案總管(&E)", "miViewExplorer": "檔案總管(&&E)",
"miViewGit": "Git(&G)", "miViewGit": "Git(&&G)",
"miViewSearch": "搜尋(&S)", "miViewSearch": "搜尋(&&S)",
"miZoomIn": "放大(&Z)", "miZoomIn": "放大(&&Z)",
"miZoomOut": "縮小(&U)", "miZoomOut": "縮小(&&U)",
"okButton": "確定" "okButton": "確定"
} }
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "控制游標閃爍動畫,接受的值為 'blink'、'visible' 和 'hidden'", "cursorBlinking": "控制游標閃爍動畫,接受的值為 'blink'、'visible' 和 'hidden'",
"cursorStyle": "控制游標樣式,接受的值為 'block' 和 'line'", "cursorStyle": "控制游標樣式,接受的值為 'block' 和 'line'",
"detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。", "detectIndentation": "開啟檔案時,會依據檔案內容來偵測 `editor.tabSize` 及 `editor.insertSpaces`。",
"dismissPeekOnEsc": "按下 ESC 時關閉預覽編輯器",
"editorConfigurationTitle": "編輯器組態", "editorConfigurationTitle": "編輯器組態",
"folding": "控制編輯器是否已啟用程式碼摺疊功能", "folding": "控制編輯器是否已啟用程式碼摺疊功能",
"fontFamily": "控制字型家族。", "fontFamily": "控制字型家族。",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "控制是否顯示字符邊界", "glyphMargin": "控制是否顯示字符邊界",
"hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。", "hideCursorInOverviewRuler": "控制游標是否應隱藏在概觀尺規中。",
"ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異", "ignoreTrimWhitespace": "控制 Diff 編輯器是否將開頭或尾端空白字元的變更顯示為差異",
"indentGuides": "控制編輯器是否應顯示縮排輔助線",
"insertSpaces": "按 Tab 時插入空格。", "insertSpaces": "按 Tab 時插入空格。",
"insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。", "insertSpaces.errorMessage": "必須是 'boolean'。請注意,值 \"auto\" 已由 `editor.detect Indentation` 設定取代。",
"lineHeight": "控制行高。", "lineHeight": "控制行高。",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議", "suggestOnTriggerCharacters": "控制輸入觸發字元時,是否應自動顯示建議",
"tabSize": "與 Tab 相等的空格數量。", "tabSize": "與 Tab 相等的空格數量。",
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。", "tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
"trimAutoWhitespace": "移除尾端自動插入的空白字元",
"useTabStops": "插入和刪除接在定位停駐點後的空白字元",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元", "wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"wrappingColumn": "控制編輯器換行到下一行的字元數。若將此項目設為 0,將會開啟檢視區寬度換行 (自動換行)。若將此項目設為 -1,將會強制編輯器永不換行。", "wrappingColumn": "控制編輯器換行到下一行的字元數。若將此項目設為 0,將會開啟檢視區寬度換行 (自動換行)。若將此項目設為 -1,將會強制編輯器永不換行。",
"wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。" "wrappingIndent": "控制換行的縮排。可以是 [無]、[相同] 或 [縮排]。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "editor.wordBasedSuggestions": "啟用字組式建議。"
}
\ No newline at end of file
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "移至定義", "actions.goToDecl.label": "移至定義",
"actions.goToDeclToSide.label": "在一側開啟定義", "actions.goToDeclToSide.label": "在一側開啟定義",
"actions.gotoTypeDecl.label": "移至類型定義",
"actions.previewDecl.label": "預覽定義", "actions.previewDecl.label": "預覽定義",
"meta.title": " - {0} 個定義", "meta.title": " - {0} 個定義",
"multipleResults": "按一下以顯示找到的 {0} 個定義。" "multipleResults": "按一下以顯示找到的 {0} 個定義。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "extensions": "擴充功能"
}
\ No newline at end of file
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。", "vscode.extension.categories": "VS Code 資源庫用來將擴充功能歸類的分類。",
"vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。", "vscode.extension.contributes": "此封裝所代表的所有 VS Code 擴充功能比重。",
"vscode.extension.displayName": "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": "用於 VS Code Marketplace 的橫幅。",
"vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。", "vscode.extension.galleryBanner.color": "VS Code Marketplace 頁首的橫幅色彩。",
"vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。", "vscode.extension.galleryBanner.theme": "橫幅中使用的字型色彩佈景主題。",
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "telemetry.enableTelemetry": "允許將使用狀況資料和錯誤傳送給 Microsoft。"
}
\ No newline at end of file
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "關閉資料夾", "closeFolder": "關閉資料夾",
"closeMessages": "關閉通知訊息", "closeMessages": "關閉通知訊息",
"closeWindow": "關閉視窗", "closeWindow": "關閉視窗",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "檔案", "files": "檔案",
"folders": "資料夾", "folders": "資料夾",
"newWindow": "開新視窗", "newWindow": "開新視窗",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "繼續", "continue": "繼續",
"editFile": "編輯 '{0}'", "editFile": "編輯 '{0}'",
"exists": "請移除參考 '{1}' (第 {2} 行) 中之 '{0}' 的別名,然後重試此動作。", "exists": "請移除參考 '{1}' (第 {2} 行) 中之 '{0}' 的別名,然後重試此動作。",
"install": "在 PATH 中安裝 'code' 命令", "install": "在 PATH 中安裝 '{0}' 命令",
"later": "稍後", "later": "稍後",
"laterInfo": "請記住,您一律可以從命令選擇區執行 '{0}' 動作。", "laterInfo": "請記住,您一律可以從命令選擇區執行 '{0}' 動作。",
"ok": "確定", "ok": "確定",
"shellCommand": "殼層命令", "shellCommand": "殼層命令",
"successFrom": "已成功從 PATH 解除安裝殼層命令 '{0}'。", "successFrom": "已成功從 PATH 解除安裝殼層命令 '{0}'。",
"successIn": "已成功在 PATH 中安裝殼層命令 '{0}'。", "successIn": "已成功在 PATH 中安裝殼層命令 '{0}'。",
"uninstall": "從 PATH 解除安裝 'code' 命令", "uninstall": "從 PATH 將 '{0}' 命令解除安裝 ",
"update": "Code 必須變更 '{0}' 殼層命令。要立即執行此作業嗎?", "update": "Code 必須變更 '{0}' 殼層命令。要立即執行此作業嗎?",
"warnEscalation": "Code 現在會提示輸入 'osascript' 取得系統管理員權限,以便安裝殼層命令。" "warnEscalation": "Code 現在會提示輸入 'osascript' 取得系統管理員權限,以便安裝殼層命令。"
} }
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "無" "noConfigurations": "沒有組態"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"functionBreakpointPlaceholder": "要中斷的函式", "functionBreakpointPlaceholder": "要中斷的函式",
"loadMoreStackFrames": "載入更多堆疊框架", "loadMoreStackFrames": "載入更多堆疊框架",
"stackFrameAriaLabel": "堆疊框架 {0} 第 {1} {2} 行,呼叫堆疊,偵錯", "stackFrameAriaLabel": "堆疊框架 {0} 第 {1} {2} 行,呼叫堆疊,偵錯",
"stackFrameError": "要求堆疊追蹤時發生錯誤",
"threadAriaLabel": "執行緒 {0},呼叫堆疊,偵錯", "threadAriaLabel": "執行緒 {0},呼叫堆疊,偵錯",
"variableAriaLabel": "{0} 值 {1},變數,偵錯", "variableAriaLabel": "{0} 值 {1},變數,偵錯",
"variableScopeAriaLabel": "範圍 {0},變數,偵錯", "variableScopeAriaLabel": "範圍 {0},變數,偵錯",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "只會顯示此物件的基本值。", "snapshotObj": "只會顯示此物件的基本值。",
"startDebugFirst": "請啟動偵錯工作階段進行評估", "startDebugFirst": "請啟動偵錯工作階段進行評估",
"unknownSource": "未知的來源",
"unknownStack": "不明堆疊位置" "unknownStack": "不明堆疊位置"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "偵錯工作階段啟動前要執行的工作。", "debugPrelaunchTask": "偵錯工作階段啟動前要執行的工作。",
"debugRequest": "要求組態的類型。可以是 [啟動] 或 [附加]。", "debugRequest": "要求組態的類型。可以是 [啟動] 或 [附加]。",
"debugType": "組態的類型。", "debugType": "組態的類型。",
"internalConsoleOptions": "內部偵錯主控台的控制項行為。",
"relativePathsNotConverted": "相對路徑將不再自動轉換成絕對路徑。請考慮使用 ${workspaceRoot} 作為前置詞。" "relativePathsNotConverted": "相對路徑將不再自動轉換成絕對路徑。請考慮使用 ${workspaceRoot} 作為前置詞。"
} }
\ No newline at end of file
...@@ -4,12 +4,10 @@ ...@@ -4,12 +4,10 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"externalTerminal.linuxExec": "自訂要在 Linux 上執行的終端機。",
"globalConsoleActionMacLinux": "開啟新的終端機", "globalConsoleActionMacLinux": "開啟新的終端機",
"globalConsoleActionWin": "開啟新的命令提示字元", "globalConsoleActionWin": "開啟新的命令提示字元",
"scopedConsoleActionMacLinux": "在終端機中開啟", "scopedConsoleActionMacLinux": "在終端機中開啟",
"scopedConsoleActionWin": "在命令提示字元中開啟", "scopedConsoleActionWin": "在命令提示字元中開啟",
"terminal.external": "外部終端機設定。", "terminalConfigurationTitle": "外部終端機組態"
"terminal.external.linuxExec": "自訂要在 Linux 上執行的終端機。",
"terminal.external.windowsExec": "自訂要在 Windows 上執行的終端機。",
"terminalConfigurationTitle": "終端機組態"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "Schließen Sie Ordner mit vielen Dateien aus, um eine bessere Leistung zu erzielen.", "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.", "hintExclude.tooltip": "Schließen Sie Ordner mit vielen Dateien aus, um eine bessere Leistung zu erzielen.",
"ignore.cmdCreate": "Ignorieren", "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", "large.label": "Auszuschließende Elemente konfigurieren",
"open": "Auszuschließende Elemente konfigurieren" "open": "Auszuschließende Elemente konfigurieren"
} }
\ No newline at end of file
...@@ -4,14 +4,11 @@ ...@@ -4,14 +4,11 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"CloseBraceExpected": "Schließende geschweifte Klammer erwartet", "error.closeBraceExpected": "Eine schließende geschweifte Klammer wurde erwartet.",
"CloseBracketExpected": "Schließende Klammer erwartet", "error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.",
"ColonExpected": "Doppelpunkt erwartet", "error.colonExpected": "Ein Doppelpunkt wurde erwartet.",
"CommaExpected": "Komma erwartet", "error.commaExpected": "Ein Komma wurde erwartet.",
"EOFExpected": "Inhaltsende erwartet", "error.invalidNumberFormat": "Ungültiges Zahlenformat.",
"InvalidNumberFormat": "Ungültiges Zahlenformat", "error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.",
"PropertyExpected": "Eigenschaftsname erwartet", "error.valueExpected": "Ein Wert wurde erwartet."
"UnknownSymbol": "Ungültiges Symbol",
"ValeExpected": "Wert erwartet",
"ValueExpected": "Wert erwartet"
} }
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "Steuert das Blinken der Cursoranimation. Gültige Werte sind \"blink\", \"visible\" und \"hidden\".", "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\".", "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.", "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", "editorConfigurationTitle": "Editor-Konfiguration",
"folding": "Steuert, ob für den Editor Codefaltung aktiviert ist.", "folding": "Steuert, ob für den Editor Codefaltung aktiviert ist.",
"fontFamily": "Steuert die Schriftfamilie.", "fontFamily": "Steuert die Schriftfamilie.",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "Steuert die Sichtbarkeit des Glyphenrands.", "glyphMargin": "Steuert die Sichtbarkeit des Glyphenrands.",
"hideCursorInOverviewRuler": "Steuert die Sichtbarkeit des Cursors im Übersichtslineal.", "hideCursorInOverviewRuler": "Steuert die Sichtbarkeit des Cursors im Übersichtslineal.",
"ignoreTrimWhitespace": "Steuert, ob der Diff-Editor Änderungen in führenden oder nachgestellten Leerzeichen als Diffs anzeigt.", "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": "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.", "insertSpaces.errorMessage": "\"boolean\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.",
"lineHeight": "Steuert die Zeilenhöhe.", "lineHeight": "Steuert die Zeilenhöhe.",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "Steuert, ob Vorschläge automatisch bei der Eingabe von Triggerzeichen angezeigt werden.", "suggestOnTriggerCharacters": "Steuert, ob Vorschläge automatisch bei der Eingabe von Triggerzeichen angezeigt werden.",
"tabSize": "Die Anzahl der Leerzeichen, denen ein Tabstopp entspricht.", "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.", "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.", "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.", "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." "wrappingIndent": "Steuert den Einzug der umbrochenen Zeilen. Der Wert kann \"none\", \"same\" oder \"indent\" sein."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "Gehe zu Definition", "actions.goToDecl.label": "Gehe zu Definition",
"actions.goToDeclToSide.label": "Definition an der Seite öffnen", "actions.goToDeclToSide.label": "Definition an der Seite öffnen",
"actions.gotoTypeDecl.label": "Gehe zu Typdefinition",
"actions.previewDecl.label": "Peek-Definition", "actions.previewDecl.label": "Peek-Definition",
"meta.title": " – {0} Definitionen", "meta.title": " – {0} Definitionen",
"multipleResults": "Klicken Sie, um die gefundenen {0}-Definitionen anzuzeigen." "multipleResults": "Klicken Sie, um die gefundenen {0}-Definitionen anzuzeigen."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
"invalid.path.0": "In \"contributes.{0}.path\" wurde eine Zeichenfolge erwartet. Bereitgestellter Wert: {1}", "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.", "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": "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/\"." "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
...@@ -9,7 +9,7 @@ ...@@ -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.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}", "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": "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.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." "vscode.extension.contributes.grammars.scopeName": "Der TextMate-Bereichsname, der von der tmLanguage-Datei verwendet wird."
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "extensions": "Erweiterungen"
}
\ No newline at end of file
...@@ -3,4 +3,11 @@ ...@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "Die vom VS Code-Katalog zum Kategorisieren der Extension verwendeten Kategorien.", "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.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.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": "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.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.", "vscode.extension.galleryBanner.theme": "Das Farbdesign für die Schriftart, die im Banner verwendet wird.",
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "Ordner schließen", "closeFolder": "Ordner schließen",
"closeMessages": "Benachrichtigungs-E-Mail schließen", "closeMessages": "Benachrichtigungs-E-Mail schließen",
"closeWindow": "Fenster schließen", "closeWindow": "Fenster schließen",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "Dateien", "files": "Dateien",
"folders": "Ordner", "folders": "Ordner",
"newWindow": "Neues Fenster", "newWindow": "Neues Fenster",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "Weiter", "continue": "Weiter",
"editFile": "{0} bearbeiten", "editFile": "{0} bearbeiten",
"exists": "Bitte entfernen Sie den Alias in \"{1}\" (Zeile {2}), der auf \"{0}\" verweist, und wiederholen Sie diese Aktion.", "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", "later": "Später",
"laterInfo": "Denken Sie daran, dass Sie die Aktion \"{0}\" immer über die Befehlspalette ausführen können.", "laterInfo": "Denken Sie daran, dass Sie die Aktion \"{0}\" immer über die Befehlspalette ausführen können.",
"ok": "OK", "ok": "OK",
"shellCommand": "Shellbefehl", "shellCommand": "Shellbefehl",
"successFrom": "Der Shellbefehl \"{0}\" wurde erfolgreich aus \"PATH\" deinstalliert.", "successFrom": "Der Shellbefehl \"{0}\" wurde erfolgreich aus \"PATH\" deinstalliert.",
"successIn": "Der Shellbefehl \"{0}\" wurde erfolgreich in \"PATH\" installiert.", "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?", "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." "warnEscalation": "Der Code fordert nun mit \"osascript\" zur Eingabe von Administratorberechtigungen auf, um den Shellbefehl zu installieren."
} }
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "keine" "noConfigurations": "Keine Konfigurationen"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"functionBreakpointPlaceholder": "Funktion mit Haltepunkt", "functionBreakpointPlaceholder": "Funktion mit Haltepunkt",
"loadMoreStackFrames": "Weitere Stapelrahmen laden", "loadMoreStackFrames": "Weitere Stapelrahmen laden",
"stackFrameAriaLabel": "Stapelrahmen {0} Zeile {1} {2}, Aufrufliste, Debuggen", "stackFrameAriaLabel": "Stapelrahmen {0} Zeile {1} {2}, Aufrufliste, Debuggen",
"stackFrameError": "Fehler beim Anfordern der Stapelüberwachung.",
"threadAriaLabel": "Thread {0}, Aufrufliste, Debuggen", "threadAriaLabel": "Thread {0}, Aufrufliste, Debuggen",
"variableAriaLabel": "{0} Wert {1}, Variablen, Debuggen", "variableAriaLabel": "{0} Wert {1}, Variablen, Debuggen",
"variableScopeAriaLabel": "Bereich {0}, Variablen, Debuggen", "variableScopeAriaLabel": "Bereich {0}, Variablen, Debuggen",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "Nur primitive Werte werden für dieses Objekt angezeigt.", "snapshotObj": "Nur primitive Werte werden für dieses Objekt angezeigt.",
"startDebugFirst": "Bitte starten Sie eine Debugsitzung, um die Auswertung vorzunehmen.", "startDebugFirst": "Bitte starten Sie eine Debugsitzung, um die Auswertung vorzunehmen.",
"unknownSource": "Unbekannte Quelle",
"unknownStack": "Unbekannte Stapelposition" "unknownStack": "Unbekannte Stapelposition"
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"conditionalBreakpointEditorAction": "Debuggen: Bedingter Haltepunkt", "conditionalBreakpointEditorAction": "Debuggen: Bedingter Haltepunkt",
"debug": "Debuggen", "debug": "Debuggen",
"debugCategory": "Debuggen", "debugCategory": "Debuggen",
"debugConsole": "Konsole debuggen",
"debugEvaluate": "Debuggen: Auswerten", "debugEvaluate": "Debuggen: Auswerten",
"debugPanel": "Debugkonsole",
"runToCursor": "Debuggen: Ausführen bis Cursor", "runToCursor": "Debuggen: Ausführen bis Cursor",
"showDebugHover": "Debuggen: Hover anzeigen", "showDebugHover": "Debuggen: Hover anzeigen",
"toggleBreakpointAction": "Debuggen: Haltepunkt umschalten", "toggleBreakpointAction": "Debuggen: Haltepunkt umschalten",
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"copyValue": "Wert kopieren", "copyValue": "Wert kopieren",
"deactivateBreakpoints": "Haltepunkte deaktivieren", "deactivateBreakpoints": "Haltepunkte deaktivieren",
"debugActionLabelAndKeybinding": "{0} ({1})", "debugActionLabelAndKeybinding": "{0} ({1})",
"debugConsoleAction": "Debugkonsole",
"disableAllBreakpoints": "Alle Haltepunkte deaktivieren", "disableAllBreakpoints": "Alle Haltepunkte deaktivieren",
"disconnectDebug": "Trennen", "disconnectDebug": "Trennen",
"editConditionalBreakpoint": "Haltepunkt bearbeiten", "editConditionalBreakpoint": "Haltepunkt bearbeiten",
...@@ -37,6 +38,5 @@ ...@@ -37,6 +38,5 @@
"stepOutDebug": "Prozedurschritt", "stepOutDebug": "Prozedurschritt",
"stepOverDebug": "Prozedurschritt", "stepOverDebug": "Prozedurschritt",
"stopDebug": "Beenden", "stopDebug": "Beenden",
"toggleEnablement": "Haltepunkt aktivieren/deaktivieren", "toggleEnablement": "Haltepunkt aktivieren/deaktivieren"
"toggleRepl": "Konsole debuggen"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "Ein Task, der ausgeführt werden soll, bevor die Debugsitzung beginnt.", "debugPrelaunchTask": "Ein Task, der ausgeführt werden soll, bevor die Debugsitzung beginnt.",
"debugRequest": "Der Anforderungstyp der Konfiguration. Der Wert kann \"launch\" oder \"attach\" sein.", "debugRequest": "Der Anforderungstyp der Konfiguration. Der Wert kann \"launch\" oder \"attach\" sein.",
"debugType": "Der Typ der Konfiguration.", "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." "relativePathsNotConverted": "Relative Pfade werden nicht mehr automatisch in absolute Pfade konvertiert. Verwenden Sie ggf. ${workspaceRoot} als Präfix."
} }
\ No newline at end of file
...@@ -4,12 +4,10 @@ ...@@ -4,12 +4,10 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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", "globalConsoleActionMacLinux": "Neues Terminal öffnen",
"globalConsoleActionWin": "Neue Eingabeaufforderung öffnen", "globalConsoleActionWin": "Neue Eingabeaufforderung öffnen",
"scopedConsoleActionMacLinux": "In Terminal öffnen", "scopedConsoleActionMacLinux": "In Terminal öffnen",
"scopedConsoleActionWin": "In Eingabeaufforderung öffnen", "scopedConsoleActionWin": "In Eingabeaufforderung öffnen",
"terminal.external": "Externe Terminaleinstellungen.", "terminalConfigurationTitle": "Externe Terminalkonfiguration"
"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"
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"appStalled": "La ventana ha dejado de responder.", "appStalled": "La ventana ha dejado de responder.",
"appStalledDetail": "Puede volver a abrir la ventana, cerrarla o seguir esperando.", "appStalledDetail": "Puede volver a abrir la ventana, cerrarla o seguir esperando.",
"close": "Cerrar", "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", "ok": "Aceptar",
"pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.", "pathNotExistDetail": "Parece que la ruta '{0}' ya no existe en el disco.",
"pathNotExistTitle": "La ruta no existe", "pathNotExistTitle": "La ruta no existe",
......
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
"glyphMargin": "Controla la visibilidad del margen del glifo", "glyphMargin": "Controla la visibilidad del margen del glifo",
"hideCursorInOverviewRuler": "Controla si el cursor debe ocultarse en la regla de visión general.", "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.", "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": "Insertar espacios al presionar TAB.",
"insertSpaces.errorMessage": "Se esperaba \"boolean\". Tenga en cuenta que el ajuste \"editor.detectIndentation\" ha reemplazado al valor \"auto\".", "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.", "lineHeight": "Controla la altura de línea.",
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "Ir a definición", "actions.goToDecl.label": "Ir a definición",
"actions.goToDeclToSide.label": "Abrir definición en el lateral", "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", "actions.previewDecl.label": "Ver la definición",
"meta.title": " – {0} definiciones", "meta.title": " – {0} definiciones",
"multipleResults": "Haga clic para mostrar las {0} definiciones encontradas." "multipleResults": "Haga clic para mostrar las {0} definiciones encontradas."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,6 +3,4 @@ ...@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {}
"none": "ninguno" \ No newline at end of file
}
\ No newline at end of file
...@@ -8,8 +8,5 @@ ...@@ -8,8 +8,5 @@
"globalConsoleActionWin": "Abrir nuevo símbolo del sistema", "globalConsoleActionWin": "Abrir nuevo símbolo del sistema",
"scopedConsoleActionMacLinux": "Abrir en terminal", "scopedConsoleActionMacLinux": "Abrir en terminal",
"scopedConsoleActionWin": "Abrir en símbolo del sistema", "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" "terminalConfigurationTitle": "Configuración de terminal"
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "installing": "Installation..."
}
\ No newline at end of file
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
"glyphMargin": "Contrôle la visibilité de la marge des glyphes", "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.", "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", "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": "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'.", "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.", "lineHeight": "Contrôle la hauteur de ligne.",
......
...@@ -6,8 +6,7 @@ ...@@ -6,8 +6,7 @@
{ {
"actions.goToDecl.label": "Atteindre la définition", "actions.goToDecl.label": "Atteindre la définition",
"actions.goToDeclToSide.label": "Ouvrir la définition sur le côté", "actions.goToDeclToSide.label": "Ouvrir la définition sur le côté",
"actions.gotoTypeDecl.label": "Atteindre la définition de type", "actions.previewDecl.label": "Apercu de définition",
"actions.previewDecl.label": "Définition de l'aperçu",
"meta.title": " – {0} définitions", "meta.title": " – {0} définitions",
"multipleResults": "Cliquez pour afficher les {0} définitions trouvées." "multipleResults": "Cliquez pour afficher les {0} définitions trouvées."
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,6 +3,4 @@ ...@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {}
"none": "aucune" \ No newline at end of file
}
\ No newline at end of file
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
"functionBreakpointAriaLabel": "Point d'arrêt sur fonction {0}, points d'arrêt, débogage", "functionBreakpointAriaLabel": "Point d'arrêt sur fonction {0}, points d'arrêt, débogage",
"functionBreakpointPlaceholder": "Fonction où effectuer un point d'arrêt", "functionBreakpointPlaceholder": "Fonction où effectuer un point d'arrêt",
"loadMoreStackFrames": "Charger plus de frames de pile", "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", "stackFrameAriaLabel": "Frame de pile {0}, ligne {1} {2}, pile des appels, débogage",
"threadAriaLabel": "Thread {0}, pile des appels, débogage", "threadAriaLabel": "Thread {0}, pile des appels, débogage",
"variableAriaLabel": "{0} valeur {1}, variables, débogage", "variableAriaLabel": "{0} valeur {1}, variables, débogage",
......
...@@ -8,8 +8,5 @@ ...@@ -8,8 +8,5 @@
"globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes", "globalConsoleActionWin": "Ouvrir une nouvelle invite de commandes",
"scopedConsoleActionMacLinux": "Ouvrir dans Terminal", "scopedConsoleActionMacLinux": "Ouvrir dans Terminal",
"scopedConsoleActionWin": "Ouvrir dans l'invite de commandes", "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" "terminalConfigurationTitle": "Configuration du terminal"
} }
\ No newline at end of file
...@@ -18,7 +18,6 @@ ...@@ -18,7 +18,6 @@
"glyphMargin": "Controlla la visibilità del margine del glifo", "glyphMargin": "Controlla la visibilità del margine del glifo",
"hideCursorInOverviewRuler": "Controlla se il cursore deve essere nascosto nel righello delle annotazioni.", "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", "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": "Inserisce spazi quando si preme TAB.",
"insertSpaces.errorMessage": "È previsto 'boolean'. Nota: il valore \"auto\" è stato sostituito dall'impostazione `editor.detectIndentation`.", "insertSpaces.errorMessage": "È previsto 'boolean'. Nota: il valore \"auto\" è stato sostituito dall'impostazione `editor.detectIndentation`.",
"lineHeight": "Controlla l'altezza della riga.", "lineHeight": "Controlla l'altezza della riga.",
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "Vai alla definizione", "actions.goToDecl.label": "Vai alla definizione",
"actions.goToDeclToSide.label": "Apri definizione lateralmente", "actions.goToDeclToSide.label": "Apri definizione lateralmente",
"actions.gotoTypeDecl.label": "Vai alla definizione di tipo",
"actions.previewDecl.label": "Visualizza la definizione", "actions.previewDecl.label": "Visualizza la definizione",
"meta.title": " - Definizioni di {0}", "meta.title": " - Definizioni di {0}",
"multipleResults": "Fare clic per visualizzare le {0} definizioni trovate." "multipleResults": "Fare clic per visualizzare le {0} definizioni trovate."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -3,6 +3,4 @@ ...@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {}
"none": "nessuno" \ No newline at end of file
}
\ No newline at end of file
...@@ -8,8 +8,5 @@ ...@@ -8,8 +8,5 @@
"globalConsoleActionWin": "Apri nuovo prompt dei comandi", "globalConsoleActionWin": "Apri nuovo prompt dei comandi",
"scopedConsoleActionMacLinux": "Apri nel terminale", "scopedConsoleActionMacLinux": "Apri nel terminale",
"scopedConsoleActionWin": "Apri nel prompt dei comandi", "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" "terminalConfigurationTitle": "Configurazione del terminale"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外してください。", "hintExclude.generic": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外してください。",
"hintExclude.tooltip": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外します。", "hintExclude.tooltip": "パフォーマンスを向上させるには、多数のファイルがあるフォルダーを除外します。",
"ignore.cmdCreate": "無視", "ignore.cmdCreate": "無視",
"jsconfig.heading": "//jsconfig.json 形式に関するドキュメントは、\n\t//https://go.microsoft.com/fwlink/?LinkId=759670 でご確認ください",
"large.label": "除外の構成", "large.label": "除外の構成",
"open": "除外の構成" "open": "除外の構成"
} }
\ No newline at end of file
...@@ -4,14 +4,13 @@ ...@@ -4,14 +4,13 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"CloseBraceExpected": "右中かっこが必要です", "error.closeBraceExpected": "右中かっこが必要です",
"CloseBracketExpected": "右角かっこが必要です", "error.closeBracketExpected": "右角かっこが必要です",
"ColonExpected": "コロンが必要です", "error.colonExpected": "コロンが必要です",
"CommaExpected": "コンマが必要です", "error.commaExpected": "コンマが必要です",
"EOFExpected": "コンテンツの終わりが必要です", "error.endOfFileExpected": "ファイルの終わりが必要です",
"InvalidNumberFormat": "正しくない数値表示形式", "error.invalidNumberFormat": "数値表示形式が無効です",
"PropertyExpected": "プロパティ名が必要です", "error.invalidSymbol": "シンボルが無効です",
"UnknownSymbol": "正しくないシンボル", "error.propertyNameExpected": "プロパティ名が必要です",
"ValeExpected": "値が必要です", "error.valueExpected": "値が必要です"
"ValueExpected": "値が必要です"
} }
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "カーソルのアニメーションの点滅を制御します。指定できる値は 'blink'、'visible'、'hidden' です", "cursorBlinking": "カーソルのアニメーションの点滅を制御します。指定できる値は 'blink'、'visible'、'hidden' です",
"cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block' と 'line' です", "cursorStyle": "カーソルのスタイルを制御します。指定できる値は 'block' と 'line' です",
"detectIndentation": "ファイルを開くと、そのファイルの内容に基づいて `editor.tabSize` と `editor.insertSpaces` が検出されます。", "detectIndentation": "ファイルを開くと、そのファイルの内容に基づいて `editor.tabSize` と `editor.insertSpaces` が検出されます。",
"dismissPeekOnEsc": "ESC キーを押すと、プレビュー エディターが閉じます",
"editorConfigurationTitle": "エディターの構成", "editorConfigurationTitle": "エディターの構成",
"folding": "エディターでコードの折りたたみを有効にするかどうかを制御します", "folding": "エディターでコードの折りたたみを有効にするかどうかを制御します",
"fontFamily": "フォント ファミリを制御します。", "fontFamily": "フォント ファミリを制御します。",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "グリフ余白の表示を制御します", "glyphMargin": "グリフ余白の表示を制御します",
"hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。", "hideCursorInOverviewRuler": "概要ルーラーでカーソルを非表示にするかどうかを制御します。",
"ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。", "ignoreTrimWhitespace": "差分エディターが、先頭または末尾の空白の変更を差分として表示するかどうかを制御します。",
"indentGuides": "エディターでインデントのガイドを表示する必要があるかどうかを制御します",
"insertSpaces": "Tab キーを押すとスペースが挿入されます。", "insertSpaces": "Tab キーを押すとスペースが挿入されます。",
"insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。", "insertSpaces.errorMessage": "'boolean' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"lineHeight": "行の高さを制御します。", "lineHeight": "行の高さを制御します。",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します", "suggestOnTriggerCharacters": "トリガー文字の入力時に候補が自動的に表示されるようにするかどうかを制御します",
"tabSize": "タブ 1 つに相当するスペースの数。", "tabSize": "タブ 1 つに相当するスペースの数。",
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。", "tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
"trimAutoWhitespace": "自動挿入された末尾の空白を削除する",
"useTabStops": "空白の挿入や削除はタブ位置に従って行われます",
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字", "wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
"wrappingColumn": "エディターで次の行に折り返される文字数を制御します。これを 0 に設定すると、ビューポートの幅での折り返しがオンになります (ワード ラップ)。これを -1 に設定するとエディターによる折り返しが禁止されます。", "wrappingColumn": "エディターで次の行に折り返される文字数を制御します。これを 0 に設定すると、ビューポートの幅での折り返しがオンになります (ワード ラップ)。これを -1 に設定するとエディターによる折り返しが禁止されます。",
"wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。" "wrappingIndent": "折り返し行のインデントを制御します。'none'、'same'、または 'indent' のいずれかを指定できます。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "editor.wordBasedSuggestions": "ワード ベースの修正候補を有効にします。"
}
\ No newline at end of file
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "定義へ移動", "actions.goToDecl.label": "定義へ移動",
"actions.goToDeclToSide.label": "定義を横に開く", "actions.goToDeclToSide.label": "定義を横に開く",
"actions.gotoTypeDecl.label": "型の定義へ移動",
"actions.previewDecl.label": "ピークの定義", "actions.previewDecl.label": "ピークの定義",
"meta.title": " - {0} の定義", "meta.title": " - {0} の定義",
"multipleResults": "クリックして、見つかった {0} の定義を表示します。" "multipleResults": "クリックして、見つかった {0} の定義を表示します。"
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "labelLoading": "読み込んでいます..."
}
\ No newline at end of file
...@@ -3,4 +3,11 @@ ...@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"changeAll.label": "すべての出現箇所を変更", "rename.label": "シンボルの名前を変更"
"rename.error.multiplefile": "複数のファイルで使用されているシンボルに対して名前の変更を実行できません。"
} }
\ No newline at end of file
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
"invalid.path.0": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}", "invalid.path.0": "`contributes.{0}.path` に文字列が必要です。提供された値: {1}",
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。", "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
"vscode.extension.contributes.snippets": "TextMate のスニペットを提供します。", "vscode.extension.contributes.snippets": "TextMate のスニペットを提供します。",
"vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語 ID です。", "vscode.extension.contributes.snippets-language": "このスニペットの提供先の言語識別子です。",
"vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。" "vscode.extension.contributes.snippets-path": "スニペット ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './snippets/' で始まります。"
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。", "invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
"invalid.scopeName": "`contributes.{0}.scopeName` には文字列が必要です。提供された値: {1}", "invalid.scopeName": "`contributes.{0}.scopeName` には文字列が必要です。提供された値: {1}",
"vscode.extension.contributes.grammars": "TextMate トークナイザーを提供します。", "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.path": "tmLanguage ファイルのパス。拡張機能フォルダーの相対パスであり、通常 './syntaxes/' で始まります。",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage ファイルにより使用される TextMate スコープ名。" "vscode.extension.contributes.grammars.scopeName": "tmLanguage ファイルにより使用される TextMate スコープ名。"
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "extensions": "拡張機能"
}
\ No newline at end of file
...@@ -3,4 +3,13 @@ ...@@ -3,4 +3,13 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "VS Code ギャラリーで拡張機能の分類に使用されるカテゴリ。", "vscode.extension.categories": "VS Code ギャラリーで拡張機能の分類に使用されるカテゴリ。",
"vscode.extension.contributes": "このパッケージで表される VS Code 拡張機能のすべてのコントリビューション。", "vscode.extension.contributes": "このパッケージで表される VS Code 拡張機能のすべてのコントリビューション。",
"vscode.extension.displayName": "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": "VS Code マーケットプレースで使用されるバナー。",
"vscode.extension.galleryBanner.color": "VS Code マーケットプレース ページ ヘッダー上のバナーの色。", "vscode.extension.galleryBanner.color": "VS Code マーケットプレース ページ ヘッダー上のバナーの色。",
"vscode.extension.galleryBanner.theme": "バナーで使用されるフォントの配色テーマ。", "vscode.extension.galleryBanner.theme": "バナーで使用されるフォントの配色テーマ。",
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "フォルダーを閉じる", "closeFolder": "フォルダーを閉じる",
"closeMessages": "通知メッセージを閉じる", "closeMessages": "通知メッセージを閉じる",
"closeWindow": "ウィンドウを閉じる", "closeWindow": "ウィンドウを閉じる",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "ファイル", "files": "ファイル",
"folders": "フォルダー", "folders": "フォルダー",
"newWindow": "新しいウィンドウ", "newWindow": "新しいウィンドウ",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "続行", "continue": "続行",
"editFile": "'{0}' の編集", "editFile": "'{0}' の編集",
"exists": "'{1}' 内の '{0}' (行 {2}) を参照する別名を削除してから、この操作をやり直してください。", "exists": "'{1}' 内の '{0}' (行 {2}) を参照する別名を削除してから、この操作をやり直してください。",
"install": "PATH 内に 'code' コマンドをインストールします", "install": "PATH 内に '{0}' コマンドをインストールします",
"later": "後で", "later": "後で",
"laterInfo": "いつでもコマンド パレットから '{0}' アクションを実行できることに留意してください。", "laterInfo": "いつでもコマンド パレットから '{0}' アクションを実行できることに留意してください。",
"ok": "OK", "ok": "OK",
"shellCommand": "シェル コマンド", "shellCommand": "シェル コマンド",
"successFrom": "シェル コマンド '{0}' が PATH から正常にアンインストールされました。", "successFrom": "シェル コマンド '{0}' が PATH から正常にアンインストールされました。",
"successIn": "シェル コマンド '{0}' が PATH に正常にインストールされました。", "successIn": "シェル コマンド '{0}' が PATH に正常にインストールされました。",
"uninstall": "'code' コマンドを PATH からアンインストールします", "uninstall": "'{0}' コマンドを PATH からアンインストールします",
"update": "Code '{0}' シェル コマンドを変更する必要があります。今すぐ実行してもよろしいですか?", "update": "Code '{0}' シェル コマンドを変更する必要があります。今すぐ実行してもよろしいですか?",
"warnEscalation": "管理者特権でシェル コマンドをインストールできるように、Code が 'osascript' のプロンプトを出します" "warnEscalation": "管理者特権でシェル コマンドをインストールできるように、Code が 'osascript' のプロンプトを出します"
} }
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "なし" "noConfigurations": "構成がありません"
} }
\ No newline at end of file
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
"functionBreakpointAriaLabel": "関数ブレークポイント {0}、ブレークポイント、デバッグ", "functionBreakpointAriaLabel": "関数ブレークポイント {0}、ブレークポイント、デバッグ",
"functionBreakpointPlaceholder": "中断対象の関数", "functionBreakpointPlaceholder": "中断対象の関数",
"loadMoreStackFrames": "スタック フレームをさらに読み込む", "loadMoreStackFrames": "スタック フレームをさらに読み込む",
"paused": "一時停止",
"running": "実行中",
"stackFrameAriaLabel": "スタック フレーム {0} 行 {1} {2}、呼び出しスタック、デバッグ", "stackFrameAriaLabel": "スタック フレーム {0} 行 {1} {2}、呼び出しスタック、デバッグ",
"stackFrameError": "スタック トレースの要求中にエラーが発生しました",
"thread": "スレッド",
"threadAriaLabel": "スレッド {0}、呼び出しスタック、デバッグ", "threadAriaLabel": "スレッド {0}、呼び出しスタック、デバッグ",
"variableAriaLabel": "{0} 値 {1}、変数、デバッグ", "variableAriaLabel": "{0} 値 {1}、変数、デバッグ",
"variableScopeAriaLabel": "範囲 {0}、変数、デバッグ", "variableScopeAriaLabel": "範囲 {0}、変数、デバッグ",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "このオブジェクトのプリミティブ値のみ表示されます。", "snapshotObj": "このオブジェクトのプリミティブ値のみ表示されます。",
"startDebugFirst": "デバッグ セッションを開始して評価してください", "startDebugFirst": "デバッグ セッションを開始して評価してください",
"unknownSource": "不明なソース",
"unknownStack": "スタックの場所が不明です" "unknownStack": "スタックの場所が不明です"
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイント", "conditionalBreakpointEditorAction": "デバッグ: 条件付きブレークポイント",
"debug": "デバッグ", "debug": "デバッグ",
"debugCategory": "デバッグ", "debugCategory": "デバッグ",
"debugConsole": "デバッグ コンソール",
"debugEvaluate": "デバッグ: 評価", "debugEvaluate": "デバッグ: 評価",
"debugPanel": "デバッグ コンソール",
"runToCursor": "デバッグ: カーソル行の前まで実行", "runToCursor": "デバッグ: カーソル行の前まで実行",
"showDebugHover": "デバッグ: ホバーの表示", "showDebugHover": "デバッグ: ホバーの表示",
"toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え", "toggleBreakpointAction": "デバッグ: ブレークポイントの切り替え",
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"copyValue": "値のコピー", "copyValue": "値のコピー",
"deactivateBreakpoints": "ブレークポイントの非アクティブ化", "deactivateBreakpoints": "ブレークポイントの非アクティブ化",
"debugActionLabelAndKeybinding": "{0} ({1})", "debugActionLabelAndKeybinding": "{0} ({1})",
"debugConsoleAction": "デバッグ コンソール",
"disableAllBreakpoints": "すべてのブレークポイントを無効にする", "disableAllBreakpoints": "すべてのブレークポイントを無効にする",
"disconnectDebug": "切断", "disconnectDebug": "切断",
"editConditionalBreakpoint": "ブレークポイントの編集", "editConditionalBreakpoint": "ブレークポイントの編集",
...@@ -37,6 +38,5 @@ ...@@ -37,6 +38,5 @@
"stepOutDebug": "ステップ アウト", "stepOutDebug": "ステップ アウト",
"stepOverDebug": "ステップ オーバー", "stepOverDebug": "ステップ オーバー",
"stopDebug": "停止", "stopDebug": "停止",
"toggleEnablement": "ブレークポイントの有効化/無効化", "toggleEnablement": "ブレークポイントの有効化/無効化"
"toggleRepl": "デバッグ コンソール"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。", "debugPrelaunchTask": "デバッグ セッションの開始前に実行するタスク。",
"debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。", "debugRequest": "構成の要求の種類。\"launch\" または \"attach\" です。",
"debugType": "構成の種類。", "debugType": "構成の種類。",
"internalConsoleOptions": "内部デバッグ コンソールの動作を制御します。",
"relativePathsNotConverted": "相対パスが絶対パスに自動的に変換されなくなります。${workspaceRoot} をプレフィックスとして使用することを考慮してください。" "relativePathsNotConverted": "相対パスが絶対パスに自動的に変換されなくなります。${workspaceRoot} をプレフィックスとして使用することを考慮してください。"
} }
\ No newline at end of file
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"externalTerminal.linuxExec": "どのターミナルを Linux で実行するかをカスタマイズします。",
"externalTerminal.windowsExec": "どのターミナルを Windows で実行するかをカスタマイズします。",
"globalConsoleActionMacLinux": "新しいターミナルを開く", "globalConsoleActionMacLinux": "新しいターミナルを開く",
"globalConsoleActionWin": "新しいコマンド プロンプトを開く", "globalConsoleActionWin": "新しいコマンド プロンプトを開く",
"scopedConsoleActionMacLinux": "ターミナルで開く", "scopedConsoleActionMacLinux": "ターミナルで開く",
"scopedConsoleActionWin": "コマンド プロンプトで開く", "scopedConsoleActionWin": "コマンド プロンプトで開く",
"terminal.external": "外部ターミナルの設定。", "terminalConfigurationTitle": "外部ターミナルの構成"
"terminal.external.linuxExec": "どのターミナルを Linux で実行するかをカスタマイズします。",
"terminal.external.windowsExec": "どのターミナルを Windows で実行するかをカスタマイズします。",
"terminalConfigurationTitle": "ターミナルの構成"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "성능 개선을 위해 파일이 많은 폴더를 제외하세요.", "hintExclude.generic": "성능 개선을 위해 파일이 많은 폴더를 제외하세요.",
"hintExclude.tooltip": "성능을 향상하려면 많은 파일이 포함된 폴더를 제외하세요.", "hintExclude.tooltip": "성능을 향상하려면 많은 파일이 포함된 폴더를 제외하세요.",
"ignore.cmdCreate": "무시", "ignore.cmdCreate": "무시",
"jsconfig.heading": "// jsconfig.json 형식에 대한 설명서는 https://go.microsoft.com/fwlink/?LinkId=759670\n\t//를 참조하세요.",
"large.label": "제외 구성", "large.label": "제외 구성",
"open": "제외 구성" "open": "제외 구성"
} }
\ No newline at end of file
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
"miToggleMenuBar": "메뉴 모음 설정/해제(&&B)", "miToggleMenuBar": "메뉴 모음 설정/해제(&&B)",
"miToggleOutput": "출력 설정/해제(&&O)", "miToggleOutput": "출력 설정/해제(&&O)",
"miTogglePanel": "패널 설정/해제(&&P)", "miTogglePanel": "패널 설정/해제(&&P)",
"miToggleRenderWhitespace": "공백 토글 및 렌더링", "miToggleRenderWhitespace": "공백 설정/해제 및 렌더링(&&R)",
"miToggleSidebar": "사이드바 설정/해제(&&T)", "miToggleSidebar": "사이드바 설정/해제(&&T)",
"miToggleWordWrap": "자동 줄 바꿈 설정/해제(&&W)", "miToggleWordWrap": "자동 줄 바꿈 설정/해제(&&W)",
"miTwitter": "Twitter에서 참여(&&J)", "miTwitter": "Twitter에서 참여(&&J)",
......
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "커서 깜박임 애니메이션을 제어합니다. 허용되는 값은 '깜박임', '표시' 및 '숨김'입니다.", "cursorBlinking": "커서 깜박임 애니메이션을 제어합니다. 허용되는 값은 '깜박임', '표시' 및 '숨김'입니다.",
"cursorStyle": "커서 스타일을 제어합니다. 허용되는 값은 '블록' 및 '줄'입니다.", "cursorStyle": "커서 스타일을 제어합니다. 허용되는 값은 '블록' 및 '줄'입니다.",
"detectIndentation": "파일을 열면 파일 콘텐츠를 기반으로 하여 'editor.tabSize'와 'editor.insertSpaces'가 검색됩니다.", "detectIndentation": "파일을 열면 파일 콘텐츠를 기반으로 하여 'editor.tabSize'와 'editor.insertSpaces'가 검색됩니다.",
"dismissPeekOnEsc": "<Esc>를 누를 때 피킹 편집기 닫기",
"editorConfigurationTitle": "편집기 구성", "editorConfigurationTitle": "편집기 구성",
"folding": "편집기에서 코드 접기를 사용할지 여부를 제어합니다.", "folding": "편집기에서 코드 접기를 사용할지 여부를 제어합니다.",
"fontFamily": "글꼴 패밀리를 제어합니다.", "fontFamily": "글꼴 패밀리를 제어합니다.",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "문자 모양 여백의 표시 여부를 제어합니다.", "glyphMargin": "문자 모양 여백의 표시 여부를 제어합니다.",
"hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.", "hideCursorInOverviewRuler": "커서가 개요 눈금자에서 가려져야 하는지 여부를 제어합니다.",
"ignoreTrimWhitespace": "diff 편집기에서 선행 공백 또는 후행 공백 변경을 diffs로 표시할지 여부를 제어합니다.", "ignoreTrimWhitespace": "diff 편집기에서 선행 공백 또는 후행 공백 변경을 diffs로 표시할지 여부를 제어합니다.",
"indentGuides": "편집기에서 들여쓰기 가이드를 렌더링할지를 제어합니다.",
"insertSpaces": "Tab 키를 누를 때 공백을 삽입합니다.", "insertSpaces": "Tab 키를 누를 때 공백을 삽입합니다.",
"insertSpaces.errorMessage": "'boolean'이 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.", "insertSpaces.errorMessage": "'boolean'이 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
"lineHeight": "줄 높이를 제어합니다.", "lineHeight": "줄 높이를 제어합니다.",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.", "suggestOnTriggerCharacters": "트리거 문자를 입력할 때 제안을 자동으로 표시할지 여부를 제어합니다.",
"tabSize": "탭 한 개에 해당하는 공백 수입니다.", "tabSize": "탭 한 개에 해당하는 공백 수입니다.",
"tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.", "tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
"trimAutoWhitespace": "끝에 자동 삽입된 공백 제거",
"useTabStops": "탭 정지 뒤에 공백 삽입 및 삭제",
"wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.", "wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.",
"wrappingColumn": "편집기에서 몇 개의 문자 이후에 줄을 바꿀지를 제어합니다. 이 값을 0으로 설정하면 뷰포트 너비 줄 바꿈이 설정됩니다(자동 줄바꿈). -1로 설정하면 편집기에서 줄바꿈을 하지 않습니다.", "wrappingColumn": "편집기에서 몇 개의 문자 이후에 줄을 바꿀지를 제어합니다. 이 값을 0으로 설정하면 뷰포트 너비 줄 바꿈이 설정됩니다(자동 줄바꿈). -1로 설정하면 편집기에서 줄바꿈을 하지 않습니다.",
"wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다." "wrappingIndent": "줄 바꿈 행의 들여쓰기를 제어합니다. 'none', 'same' 또는 'indent' 중 하나일 수 있습니다."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "editor.wordBasedSuggestions": "단어 기반 추천을 사용합니다."
}
\ No newline at end of file
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "정의로 이동", "actions.goToDecl.label": "정의로 이동",
"actions.goToDeclToSide.label": "측면에서 정의 열기", "actions.goToDeclToSide.label": "측면에서 정의 열기",
"actions.gotoTypeDecl.label": "형식 정의로 이동",
"actions.previewDecl.label": "정의 피킹(Peeking)", "actions.previewDecl.label": "정의 피킹(Peeking)",
"meta.title": " – 정의 {0}개", "meta.title": " – 정의 {0}개",
"multipleResults": "발견된 {0} 정의를 보려면 클릭하세요." "multipleResults": "발견된 {0} 정의를 보려면 클릭하세요."
......
...@@ -8,6 +8,6 @@ ...@@ -8,6 +8,6 @@
"invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}", "invalid.path.0": "`contributes.{0}.path`에 문자열이 필요합니다. 제공된 값: {1}",
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.", "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
"vscode.extension.contributes.snippets": "TextMate 코드 조각을 적용합니다.", "vscode.extension.contributes.snippets": "TextMate 코드 조각을 적용합니다.",
"vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 ID입니다.", "vscode.extension.contributes.snippets-language": "이 코드 조각이 적용되는 언어 식별자입니다.",
"vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './snippets/'로 시작합니다." "vscode.extension.contributes.snippets-path": "코드 조각 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './snippets/'로 시작합니다."
} }
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.", "invalid.path.1": "확장 폴더({2})에 포함할 `contributes.{0}.path`({1})가 필요합니다. 확장이 이식 불가능해질 수 있습니다.",
"invalid.scopeName": "`contributes.{0}.scopeName`에 문자열이 필요합니다. 제공된 값: {1}", "invalid.scopeName": "`contributes.{0}.scopeName`에 문자열이 필요합니다. 제공된 값: {1}",
"vscode.extension.contributes.grammars": "textmate 토크나이저를 적용합니다.", "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.path": "tmLanguage 파일의 경로입니다. 이 경로는 확장 폴더에 상대적이며 일반적으로 './syntaxes/'로 시작합니다.",
"vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다." "vscode.extension.contributes.grammars.scopeName": "tmLanguage 파일에 사용되는 Textmate 범위 이름입니다."
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "noCompatible": "이 버전의 코드에서 {0}의 호환 버전을 찾을 수 없습니다."
}
\ No newline at end of file
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.", "vscode.extension.categories": "확장을 분류하기 위해 VS Code 갤러리에서 사용하는 범주입니다.",
"vscode.extension.contributes": "이 패키지에 표시된 VS Code 확장의 전체 기여입니다.", "vscode.extension.contributes": "이 패키지에 표시된 VS Code 확장의 전체 기여입니다.",
"vscode.extension.displayName": "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": "VS Code 마켓플레이스에 사용되는 배너입니다.",
"vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.", "vscode.extension.galleryBanner.color": "VS Code 마켓플레이스 페이지 머리글의 배너 색상입니다.",
"vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.", "vscode.extension.galleryBanner.theme": "배너에 사용되는 글꼴의 색상 테마입니다.",
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "telemetry.enableTelemetry": "사용 데이터와 오류를 Microsoft에 전송할 수 있습니다."
}
\ No newline at end of file
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "폴더 닫기", "closeFolder": "폴더 닫기",
"closeMessages": "알림 메시지 닫기", "closeMessages": "알림 메시지 닫기",
"closeWindow": "창 닫기", "closeWindow": "창 닫기",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "파일", "files": "파일",
"folders": "폴더", "folders": "폴더",
"newWindow": "새 창", "newWindow": "새 창",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "계속", "continue": "계속",
"editFile": "'{0}' 편집", "editFile": "'{0}' 편집",
"exists": "'{1}'(줄 {2})에서 '{0}'을(를) 참조하는 별칭을 제거하고 이 작업을 다시 시도하세요.", "exists": "'{1}'(줄 {2})에서 '{0}'을(를) 참조하는 별칭을 제거하고 이 작업을 다시 시도하세요.",
"install": "PATH에 'code' 명령 설치", "install": "PATH에 '{0}' 명령 설치",
"later": "이상", "later": "나중에",
"laterInfo": "명령 팔레트에서 '{0}' 작업을 항상 실행할 수 있습니다.", "laterInfo": "명령 팔레트에서 '{0}' 작업을 항상 실행할 수 있습니다.",
"ok": "확인", "ok": "확인",
"shellCommand": "셸 명령", "shellCommand": "셸 명령",
"successFrom": "셸 명령 '{0}'이(가) PATH에서 제거되었습니다.", "successFrom": "셸 명령 '{0}'이(가) PATH에서 제거되었습니다.",
"successIn": "셸 명령 '{0}'이(가) PATH에 설치되었습니다.", "successIn": "셸 명령 '{0}'이(가) PATH에 설치되었습니다.",
"uninstall": "PATH에서 'code' 명령 제거", "uninstall": "PATH에서 '{0}' 명령 제거",
"update": "코드에서 '{0}' 셸 명령을 변경해야 합니다. 지금 변경할까요?", "update": "코드에서 '{0}' 셸 명령을 변경해야 합니다. 지금 변경할까요?",
"warnEscalation": "이제 코드에서 'osascript'를 사용하여 관리자에게 셸 명령을 설치할 권한이 있는지를 묻습니다." "warnEscalation": "이제 코드에서 'osascript'를 사용하여 관리자에게 셸 명령을 설치할 권한이 있는지를 묻습니다."
} }
\ No newline at end of file
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"downloadNow": "지금 다운로드", "downloadNow": "지금 다운로드",
"later": "이상", "later": "나중에",
"noUpdatesAvailable": "현재 사용 가능한 업데이트가 없습니다.", "noUpdatesAvailable": "현재 사용 가능한 업데이트가 없습니다.",
"releaseNotes": "릴리스 정보", "releaseNotes": "릴리스 정보",
"thereIsUpdateAvailable": "사용 가능한 업데이트가 있습니다.", "thereIsUpdateAvailable": "사용 가능한 업데이트가 있습니다.",
......
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "없음" "noConfigurations": "구성 없음"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"functionBreakpointPlaceholder": "중단할 함수", "functionBreakpointPlaceholder": "중단할 함수",
"loadMoreStackFrames": "더 많은 스택 프레임 로드", "loadMoreStackFrames": "더 많은 스택 프레임 로드",
"stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그", "stackFrameAriaLabel": "스택 프레임 {0} 줄 {1} {2}, 호출 스택, 디버그",
"stackFrameError": "스택 추적을 요청하는 중 오류가 발생했습니다.",
"threadAriaLabel": "스레드 {0}, 호출 스택, 디버그", "threadAriaLabel": "스레드 {0}, 호출 스택, 디버그",
"variableAriaLabel": "{0} 값 {1}, 변수, 디버그", "variableAriaLabel": "{0} 값 {1}, 변수, 디버그",
"variableScopeAriaLabel": "{0} 범위, 변수, 디버그", "variableScopeAriaLabel": "{0} 범위, 변수, 디버그",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "이 개체에 대한 기본 값만 표시됩니다.", "snapshotObj": "이 개체에 대한 기본 값만 표시됩니다.",
"startDebugFirst": "평가할 디버그 세션을 시작하세요.", "startDebugFirst": "평가할 디버그 세션을 시작하세요.",
"unknownSource": "알 수 없는 소스",
"unknownStack": "알 수 없는 스택 위치" "unknownStack": "알 수 없는 스택 위치"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.", "debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.",
"debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.", "debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.",
"debugType": "구성의 형식입니다.", "debugType": "구성의 형식입니다.",
"internalConsoleOptions": "내부 디버그 콘솔의 동작을 제어합니다.",
"relativePathsNotConverted": "상대 경로는 더 이상 절대 경로로 자동으로 변환되지 않습니다. ${workspaceRoot}를 접두사로 사용해 보세요." "relativePathsNotConverted": "상대 경로는 더 이상 절대 경로로 자동으로 변환되지 않습니다. ${workspaceRoot}를 접두사로 사용해 보세요."
} }
\ No newline at end of file
...@@ -4,12 +4,10 @@ ...@@ -4,12 +4,10 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"externalTerminal.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.",
"globalConsoleActionMacLinux": "새 터미널 열기", "globalConsoleActionMacLinux": "새 터미널 열기",
"globalConsoleActionWin": "새 명령 프롬프트 열기", "globalConsoleActionWin": "새 명령 프롬프트 열기",
"scopedConsoleActionMacLinux": "터미널에서 열기", "scopedConsoleActionMacLinux": "터미널에서 열기",
"scopedConsoleActionWin": "명령 프롬프트에서 열기", "scopedConsoleActionWin": "명령 프롬프트에서 열기",
"terminal.external": "외부 터미널 설정입니다.", "terminalConfigurationTitle": "외부 터미널 구성"
"terminal.external.linuxExec": "Linux에서 실행할 터미널을 사용자 지정합니다.",
"terminal.external.windowsExec": "Windows에서 실행할 터미널을 사용자 지정합니다.",
"terminalConfigurationTitle": "터미널 구성"
} }
\ No newline at end of file
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
"openFileToReveal": "첫 번째 파일을 열어서 나타냅니다.", "openFileToReveal": "첫 번째 파일을 열어서 나타냅니다.",
"openFileToShow": "첫 번째 파일을 새 창에서 엽니다.", "openFileToShow": "첫 번째 파일을 새 창에서 엽니다.",
"openFolder": "폴더 열기...", "openFolder": "폴더 열기...",
"revealActiveFileInMac": "찾기에 활성 파일 표시", "revealActiveFileInMac": "Finder에 활성 파일 표시",
"revealActiveFileInWindows": "Windows 탐색기에 활성 파일 표시", "revealActiveFileInWindows": "Windows 탐색기에 활성 파일 표시",
"revealInMac": "찾기에 표시", "revealInMac": "Finder에 표시",
"revealInWindows": "탐색기에 표시" "revealInWindows": "탐색기에 표시"
} }
\ No newline at end of file
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
"hintExclude.generic": "Для лучшей производительности исключите папки с большим количеством файлов.", "hintExclude.generic": "Для лучшей производительности исключите папки с большим количеством файлов.",
"hintExclude.tooltip": "Для повышения производительности исключите папки с большим количеством файлов.", "hintExclude.tooltip": "Для повышения производительности исключите папки с большим количеством файлов.",
"ignore.cmdCreate": "Пропустить", "ignore.cmdCreate": "Пропустить",
"jsconfig.heading": "// Документацию о формате jsconfig.json см. в статье https://go.microsoft.com/fwlink/?LinkId=759670\n\t//",
"large.label": "Настройка исключений", "large.label": "Настройка исключений",
"open": "Настроить исключения" "open": "Настроить исключения"
} }
\ No newline at end of file
...@@ -4,14 +4,13 @@ ...@@ -4,14 +4,13 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"CloseBraceExpected": "Требуется закрывающая фигурная скобка", "error.closeBraceExpected": "Требуется закрывающая фигурная скобка",
"CloseBracketExpected": "Требуется закрывающая скобка", "error.closeBracketExpected": "Требуется закрывающая квадратная скобка",
"ColonExpected": "Требуется двоеточие", "error.colonExpected": "Требуется двоеточие",
"CommaExpected": "Требуется запятая", "error.commaExpected": "Требуется запятая",
"EOFExpected": "Требуется конец содержимого", "error.endOfFileExpected": "Ожидается конец файла",
"InvalidNumberFormat": "Недопустимый числовой формат", "error.invalidNumberFormat": "Недопустимый числовой формат",
"PropertyExpected": "Требуется имя свойства", "error.invalidSymbol": "Недопустимый символ",
"UnknownSymbol": "Недопустимый символ", "error.propertyNameExpected": "Требуется имя свойства",
"ValeExpected": "Требуется значение", "error.valueExpected": "Требуется значение"
"ValueExpected": "Требуется значение"
} }
\ No newline at end of file
...@@ -3,4 +3,14 @@ ...@@ -3,4 +3,14 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"cursorBlinking": "Управляет анимацией мигания курсора. Допустимые значения: \"blink\", \"visible\" и \"hidden\".", "cursorBlinking": "Управляет анимацией мигания курсора. Допустимые значения: \"blink\", \"visible\" и \"hidden\".",
"cursorStyle": "Определяет стиль курсора. Допустимые значения: \"block\" и \"line\".", "cursorStyle": "Определяет стиль курсора. Допустимые значения: \"block\" и \"line\".",
"detectIndentation": "При открытии файла editor.tabSize и editor.insertSpaces будут определяться на основе содержимого файла.", "detectIndentation": "При открытии файла editor.tabSize и editor.insertSpaces будут определяться на основе содержимого файла.",
"dismissPeekOnEsc": "Закрыть редактор просмотра при нажатии клавиши ESC",
"editorConfigurationTitle": "Конфигурация редактора", "editorConfigurationTitle": "Конфигурация редактора",
"folding": "Определяет, включено ли сворачивание кода в редакторе.", "folding": "Определяет, включено ли сворачивание кода в редакторе.",
"fontFamily": "Определяет семейство шрифтов.", "fontFamily": "Определяет семейство шрифтов.",
...@@ -18,7 +19,6 @@ ...@@ -18,7 +19,6 @@
"glyphMargin": "Управляет видимостью полей глифа.", "glyphMargin": "Управляет видимостью полей глифа.",
"hideCursorInOverviewRuler": "Управляет скрытием курсора в обзорной линейке.", "hideCursorInOverviewRuler": "Управляет скрытием курсора в обзорной линейке.",
"ignoreTrimWhitespace": "Определяет, должен ли редактор несовпадений трактовать несовпадения символов-разделителей как различия.", "ignoreTrimWhitespace": "Определяет, должен ли редактор несовпадений трактовать несовпадения символов-разделителей как различия.",
"indentGuides": "Определяет, должны ли в редакторе отображаться направляющие отступа.",
"insertSpaces": "Вставлять пробелы при нажатии клавиши TAB.", "insertSpaces": "Вставлять пробелы при нажатии клавиши TAB.",
"insertSpaces.errorMessage": "Ожидается логическое значение. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.", "insertSpaces.errorMessage": "Ожидается логическое значение. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.",
"lineHeight": "Управляет высотой строк.", "lineHeight": "Управляет высотой строк.",
...@@ -38,6 +38,8 @@ ...@@ -38,6 +38,8 @@
"suggestOnTriggerCharacters": "Определяет, должны ли при вводе триггерных символов автоматически отображаться предложения.", "suggestOnTriggerCharacters": "Определяет, должны ли при вводе триггерных символов автоматически отображаться предложения.",
"tabSize": "Число пробелов в табуляции.", "tabSize": "Число пробелов в табуляции.",
"tabSize.errorMessage": "Ожидается число. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.", "tabSize.errorMessage": "Ожидается число. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.",
"trimAutoWhitespace": "Удалить автоматически вставляемый конечный пробел",
"useTabStops": "Вставка и удаление пробелов после позиции табуляции",
"wordSeparators": "Символы, которые будут использоваться как разделители слов при выполнении навигации или других операций, связанных со словами.", "wordSeparators": "Символы, которые будут использоваться как разделители слов при выполнении навигации или других операций, связанных со словами.",
"wrappingColumn": "Определяет число символов, после которых текст будет перенесен на следующую строку. Если этот параметр имеет значение 0, используется перенос по ширине окна просмотра (перенос по словам). Если задать значение –1, то в редакторе не будет выполняться перенос по словам.", "wrappingColumn": "Определяет число символов, после которых текст будет перенесен на следующую строку. Если этот параметр имеет значение 0, используется перенос по ширине окна просмотра (перенос по словам). Если задать значение –1, то в редакторе не будет выполняться перенос по словам.",
"wrappingIndent": "Управляет отступом строк с переносом по словам. Допустимые значения: \"none\", \"same\" или \"indent\"." "wrappingIndent": "Управляет отступом строк с переносом по словам. Допустимые значения: \"none\", \"same\" или \"indent\"."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "editor.wordBasedSuggestions": "Включите предложения на основе слов."
}
\ No newline at end of file
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
{ {
"actions.goToDecl.label": "Перейти к определению", "actions.goToDecl.label": "Перейти к определению",
"actions.goToDeclToSide.label": "Открыть определение сбоку", "actions.goToDeclToSide.label": "Открыть определение сбоку",
"actions.gotoTypeDecl.label": "Перейти к определению типа",
"actions.previewDecl.label": "Показать определение", "actions.previewDecl.label": "Показать определение",
"meta.title": " — определения {0}", "meta.title": " — определения {0}",
"multipleResults": "Щелкните, чтобы отобразить найденные определения ({0})." "multipleResults": "Щелкните, чтобы отобразить найденные определения ({0})."
......
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "labelLoading": "Загрузка..."
}
\ No newline at end of file
...@@ -3,4 +3,11 @@ ...@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -4,6 +4,5 @@ ...@@ -4,6 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"changeAll.label": "Изменить все вхождения", "rename.label": "Переименовать символ"
"rename.error.multiplefile": "Извините, но переименовать символы, используемые в нескольких файлах, невозможно."
} }
\ No newline at end of file
...@@ -3,4 +3,6 @@ ...@@ -3,4 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "extensions": "Расширения"
}
\ No newline at end of file
...@@ -3,4 +3,13 @@ ...@@ -3,4 +3,13 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // 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
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"vscode.extension.categories": "Категории, используемые коллекцией VS Code для классификации расширения.", "vscode.extension.categories": "Категории, используемые коллекцией VS Code для классификации расширения.",
"vscode.extension.contributes": "Все публикации расширения VS Code, представленные этим пакетом.", "vscode.extension.contributes": "Все публикации расширения VS Code, представленные этим пакетом.",
"vscode.extension.displayName": "Отображаемое имя расширения, используемого в коллекции 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": "Баннер, используемый в магазине VS Code.",
"vscode.extension.galleryBanner.color": "Цвет баннера в заголовке страницы магазина VS Code.", "vscode.extension.galleryBanner.color": "Цвет баннера в заголовке страницы магазина VS Code.",
"vscode.extension.galleryBanner.theme": "Цветовая тема для шрифта, используемого в баннере.", "vscode.extension.galleryBanner.theme": "Цветовая тема для шрифта, используемого в баннере.",
......
...@@ -3,4 +3,7 @@ ...@@ -3,4 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information. * Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{} {
\ No newline at end of file "telemetry.enableTelemetry": "Разрешить отправку сведений об использовании и ошибках в корпорацию Майкрософт.",
"telemetryConfigurationTitle": "Конфигурация телеметрии"
}
\ No newline at end of file
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
"closeFolder": "Закрыть папку", "closeFolder": "Закрыть папку",
"closeMessages": "Закрыть уведомления", "closeMessages": "Закрыть уведомления",
"closeWindow": "Закрыть окно", "closeWindow": "Закрыть окно",
"diffLeftRightLabel": "{0} ⟷ {1}",
"files": "файлы", "files": "файлы",
"folders": "папки", "folders": "папки",
"newWindow": "Новое окно", "newWindow": "Новое окно",
......
...@@ -13,14 +13,14 @@ ...@@ -13,14 +13,14 @@
"continue": "Продолжить", "continue": "Продолжить",
"editFile": "Изменить \"{0}\"", "editFile": "Изменить \"{0}\"",
"exists": "Удалите псевдоним, содержащий ссылку на \"{0}\", из \"{1}\" (строка {2}) и повторите это действие.", "exists": "Удалите псевдоним, содержащий ссылку на \"{0}\", из \"{1}\" (строка {2}) и повторите это действие.",
"install": "Установить путь к команде \"code\" в PATH", "install": "Установить путь к команде \"{0}\" в PATH",
"later": "Позже", "later": "Позже",
"laterInfo": "Помните, что вы всегда можете выполнить действие \"{0}\" из палитры команд.", "laterInfo": "Помните, что вы всегда можете выполнить действие \"{0}\" из палитры команд.",
"ok": "ОК", "ok": "ОК",
"shellCommand": "Команда оболочки", "shellCommand": "Команда оболочки",
"successFrom": "Путь к команде оболочки \"{0}\" успешно удален из PATH.", "successFrom": "Путь к команде оболочки \"{0}\" успешно удален из PATH.",
"successIn": "Путь к команде оболочки \"{0}\" успешно установлен в PATH.", "successIn": "Путь к команде оболочки \"{0}\" успешно установлен в PATH.",
"uninstall": "Удалить путь к команде \"code\" из PATH", "uninstall": "Удалить путь к команде \"{0}\" из PATH",
"update": "Редактору Code необходимо изменить команду оболочки \"{0}\". Сделать это сейчас?", "update": "Редактору Code необходимо изменить команду оболочки \"{0}\". Сделать это сейчас?",
"warnEscalation": "Редактор Code запросит права администратора для установки команды оболочки с помощью osascript." "warnEscalation": "Редактор Code запросит права администратора для установки команды оболочки с помощью osascript."
} }
\ No newline at end of file
...@@ -4,5 +4,5 @@ ...@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"none": "нет" "noConfigurations": "Нет конфигураций"
} }
\ No newline at end of file
...@@ -10,7 +10,11 @@ ...@@ -10,7 +10,11 @@
"functionBreakpointAriaLabel": "Точка останова в функции {0}, точки останова, отладка", "functionBreakpointAriaLabel": "Точка останова в функции {0}, точки останова, отладка",
"functionBreakpointPlaceholder": "Функция, в которой производится останов", "functionBreakpointPlaceholder": "Функция, в которой производится останов",
"loadMoreStackFrames": "Загрузить больше кадров стека", "loadMoreStackFrames": "Загрузить больше кадров стека",
"paused": "приостановлено",
"running": "выполняется",
"stackFrameAriaLabel": "Кадр стека {0}, строка {1} {2}, стек вызовов, отладка", "stackFrameAriaLabel": "Кадр стека {0}, строка {1} {2}, стек вызовов, отладка",
"stackFrameError": "Произошла ошибка при запросе трассировки стека",
"thread": "Поток",
"threadAriaLabel": "Поток {0}, стек вызовов, отладка", "threadAriaLabel": "Поток {0}, стек вызовов, отладка",
"variableAriaLabel": "{0} значение {1}, переменные, отладка", "variableAriaLabel": "{0} значение {1}, переменные, отладка",
"variableScopeAriaLabel": "Область {0}, переменные, отладка", "variableScopeAriaLabel": "Область {0}, переменные, отладка",
......
...@@ -6,5 +6,6 @@ ...@@ -6,5 +6,6 @@
{ {
"snapshotObj": "Для этого объекта показаны только значения-примитивы.", "snapshotObj": "Для этого объекта показаны только значения-примитивы.",
"startDebugFirst": "Чтобы произвести вычисление, начните сеанс отладки", "startDebugFirst": "Чтобы произвести вычисление, начните сеанс отладки",
"unknownSource": "Неизвестный источник",
"unknownStack": "Неизвестное расположение стека" "unknownStack": "Неизвестное расположение стека"
} }
\ No newline at end of file
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
"conditionalBreakpointEditorAction": "Отладка: условная точка останова", "conditionalBreakpointEditorAction": "Отладка: условная точка останова",
"debug": "Отладка", "debug": "Отладка",
"debugCategory": "Отладка", "debugCategory": "Отладка",
"debugConsole": "Консоль отладки",
"debugEvaluate": "Отладка: вычисление", "debugEvaluate": "Отладка: вычисление",
"debugPanel": "Консоль отладки",
"runToCursor": "Отладка: выполнить до текущей позиции", "runToCursor": "Отладка: выполнить до текущей позиции",
"showDebugHover": "Отладка: показать при наведении", "showDebugHover": "Отладка: показать при наведении",
"toggleBreakpointAction": "Отладка: переключить точку останова", "toggleBreakpointAction": "Отладка: переключить точку останова",
......
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
"copyValue": "Копировать значение", "copyValue": "Копировать значение",
"deactivateBreakpoints": "Отключить точки останова", "deactivateBreakpoints": "Отключить точки останова",
"debugActionLabelAndKeybinding": "{0} ({1})", "debugActionLabelAndKeybinding": "{0} ({1})",
"debugConsoleAction": "Консоль отладки",
"disableAllBreakpoints": "Отключить все точки останова", "disableAllBreakpoints": "Отключить все точки останова",
"disconnectDebug": "Отключить", "disconnectDebug": "Отключить",
"editConditionalBreakpoint": "Изменить точку останова", "editConditionalBreakpoint": "Изменить точку останова",
...@@ -37,6 +38,5 @@ ...@@ -37,6 +38,5 @@
"stepOutDebug": "Шаг с выходом", "stepOutDebug": "Шаг с выходом",
"stepOverDebug": "Шаг с обходом", "stepOverDebug": "Шаг с обходом",
"stopDebug": "Остановить", "stopDebug": "Остановить",
"toggleEnablement": "Включить или отключить точку останова", "toggleEnablement": "Включить или отключить точку останова"
"toggleRepl": "Консоль отладки"
} }
\ No newline at end of file
...@@ -8,5 +8,6 @@ ...@@ -8,5 +8,6 @@
"debugPrelaunchTask": "Задача, выполняемая перед началом сеанса отладки.", "debugPrelaunchTask": "Задача, выполняемая перед началом сеанса отладки.",
"debugRequest": "Запросите тип конфигурации. Возможные типы: \"запуск\" и \"подключение\".", "debugRequest": "Запросите тип конфигурации. Возможные типы: \"запуск\" и \"подключение\".",
"debugType": "Тип конфигурации.", "debugType": "Тип конфигурации.",
"internalConsoleOptions": "Управляет поведением внутренней консоли отладки.",
"relativePathsNotConverted": "Относительные пути больше не будут автоматически преобразовываться в абсолютные. Рекомендуем использовать префикс ${workspaceRoot}." "relativePathsNotConverted": "Относительные пути больше не будут автоматически преобразовываться в абсолютные. Рекомендуем использовать префикс ${workspaceRoot}."
} }
\ No newline at end of file
...@@ -4,12 +4,11 @@ ...@@ -4,12 +4,11 @@
*--------------------------------------------------------------------------------------------*/ *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated. // Do not edit this file. It is machine generated.
{ {
"externalTerminal.linuxExec": "Настройка терминала для запуска в Linux.",
"externalTerminal.windowsExec": "Настройка терминала для запуска в Windows.",
"globalConsoleActionMacLinux": "Открыть новый терминал", "globalConsoleActionMacLinux": "Открыть новый терминал",
"globalConsoleActionWin": "Открыть новую командную строку", "globalConsoleActionWin": "Открыть новую командную строку",
"scopedConsoleActionMacLinux": "Открыть в терминале", "scopedConsoleActionMacLinux": "Открыть в терминале",
"scopedConsoleActionWin": "Открыть в командной строке", "scopedConsoleActionWin": "Открыть в командной строке",
"terminal.external": "Настройки внешнего терминала.", "terminalConfigurationTitle": "Конфигурация внешнего терминала"
"terminal.external.linuxExec": "Настройка терминала, который будет запущен в Linux.",
"terminal.external.windowsExec": "Настройка терминала, который будет запущен в Windows.",
"terminalConfigurationTitle": "Конфигурация терминала"
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册