提交 c45e0a8f 编写于 作者: D Daniel Ye

2017-09-27. Merged in translations from Transifex.

上级 67174e8b
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 Grunt 失败,错误:{0}"
"execFailed": "在文件夹 {0} 中自动检测 Grunt 失败,错误: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 gulp 失败,错误:{0}"
"execFailed": "在文件夹 {0} 中自动检测 gulp 失败,错误: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "自动检测 Jake 失败,错误:{0}"
"execFailed": "在文件夹 {0} 中自动检测 Jake 失败,错误: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "无法加载“markdown.styles”:{0}"
"onPreviewStyleLoadError": "无法加载“markdown.styles”:{0}",
"previewTitle": "预览 {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "监视 - {0}",
"buildTscLabel": "构建 - {0}"
"buildTscLabel": "构建 - {0}",
"buildAndWatchTscLabel": "监视 - {0}"
}
\ No newline at end of file
......@@ -151,6 +151,10 @@
"mZoom": "缩放",
"mBringToFront": "全部置于顶层",
"miSwitchWindow": "切换窗口(&&W)...",
"mShowPreviousTab": "显示上一个选项卡",
"mShowNextTab": "显示下一个选项卡",
"mMoveTabToNewWindow": "移动标签页到新窗口",
"mMergeAllWindows": "合并所有窗口",
"miToggleDevTools": "切换开发人员工具(&&T)",
"miAccessibilityOptions": "辅助功能选项(&&O)",
"miReportIssues": "报告问题(&&I)",
......@@ -171,6 +175,8 @@
"miRunningTask": "显示正在运行的任务(&&G)...",
"miRestartTask": "重启正在运行的任务(&&E)...",
"miTerminateTask": "终止任务(&&T)...",
"miConfigureTask": "配置任务(&&C)...",
"miConfigureBuildTask": "配置默认生成任务(&&F)...",
"accessibilityOptionsWindowTitle": "辅助功能选项",
"miRestartToUpdate": "重启以更新...",
"miCheckingForUpdates": "正在检查更新...",
......
......@@ -17,6 +17,8 @@
"open": "打开",
"openFolder": "打开文件夹",
"openFile": "打开文件",
"workspaceOpenedMessage": "无法保存工作区“{0}”",
"workspaceOpenedDetail": "已在另一个窗口打开工作区。请先关闭该窗口,然后重试。",
"openWorkspace": "打开(&&O)...",
"openWorkspaceTitle": "打开工作区",
"save": "保存(&&S)",
......
......@@ -11,7 +11,7 @@
"lineHeight": "控制行高。使用 0 通过字号计算行高。",
"letterSpacing": "以像素为单位控制字符间距。",
"lineNumbers": "控制行号的显示。可能的值为“开”、“关”和“相对”。“相对”将显示从当前光标位置开始计数的行数。",
"rulers": "显示垂直标尺的列",
"rulers": "在一定数量的等宽字符后显示垂直标尺。输入多个值,显示多个标尺。若数组为空,则不绘制标尺。",
"wordSeparators": "执行文字相关的导航或操作时将用作文字分隔符的字符",
"tabSize": "一个制表符等于的空格数。该设置在 `editor.detectIndentation` 启用时根据文件内容进行重写。",
"tabSize.errorMessage": "应为“number”。注意,值“auto”已由“editor.detectIndentation”设置替换。",
......
......@@ -22,6 +22,8 @@
"errorBorder": "编辑器中错误波浪线的边框颜色。",
"warningForeground": "编辑器中警告波浪线的前景色。",
"warningBorder": "编辑器中警告波浪线的边框颜色。",
"infoForeground": "编辑器中信息波浪线的前景色。",
"infoBorder": "编辑器中信息波浪线的边框颜色。",
"overviewRulerRangeHighlight": "概述范围突出显示的标尺标记颜色。",
"overviewRuleError": "概述错误的标尺标记颜色。",
"overviewRuleWarning": "概述警告的标尺标记颜色。",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "转到上一个错误或警告",
"editorMarkerNavigationError": "编辑器标记导航小组件错误颜色。",
"editorMarkerNavigationWarning": "编辑器标记导航小组件警告颜色。",
"editorMarkerNavigationInfo": "编辑器标记导航小组件信息颜色。",
"editorMarkerNavigationBackground": "编辑器标记导航小组件背景色。"
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
"vscode.extension.contributes.menuItem.group": "此命令所属的组",
"vscode.extension.contributes.menus": "向编辑器提供菜单项",
"menus.commandPalette": "命令面板",
"menus.touchBar": "Multi-Touch Bar (仅 macOS)",
"menus.editorTitle": "编辑器标题菜单",
"menus.editorContext": "编辑器上下文菜单",
"menus.explorerContext": "文件资源管理器上下文菜单",
......
......@@ -6,6 +6,7 @@
{
"invalidManifest": "扩展无效: package.json 不是 JSON 文件。",
"restartCodeLocal": "请先重启 Code 再重新安装 {0}。",
"restartCodeGallery": "请先重启 Code 再重新安装。",
"uninstallDependeciesConfirmation": "要仅卸载“{0}”或者其依赖项也一起卸载?",
"uninstallOnly": "仅",
"uninstallAll": "全部",
......
......@@ -17,5 +17,6 @@
"save": "保存(&&S)",
"saveWorkspace": "保存工作区",
"openWorkspaceAction": "打开工作区...",
"openWorkspaceConfigFile": "打开工作区配置文件"
"openWorkspaceConfigFile": "打开工作区配置文件",
"workspaceFolderPickerPlaceholder": "选择工作区文件夹"
}
\ No newline at end of file
......@@ -6,6 +6,7 @@
{
"badgeTitle": "{0} - {1}",
"titleKeybinding": "{0} ({1})",
"removeFromActivityBar": "从活动栏中隐藏",
"keepInActivityBar": "保留活动栏",
"additionalViews": "其他视图",
"numberBadge": "{0} ({1})",
......
......@@ -35,6 +35,7 @@
"openPreviousEditorInGroup": "打开组中上一个编辑器",
"navigateNext": "前进",
"navigatePrevious": "后退",
"navigateLast": "转到最后",
"reopenClosedEditor": "重新打开已关闭的编辑器",
"clearRecentFiles": "清除最近打开",
"showEditorsInFirstGroup": "在第一组中显示编辑器",
......
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "按 Tab 移动焦点",
"screenReaderDetected": "检测到屏幕阅读器",
"screenReaderDetectedExtra": "如果你没有使用屏幕阅读器,请将设置中的“editor.accessibilitySupport”改为“off”。",
"disableTabMode": "禁用辅助功能模式",
"gotoLine": "转到行",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "通过编码重新打开",
"guessedEncoding": "通过内容猜测",
"pickEncodingForReopen": "选择文件编码以重新打开文件",
"pickEncodingForSave": "选择用于保存的文件编码"
"pickEncodingForSave": "选择用于保存的文件编码",
"screenReaderDetectedExplanation.question": "你在使用屏幕阅读器额来操作 VS Code 吗?",
"screenReaderDetectedExplanation.answerYes": "是",
"screenReaderDetectedExplanation.answerNo": "否",
"screenReaderDetectedExplanation.body1": "VS Code 已为屏幕阅读器的使用进行优化。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "从侧边栏中隐藏"
}
\ No newline at end of file
......@@ -42,5 +42,10 @@
"navigateUp": "导航到上方视图",
"navigateDown": "导航到下方视图",
"increaseViewSize": "增加当前视图大小",
"decreaseViewSize": "减小当前视图大小"
"decreaseViewSize": "减小当前视图大小",
"showPreviousTab": "显示上一个窗口选项卡",
"showNextWindowTab": "显示下一个窗口选项卡",
"moveWindowTabToNewWindow": "将窗口选项卡移动到新窗口",
"mergeAllWindowTabs": "合并所有窗口",
"toggleWindowTabsBar": "切换窗口选项卡栏"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "配置语言",
"displayLanguage": "定义 VSCode 的显示语言。",
"doc": "请参阅 {0},了解支持的语言列表。",
"restart": "更改此值需要重启 VSCode。",
"fail.createSettings": "无法创建“{0}”({1})。",
"JsonSchema.locale": "要使用的 UI 语言。"
}
\ No newline at end of file
......@@ -10,9 +10,13 @@
"workspaces": "工作区",
"developer": "开发者",
"showEditorTabs": "控制打开的编辑器是否显示在选项卡中。",
"workbench.editor.labelFormat.default": "显示文件名。当启用选项卡且在同一组内有两个相同名称的文件时,将添加每个文件路径中可以用于区分的部分。在选项卡被禁用且编辑器活动时,将显示相对于工作区根目录的路径。",
"workbench.editor.labelFormat.short": "在文件的目录名之后显示文件名。",
"workbench.editor.labelFormat.medium": "在文件相对当前工作空间根的路径之后显示文件名。",
"workbench.editor.labelFormat.long": "在文件的绝对路径之后显示文件名。",
"tabDescription": "控制编辑器标签的格式。修改这项设置会让文件的路径更容易理解:\n- short: \"parent\"\n- medium: \"workspace/src/parent\"\n- long: \"/home/user/workspace/src/parent\"\n- default: 当与另一选项卡标题相同时为 \".../parent\"。选项卡被禁用时则为相对工作区路径",
"editorTabCloseButton": "控制编辑器的选项卡关闭按钮的位置,或当设置为 \"off\" 时禁用关闭它们。",
"showIcons": "控制打开的编辑器是否随图标一起显示。这还需启用图标主题。",
"enablePreview": "控制打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,双击或编辑)。",
"enablePreviewFromQuickOpen": "控制 Quick Open 中打开的编辑器是否显示为预览。预览编辑器可以重新使用,直到将其保留(例如,通过双击或编辑)。",
"editorOpenPositioning": "控制打开编辑器的位置。选择“左侧”或“右侧”以在当前活动位置的左侧或右侧打开编辑器。选择“第一个”或“最后一个”以从当前活动位置独立打开编辑器。",
"revealIfOpen": "控制打开时编辑器是否显示在任何可见组中。如果禁用,编辑器会优先在当前活动编辑器组中打开。如果启用,会显示已打开的编辑器而不是在当前活动编辑器组中再次打开。请注意,有些情况下会忽略此设置,例如强制编辑器在特定组中或在当前活动组的边侧打开时。",
......
......@@ -36,5 +36,10 @@
"schema.indentationRules.unIndentedLinePattern": "如果某一行匹配此模式,那么不应更改此行的缩进,且不应针对其他规则对其进行计算。",
"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern 的正则表达式模式。",
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern 的正则表达式标志。",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。"
"schema.indentationRules.unIndentedLinePattern.errorMessage": "必须匹配模式“/^([gimuy]+)$/”。",
"schema.folding": "此语言的折叠设置。",
"schema.folding.offSide": "若一种语言使用缩进表示其代码块,它将遵循越位规则 (off-side rule)。若设置此项,空白行将属于其之后的代码块。",
"schema.folding.markers": "语言特定的折叠标记。例如,\"#region\"\"#endregion\"。开始与结束标记的正则表达式需设计得效率高,因其将对每一行的内容进行测试。",
"schema.folding.markers.start": "开始标记的正则表达式模式。其应以 \"^\" 开始。",
"schema.folding.markers.end": "结束标记的正则表达式模式。其应以 \"^\" 开始。"
}
\ No newline at end of file
......@@ -12,6 +12,7 @@
"breakpointRemoved": "已删除断点,行 {0},文件 {1}",
"compoundMustHaveConfigurations": "复合项必须拥有 \"configurations\" 属性集,才能启动多个配置。",
"configMissing": "\"launch.json\" 中缺少配置“{0}”。",
"debugRequestNotSupported": "不支持配置中的调试请求“{0}”",
"debugRequesMissing": "所选的启动配置缺少调试请求",
"debugTypeNotSupported": "配置的类型“{0}”不受支持。",
"debugTypeMissing": "所选的启动配置缺少属性 \"type\"。",
......
......@@ -29,6 +29,13 @@
"view id": "ID",
"view name": "名称",
"view location": "位置",
"colorThemes": "颜色主题 ({0})",
"iconThemes": "图标主题 ({0})",
"colors": "颜色 ({0})",
"colorId": "ID",
"defaultDark": "深色默认",
"defaultLight": "浅色默认",
"defaultHC": "高对比度默认",
"JSON Validation": "JSON 验证({0})",
"commands": "命令({0})",
"command name": "名称",
......
......@@ -53,6 +53,7 @@
"showAzureExtensionsShort": "Azure 扩展",
"OpenExtensionsFile.failed": "无法在 \".vscode\" 文件夹({0})内创建 \"extensions.json\" 文件。",
"configureWorkspaceRecommendedExtensions": "配置建议的扩展(工作区)",
"configureWorkspaceFolderRecommendedExtensions": "配置建议的扩展(工作区文件夹)",
"builtin": "内置",
"disableAll": "禁用所有已安装的扩展",
"disableAllWorkspace": "禁用此工作区的所有已安装的扩展",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "不再显示",
"close": "关闭",
"workspaceRecommended": "此工作区具有扩展建议。",
"ignoreExtensionRecommendations": "你是否要忽略所有推荐的扩展?",
"ignoreAll": "是,忽略全部",
"no": "否",
"cancel": "取消"
......
......@@ -10,10 +10,11 @@
"textFileEditor": "文本文件编辑器",
"binaryFileEditor": "二进制文件编辑器",
"filesConfigurationTitle": "文件",
"exclude": "配置 glob 模式以排除文件和文件夹。",
"files.exclude.boolean": "匹配文件路径所依据的 glob 模式。设置为 true 或 false 可启用或禁用该模式。",
"files.exclude.when": "对匹配文件的同级文件的其他检查。使用 $(basename) 作为匹配文件名的变量。",
"associations": "配置语言的文件关联(如: \"*.extension\": \"html\")。这些关联的优先级高于已安装语言的默认关联。",
"encoding": "读取和编写文件时使用的默认字符集编码。也可以根据语言配置此设置。",
"autoGuessEncoding": "如果启用,会在打开文件时尝试猜测字符集编码。也可以根据语言配置此设置。",
"eol": "默认行尾字符。使用 \\n 表示 LF,\\r\\n 表示 CRLF。",
"trimTrailingWhitespace": "启用后,将在保存文件时剪裁尾随空格。",
"insertFinalNewline": "启用后,保存文件时在文件末尾插入一个最终新行。",
......
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"dirtyFile": "1 个未保存的文件",
"dirtyFiles": "{0} 个未保存的文件"
}
\ No newline at end of file
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "检测到启动缓慢",
"slow.detail": "抱歉,出现了启动缓慢的情况。请重启“{0}”并启用分析,将分析文件与我们共享,我们会努力提高启动速度。",
"prof.message": "已成功创建描述文件。",
"prof.detail": "请创建问题并手动附加以下文件:\n{0}",
"prof.restartAndFileIssue": "创建问题并重启",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"scm providers": "源代码管理提供程序",
"commitMessage": "消息(按 {0} 提交)",
"installAdditionalSCMProviders": "安装其他 SCM 提供程序...",
"no open repo": "没有活动的源代码管理提供程序。",
"source control": "源代码管理",
"viewletTitle": "{0}: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"snippet.suggestions.label": "插入代码片段"
"snippet.suggestions.label": "插入代码片段",
"sep.userSnippet": "用户代码片段",
"sep.extSnippet": "扩展代码片段"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"vscode.extension.contributes.snippets": "添加代码段。",
"vscode.extension.contributes.snippets-language": "此代码片段参与的语言标识符。",
"vscode.extension.contributes.snippets-path": "代码片段文件的路径。该路径相对于扩展文件夹,通常以 \"./snippets/\" 开头。",
"badFile": "无法读取代码片段文件“{0}”。",
"badVariableUse": "“{0}”代码片段很可能混淆了片段变量和片段占位符。有关详细信息,请访问 https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax。",
"source.snippet": "用户代码片段",
"detail.snippet": "{0} ({1})",
......
......@@ -13,11 +13,13 @@
"manyMarkers": "99+",
"runningTasks": "显示运行中的任务",
"tasks": "任务",
"TaskSystem.noHotSwap": "在有活动任务运行时更换任务执行引擎需要重新加载窗口",
"TaskService.noBuildTask1": "未定义任何生成任务。使用 \"isBuildCommand\" 在 tasks.json 文件中标记任务。",
"TaskService.noBuildTask2": "未定义任何生成任务。在 tasks.json 文件中将任务标记为 \"build\" 组。",
"TaskService.noTestTask1": "未定义任何测试任务。使用 \"isTestCommand\" 在 tasks.json 文件中标记任务。",
"TaskService.noTestTask2": "未定义任何测试任务。在 tasks.json 文件中将任务标记为 \"test\" 组。",
"TaskServer.noTask": "未找到要执行的请求任务 {0}。",
"TaskService.associate": "相关",
"TaskService.attachProblemMatcher.continueWithout": "继续而不扫描任务输出",
"TaskService.attachProblemMatcher.never": "永不扫描任务输出",
"TaskService.attachProblemMatcher.learnMoreAbout": "了解有关扫描任务输出的详细信息",
......@@ -40,18 +42,32 @@
"recentlyUsed": "最近使用的任务",
"configured": "已配置的任务",
"detected": "检测到的任务",
"TaskService.notAgain": "不再显示",
"TaskService.ok": "确定",
"TaskService.pickRunTask": "选择要运行的任务",
"TaslService.noEntryToRun": "没有找到要运行的任务。配置任务...",
"TaskService.fetchingBuildTasks": "正在获取生成任务...",
"TaskService.pickBuildTask": "选择要运行的生成任务",
"TaskService.noBuildTask": "没有找到要运行的生成任务。配置任务...",
"TaskService.fetchingTestTasks": "正在获取测试任务...",
"TaskService.pickTestTask": "选择要运行的测试任务",
"TaskService.noTestTaskTerminal": "没有找到要运行的测试任务。配置任务...",
"TaskService.tastToTerminate": "选择要终止的任务",
"TaskService.noTaskRunning": "当前没有运行中的任务",
"TerminateAction.noProcess": "启动的进程不再存在。如果任务衍生的后台任务退出 VS Code,则可能会导致出现孤立的进程。",
"TerminateAction.failed": "未能终止运行中的任务",
"TaskService.tastToRestart": "选择要重启的任务",
"TaskService.noTaskToRestart": "没有要重启的任务",
"TaskService.template": "选择任务模板",
"TaskService.createJsonFile": "使用模板创建 tasks.json 文件",
"TaskService.openJsonFile": "打开 tasks.json 文件",
"TaskService.pickTask": "选择要配置的任务",
"TaskService.defaultBuildTaskExists": "{0} 已被标记为默认生成任务",
"TaskService.pickDefaultBuildTask": "选择要用作默认生成任务的任务",
"TaskService.defaultTestTaskExists": "{0} 已被标记为默认测试任务。",
"TaskService.pickDefaultTestTask": "选择要用作默认测试任务的任务",
"TaskService.pickShowTask": "选择要显示输出的任务",
"TaskService.noTaskIsRunning": "没有运行中的任务",
"ShowLogAction.label": "显示任务日志",
"RunTaskAction.label": "运行任务",
"RestartTaskAction.label": "重启正在运行的任务",
......
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"TerminalTaskSystem.unknownError": "在执行任务时发生未知错误。请参见任务输出日志了解详细信息。",
"dependencyFailed": "无法解析在工作区文件夹“{1}”中的依赖任务“{0}”",
"TerminalTaskSystem.terminalName": "任务 - {0}",
"reuseTerminal": "终端将被任务重用,按任意键关闭。",
"TerminalTaskSystem": "无法对 UNC 驱动器执行 shell 命令。",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "错误: 无效的 problemMatcher 引用: {0}\n",
"ConfigurationParser.noTaskType": "错误: 任务必须提供 type 属性。将忽略该任务。\n{0}\n",
"ConfigurationParser.noTypeDefinition": "错误: 没有注册任务类型“{0}”。你是不是忘记安装含有相应任务提供器的扩展?",
"ConfigurationParser.missingRequiredProperty": "错误: 任务配置“{0}”缺失必要属性“{1}”。将忽略该任务。",
"ConfigurationParser.notCustom": "错误: 任务未声明为自定义任务。将忽略配置。\n{0}\n",
"ConfigurationParser.noTaskName": "错误: 任务必须提供 taskName 属性。将忽略该任务。\n{0}\n",
"taskConfiguration.shellArgs": "警告: 任务“{0}”是 shell 命令,该命令的名称或其中一个参数具有非转义空格。若要确保命令行引用正确,请将参数合并到该命令。",
......
......@@ -38,5 +38,6 @@
"workbench.action.terminal.focusFindWidget": "聚焦于查找小组件",
"workbench.action.terminal.hideFindWidget": "隐藏查找小组件",
"nextTerminalFindTerm": "显示下一个搜索结果",
"previousTerminalFindTerm": "显示上一个搜索结果"
"previousTerminalFindTerm": "显示上一个搜索结果",
"quickOpenTerm": "切换活动终端"
}
\ No newline at end of file
......@@ -8,5 +8,6 @@
"terminal.foreground": "终端的前景颜色。",
"terminalCursor.foreground": "终端光标的前景色。",
"terminalCursor.background": "终端光标的背景色。允许自定义被 block 光标遮住的字符的颜色。",
"terminal.selectionBackground": "终端选中内容的背景颜色。",
"terminal.ansiColor": "终端中的 ANSI 颜色“{0}”。"
}
\ No newline at end of file
......@@ -10,6 +10,7 @@
"welcomePage.newFile": "新建文件",
"welcomePage.openFolder": "打开文件夹...",
"welcomePage.cloneGitRepository": "克隆 Git 存储库...",
"welcomePage.addWorkspaceFolder": "添加工作区文件夹...",
"welcomePage.recent": "最近",
"welcomePage.moreRecent": "更多...",
"welcomePage.noRecentFolders": "无最近使用文件夹",
......
......@@ -13,6 +13,11 @@
"invalid.title": "configuration.title 必须是字符串",
"vscode.extension.contributes.defaultConfiguration": "按语言提供默认编辑器配置设置。",
"invalid.properties": "configuration.properties 必须是对象",
"invalid.allOf": "\"configuration.allOf\" 已被弃用且不应被使用。你可以将多个配置单元作为数组传递给 \"configuration\" 参与点。",
"workspaceConfig.folders.description": "将载入到工作区的文件夹列表。",
"workspaceConfig.path.description": "文件路径。例如 \"/root/folderA\"\"./folderA\"。后者表示根据工作区文件位置进行解析的相对路径。",
"workspaceConfig.settings.description": "工作区设置"
"workspaceConfig.name.description": "文件夹的可选名称。",
"workspaceConfig.uri.description": "文件夹的 URI",
"workspaceConfig.settings.description": "工作区设置",
"workspaceConfig.extensions.description": "工作区扩展"
}
\ No newline at end of file
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "打开设置",
"close": "关闭",
"saveAndRetry": "保存设置并重试",
"open": "打开设置",
"errorUnknownKey": "没有注册配置 {1},因此无法写入 {0}。",
"errorInvalidFolderConfiguration": "{0} 不支持文件夹资源域,因此无法写入\"文件夹设置\"。",
"errorInvalidUserTarget": "{0} 不支持全局域,因此无法写入\"用户设置\"。",
"errorInvalidFolderTarget": "未提供资源,因此无法写入\"文件夹设置\"。",
"errorNoWorkspaceOpened": "没有打开任何工作区,因此无法写入 {0}。请先打开一个工作区,然后重试。",
"errorInvalidConfiguration": "无法写入设置。请打开 **用户设置** 更正文件中的错误/警告,然后重试。",
"errorInvalidConfigurationWorkspace": "无法写入设置。请打开 **工作区设置** 更正文件中的错误/警告,然后重试。",
"errorConfigurationFileDirty": "文件已变更,因此无法写入设置。请先保存 **用户设置** 文件,然后重试。",
"errorConfigurationFileDirtyWorkspace": "文件已变更,因此无法写入设置。请先保存 **工作区设置** 文件,然后重试。",
"userTarget": "用户设置",
"workspaceTarget": "工作区设置",
"folderTarget": "文件夹设置"
......
......@@ -5,10 +5,12 @@
// Do not edit this file. It is machine generated.
{
"fileInvalidPath": "无效的文件资源({0})",
"fileIsDirectoryError": "文件是目录",
"fileNotModifiedError": "自以下时间未修改的文件:",
"fileTooLargeError": "文件太大,无法打开",
"fileBinaryError": "文件似乎是二进制文件,无法作为文档打开",
"fileNotFoundError": "找不到文件({0})",
"fileExists": "已存在要创建的文件 ({0})",
"fileMoveConflict": "无法移动/复制。文件已存在于目标位置。",
"unableToMoveCopyError": "无法移动/复制。文件将替换其所在的文件夹。",
"foldersCopyError": "无法将文件夹复制到工作区中。请选择单独的文件来进行复制。",
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Grunt 的自動偵測失敗。錯誤: {0}"
"execFailed": "Grunt 在資料夾 {0} 的自動偵測失敗。錯誤: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Gulp 的自動偵測失敗。錯誤: {0}"
"execFailed": "Gulp 在資料夾 {0} 的自動偵測失敗。錯誤: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Jake 的自動偵測失敗。錯誤: {0}"
"execFailed": "Jake 在資料夾 {0} 的自動偵測失敗。錯誤: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "無法載入 ‘markdown.style' 樣式:{0}"
"onPreviewStyleLoadError": "無法載入 ‘markdown.style' 樣式:{0}",
"previewTitle": "預覽 [0]"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "監看 - {0}",
"buildTscLabel": "建置 - {0}"
"buildTscLabel": "建置 - {0}",
"buildAndWatchTscLabel": "監看 - {0}"
}
\ No newline at end of file
......@@ -151,6 +151,10 @@
"mZoom": "縮放",
"mBringToFront": "全部提到最上層",
"miSwitchWindow": "切換視窗(&&W)",
"mShowPreviousTab": "顯示上一個頁籤",
"mShowNextTab": "顯示下一個頁籤",
"mMoveTabToNewWindow": "移動頁籤至新視窗",
"mMergeAllWindows": "合併所有視窗",
"miToggleDevTools": "切換開發人員工具(&&T)",
"miAccessibilityOptions": "協助工具選項(&&O)",
"miReportIssues": "回報問題(&&I)",
......@@ -171,6 +175,8 @@
"miRunningTask": "顯示執行中的工作(&&G)...",
"miRestartTask": "重新開始執行工作(&&E)...",
"miTerminateTask": "終止工作(&&T)...",
"miConfigureTask": "設定工作(&&C)",
"miConfigureBuildTask": "設定預設建置工作(&&F)...",
"accessibilityOptionsWindowTitle": "協助工具選項",
"miRestartToUpdate": "重新啟動以更新...",
"miCheckingForUpdates": "正在查看是否有更新...",
......
......@@ -17,6 +17,8 @@
"open": "開啟",
"openFolder": "開啟資料夾",
"openFile": "開啟檔案",
"workspaceOpenedMessage": "無法儲存工作區 '{0}'",
"workspaceOpenedDetail": "此工作區已在其他視窗中開啟。請先關閉該視窗再重試一次。",
"openWorkspace": "開啟(&&O)...",
"openWorkspaceTitle": "開啟工作區",
"save": "儲存(&&S)",
......
......@@ -11,7 +11,6 @@
"lineHeight": "控制行高。使用 0 會從 fontSize 計算 lineHeight。",
"letterSpacing": "控制字元間距 (以像素為單位)",
"lineNumbers": "控制行號顯示。可能的值有 'on'、'off' 及 'relative'。'relative' 會從目前的資料指標位置顯示行數。",
"rulers": "要在其中顯示垂直尺規的資料行",
"wordSeparators": "執行文字相關導覽或作業時將作為文字分隔符號的字元",
"tabSize": "與 Tab 相等的空格數量。當 `editor.detectIndentation` 已開啟時,會根據檔案內容覆寫此設定。",
"tabSize.errorMessage": "必須是 'number'。請注意,值 \"auto\" 已由 `editor.detectIndentation` 設定取代。",
......
......@@ -22,6 +22,8 @@
"errorBorder": "編輯器內錯誤提示線的邊框色彩.",
"warningForeground": "編輯器內警告提示線的前景色彩.",
"warningBorder": "編輯器內警告提示線的邊框色彩.",
"infoForeground": "編輯器內資訊提示線的前景色彩",
"infoBorder": "編輯器內資訊提示線的邊框色彩",
"overviewRulerRangeHighlight": "範圍醒目提示的概觀尺規標記色彩。",
"overviewRuleError": "錯誤的概觀尺規標記色彩。",
"overviewRuleWarning": "警示的概觀尺規標記色彩。",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "移至上一個錯誤或警告",
"editorMarkerNavigationError": "編輯器標記導覽小工具錯誤的色彩。",
"editorMarkerNavigationWarning": "編輯器標記導覽小工具警告的色彩。",
"editorMarkerNavigationInfo": "編輯器標記導覽小工具資訊的色彩",
"editorMarkerNavigationBackground": "編輯器標記導覽小工具的背景。"
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
"vscode.extension.contributes.menuItem.group": "此命令所屬群組",
"vscode.extension.contributes.menus": "將功能表項目提供給編輯器",
"menus.commandPalette": "命令選擇區",
"menus.touchBar": "Touch Bar (macOS)",
"menus.editorTitle": "編輯器標題功能表",
"menus.editorContext": "編輯器操作功能表",
"menus.explorerContext": "檔案總管操作功能表",
......
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "用 Tab 鍵移動焦點",
"screenReaderDetected": "偵測到螢幕助讀程式",
"screenReaderDetectedExtra": "若您不打算使用螢幕助讀程式,請將設定 `editor.accessibilitySupport` 變更為 \"off\"。",
"disableTabMode": "停用協助工具模式",
"gotoLine": "移至行",
......@@ -47,5 +46,7 @@
"reopenWithEncoding": "以編碼重新開啟",
"guessedEncoding": "已從內容猜測",
"pickEncodingForReopen": "選取檔案的編碼以重新開啟檔案",
"pickEncodingForSave": "選取用來儲存的檔案編碼"
"pickEncodingForSave": "選取用來儲存的檔案編碼",
"screenReaderDetectedExplanation.answerYes": "是",
"screenReaderDetectedExplanation.answerNo": "否"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "從提要欄位隱藏"
}
\ No newline at end of file
......@@ -42,5 +42,8 @@
"navigateUp": "導覽至 [檢視上方]",
"navigateDown": "導覽至 [檢視下方]",
"increaseViewSize": "增加目前的檢視大小",
"decreaseViewSize": "縮小目前的檢視大小"
"decreaseViewSize": "縮小目前的檢視大小",
"showPreviousTab": "顯示前一個視窗索引標籤",
"showNextWindowTab": "顯示下一個視窗索引標籤",
"mergeAllWindowTabs": "合併所有視窗"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "設定語言",
"displayLanguage": "定義 VSCode 的顯示語言。",
"doc": "如需支援的語言清單,請參閱 {0}。",
"restart": "改變設定值後需要重新啟動 VSCode.",
"fail.createSettings": "無法建立 '{0}' ({1})。",
"JsonSchema.locale": "要使用的 UI 語言。"
}
\ No newline at end of file
......@@ -10,9 +10,9 @@
"workspaces": "工作區",
"developer": "開發人員",
"showEditorTabs": "控制已開啟的編輯器是否應顯示在索引標籤中。",
"workbench.editor.labelFormat.default": "顯示檔案名稱。當啟用頁籤且有兩個相同名稱的檔案在同一個群組時,各檔案的路徑會被加入以分辨區隔。當取消頁籤時,在使用中的編輯器會顯示與工作區根目錄的相對路徑。",
"editorTabCloseButton": "控制編輯器的索引標籤關閉按鈕位置,或在設為 'off' 時將其停用。",
"showIcons": "控制開啟的編輯器是否搭配圖示顯示。這需要同時啟用圖示佈景主題。",
"enablePreview": "控制已開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"enablePreviewFromQuickOpen": "控制透過 Quick Open 所開啟的編輯器是否顯示為預覽。預覽編輯器會重複使用到被保留 (例如按兩下或進行編輯) 為止。",
"editorOpenPositioning": "控制要在何處開啟編輯器。選取 [左] 或 [右] 在目前使用中編輯器的左側或右側開啟編輯器。選取 [先] 或 [後] 從目前使用中編輯器另外開啟編輯器。",
"revealIfOpen": "控制編輯器是否要在任何顯示的群組開啟時,在其中顯示。若啟用此選項,已經開啟的編輯器將會繼續顯示,而不會在目前使用中的編輯器群組中再開啟一次。請注意,有一些情況會忽略此設定,例如當強制編輯器在特定群組中開啟,或強制編輯器在目前使用中的群組旁開啟等情況。",
......
......@@ -36,5 +36,6 @@
"schema.indentationRules.unIndentedLinePattern": "若有符合此模式的行,則不應該變更其縮排,並且不使用其他規則比對。",
"schema.indentationRules.unIndentedLinePattern.pattern": "適用於 unIndentedLinePattern 的 RegExp 模式。",
"schema.indentationRules.unIndentedLinePattern.flags": "適用於 unIndentedLinePattern 的 RegExp 旗標。",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`"
"schema.indentationRules.unIndentedLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`",
"schema.folding": "語言的摺疊設定。"
}
\ No newline at end of file
......@@ -9,7 +9,6 @@
"neverShowAgain": "不要再顯示",
"close": "關閉",
"workspaceRecommended": "此工作區具有擴充功能建議。",
"ignoreExtensionRecommendations": "是否略過所有建議的擴充功能?",
"ignoreAll": "是,略過全部",
"no": "否",
"cancel": "取消"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "文字檔編輯器",
"binaryFileEditor": "二進位檔案編輯器",
"filesConfigurationTitle": "檔案",
"exclude": "設定 Glob 模式可包含檔案及資料夾。",
"files.exclude.boolean": "要符合檔案路徑的 Glob 模式。設為 True 或 False 可啟用或停用模式。",
"files.exclude.when": "在相符檔案同層級上額外的檢查。請使用 $(basename) 作為相符檔案名稱的變數。",
"associations": "將檔案關聯設定為語言 (例如 \"*.extension\": \"html\")。這些語言優先於已安裝語言的預設關聯。",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "偵測到啟動速度慢",
"slow.detail": "抱歉! 先前的啟動速度過慢。請重新啟動 '{0}' 並啟用剖析功能,同時將設定檔提供給我們,我們將努力提升啟動的品質。",
"prof.message": "已成功建立設定檔。",
"prof.detail": "請建立問題,並手動附加下列檔案:\n{0}",
"prof.restartAndFileIssue": "建立問題並重新啟動",
......
......@@ -40,6 +40,8 @@
"recentlyUsed": "最近使用的工作",
"configured": "設定的工作",
"detected": "偵測到的工作",
"TaskService.notAgain": "不要再顯示",
"TaskService.ok": "確定",
"TaskService.fetchingBuildTasks": "正在擷取組建工作...",
"TaskService.pickBuildTask": "請選取要執行的組建工作",
"TaskService.fetchingTestTasks": "正在擷取測試工作...",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "開啟設定",
"close": "關閉",
"saveAndRetry": "儲存設定並重啟",
"open": "開啟設定",
"errorUnknownKey": "因為 {1} 非已註冊的組態,所以無法寫入至 {0}。",
"errorInvalidFolderConfiguration": "因為 {0} 不支援資料夾資源範圍,所以無法寫入至資料夾設定。",
"errorInvalidUserTarget": "因為 {0} 不支援全域範圍,所以無法寫入至使用者設定。",
"errorInvalidFolderTarget": "因為未提供資源,所以無法寫入至資料夾設定。",
"errorNoWorkspaceOpened": "因為未開啟工作區,所以無法寫入至 {0}。請先開啟工作區,再試一次。",
"errorInvalidConfiguration": "無法寫入設定.請開啟**使用者設定**並修正錯誤/警告後再試一次.",
"errorInvalidConfigurationWorkspace": "無法寫入設定.請開啟**工作區設定**並修正檔案中的錯誤/警告後再試一次.",
"errorConfigurationFileDirty": "無法寫入設定,因為檔案已變更.請儲存**使用者設定**後再試一次",
"errorConfigurationFileDirtyWorkspace": "無法寫入設定,因檔案已變更.請儲存**工作區設定**後再試一次.",
"userTarget": "使用者設定",
"workspaceTarget": "工作區設定",
"folderTarget": "資料夾設定"
......
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Fehler bei der automatischen Grunt-Erkennung. Fehlermeldung: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Fehler bei der automatischen Gulp-Erkennung. Fehlermeldung: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Fehler bei der automatischen Jake-Erkennung. Fehlermeldung: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "Überwachen – {0}",
"buildTscLabel": "Erstellen – {0}"
"buildTscLabel": "Erstellen – {0}",
"buildAndWatchTscLabel": "Überwachen – {0}"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"lineHeight": "Steuert die Zeilenhöhe. Verwenden Sie 0, um LineHeight aus der FontSize-Angabe zu berechnen.",
"letterSpacing": "Steuert den Zeichenabstand in Pixeln.",
"lineNumbers": "Steuert die Anzeige von Zeilennummern. Mögliche Werte sind \"Ein\", \"Aus\" und \"Relativ\". \"Relativ\" zeigt die Zeilenanzahl ab der aktuellen Cursorposition.",
"rulers": "Spalten, an denen vertikale Lineale angezeigt werden sollen",
"rulers": "Vertikale Linien nach einer bestimmten Anzahl von Monospace Zeichen zeichnen. Verwenden Sie mehrere Werte für mehrere Linien. Keine Linie wird gezeichnet, wenn das Array leer ist.",
"wordSeparators": "Zeichen, die als Worttrennzeichen verwendet werden, wenn wortbezogene Navigationen oder Vorgänge ausgeführt werden.",
"tabSize": "Die Anzahl der Leerzeichen, denen ein Tabstopp entspricht. Diese Einstellung wird basierend auf dem Inhalt der Datei überschrieben, wenn \"editor.detectIndentation\" aktiviert ist.",
"tabSize.errorMessage": "\"number\" wurde erwartet. Beachten Sie, dass der Wert \"auto\" durch die Einstellung \"editor.detectIndentation\" ersetzt wurde.",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Rahmenfarbe von Fehlerunterstreichungen im Editor.",
"warningForeground": "Vordergrundfarbe von Warnungsunterstreichungen im Editor.",
"warningBorder": "Rahmenfarbe von Warnungsunterstreichungen im Editor.",
"infoForeground": "Vordergrundfarbe von Informationsunterstreichungen im Editor.",
"infoBorder": "Rahmenfarbe von Informationsunterstreichungen im Editor.",
"overviewRulerRangeHighlight": "Übersichtslineal-Markierungsfarbe für Bereichshervorhebungen.",
"overviewRuleError": "Übersichtslineal-Markierungsfarbe für Fehler.",
"overviewRuleWarning": "Übersichtslineal-Markierungsfarbe für Warnungen.",
......
......@@ -13,6 +13,7 @@
"vscode.extension.contributes.menuItem.group": "Die Gruppe, zu der dieser Befehl gehört.",
"vscode.extension.contributes.menus": "Trägt Menüelemente zum Editor bei.",
"menus.commandPalette": "Die Befehlspalette ",
"menus.touchBar": "Die Touch Bar (nur macOS)",
"menus.editorTitle": "Das Editor-Titelmenü.",
"menus.editorContext": "Das Editor-Kontextmenü.",
"menus.explorerContext": "Das Kontextmenü des Datei-Explorers.",
......
......@@ -13,6 +13,7 @@
"contributes.defaults.highContrast": "Die Standardfarbe für Themen mit hohem Kontrast. Entweder eine Farbe als Hex-Code (#RRGGBB[AA]) oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.",
"invalid.colorConfiguration": "\"configuration.colors\" muss ein Array sein.",
"invalid.default.colorType": "{0} muss entweder eine Farbe als Hex-Code (#RRGGBB[AA] oder #RGB[A]) sein oder der Bezeichner einer verwendbaren Farbe, der eine Standardeinstellung bereitstellt.",
"invalid.id": "\"configuration.colors.id\" muss definiert und nicht leer sein",
"invalid.id.format": "\"configuration.colors.id\" muss auf das Wort[.word]* folgen",
"invalid.defaults": "\"configuration.colors.defaults\" muss definiert sein, und \"light\", \"dark\" und \"highContrast\" enthalten"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "TAB-TASTE verschiebt Fokus",
"screenReaderDetected": "Sprachausgabe erkannt",
"screenReaderDetectedExtra": "Wenn Sie keine Sprachausgabe verwenden, ändern Sie die Einstellung \"editor.accessibilitySupport\" in \"Aus\".",
"disableTabMode": "Barrierefreiheitsmodus deaktivieren",
"gotoLine": "Gehe zu Zeile",
......@@ -47,5 +46,7 @@
"reopenWithEncoding": "Mit Codierung erneut öffnen",
"guessedEncoding": "Vom Inhalt abgeleitet",
"pickEncodingForReopen": "Dateicodierung zum erneuten Öffnen der Datei auswählen",
"pickEncodingForSave": "Dateicodierung auswählen, mit der gespeichert werden soll"
"pickEncodingForSave": "Dateicodierung auswählen, mit der gespeichert werden soll",
"screenReaderDetectedExplanation.answerYes": "Ja",
"screenReaderDetectedExplanation.answerNo": "Nein"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Auf Randleiste ausblenden"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Sprache konfigurieren",
"displayLanguage": "Definiert die Anzeigesprache von VSCode.",
"doc": "Unter {0} finden Sie eine Liste der unterstützten Sprachen.",
"restart": "Das Ändern dieses Wertes erfordert einen Neustart von VSCode.",
"fail.createSettings": "{0} ({1}) kann nicht erstellt werden.",
"JsonSchema.locale": "Die zu verwendende Sprache der Benutzeroberfläche."
}
\ No newline at end of file
......@@ -13,7 +13,6 @@
"workbench.editor.labelFormat.short": "Den Namen der Datei anzeigen, gefolgt von dessen Verzeichnisnamen.",
"editorTabCloseButton": "Steuert die Position der Schließen-Schaltflächen der Editor-Registerkarten oder deaktiviert sie bei der Einstellung \"off\".",
"showIcons": "Steuert, ob geöffnete Editoren mit einem Symbol angezeigt werden sollen. Hierzu muss auch ein Symboldesign aktiviert werden.",
"enablePreview": "Steuert, ob geöffnete Editoren als Vorschau angezeigt werden. Vorschau-Editoren werden wiederverwendet, bis sie gespeichert werden (z. B. über Doppelklicken oder Bearbeiten).",
"enablePreviewFromQuickOpen": "Steuert, ob geöffnete Editoren aus Quick Open als Vorschau angezeigt werden. Vorschau-Editoren werden wiederverwendet, bis sie gespeichert werden (z. B. über Doppelklicken oder Bearbeiten).",
"editorOpenPositioning": "Steuert, wo Editoren geöffnet werden. Wählen Sie \"Links\" oder \"Rechts\" aus, um Editoren links oder rechts vom aktuellen aktiven Editor zu öffnen. Wählen Sie \"Erster\" oder \"Letzter\" aus, um Editoren unabhängig vom aktuell aktiven Editor zu öffnen.",
"revealIfOpen": "Steuert, ob ein geöffneter Editor in einer der sichtbaren Gruppen angezeigt wird. Ist diese Option deaktiviert, wird ein Editor vorzugsweise in der aktuell aktiven Editorgruppe geöffnet. Ist diese Option aktiviert, wird ein bereits geöffneter Editor angezeigt und nicht in der aktuell aktiven Editorgruppe erneut geöffnet. In einigen Fällen wird diese Einstellung ignoriert, z. B. wenn das Öffnen eines Editors in einer bestimmten Gruppe oder neben der aktuell aktiven Gruppe erzwungen wird.",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "Nicht mehr anzeigen",
"close": "Schließen",
"workspaceRecommended": "Für diesen Arbeitsbereich sind Erweiterungsempfehlungen verfügbar.",
"ignoreExtensionRecommendations": "Möchten Sie alle Erweiterungsempfehlungen ignorieren?",
"ignoreAll": "Ja, alles ignorieren",
"no": "Nein",
"cancel": "Abbrechen"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Textdatei-Editor",
"binaryFileEditor": "Binärdatei-Editor",
"filesConfigurationTitle": "Dateien",
"exclude": "Konfiguriert die Globmuster zum Ausschließen von Dateien und Ordnern.",
"files.exclude.boolean": "Das Globmuster, mit dem Dateipfade verglichen werden sollen. Legen Sie diesen Wert auf \"true\" oder \"false\" fest, um das Muster zu aktivieren bzw. zu deaktivieren.",
"files.exclude.when": "Zusätzliche Überprüfung der gleichgeordneten Elemente einer entsprechenden Datei. Verwenden Sie \"$(basename)\" als Variable für den entsprechenden Dateinamen.",
"associations": "Konfigurieren Sie Dateizuordnungen zu Sprachen (beispielsweise \"*.extension\": \"html\"). Diese besitzen Vorrang vor den Standardzuordnungen der installierten Sprachen.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Langsamer Start erkannt",
"slow.detail": "Es tut uns leid, dass Ihr Start so langsam war. Starten Sie \"{0}\" mit aktivierter Profilerstellung neu, geben Sie die Profile für uns frei, und wir tun unser Bestes, damit der Start bald wieder perfekt funktioniert.",
"prof.message": "Profile wurden erfolgreich erstellt.",
"prof.detail": "Erstellen Sie ein Problem, und fügen Sie die folgenden Dateien manuell an:\n{0}",
"prof.restartAndFileIssue": "Problem erstellen und neu starten",
......
......@@ -40,6 +40,8 @@
"recentlyUsed": "zuletzt verwendete Aufgaben",
"configured": "konfigurierte Aufgaben",
"detected": "erkannte Aufgaben",
"TaskService.notAgain": "Nicht mehr anzeigen",
"TaskService.ok": "OK",
"TaskService.fetchingBuildTasks": "Buildaufgaben werden abgerufen...",
"TaskService.pickBuildTask": "Auszuführende Buildaufgabe auswählen",
"TaskService.fetchingTestTasks": "Testaufgaben werden abgerufen...",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Einstellungen öffnen",
"close": "Schließen",
"saveAndRetry": "Änderungen Speichern und Wiederholen",
"open": "Einstellungen öffnen",
"errorUnknownKey": "In {0} kann nicht geschrieben werden, weil {1} keine registrierte Konfiguration ist.",
"errorInvalidFolderConfiguration": "In die Ordnereinstellungen kann nicht geschrieben werden, weil {0} den Gültigkeitsbereich für Ordnerressourcen nicht unterstützt.",
"errorInvalidUserTarget": "In die Benutzereinstellungen kann nicht geschrieben werden, weil {0} den globalen Gültigkeitsbereich nicht unterstützt.",
"errorInvalidFolderTarget": "In die Ordnereinstellungen kann nicht geschrieben werden, weil keine Ressource angegeben ist.",
"errorNoWorkspaceOpened": "In {0} kann nicht geschrieben werden, weil kein Arbeitsbereich geöffnet ist. Öffnen Sie zuerst einen Arbeitsbereich, und versuchen Sie es noch mal.",
"errorInvalidConfiguration": "In die Einstellungen kann nicht geschrieben werden. Öffnen Sie **Benutzereinstellungen**, um Fehler/Warnungen in der Datei zu korrigieren, und versuchen Sie es noch mal.",
"errorInvalidConfigurationWorkspace": "In die Einstellungen kann nicht geschrieben werden. Öffnen Sie die **Arbeitsbereichseinstellungen**, um Fehler/Warnungen in der Datei zu korrigieren, und versuchen Sie es noch mal.",
"errorConfigurationFileDirty": "In die Einstellungen kann nicht geschrieben werden, weil die Datei geändert wurde. Speichern Sie die Datei **Benutzereinstellungen**, und versuchen Sie es noch mal.",
"errorConfigurationFileDirtyWorkspace": "In die Einstellungen kann nicht geschrieben werden, weil die Datei geändert wurde. Speichern Sie die Datei **Arbeitsbereichseinstellungen**, und versuchen Sie es noch mal.",
"userTarget": "Benutzereinstellungen",
"workspaceTarget": "Arbeitsbereichseinstellungen",
"folderTarget": "Ordnereinstellungen"
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "La autodetección de Grunt falló con el error: {0}"
"execFailed": "La detección automática de Grunt para la carpeta {0} falló con el error: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Detección automática gulp Error {0}"
"execFailed": "La detección automática de gulp para la carpeta {0} falló con el error: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "La detección automática de Jake falló con el error: {0}"
"execFailed": "La detección automática de Jake para la carpeta {0} falló con el error: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}"
"onPreviewStyleLoadError": "No se pudo cargar 'markdown.styles': {0}",
"previewTitle": "Vista Previa {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "seguir - {0}",
"buildTscLabel": "construir - {0}"
"buildTscLabel": "construir - {0}",
"buildAndWatchTscLabel": "seguir - {0}"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"lineHeight": "Controla la altura de línea. Utilice 0 para calcular el valor de lineHeight a partir de fontSize.",
"letterSpacing": "Controla el espacio entre letras en pixels.",
"lineNumbers": "Controla la presentación de los números de línea. Los valores posibles son \"on\", \"off\" y \"relative\". \"relative\" muestra el número de líneas desde la posición actual del cursor.",
"rulers": "Columnas en las que mostrar reglas verticales",
"rulers": "Representar reglas verticales después de un cierto número de caracteres monoespacio. Usar multiples valores para multiples reglas. No se dibuja ninguna regla si la matriz esta vacía.",
"wordSeparators": "Caracteres que se usarán como separadores de palabras al realizar operaciones o navegaciones relacionadas con palabras.",
"tabSize": "El número de espacios a los que equivale una tabulación. Este valor se invalida según el contenido del archivo cuando `editor.detectIndentation` está activado.",
"tabSize.errorMessage": "Se esperaba \"number\". Tenga en cuenta que el ajuste \"editor.detectIndentation\" ha reemplazado al valor \"auto\".",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Color de borde de squigglies de error en el editor.",
"warningForeground": "Color de primer plano de squigglies de advertencia en el editor.",
"warningBorder": "Color de borde de squigglies de advertencia en el editor.",
"infoForeground": "Color de primer plano de los subrayados ondulados informativos en el editor.",
"infoBorder": "Color del borde de los subrayados ondulados informativos en el editor.",
"overviewRulerRangeHighlight": "Color de marcador de regla de información general para intervalos resaltados.",
"overviewRuleError": "Color de marcador de regla de información general para errores. ",
"overviewRuleWarning": "Color de marcador de regla de información general para advertencias.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Ir al error o la advertencia anterior",
"editorMarkerNavigationError": "Color de los errores del widget de navegación de marcadores del editor.",
"editorMarkerNavigationWarning": "Color de las advertencias del widget de navegación de marcadores del editor.",
"editorMarkerNavigationInfo": "Color del widget informativo marcador de navegación en el editor.",
"editorMarkerNavigationBackground": "Fondo del widget de navegación de marcadores del editor."
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tabulación Mueve el Foco",
"screenReaderDetected": "Lector de Pantalla Detectado",
"screenReaderDetectedExtra": "Si no va a usar un lector de pantalla, cambie el valor de configuración \"editor.accessibilitySupport\" a \"desactivado\".",
"disableTabMode": "Deshabilitar modo de accesibilidad",
"gotoLine": "Ir a la línea",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "Volver a abrir con Encoding",
"guessedEncoding": "Adivinado por el contenido",
"pickEncodingForReopen": "Seleccionar codificación de archivo para reabrir archivo",
"pickEncodingForSave": "Seleccionar codificación de archivo para guardar"
"pickEncodingForSave": "Seleccionar codificación de archivo para guardar",
"screenReaderDetectedExplanation.question": "¿Está usando un lector de pantalla con VS Code?",
"screenReaderDetectedExplanation.answerYes": "Sí",
"screenReaderDetectedExplanation.answerNo": "No",
"screenReaderDetectedExplanation.body1": "VS Code se ha optimizado para ser utilizado con un lector de pantalla"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Ocultar en la barra lateral"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Configurar idioma",
"displayLanguage": "Define el lenguaje para mostrar de VSCode.",
"doc": "Consulte {0} para obtener una lista de idiomas compatibles.",
"restart": "Al cambiar el valor se requiere reiniciar VSCode.",
"fail.createSettings": "No se puede crear '{0}' ({1}).",
"JsonSchema.locale": "Idioma de la interfaz de usuario que debe usarse."
}
\ No newline at end of file
......@@ -17,7 +17,6 @@
"tabDescription": "Controla el formato de la etiqueta para un editor. Modificar este ajuste puede hacer, por ejemplo, que sea más fácil entender la ubicación de un archivo: - corta: 'parent' - media: 'workspace/src/parent' - larga: '/home/user/workspace/src/parect' - por defecto: '.../parent', cuando otra pestaña comparte el mismo título, o la ruta de acceso relativa del espacio de trabajo si las pestañas están deshabilitadas",
"editorTabCloseButton": "Controla la posición de los botones de cierre de pestañas del editor o los deshabilita si se establece en \"off\".",
"showIcons": "Controla si los editores abiertos deben mostrarse o no con un icono. Requiere que también se habilite un tema de icono.",
"enablePreview": "Controla si los editores abiertos se muestran en vista previa. Los editores en vista previa se reutilizan hasta que se guardan (por ejemplo, mediante doble clic o editándolos).",
"enablePreviewFromQuickOpen": "Controla si los editores abiertos mediante Quick Open se muestran en modo de vista previa. Los editores en modo de vista previa se reutilizan hasta que se conservan (por ejemplo, mediante doble clic o editándolos).",
"editorOpenPositioning": "Controla dónde se abren los editores. Seleccione 'izquierda' o 'derecha' para abrir los editores situados a la izquierda o la derecha del que está actualmente activo. Seleccione 'primero' o 'último' para abrir los editores con independencia del que esté actualmente activo.",
"revealIfOpen": "Controla si un editor se muestra en alguno de los grupos visibles cuando se abre. Si se deshabilita esta opción, un editor preferirá abrirse en el grupo de editores activo en ese momento. Si se habilita, un editor ya abierto se mostrará en lugar de volver a abrirse en el grupo de editores activo. Tenga en cuenta que hay casos en los que esta opción se omite; por ejemplo, cuando se fuerza la apertura de un editor en un grupo específico o junto al grupo activo actual.",
......
......@@ -38,5 +38,7 @@
"schema.indentationRules.unIndentedLinePattern.flags": "Las marcas de RegExp para unIndentedLinePattern.",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "Debe coincidir con el patrón `/^([gimuy]+)$/`.",
"schema.folding": "Configuración del plegamiento de idioma.",
"schema.folding.offSide": "Un idioma se adhiere a la regla del fuera de juego si los bloques en ese idioma se expresan por su sangría. Si se establece, las líneas vacías pertenecen al bloque posterior."
"schema.folding.offSide": "Un idioma se adhiere a la regla del fuera de juego si los bloques en ese idioma se expresan por su sangría. Si se establece, las líneas vacías pertenecen al bloque posterior.",
"schema.folding.markers.start": "El patrón de expresión regular para el marcador de inicio. La expresión regular debe comenzar con '^'.",
"schema.folding.markers.end": "El patrón de expresión regular para el marcador de fin. La expresión regular debe comenzar con '^'."
}
\ No newline at end of file
......@@ -9,7 +9,6 @@
"neverShowAgain": "No volver a mostrar",
"close": "Cerrar",
"workspaceRecommended": "Esta área de trabajo tiene recomendaciones de extensión.",
"ignoreExtensionRecommendations": "¿Desea despreciar todas las recomendaciones de extensión?",
"ignoreAll": "Sí, despreciar todas.",
"no": "No",
"cancel": "Cancelar"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Editor de archivos de texto",
"binaryFileEditor": "Editor de archivos binarios",
"filesConfigurationTitle": "Archivos",
"exclude": "Configurar patrones globales para excluir archivos y carpetas.",
"files.exclude.boolean": "El patrón global con el que se harán coincidir las rutas de acceso de los archivos. Establézcalo en true o false para habilitarlo o deshabilitarlo.",
"files.exclude.when": "Comprobación adicional de los elementos del mismo nivel de un archivo coincidente. Use $(nombreBase) como variable para el nombre de archivo que coincide.",
"associations": "Configure asociaciones de archivo para los lenguajes (por ejemplo, \"*.extension\": \"html\"). Estas asociaciones tienen prioridad sobre las asociaciones predeterminadas de los lenguajes instalados.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Inicio lento detectado",
"slow.detail": "Lamentamos que haya tenido un inicio lento. Reinicie \"{0}\" con la generación de perfiles habilitada, comparta los perfiles con nosotros y trabajaremos a fondo para que vuelva a disfrutar de un inicio increíble.",
"prof.message": "Los perfiles se crearon correctamente.",
"prof.detail": "Cree un problema y asóciele manualmente los siguientes archivos: {0}",
"prof.restartAndFileIssue": "Crear problema y reiniciar",
......
......@@ -31,7 +31,6 @@
"TaskSystem.active": "Ya hay una tarea en ejecución. Finalícela antes de ejecutar otra tarea.",
"TaskSystem.restartFailed": "No se pudo terminar y reiniciar la tarea {0}",
"TaskSystem.configurationErrors": "Error: La configuración de la tarea proporcionada tiene errores de validación y no se puede usar. Corrija los errores primero.",
"taskService.ignoreingFolder": "Ignorando las configuraciones de tareas para la carpeta del área de trabajo {0}. El soporte de carpetas multi-raíz requiere que todas las carpetas usen la versión 2.0.0 de las tareas\n",
"TaskSystem.invalidTaskJson": "Error: El contenido del archivo tasks.json tiene errores de sintaxis. Corríjalos antes de ejecutar una tarea.",
"TaskSystem.runningTask": "Hay una tarea en ejecución. ¿Quiere finalizarla?",
"TaskSystem.terminateTask": "&&Finalizar tarea",
......@@ -43,6 +42,8 @@
"recentlyUsed": "Tareas usadas recientemente",
"configured": "tareas configuradas",
"detected": "tareas detectadas",
"TaskService.notAgain": "No volver a mostrar",
"TaskService.ok": "Aceptar",
"TaskService.pickRunTask": "Seleccione la tarea a ejecutar",
"TaslService.noEntryToRun": "No se encontraron tareas para ejecutar. Configurar tareas...",
"TaskService.fetchingBuildTasks": "Obteniendo tareas de compilación...",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "Error: Referencia a problemMatcher no válida: {0}",
"ConfigurationParser.noTaskType": "Error: Las tareas deben tener una propiedad type. La configuración se omitirá.\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Error: No hay ningún tipo de tarea \"{0}\" registrado. ¿Omitió la instalación de una extensión que proporciona un proveedor de tareas correspondiente?",
"ConfigurationParser.missingRequiredProperty": "Error: la configuración de la tarea '{0}' no contiene la propiedad requerida '{1}'. Se omitirá la configuración de la tarea.",
"ConfigurationParser.notCustom": "Error: Las tareas no se declaran como una tarea personalizada. La configuración se omitirá.\n{0}\n",
"ConfigurationParser.noTaskName": "Error: Las tareas deben proporcionar una propiedad taskName. La tarea se ignorará. {0}",
"taskConfiguration.shellArgs": "Advertencia: La tarea \"{0}\" es un comando de shell y su nombre de comando o uno de sus argumentos tiene espacios sin escape. Para asegurarse de que la línea de comandos se cite correctamente, combine mediante fusión los argumentos en el comando.",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Abrir configuración",
"close": "Cerrar",
"saveAndRetry": "Guardar la configuración y reintentar. ",
"open": "Abrir configuración",
"errorUnknownKey": "No se puede escribir en {0} porque {1} no es una configuración registrada.",
"errorInvalidFolderConfiguration": "No se puede escribir en Configuración de carpeta porque {0} no admite el ámbito del recurso de carpeta.",
"errorInvalidUserTarget": "No se puede escribir en Configuración de usuario porque {0} no admite el ámbito global.",
"errorInvalidFolderTarget": "No se puede escribir en Configuración de carpeta porque no se ha proporcionado ningún recurso.",
"errorNoWorkspaceOpened": "No se puede escribir en {0} porque no hay ninguna área de trabajo abierta. Abra un área de trabajo y vuelva a intentarlo.",
"errorInvalidConfiguration": "No se pudo guardar la configuración. Abra el archivo **Configuración de usuario** para corregir los errores o advertencias del archivo y vuelva a intentarlo.",
"errorInvalidConfigurationWorkspace": "No se pudo guardar la configuración. Abra **Configuración de área de trabajo** para corregir los errores o advertencias del archivo y vuelva a intentarlo.",
"errorConfigurationFileDirty": "No se pudo guardar la configuración porque el archivo se ha modificado. Guarde el archivo **Configuración de usuario** y vuelva a intentarlo.",
"errorConfigurationFileDirtyWorkspace": "No se pudo guardar la configuración porque el archivo se ha modificado. Guarde el archivo **Configuración de área de trabajo** y vuelva a intentarlo.",
"userTarget": "Configuración de usuario",
"workspaceTarget": "Configuración de área de trabajo",
"folderTarget": "Configuración de carpeta"
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Échec de la détection automatique des tâches Grunt avec l'erreur : {0}"
"execFailed": "L'auto détection de Grunt pour le dossier {0} a échoué avec l’erreur : {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Échec de la détection automatique des tâches Gulp avec l'erreur : {0}"
"execFailed": "L'auto détection de gulp pour le dossier {0} a échoué avec l’erreur : {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Échec de la détection automatique des tâches Jake avec l'erreur : {0}"
"execFailed": "L'auto détection de Jake pour le dossier {0} a échoué avec l’erreur : {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "Impossible de charger 'markdown.styles' : {0}"
"onPreviewStyleLoadError": "Impossible de charger 'markdown.styles' : {0}",
"previewTitle": "Prévisualiser {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "watch - {0}",
"buildTscLabel": "build - {0}"
"buildTscLabel": "build - {0}",
"buildAndWatchTscLabel": "watch - {0}"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"lineHeight": "Contrôle la hauteur de ligne. Utilisez 0 pour calculer lineHeight à partir de fontSize.",
"letterSpacing": "Définit l'espacement des caractères en pixels.",
"lineNumbers": "Contrôle l'affichage des numéros de ligne. Les valeurs possibles sont 'activé', 'désactivé' et 'relatif'. La valeur 'relatif' indique le numéro de ligne à partir de la position actuelle du curseur.",
"rulers": "Colonnes où afficher les règles verticales",
"wordSeparators": "Caractères utilisés comme séparateurs de mots durant la navigation ou les opérations basées sur les mots",
"tabSize": "Nombre d'espaces correspondant à une tabulation. Ce paramètre est remplacé en fonction du contenu du fichier quand 'editor.detectIndentation' est activé.",
"tabSize.errorMessage": "'number' attendu. Notez que la valeur \"auto\" a été remplacée par le paramètre 'editor.detectIndentation'.",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Couleur de bordure de la ligne ondulée marquant les erreurs dans l'éditeur.",
"warningForeground": "Couleur de premier plan de la ligne ondulée marquant les avertissements dans l'éditeur.",
"warningBorder": "Couleur de bordure de la ligne ondulée marquant les avertissements dans l'éditeur.",
"infoForeground": "Couleur de premier plan de la ligne ondulée marquant les informations dans l'éditeur.",
"infoBorder": "Couleur de bordure de la ligne ondulée marquant les informations dans l'éditeur.",
"overviewRulerRangeHighlight": "Couleur du marqueur de la règle d'aperçu pour la mise en évidence de plage.",
"overviewRuleError": "Couleur du marqueur de la règle d'aperçu pour les erreurs.",
"overviewRuleWarning": "Couleur du marqueur de la règle d'aperçu pour les avertissements.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Accéder à l'erreur ou l'avertissement précédent",
"editorMarkerNavigationError": "Couleur d'erreur du widget de navigation dans les marqueurs de l'éditeur.",
"editorMarkerNavigationWarning": "Couleur d'avertissement du widget de navigation dans les marqueurs de l'éditeur.",
"editorMarkerNavigationInfo": "Couleur d’information du widget de navigation du marqueur de l'éditeur.",
"editorMarkerNavigationBackground": "Arrière-plan du widget de navigation dans les marqueurs de l'éditeur."
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "La touche Tab déplace le focus",
"screenReaderDetected": "Lecteur d'écran détecté",
"screenReaderDetectedExtra": "Si vous n'utilisez pas de lecteur d'écran, définissez le paramètre 'editor.accessibilitySupport' sur \"désactivé\".",
"disableTabMode": "Désactiver le mode d'accessibilité",
"gotoLine": "Atteindre la ligne",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "Rouvrir avec l'encodage",
"guessedEncoding": "Deviné à partir du contenu",
"pickEncodingForReopen": "Sélectionner l'encodage du fichier pour rouvrir le fichier",
"pickEncodingForSave": "Sélectionner l'encodage du fichier à utiliser pour l'enregistrement"
"pickEncodingForSave": "Sélectionner l'encodage du fichier à utiliser pour l'enregistrement",
"screenReaderDetectedExplanation.question": "Est-ce que vous utilisez un lecteur d’écran pour faire fonctionner VS Code ?",
"screenReaderDetectedExplanation.answerYes": "Oui",
"screenReaderDetectedExplanation.answerNo": "Non",
"screenReaderDetectedExplanation.body1": "VS Code est maintenant optimisé pour une utilisation avec un lecteur d’écran."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Masquer dans la barre latérale"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Configurer la langue",
"displayLanguage": "Définit le langage affiché par VSCode.",
"doc": "Consultez {0} pour connaître la liste des langues prises en charge.",
"restart": "Le changement de la valeur nécessite le redémarrage de VS Code.",
"fail.createSettings": "Impossible de créer '{0}' ({1}).",
"JsonSchema.locale": "Langue d'interface utilisateur (IU) à utiliser."
}
\ No newline at end of file
......@@ -17,7 +17,6 @@
"tabDescription": "Contrôle le format de l’étiquette d’un éditeur. La modification de ce paramètre peut par exemple rendre plus facile la compréhension de l’emplacement d’un fichier :\n- short: 'parent'\n- medium: 'workspace/src/parent'\n- long: '/home/user/workspace/src/parent'\n- default: '.../parent', quand un autre onglet partage le même titre, ou la chemin d’accès relatif à l'espace de travail si les onglets sont désactivés",
"editorTabCloseButton": "Contrôle la position des boutons de fermeture des onglets de l'éditeur, ou les désactive quand le paramètre a la valeur 'off'.",
"showIcons": "Contrôle si les éditeurs ouverts doivent s'afficher ou non avec une icône. Cela implique notamment l'activation d'un thème d'icône.",
"enablePreview": "Contrôle si les éditeurs ouverts s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"enablePreviewFromQuickOpen": "Contrôle si les éditeurs de Quick Open s'affichent en mode aperçu. Les éditeurs en mode aperçu sont réutilisés jusqu'à ce qu'ils soient conservés (par exemple, après un double-clic ou une modification).",
"editorOpenPositioning": "Contrôle l'emplacement de l'ouverture des éditeurs. Sélectionnez 'left' ou 'right' pour ouvrir les éditeurs à gauche ou à droite de l'éditeur actuellement actif. Sélectionnez 'first' ou 'last' pour ouvrir les éditeurs indépendamment de l'éditeur actuellement actif.",
"revealIfOpen": "Contrôle si un éditeur est affiché dans l'un des groupes visibles, s'il est ouvert. Si cette option est désactivée, l'éditeur s'ouvre de préférence dans le groupe d'éditeurs actif. Si cette option est activée, tout éditeur déjà ouvert est affiché au lieu d'être rouvert dans le groupe d'éditeurs actif. Notez que dans certains cas, ce paramètre est ignoré, par exemple quand vous forcez un éditeur à s'ouvrir dans un groupe spécifique ou à côté du groupe actif.",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "Ne plus afficher",
"close": "Fermer",
"workspaceRecommended": "Cet espace de travail a des recommandations d'extension.",
"ignoreExtensionRecommendations": "Voulez-vous ignorer toutes les recommandations d'extension ?",
"ignoreAll": "Oui, ignorer tout",
"no": "Non",
"cancel": "Annuler"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Éditeur de fichier texte",
"binaryFileEditor": "Éditeur de fichier binaire",
"filesConfigurationTitle": "Fichiers",
"exclude": "Configurez les modèles Glob pour l'exclusion des fichiers et des dossiers.",
"files.exclude.boolean": "Modèle Glob auquel les chemins de fichiers doivent correspondre. Affectez la valeur true ou false pour activer ou désactiver le modèle.",
"files.exclude.when": "Vérification supplémentaire des frères d'un fichier correspondant. Utilisez $(basename) comme variable pour le nom de fichier correspondant.",
"associations": "Configurez les associations entre les fichiers et les langages (par exemple, \"*.extension\": \"html\"). Celles-ci ont priorité sur les associations par défaut des langages installés.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Démarrage lent détecté",
"slow.detail": "Le démarrage a été très lent. Redémarrez '{0}' en ayant activé le profilage, partagez les profils avec nous, et nous ferons en sorte que le démarrage retrouve sa rapidité d'exécution.",
"prof.message": "Création réussie des profils.",
"prof.detail": "Créez un problème et joignez manuellement les fichiers suivants :\n{0}",
"prof.restartAndFileIssue": "Créer le problème et redémarrer",
......
......@@ -31,7 +31,6 @@
"TaskSystem.active": "Une tâche est déjà en cours d'exécution. Terminez-la avant d'exécuter une autre tâche.",
"TaskSystem.restartFailed": "Échec de la fin de l'exécution de la tâche {0}",
"TaskSystem.configurationErrors": "Erreur : la configuration de tâche fournie comporte des erreurs de validation et ne peut pas être utilisée. Corrigez d'abord les erreurs.",
"taskService.ignoreingFolder": "Ignorer les tâches de configuration pour le dossier de l’espace de travail {0}. Le support de dossiers racine multiples requiert que tous les dossiers utilisent task version 2.0.0\n",
"TaskSystem.invalidTaskJson": "Erreur : le fichier tasks.json contient des erreurs de syntaxe. Corrigez-les avant d'exécuter une tâche.\n",
"TaskSystem.runningTask": "Une tâche est en cours d'exécution. Voulez-vous la terminer ?",
"TaskSystem.terminateTask": "&&Terminer la tâche",
......@@ -43,6 +42,8 @@
"recentlyUsed": "tâches récemment utilisées",
"configured": "tâches configurées",
"detected": "tâches détectées",
"TaskService.notAgain": "Ne plus afficher",
"TaskService.ok": "OK",
"TaskService.pickRunTask": "Sélectionner la tâche à exécuter",
"TaslService.noEntryToRun": "Aucune tâche à exécuter n'a été trouvée. Configurer les tâches...",
"TaskService.fetchingBuildTasks": "Récupération des tâches de génération...",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "Erreur : référence à problemMatcher non valide : {0}\n",
"ConfigurationParser.noTaskType": "Erreur : la configuration des tâches doit avoir une propriété de type. La configuration est ignorée.\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Erreur : aucun type de tâche '{0}' enregistré. Avez-vous oublié d'installer une extension incluant le fournisseur de tâches correspondant ?",
"ConfigurationParser.missingRequiredProperty": "Erreur : la configuration de la tâche '{0}' a besoin de la propriété '{1}'. La configuration de la tâche sera ignorée.",
"ConfigurationParser.notCustom": "Erreur : la tâche n'est pas déclarée comme une tâche personnalisée. La configuration est ignorée.\n{0}\n",
"ConfigurationParser.noTaskName": "Erreur : les tâches doivent fournir une propriété taskName. La tâche va être ignorée.\n{0}\n",
"taskConfiguration.shellArgs": "Avertissement : La tâche '{0}' est une commande d'interpréteur de commandes, et le nom de la commande ou l'un de ses arguments contient des espaces non précédés d'un caractère d'échappement. Pour garantir une ligne de commande correcte, fusionnez les arguments dans la commande.",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Ouvrir les paramètres",
"close": "Fermer",
"saveAndRetry": "Enregistrer les paramètres et recommencer",
"open": "Ouvrir les paramètres",
"errorUnknownKey": "Impossible d’écrire dans {0} car {1} n’est pas une configuration recommandée.",
"errorInvalidFolderConfiguration": "Impossible d’écrire dans les paramètres de dossier parce que {0} ne supporte pas la portée de ressource de dossier.",
"errorInvalidUserTarget": "Impossible d’écrire dans les paramètres utilisateur parce que {0} ne supporte pas de portée globale.",
"errorInvalidFolderTarget": "Impossible d’écrire dans les paramètres de dossier car aucune ressource n’est fournie.",
"errorNoWorkspaceOpened": "Impossible d’écrire dans {0} car aucun espace de travail n’est ouvert. Veuillez ouvrir un espace de travail et essayer à nouveau.",
"errorInvalidConfiguration": "Impossible d'écrire les paramètres. Ouvrez les **Paramètres utilisateur** pour corriger les erreurs/avertissements présents dans le fichier, puis réessayez.",
"errorInvalidConfigurationWorkspace": "Impossible d'écrire les paramètres. Ouvrez les **Paramètres d'espace de travail** pour corriger les erreurs/avertissements présents dans le fichier, puis réessayez.",
"errorConfigurationFileDirty": "Impossible d'écrire les paramètres, car l'intégrité du fichier est compromise. Enregistrez le fichier des **Paramètres utilisateur**, puis réessayez.",
"errorConfigurationFileDirtyWorkspace": "Impossible d'écrire les paramètres, car l'intégrité du fichier est compromise. Enregistrez le fichier des **Paramètres d'espace de travail**, puis réessayez.",
"userTarget": "Paramètres utilisateur",
"workspaceTarget": "Paramètres de l'espace de travail",
"folderTarget": "Paramètres de dossier"
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "A Grunt automatikus felderítése nem sikerült a következő hiba miatt: {0}"
"execFailed": "A Grunt automatikus felderítése a mappához nem sikerült a következő hiba miatt: {0}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "A gulp automatikus felderítése nem sikerült a következő hiba miatt: {0}"
"execFailed": "A gulp automatikus felderítése a mappához nem sikerült a következő hiba miatt: {0}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "A Jake automatikus felderítése nem sikerült a következő hiba miatt: {0}"
"execFailed": "A Jake automatikus felderítése a mappához nem sikerült a következő hiba miatt: {0}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "A 'markdown.styles' nem tölthető be: {0}"
"onPreviewStyleLoadError": "A 'markdown.styles' nem tölthető be: {0}",
"previewTitle": "{0} előnézete"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "figyelés – {0}",
"buildTscLabel": "buildelés – {0}"
"buildTscLabel": "buildelés – {0}",
"buildAndWatchTscLabel": "figyelés – {0}"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"lineHeight": "Meghatározza a sormagasságot. A 0 érték használata esetén a sormagasság a fontSize értékéből van számolva.",
"letterSpacing": "Meghatározza a betűközt, pixelekben.",
"lineNumbers": "Meghatározza, hogy megjelenjenek-e a sorszámok. A lehetséges értékek 'on', 'off' és 'relative'. A 'relative' érték használata esetén a kurzor aktuális pozíciójához képest számított sorszám jelenik meg.",
"rulers": "Azon oszlopok listája, ahol függőleges segédvonal jelenjen meg.",
"rulers": "Függőleges vonalzók kirajzolása bizonyos számú fix szélességű karakter után. Több vonalzó használatához adjon meg több értéket. Nincs kirajzolva semmi, ha a tömb üres.",
"wordSeparators": "Azon karakterek listája, amelyek szóelválasztónak vannak tekintve szavakkal kapcsolatos navigáció vagy műveletek során.",
"tabSize": "Egy tabulátor hány szóköznek felel meg. Ez a beállítás felülírásra kerül a fájl tartalma alapján, ha az 'editor.detectIndentation' beállítás aktív.",
"tabSize.errorMessage": "A várt érték 'number' típusú. Megjegyzés: az \"auto\" értéket az 'editor.detectIndentation' beállítás helyettesíti.",
......
......@@ -22,6 +22,8 @@
"errorBorder": "A hibákat jelző hullámvonal keretszíne a szerkesztőablakban.",
"warningForeground": "A figyelmeztetéseket jelző hullámvonal előtérszíne a szerkesztőablakban.",
"warningBorder": "A figyelmeztetéseket jelző hullámvonal keretszíne a szerkesztőablakban.",
"infoForeground": "Az információkat jelző hullámvonal előtérszíne a szerkesztőablakban.",
"infoBorder": "Az információkat jelző hullámvonal keretszíne a szerkesztőablakban. ",
"overviewRulerRangeHighlight": "A kiemelt tartományokat jelölő jelzések színe az áttekintősávon.",
"overviewRuleError": "A hibákat jelölő jelzések színe az áttekintősávon.",
"overviewRuleWarning": "A figyelmeztetéseket jelölő jelzések színe az áttekintősávon.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Előző hiba vagy figyelmeztetés",
"editorMarkerNavigationError": "A szerkesztőablak jelzőnavigációs moduljának színe hiba esetén.",
"editorMarkerNavigationWarning": "A szerkesztőablak jelzőnavigációs moduljának színe figyelmeztetés esetén.",
"editorMarkerNavigationInfo": "A szerkesztőablak jelzőnavigációs moduljának színe információ esetén.",
"editorMarkerNavigationBackground": "A szerkesztőablak jelzőnavigációs moduljának háttérszíne."
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tab fókuszt vált",
"screenReaderDetected": "Képernyőolvasó érzékelve",
"screenReaderDetectedExtra": "Ha nem használ képernyőolvasót, állítsa az `editor.accessibilitySupport` értékét \"off\"-ra.",
"disableTabMode": "Kisegítő mód letiltása",
"gotoLine": "Sor megkeresése",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "Újranyitás adott kódolással",
"guessedEncoding": "Kitalálva a tartalomból",
"pickEncodingForReopen": "Válassza ki a kódolást a fájl újranyitásához",
"pickEncodingForSave": "Válassza ki a mentéshez használandó kódolást"
"pickEncodingForSave": "Válassza ki a mentéshez használandó kódolást",
"screenReaderDetectedExplanation.question": "Képernyőolvasót használ a VS Code vezérléséhez?",
"screenReaderDetectedExplanation.answerYes": "Igen",
"screenReaderDetectedExplanation.answerNo": "Nem",
"screenReaderDetectedExplanation.body1": "A VS Code most már optimalizálva van képernyőolvasóval való használathoz."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Elrejtés az oldalsávról"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Nyelv beállítása",
"displayLanguage": "Meghatározza a VSCode felületének nyelvét.",
"doc": "Az elérhető nyelvek listája a következő címen tekinthető meg: {0}",
"restart": "Az érték módosítása után újra kell indítani a VSCode-ot.",
"fail.createSettings": "Nem sikerült a(z) '{0}' létrehozás ({1}).",
"JsonSchema.locale": "A felhasználói felületen használt nyelv."
}
\ No newline at end of file
......@@ -17,7 +17,6 @@
"tabDescription": "Meghatározza a szerkesztőablakok címkéje formáját. A beállítás módosítása könnyebbé teheti a fájl helyének kiderítését:\n- short: 'parent'\n- medium: 'workspace/src/parent'\n- long: '/home/user/workspace/src/parent'\n- default: '.../parent', ha egy másik fülnek ugyanaz a címe, vagy a relatív elérési út, ha a fülek le vannak tiltva",
"editorTabCloseButton": "Meghatározza a szerkesztőablakok fülein található bezárógomb pozícióját vagy eltávolítja őket, ha a beállítás értéke 'off'.",
"showIcons": "Meghatározza, hogy a megnyitott szerkesztőablakok ikonnal együtt jelenjenek-e meg. A működéshez szükséges egy ikontéma engedélyezése is.",
"enablePreview": "Meghatározza, hogy a megnyitott szerkesztőablakok előnézetként jelenjenek-e meg. Az előnézetként használt szerkesztőablakok újra vannak hasznosítva, amíg meg nem tartja őket a felhasználó (pl. dupla kattintás vagy szerkesztés esetén).",
"enablePreviewFromQuickOpen": "Meghatározza, hogy a gyors megnyitás során megnyitott szerkesztőablakok előnézetként jelenjenek-e meg. Az előnézetként használt szerkesztőablakok újra vannak hasznosítva, amíg meg nem tartja őket a felhasználó (pl. dupla kattintás vagy szerkesztés esetén).",
"editorOpenPositioning": "Meghatározza, hogy hol nyíljanak meg a szerkesztőablakok. A 'left' vagy 'right' használata esetén az aktív szerkesztőablaktól jobbra vagy balra nyílnak meg az újak. A 'first' vagy 'last' esetén a szerkesztőablakok a jelenleg aktív ablaktól függetlenül nyílnak meg.",
"revealIfOpen": "Meghatározza, hogy egy szerkesztőablak fel legyen-e fedve, ha már meg van nyitva a látható csoportok bármelyiképben. Ha le van tiltva, akkor egy új szerkesztőablak nyílik az aktív szerkesztőablak-csoportban. Ha engedélyezve van, akkor a már megnyitott szerkesztőablak lesz felfedve egy új megnyitása helyett. Megjegyzés: vannak esetek, amikor ez a beállítás figyelmen kívül van hagyva, pl. ha egy adott szerkesztőablak egy konkrét csoportban vagy a jelenleg aktív csoport mellett van menyitva.",
......
......@@ -37,5 +37,9 @@
"schema.indentationRules.unIndentedLinePattern.pattern": "Az unIndentedLinePatternhöz tartozó reguláris kifejezés.",
"schema.indentationRules.unIndentedLinePattern.flags": "Az unIndentedLinePatternhöz tartozó reguláris kifejezés beállításai.",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "Illeszkednie kell a következő mintára: `/^([gimuy]+)$/`.",
"schema.folding": "A nyelv kódrészek bezárásával kapcsolatos beállításai."
"schema.folding": "A nyelv kódrészek bezárásával kapcsolatos beállításai.",
"schema.folding.offSide": "Egy nyelv követi az „off-side”-szabályt, ha a blokkokat az adott nyelvben az indentációjuk fejezi ki. Ha be van állítva, akkor az üres sorok a rákövetkező blokkhoz tartoznak.",
"schema.folding.markers": "Nyelvspecifikus, becsukható kódrészleteket határoló kifejezések. Például: '#region' és '#endregion'. A kezdő és záró reguláris kifejezések az összes soron tesztelve vannak, így hatékonyan kell őket megtervezni.",
"schema.folding.markers.start": "A kezdő határjelzőt leíró reguláris kifejezés. A reguláris kifejezésnek '^' karakterrel kell kezdődnie.",
"schema.folding.markers.end": "A záró határjelzőt leíró reguláris kifejezés. A reguláris kifejezésnek '^' karakterrel kell kezdődnie."
}
\ No newline at end of file
......@@ -9,7 +9,6 @@
"neverShowAgain": "Ne jelenítse meg újra",
"close": "Bezárás",
"workspaceRecommended": "A munkaterülethez vannak javasolt kiegészítők",
"ignoreExtensionRecommendations": "Figyelmen kívül akarja hagyni az összes javasolt kiegészítőt?",
"ignoreAll": "Igen, az összes figyelmen kívül hagyása",
"no": "Nem",
"cancel": "Mégse"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Szövegfájlszerkesztő",
"binaryFileEditor": "Bináris fájlszerkesztő",
"filesConfigurationTitle": "Fájlok",
"exclude": "Globális minták konfigurálása fájlok és mappák kiszűréséhez.",
"files.exclude.boolean": "A globális minta, amire illesztve lesznek a fájlok elérési útjai. A minta engedélyezéséhez vagy letiltásához állítsa igaz vagy hamis értékre.",
"files.exclude.when": "További ellenőrzés elvégzése egy egyező fájl testvérein. Az egyező fájlnévhez használja a $(basename) változót.",
"associations": "Rendeljen nyelveket a fájlokhoz (pl: \"*.kiterjesztés\": \"html\"). Ezek a hozzárendelések elsőbbséget élveznek a telepített nyelvek által definiált alapértelmezett beállításokkal szemben.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Lassú indulás érzékelve",
"slow.detail": "Sajnáljuk, hogy lassú volt az alkalmazás indulása. Indítsa újra a(z) '{0}' alkalmazást bekapcsolt profilozással, ossza meg a profilt velünk, és keményen fogunk dolgozni azon, hogy az indulás ismét gyors legyen.",
"prof.message": "Profil sikeresen elkészítve.",
"prof.detail": "Készítsen egy hibajelentést, és manuálisan csatolja a következő fájlokat:\n{0}",
"prof.restartAndFileIssue": "Hibajelentés létrehozása és újraindítás",
......
......@@ -19,6 +19,7 @@
"TaskService.noTestTask1": "Nincs tesztelési feladat definiálva. Jelöljön meg egy feladatot az 'isTestCommand' tulajdonsággal a tasks.json fájlban!",
"TaskService.noTestTask2": "Nincs tesztelési feladat definiálva. Jelöljön meg egy feladatot a 'test' csoporttal a tasks.json fájlban!",
"TaskServer.noTask": "A futtatni kívánt feladat ({0}) nem található.",
"TaskService.associate": "társítás",
"TaskService.attachProblemMatcher.continueWithout": "Folytatás a feladat kimenetének átkutatása nélkül",
"TaskService.attachProblemMatcher.never": "Soha ne kutassa át a feladat kimenetét",
"TaskService.attachProblemMatcher.learnMoreAbout": "További információk a feladat kimenetének átkutatásáról",
......@@ -41,18 +42,32 @@
"recentlyUsed": "legutóbb futtatott feladatok",
"configured": "konfigurált feladatok",
"detected": "talált feladatok",
"TaskService.notAgain": "Ne jelenítse meg újra",
"TaskService.ok": "OK",
"TaskService.pickRunTask": "Válassza ki a futtatandó feladatot!",
"TaslService.noEntryToRun": "Nincs futtatandó feladat. Feladatok konfigurálása...",
"TaskService.fetchingBuildTasks": "Buildelési feladatok lekérése...",
"TaskService.pickBuildTask": "Válassza ki a futtatandó buildelési feladatot!",
"TaskService.noBuildTask": "Nincs futtatandó buildelési feladat. Feladatok konfigurálása...",
"TaskService.fetchingTestTasks": "Tesztelési feladatok lekérése...",
"TaskService.pickTestTask": "Válassza ki a futtatandó tesztelési feladatot",
"TaskService.noTestTaskTerminal": "Nincs futtatandó tesztelési feladat. Feladatok konfigurálása...",
"TaskService.tastToTerminate": "Válassza ki a megszakítandó feladatot!",
"TaskService.noTaskRunning": "Jelenleg nem fut feladat",
"TerminateAction.noProcess": "Az elindított folyamat már nem létezik. Ha a feladat háttérfeladatokat indított, a VS Code-ból való kilépés árva folyamatokat eredményezhet. ",
"TerminateAction.failed": "Nem sikerült megszakítani a futó feladatot",
"TaskService.tastToRestart": "Válassza ki az újraindítandó feladatot!",
"TaskService.noTaskToRestart": "Nincs újraindítható feladat",
"TaskService.template": "Válasszon feladatsablont!",
"TaskService.createJsonFile": "Tasks.json fájl létrehozása sablon alapján",
"TaskService.openJsonFile": "Tasks.json-fájl megnyitása",
"TaskService.pickTask": "Válassza ki a konfigurálandó feladatot!",
"TaskService.defaultBuildTaskExists": "A(z) {0} már meg van jelölve alapértelmezett buildelési feladatnak",
"TaskService.pickDefaultBuildTask": "Válassza ki az alpértelmezett buildelési feladatként használt feladatot!",
"TaskService.defaultTestTaskExists": "A(z) {0} már meg van jelölve alapértelmezett tesztelési feladatként.",
"TaskService.pickDefaultTestTask": "Válassza ki az alpértelmezett tesztelési feladatként használt feladatot!",
"TaskService.pickShowTask": "Válassza ki a feladatot a kimenet megjelenítéséhez!",
"TaskService.noTaskIsRunning": "Nem fut feladat",
"ShowLogAction.label": "Feladatnapló megtekintése",
"RunTaskAction.label": "Feladat futtatása",
"RestartTaskAction.label": "Futó feladat újraindítása...",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "Hiba: érvénytelen problemMatcher-referencia: {0}\n",
"ConfigurationParser.noTaskType": "Hiba: a feladatkonfigurációnak rendelkeznie kell type tulajdonsággal. A konfiguráció figyelmen kívül lesz hagyva.\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Hiba: nincs '{0}' azonosítójú feladattípus regisztrálva. Elfelejtett telepíteni egy kiegészítőt, ami a feladat szolgáltatásáért felelős?",
"ConfigurationParser.missingRequiredProperty": "Hiba: a(z) '{0}' feladatkonfigurációból hiányzik a kötelező '{1}' tulajdonság. A feladatkonfiguráció figyelmen kívül lesz hagyva.",
"ConfigurationParser.notCustom": "Hiba: a feladat nem egyedi feladatként van definiálva. A konfiguráció figyelmen kívül lesz hagyva.\n{0}\n",
"ConfigurationParser.noTaskName": "Hiba: a feladathoz meg kell adni a taskName tulajdonságot. A feladat figyelmen kívül lesz hagyva.\n{0}\n",
"taskConfiguration.shellArgs": "Figyelmeztetés: a(z) '{0}' feladat egy rendszerparancs, és vagy a parancs nevében vagy az argumentumok egyikében escape nélküli szóköz található. A megfelelő idézőjelezés érdekében olvassza bele az argumentumokat a parancsba.",
......
......@@ -14,6 +14,7 @@
"vscode.extension.contributes.defaultConfiguration": "Adott nyelvre vonatkozóan szerkesztőbeállításokat szolgáltat.",
"invalid.properties": "A 'configuration.properties' értékét egy objektumként kell megadni",
"invalid.allOf": "A 'configuration.allOf' elavult, és használata nem javasolt. Helyette több konfigurációs szakaszt kell átadni tömbként a 'configuration' értékeként.",
"workspaceConfig.folders.description": "A munkaterületre betöltött mappák listája.",
"workspaceConfig.path.description": "Egy fájl elérési útja, pl. `/root/folderA` vagy `./folderA` relatív elérési út esetén, ami a munkaterületfájl helye alapján lesz feloldva.",
"workspaceConfig.name.description": "A mappa neve. Nem kötelező megadni.",
"workspaceConfig.uri.description": "A mappa URI-ja",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Beállítások megnyitása",
"close": "Bezárás",
"saveAndRetry": "Beállítások mentése és újrapróbálkozás",
"open": "Beállítások megnyitása",
"errorUnknownKey": "Nem sikerült írni a következőbe: {0}. A(z) {1} nem regisztrált beállítás.",
"errorInvalidFolderConfiguration": "Nem sikerült írni a mappa beállításaiba, mert a(z) {0} nem támogatott mappa típusú erőforrások hatókörében.",
"errorInvalidUserTarget": "Nem sikerült írni a felhasználói beállításokba, mert a(z) {0} nem támogatott globális hatókörben.",
"errorInvalidFolderTarget": "Nem sikerült írni a mappa beállításaiba, mert nincs erőforrás megadva.",
"errorNoWorkspaceOpened": "Nem sikerült írni a következőbe: {0}. Nincs munkaterület megnyitva. Nyisson meg egy munkaterületet, majd próbálja újra!",
"errorInvalidConfiguration": "Nem sikerült írni a beállításokba. Nyissa meg a **Felhasználói beállításokat**, javítsa a hibákat és figyelmeztetéseket a fájlban, majd próbálja újra!",
"errorInvalidConfigurationWorkspace": "Nem sikerült írni a beállításokba. Nyissa meg a **Munkaterült beállításait**, javítsa a hibákat és figyelmeztetéseket a fájlban, majd próbálja újra!",
"errorConfigurationFileDirty": "Nem sikerült írni a beállításokba, mert a fájl módosítva lett. Mentse a **Felhasználói beállítások** fájlt, majd próbálja újra!",
"errorConfigurationFileDirtyWorkspace": "Nem sikerült írni a beállításokba, mert a fájl módosítva lett. Mentse a **Munkaterület beállításai** fájlt, majd próbálja újra!",
"userTarget": "Felhasználói beállítások",
"workspaceTarget": "Munkaterület-beállítások",
"folderTarget": "Mappabeálíltások"
......
......@@ -4,6 +4,7 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
"css.lint.boxModel.desc": "Non usare width o height con padding o border",
"css.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
......@@ -25,6 +26,7 @@
"css.trace.server.desc": "Traccia la comunicazione tra VS Code e il server del linguaggio CSS.",
"css.validate.title": "Controlla la convalida CSS e le gravità dei problemi.",
"css.validate.desc": "Abilita o disabilita tutte le convalide",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
"less.lint.boxModel.desc": "Non usare width o height con padding o border",
"less.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
......@@ -45,6 +47,7 @@
"less.lint.zeroUnits.desc": "Non è necessaria alcuna unità per lo zero",
"less.validate.title": "Controlla la convalida LESS e le gravità dei problemi.",
"less.validate.desc": "Abilita o disabilita tutte le convalide",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "Numero di parametri non valido",
"scss.lint.boxModel.desc": "Non usare width o height con padding o border",
"scss.lint.compatibleVendorPrefixes.desc": "Quando si usa un prefisso specifico del fornitore, assicurarsi di includere anche tutte le altre proprietà specifiche del fornitore",
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Rilevamento automatico di Grunt non riuscito - errore: {0}"
"execFailed": "Rilevamento automatico di Grunt per la cartella {0} non riuscito - errore: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Rilevamento automatico di gulp non riuscito - errore: {0}"
"execFailed": "Rilevamento automatico di Gulp per la cartella {0} non riuscito - errore: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Rilevamento automatico di Jake non riuscito - errore: {0}"
"execFailed": "Rilevamento automatico di Jake per la cartella {0} non riuscito - errore: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}"
"onPreviewStyleLoadError": "Impossibile caricare 'markdown.styles': {0}",
"previewTitle": "Anteprima {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "Osserva - {0}",
"buildTscLabel": "Compila - {0}"
"buildTscLabel": "Compila - {0}",
"buildAndWatchTscLabel": "Osserva - {0}"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"lineHeight": "Controlla l'altezza della riga. Usare 0 per calcolare l'altezza della riga dalle dimensioni del carattere.",
"letterSpacing": "Controlla la spaziatura tra le lettere in pixel.",
"lineNumbers": "Consente di controllare la visualizzazione dei numeri di riga. I valori possibili sono 'on', 'off' e 'relative'. Con 'relative' viene visualizzato il conteggio delle righe a partire dalla posizione corrente del cursore.",
"rulers": "Colonne in corrispondenza delle quali visualizzare i righelli verticali",
"rulers": "Mostra righelli verticali dopo un certo numero di caratteri a spaziatura fissa. Utilizza più valori per più righelli. Nessun righello viene disegnati se la matrice è vuota",
"wordSeparators": "Caratteri che verranno usati come separatori di parola quando si eseguono operazioni o spostamenti correlati a parole",
"tabSize": "Numero di spazi a cui equivale una tabulazione. Quando `editor.detectIndentation` è attivo, questa impostazione viene sostituita in base al contenuto del file.",
"tabSize.errorMessage": "È previsto 'number'. Nota: il valore \"auto\" è stato sostituito dall'impostazione `editor.detectIndentation`.",
......@@ -88,6 +88,7 @@
"accessibilitySupport": "Controlla se l'editor deve essere eseguito in una modalità ottimizzata per le utilità per la lettura dello schermo.",
"links": "Controlla se l'editor deve individuare i collegamenti e renderli cliccabili",
"colorDecorators": "Controlla se l'editor deve eseguire il rendering del selettore di colore e degli elementi Decorator di tipo colore inline.",
"codeActions": "Abilita il codice azione lightbulb",
"sideBySide": "Controlla se l'editor diff mostra le differenze affiancate o incorporate",
"ignoreTrimWhitespace": "Controlla se l'editor diff mostra come differenze le modifiche relative a spazi vuoti iniziali e finali",
"renderIndicators": "Consente di controllare se l'editor diff mostra gli indicatori +/- per le modifiche aggiunte/rimosse",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Colore del bordo degli squiggle di errore nell'editor.",
"warningForeground": "Colore primo piano degli squiggle di avviso nell'editor",
"warningBorder": "Colore del bordo degli squggle di avviso nell'editor.",
"infoForeground": "Colore primo piano degli squiggle di informazione nell'editor",
"infoBorder": "Colore del bordo degli squiggle di informazione nell'editor",
"overviewRulerRangeHighlight": "Colore del marcatore del righello delle annotazioni per le evidenziazioni degli intervalli.",
"overviewRuleError": "Colore del marcatore del righello delle annotazioni per gli errori.",
"overviewRuleWarning": "Colore del marcatore del righello delle annotazioni per gli avvisi.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Vai a errore o avviso precedente",
"editorMarkerNavigationError": "Colore per gli errori del widget di spostamento tra marcatori dell'editor.",
"editorMarkerNavigationWarning": "Colore per gli avvisi del widget di spostamento tra marcatori dell'editor.",
"editorMarkerNavigationInfo": "Colore delle informazioni del widget di navigazione marcatori dell'editor.",
"editorMarkerNavigationBackground": "Sfondo del widget di spostamento tra marcatori dell'editor."
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
"vscode.extension.contributes.menuItem.group": "Gruppo a cui appartiene questo comando",
"vscode.extension.contributes.menus": "Aggiunge voci del menu all'editor come contributo",
"menus.commandPalette": "Riquadro comandi",
"menus.touchBar": "La Touch Bar (solo Mac OS)",
"menus.editorTitle": "Menu del titolo dell'editor",
"menus.editorContext": "Menu di scelta rapida dell'editor",
"menus.explorerContext": "Menu di scelta rapida Esplora file",
......
......@@ -15,6 +15,7 @@
"reuseWindow": "Forza l'apertura di un file o di una cartella nell'ultima finestra attiva.",
"userDataDir": "Consente di specificare la directory in cui si trovano i dati utente. Utile quando viene eseguito come root.",
"verbose": "Visualizza l'output dettagliato (implica --wait).",
"wait": "Attendere la chiusura dei file prima della restituzione.",
"extensionHomePath": "Impostare il percorso radice per le estensioni.",
"listExtensions": "Elenca le estensioni installate.",
"showVersions": "Mostra le versioni delle estensioni installate, quando si usa --list-extension.",
......
......@@ -6,6 +6,7 @@
{
"invalidManifest": "Estensione non valida: package.json non è un file JSON.",
"restartCodeLocal": "Riavviare Code prima di reinstallare {0}.",
"restartCodeGallery": "Si prega di riavviare Code prima di reinstallare.",
"uninstallDependeciesConfirmation": "Disinstallare solo '{0}' o anche le relative dipendenze?",
"uninstallOnly": "Solo",
"uninstallAll": "Tutto",
......
......@@ -16,6 +16,7 @@
"vscode.extension.activationEvents": "Eventi di attivazione per l'estensione Visual Studio Code.",
"vscode.extension.activationEvents.onLanguage": "Un evento di attivazione emesso ogni volta che viene aperto un file che risolve nella lingua specificata.",
"vscode.extension.activationEvents.onCommand": "Un evento di attivazione emesso ogni volta che viene invocato il comando specificato.",
"vscode.extension.activationEvents.onDebug": "Un evento di attivazione emesso ogni volta che un utente sta per avviare il debug o sta per impostare le configurazioni di debug.",
"vscode.extension.activationEvents.workspaceContains": "Un evento di attivazione emesso ogni volta che si apre una cartella che contiene almeno un file corrispondente al criterio GLOB specificato.",
"vscode.extension.activationEvents.onView": "Un evento di attivazione emesso ogni volta che la visualizzazione specificata viene espansa.",
"vscode.extension.activationEvents.star": "Un evento di attivazione emesso all'avvio di VS Code. Per garantire la migliore esperienza per l'utente finale, sei pregato di utilizzare questo evento di attivazione nella tua estensione solo quando nessun'altra combinazione di eventi di attivazione funziona nel tuo caso.",
......
......@@ -13,6 +13,8 @@
"contributes.defaults.highContrast": "Colore predefinito per i temi a contrasto elevato. Può essere un valore di colore in formato esadecimale (#RRGGBB[AA]) oppure l'identificativo di un colore che supporta i temi e fornisce l'impostazione predefinita.",
"invalid.colorConfiguration": "'configuration.colors' deve essere un array",
"invalid.default.colorType": "{0} deve essere un valore di colore in formato esadecimale (#RRGGBB [AA] o #RGB[A]) o l'identificativo di un colore che supporta i temi e che fornisce il valore predefinito. ",
"invalid.id": "'configuration.colors.id' deve essere definito e non può essere vuoto",
"invalid.id.format": "'configuration.colors.id' deve essere specificato dopo parola[.parola]*",
"invalid.description": "'configuration.colors.description' deve essere definito e non può essere vuoto",
"invalid.defaults": "'configuration.colors.defaults' deve essere definito e deve contenere 'light', 'dark' e 'highContrast'"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "TAB per spostare lo stato attivo",
"screenReaderDetected": "Rilevata utilità per la lettura dello schermo",
"screenReaderDetectedExtra": "Se non si utilizza un'utilità per la lettura dello schermo, si prega di impostare 'editor.accessibilitySupport' a \"off\".",
"disableTabMode": "Disabilita modalità accessibilità",
"gotoLine": "Vai alla riga",
......@@ -47,5 +46,7 @@
"reopenWithEncoding": "Riapri con codifica",
"guessedEncoding": "Ipotizzata dal contenuto",
"pickEncodingForReopen": "Seleziona codifica per la riapertura del file",
"pickEncodingForSave": "Seleziona codifica per il salvataggio del file"
"pickEncodingForSave": "Seleziona codifica per il salvataggio del file",
"screenReaderDetectedExplanation.answerYes": "Sì",
"screenReaderDetectedExplanation.answerNo": "No"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Nascondi da barra laterale"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Configura lingua",
"displayLanguage": "Definisce la lingua visualizzata di VSCode.",
"doc": "Per un elenco delle lingue supportate, vedere {0}.",
"restart": "Se si modifica il valore, è necessario riavviare VSCode.",
"fail.createSettings": "Non è possibile creare '{0}' ({1}).",
"JsonSchema.locale": "Linguaggio dell'interfaccia utente da usare."
}
\ No newline at end of file
......@@ -12,7 +12,6 @@
"showEditorTabs": "Controlla se visualizzare o meno gli editor aperti in schede.",
"editorTabCloseButton": "Controlla la posizione dei pulsanti di chiusura delle schede dell'editor oppure li disabilita quando è impostata su 'off'.",
"showIcons": "Controlla se visualizzare o meno un'icona per gli editor aperti. Richiede l'abilitazione anche di un tema dell'icona.",
"enablePreview": "Controlla se gli editor aperti vengono visualizzati come anteprima. Le anteprime editor vengono riutilizzate finché vengono mantenute, ad esempio tramite doppio clic o modifica.",
"enablePreviewFromQuickOpen": "Controlla se gli editor aperti da Quick Open vengono visualizzati come anteprima. Le anteprime editor vengono riutilizzate finché vengono mantenute, ad esempio tramite doppio clic o modifica.",
"editorOpenPositioning": "Controlla la posizione in cui vengono aperti gli editor. Selezionare 'left' o 'right' per aprire gli editor a sinistra o a destra di quello attualmente attivo. Selezionare 'first' o 'last' per aprire gli editor indipendentemente da quello attualmente attivo.",
"revealIfOpen": "Controlla se un editor viene visualizzato in uno qualsiasi dei gruppi visibili se viene aperto. Se l'opzione è disabilitata, un editor verrà aperto preferibilmente nel gruppo di editor attualmente attivo. Se è abilitata, un editor già aperto verrà visualizzato e non aperto di nuovo nel gruppo di editor attualmente attivo. Nota: in alcuni casi questa impostazione viene ignorata, ad esempio quando si forza l'apertura di un editor in un gruppo specifico oppure a lato del gruppo attualmente attivo.",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "Non visualizzare più questo messaggio",
"close": "Chiudi",
"workspaceRecommended": "Per questa area di lavoro sono disponibili estensioni consigliate.",
"ignoreExtensionRecommendations": "Si desidera ignorare tutte le raccomandazioni di estensioni?",
"ignoreAll": "Sì, ignora tutti",
"no": "No",
"cancel": "Annulla"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Editor file di testo",
"binaryFileEditor": "Editor file binari",
"filesConfigurationTitle": "File",
"exclude": "Consente di configurare i criteri di ricerca GLOB per escludere file e cartelle.",
"files.exclude.boolean": "Criterio GLOB da usare per trovare percorsi file. Impostare su True o False per abilitare o disabilitare il criterio.",
"files.exclude.when": "Controllo aggiuntivo sugli elementi di pari livello di un file corrispondente. Usare $(basename) come variabile del nome file corrispondente.",
"associations": "Consente di configurare le associazioni tra file e linguaggi, ad esempio \"*.extension\": \"html\". Queste hanno la precedenza sulle associazioni predefinite dei linguaggi installate.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "È stato rilevato un rallentamento all'avvio",
"slow.detail": "È stato appena rilevato un rallentamento all'avvio. Per consentire a Microsoft di analizzare e risolvere il problema, riavviare '{0}' con la profilatura abilitata e condividere i profili.",
"prof.message": "I profili sono stati creati.",
"prof.detail": "Creare un problema e allegare manualmente i file seguenti:\n{0}",
"prof.restartAndFileIssue": "Crea problema e riavvia",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"scm providers": "Provider di controllo del codice sorgente",
"commitMessage": "Message (press {0} to commit)",
"installAdditionalSCMProviders": "Installa ulteriori provider SCM ...",
"no open repo": "Non esistono provider di controllo codice sorgente attivi.",
"source control": "Controllo del codice sorgente",
"viewletTitle": "{0}: {1}"
}
\ No newline at end of file
......@@ -40,6 +40,8 @@
"recentlyUsed": "attività usate di recente",
"configured": "attività configurate",
"detected": "attività rilevate",
"TaskService.notAgain": "Non visualizzare più questo messaggio",
"TaskService.ok": "OK",
"TaskService.fetchingBuildTasks": "Recupero delle attività di compilazione...",
"TaskService.pickBuildTask": "Selezionare l'attività di compilazione da eseguire",
"TaskService.fetchingTestTasks": "Recupero delle attività di test...",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Apri impostazioni",
"close": "Chiudi",
"saveAndRetry": "Salva le impostazioni e riprova",
"open": "Apri impostazioni",
"errorUnknownKey": "Impossibile scrivere {0} perché {1} non è una configurazione registrata.",
"errorInvalidFolderConfiguration": "Impossibile scrivere nella cartella impostazioni perché {0} non supporta l'ambito di risorsa della cartella.",
"errorInvalidUserTarget": "Impossibile scrivere le impostazioni utente perché {0} non supporta l'ambito globale.",
"errorInvalidFolderTarget": "Impossibile scrivere nella cartella impostazioni perché non viene fornita alcuna risorsa.",
"errorNoWorkspaceOpened": "Impossibile scrivere su {0} poiché nessuna area di lavoro è aperta. Si prega di aprire un'area di lavoro e riprovare.",
"errorInvalidConfiguration": "Impossibile scrivere nelle impostazioni. Si prega di aprire **Impostazioni utente** per correggere eventuali errori o avvisi nel file e riprovare.",
"errorInvalidConfigurationWorkspace": "Impossibile scrivere in impostazioni. Si prega di aprire **Impostazioni area di lavoro** per correggere eventuali errori o avvisi nel file e riprovare.",
"errorConfigurationFileDirty": "Impossibile scrivere nelle impostazioni perché il file è stato modificato ma non salvato. Si prega di salvare il file **impostazioni utente** e riprovare.",
"errorConfigurationFileDirtyWorkspace": "Non è possibile scrivere in impostazioni perché il file è stato modificato ma non salvato. Salvare il file delle **Impostazioni area di lavoro** e riprovare.",
"userTarget": "Impostazioni utente",
"workspaceTarget": "Impostazioni area di lavoro",
"folderTarget": "Impostazioni della cartella"
......
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"fileInvalidPath": "Risorsa del file non valida ({0})",
"fileIsDirectoryError": "Il File è una Directory",
"fileNotModifiedError": "File non modificato dal giorno",
"fileTooLargeError": "File troppo grande per essere aperto",
"fileBinaryError": "Il file sembra essere binario e non può essere aperto come file di testo",
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Grunt の自動検出が次のエラーで失敗しました: {0}"
"execFailed": "フォルダ {0} でGrunt のエラーによる失敗を自動検出: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "gulp のエラーによる失敗を自動検出: {0}"
"execFailed": "フォルダ {0} でgulp のエラーによる失敗を自動検出: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Jake のエラーによる失敗を自動検出: {0}"
"execFailed": "フォルダ {0} でJake のエラーによる失敗を自動検出: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "'markdown.styles' を読み込むことができません: {0}"
"onPreviewStyleLoadError": "'markdown.styles' を読み込むことができません: {0}",
"previewTitle": "プレビュー {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "ウォッチ - {0}",
"buildTscLabel": "ビルド - {0}"
"buildTscLabel": "ビルド - {0}",
"buildAndWatchTscLabel": "ウォッチ - {0}"
}
\ No newline at end of file
......@@ -175,6 +175,8 @@
"miRunningTask": "実行中のタスクを表示(&&G)...",
"miRestartTask": "実行中のタスクの再起動(&&E)...",
"miTerminateTask": "タスクの終了(&&T)...",
"miConfigureTask": "タスクの構成(&&C)…",
"miConfigureBuildTask": "既定のビルド タスクの構成(&&F)…",
"accessibilityOptionsWindowTitle": "ユーザー補助オプション",
"miRestartToUpdate": "再起動して更新...",
"miCheckingForUpdates": "更新を確認しています...",
......
......@@ -11,7 +11,7 @@
"lineHeight": "行の高さを制御します。fontSize に基づいて lineHeight を計算する場合には、0 を使用します。",
"letterSpacing": "文字の間隔をピクセル単位で制御します。",
"lineNumbers": "行番号の表示を制御します。使用可能な値は、'on'、'off'、および 'relative' です。'relative' は現在のカーソル位置からの行数を示します。",
"rulers": "垂直ルーラーを表示する列",
"rulers": "等幅フォントの特定番号の後ろに垂直ルーラーを表示します。複数のルーラーには複数の値を使用します。配列が空の場合はルーラーを表示しません。",
"wordSeparators": "単語に関連したナビゲーションまたは操作を実行するときに、単語の区切り文字として使用される文字",
"tabSize": "1 つのタブに相当するスペースの数。`editor.detectIndentation` がオンの場合、この設定はファイル コンテンツに基づいて上書きされます。",
"tabSize.errorMessage": "'number' が必要です。`editor.detectIndentation` 設定によって値 \"auto\" が置き換えられていることに注意してください。",
......
......@@ -22,6 +22,8 @@
"errorBorder": "エディターでエラーを示す波線の境界線の色。",
"warningForeground": "エディターで警告を示す波線の前景色。",
"warningBorder": "エディターで警告を示す波線の境界線の色。",
"infoForeground": "エディターで情報を示す波線の前景色。",
"infoBorder": "エディターで情報を示す波線の境界線の色。",
"overviewRulerRangeHighlight": "範囲を強調表示するときの概要ルーラーのマーカー色。",
"overviewRuleError": "エラーを示す概要ルーラーのマーカー色。",
"overviewRuleWarning": "警告を示す概要ルーラーのマーカー色。",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "前のエラーまたは警告へ移動",
"editorMarkerNavigationError": "エディターのマーカー ナビゲーション ウィジェットのエラーの色。",
"editorMarkerNavigationWarning": "エディターのマーカー ナビゲーション ウィジェットの警告の色。",
"editorMarkerNavigationInfo": "エディターのマーカー ナビゲーション ウィジェットの情報の色。",
"editorMarkerNavigationBackground": "エディターのマーカー ナビゲーション ウィジェットの背景。"
}
\ No newline at end of file
......@@ -13,6 +13,7 @@
"vscode.extension.contributes.menuItem.group": "このコマンドが属するグループ",
"vscode.extension.contributes.menus": "メニュー項目をエディターに提供します",
"menus.commandPalette": "コマンド パレット",
"menus.touchBar": "Touch Bar (macOS のみ)",
"menus.editorTitle": "エディターのタイトル メニュー",
"menus.editorContext": "エディターのコンテキスト メニュー",
"menus.explorerContext": "エクスプローラーのコンテキスト メニュー",
......
......@@ -6,6 +6,7 @@
{
"invalidManifest": "正しくない拡張機能: package.json は JSON ファイルではありません。",
"restartCodeLocal": "{0} を再インストールする前に、Code を再起動してください。",
"restartCodeGallery": "再インストールする前に Code を再起動してください。",
"uninstallDependeciesConfirmation": "'{0}' のみをアンインストールしますか、または依存関係もアンインストールしますか?",
"uninstallOnly": "限定",
"uninstallAll": "すべて",
......
......@@ -66,5 +66,5 @@
"jshint-stylish": "JSHint の問題 (stylish)",
"eslint-compact": "ESLint の問題 (compact)",
"eslint-stylish": "ESLint の問題 (stylish)",
"go": "問題に移動する"
"go": "Go の問題"
}
\ No newline at end of file
......@@ -17,5 +17,6 @@
"save": "保存(&&S)",
"saveWorkspace": "ワークスペースを保存",
"openWorkspaceAction": "ワークスペースを開く...",
"openWorkspaceConfigFile": "ワークスペースの構成ファイルを開く"
"openWorkspaceConfigFile": "ワークスペースの構成ファイルを開く",
"workspaceFolderPickerPlaceholder": "ワークスペース フォルダーを選択"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "タブによるフォーカスの移動",
"screenReaderDetected": "スクリーン リーダーを検出しました",
"screenReaderDetectedExtra": "スクリーン リーダーを使用しない場合、`editor.accessibilitySupport` を \"off\" にしてください。",
"disableTabMode": "アクセシビリティ モードを無効にする",
"gotoLine": "行へ移動",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "エンコード付きで再度開く",
"guessedEncoding": "コンテンツから推測",
"pickEncodingForReopen": "ファイルを再度開くときのファイルのエンコードの選択",
"pickEncodingForSave": "保存時のファイルのエンコードの選択"
"pickEncodingForSave": "保存時のファイルのエンコードの選択",
"screenReaderDetectedExplanation.question": "VS Codeの操作にスクリーンリーダーを使用していますか?",
"screenReaderDetectedExplanation.answerYes": "はい",
"screenReaderDetectedExplanation.answerNo": "いいえ",
"screenReaderDetectedExplanation.body1": "VS Codeは現在スクリーンリーダーの使用状況に最適化されています。"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "サイド バーから非表示"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "言語を構成する",
"displayLanguage": "VSCode の表示言語を定義します。",
"doc": "サポートされている言語の一覧については、{0} をご覧ください。",
"restart": "値を変更するには VS Code の再起動が必要です。",
"fail.createSettings": "'{0}' ({1}) を作成できません。",
"JsonSchema.locale": "使用する UI 言語。"
}
\ No newline at end of file
......@@ -17,7 +17,6 @@
"tabDescription": "エディターのラベルの書式を制御します。例としてこの設定を変更することでファイルの場所を理解しやすくなります:\n- short: 'parent'\n- medium: 'workspace/src/parent'\n- long: '/home/user/workspace/src/parent'\n- default: '.../parent',  別タブで、同じタイトルを共有する場合や、相対的なワークスペース パス タブが無効になっている場合",
"editorTabCloseButton": "エディター タブの閉じるボタンの位置を制御するか、[off] に設定した場合に無効にします。",
"showIcons": "開いているエディターをアイコンで表示するかどうかを制御します。これには、アイコンのテーマを有効にする必要もあります。",
"enablePreview": "開いているエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
"enablePreviewFromQuickOpen": "Quick Open で開いたエディターをプレビューとして表示するかどうかを制御します。プレビュー エディターは、保持されている間、再利用されます (ダブルクリックまたは編集などによって)。",
"editorOpenPositioning": "エディターを開く場所を制御します。[左] または [右] を選択して、現在アクティブになっているエディターの左または右にエディターを開きます。[最初] または [最後] を選択して、現在アクティブになっているエディターとは別個にエディターを開きます。",
"revealIfOpen": "任意の表示グループが開かれた場合に、そこにエディターを表示するかどうかを制御します。無効にした場合、エディターは現在のアクティブなエディター グループに優先して開かれます。有効にした場合は、現在のアクティブなエディター グループにもう一度開くのではなく、既に開いているエディターが表示されます。特定のグループ内や現在アクティブなグループの横に強制的にエディターを開いた場合などに、この設定が無視される場合もあることにご注意ください。",
......
......@@ -36,5 +36,10 @@
"schema.indentationRules.unIndentedLinePattern": "ある行がこのパターンと一致する場合は、そのインデントを変更してはならず、他のルールに対して評価してもなりません。",
"schema.indentationRules.unIndentedLinePattern.pattern": "unIndentedLinePattern に使用する正規表現パターン。",
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern に使用する正規表現フラグ。",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。"
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` パターンに一致する必要があります。",
"schema.folding": "言語の折り畳み設定。",
"schema.folding.offSide": "その言語のブロックがインデントで表現されている場合、言語はオフサイドルールに従います。 設定されている場合、空行は後続のブロックに属します。",
"schema.folding.markers": "'#region'や '#endregion'などの言語固有の折りたたみマーカー。開始と終了の正規表現はすべての行の内容に対してテストし効率的に設計してください。",
"schema.folding.markers.start": "開始マーカーの正規表現パターン。 正規表現は '^' で始めてください。",
"schema.folding.markers.end": "終了マーカーの正規表現パターン。 正規表現は '^' で始めてください。"
}
\ No newline at end of file
......@@ -53,6 +53,7 @@
"showAzureExtensionsShort": "Azure 拡張機能",
"OpenExtensionsFile.failed": "'.vscode' ファルダー ({0}) 内に 'extensions.json' ファイルを作成できません。",
"configureWorkspaceRecommendedExtensions": "お勧めの拡張機能の構成 (ワークスペース)",
"configureWorkspaceFolderRecommendedExtensions": "推奨事項の拡張機能を構成 (ワークスペース フォルダー)",
"builtin": "ビルトイン",
"disableAll": "インストール済みのすべての拡張機能を無効にする",
"disableAllWorkspace": "このワークスペースのインストール済みの拡張機能をすべて無効にする",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "今後は表示しない",
"close": "閉じる",
"workspaceRecommended": "このワークスペースには拡張機能の推奨事項があります。",
"ignoreExtensionRecommendations": "すべての拡張機能の推奨事項を無視しますか?",
"ignoreAll": "はい、すべて無視します",
"no": "いいえ",
"cancel": "キャンセル"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "テキスト ファイル エディター",
"binaryFileEditor": "バイナリ ファイル エディター",
"filesConfigurationTitle": "ファイル",
"exclude": "ファイルとフォルダーを除外するための glob パターンを構成します。",
"files.exclude.boolean": "ファイル パスの照合基準となる glob パターン。これを true または false に設定すると、パターンがそれぞれ有効/無効になります。",
"files.exclude.when": "一致するファイルの兄弟をさらにチェックします。一致するファイル名の変数として $(basename) を使用します。",
"associations": "言語に対するファイルの関連付け (例 \"*.extension\": \"html\") を構成します。これらの関連付けは、インストールされている言語の既定の関連付けより優先されます。",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "スタートアップの遅延が検出されました",
"slow.detail": "スタートアップが遅かったとのこと、申し訳ございません。プロファイルを有効にして、'{0}' を再起動し、プロファイルを共有してください。スタートアップの改善のために参考にさせていただきます。",
"prof.message": "プロファイルが正常に作成されました。",
"prof.detail": "案件を作成し、手動で次のファイルを添付してください:\\n{0}",
"prof.restartAndFileIssue": "問題を作成して再起動",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"scm providers": "ソース管理プロバイダー",
"commitMessage": "Message (press {0} to commit)",
"installAdditionalSCMProviders": "その他の SCM プロバイダーをインストール...",
"no open repo": "有効なソース管理プロバイダーがありません。",
"source control": "ソース管理",
"viewletTitle": "{0}: {1}"
}
\ No newline at end of file
......@@ -19,6 +19,7 @@
"TaskService.noTestTask1": "テスト タスクが定義されていません。tasks.json ファイルでタスクに 'isTestCommand' というマークを付けてください。",
"TaskService.noTestTask2": "テスト タスクが定義されていません。tasks.json ファイルでタスクに 'test' グループとしてマークを付けてください。",
"TaskServer.noTask": "実行が要求されたタスク {0} が見つかりません。",
"TaskService.associate": "関連",
"TaskService.attachProblemMatcher.continueWithout": "タスクの出力をスキャンせずに続行",
"TaskService.attachProblemMatcher.never": "今後このタスクの出力をスキャンしない",
"TaskService.attachProblemMatcher.learnMoreAbout": "タスク出力のスキャンについての詳細",
......@@ -41,18 +42,32 @@
"recentlyUsed": "最近使用したタスク",
"configured": "構成済みのタスク",
"detected": "検出されたタスク",
"TaskService.notAgain": "今後は表示しない",
"TaskService.ok": "OK",
"TaskService.pickRunTask": "実行するタスクを選択してください",
"TaslService.noEntryToRun": "実行するタスクがありません。タスクを構成する...",
"TaskService.fetchingBuildTasks": "ビルド タスクをフェッチしています...",
"TaskService.pickBuildTask": "実行するビルド タスクを選択",
"TaskService.noBuildTask": "実行するビルド タスクがありません。タスクを構成する... ",
"TaskService.fetchingTestTasks": "テスト タスクをフェッチしています...",
"TaskService.pickTestTask": "実行するテスト タスクを選択してください",
"TaskService.noTestTaskTerminal": "実行するテスト タスクがありません。タスクを構成する... ",
"TaskService.tastToTerminate": "終了するタスクを選択",
"TaskService.noTaskRunning": "現在実行中のタスクはありません",
"TerminateAction.noProcess": "起動したプロセスは既に存在しません。タスクを起動したバックグラウンド タスクが VS コードで終了すると、プロセスが孤立することがあります。",
"TerminateAction.failed": "実行中のタスクの終了に失敗しました",
"TaskService.tastToRestart": "再起動するタスクを選択してください",
"TaskService.noTaskToRestart": "再起動するタスクがありません",
"TaskService.template": "タスク テンプレートを選択",
"TaskService.createJsonFile": "テンプレートから tasks.json を生成",
"TaskService.openJsonFile": "tasks.json ファイルを開く",
"TaskService.pickTask": "構成するタスクを選択",
"TaskService.defaultBuildTaskExists": "{0} は既に既定のビルド タスクとしてマークされています",
"TaskService.pickDefaultBuildTask": "既定のビルド タスクとして使用するタスクを選択",
"TaskService.defaultTestTaskExists": "{0} は既に既定のテスト タスクとしてマークされています。",
"TaskService.pickDefaultTestTask": "既定のテスト タスクとして使用するタスクを選択",
"TaskService.pickShowTask": "出力を表示するタスクを選択",
"TaskService.noTaskIsRunning": "実行中のタスクはありません",
"ShowLogAction.label": "タスク ログの表示",
"RunTaskAction.label": "タスクの実行",
"RestartTaskAction.label": "実行中のタスクの再起動",
......
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"TerminalTaskSystem.unknownError": "タスクの実行中に不明なエラーが発生しました。詳細については、タスク出力ログを参照してください。",
"dependencyFailed": "ワークスペース フォルダー '{1}' 内で依存タスクの '{0}' を解決できませんでした",
"TerminalTaskSystem.terminalName": "タスク - {0}",
"reuseTerminal": "ターミナルはタスクで再利用されます、閉じるには任意のキーを押してください。",
"TerminalTaskSystem": "UNC ドライブでシェル コマンドを実行できません。",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "エラー: 正しくない problemMatcher 参照 {0}\n",
"ConfigurationParser.noTaskType": "エラー: タスクの構成には type プロパティが必要です。この構成は無視されます。\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Error: タスク タイプ '{0}' は登録されていません。対応するタスク プロバイダーを提供する拡張機能をインストールしましたか?",
"ConfigurationParser.missingRequiredProperty": "エラー: タスク構成 '{0}' に必要な '{1}' プロパティがありません。構成は無視されます。 ",
"ConfigurationParser.notCustom": "エラー: タスクがカスタム タスクとして定義されていません。この構成は無視されます。\n{0}\n",
"ConfigurationParser.noTaskName": "エラー: タスクが taskName プロパティを提供しなければなりません。このタスクは無視されます。\n{0}\n",
"taskConfiguration.shellArgs": "警告: タスク '{0}' はシェル コマンドです。コマンド名または引数の 1 つに、エスケープされていないスペースが含まれています。コマンド ラインの引用が正しく解釈されるように、引数をコマンドにマージしてください。",
......
......@@ -14,6 +14,10 @@
"vscode.extension.contributes.defaultConfiguration": "言語ごとに既定のエディター構成の設定を提供します。",
"invalid.properties": "'configuration.properties' は、オブジェクトである必要があります",
"invalid.allOf": "'configuration.allOf' は非推奨で使用できなくなります。代わりに 'configuration' コントリビューション ポイントに複数の構成セクションを配列として渡します。",
"workspaceConfig.folders.description": "ワークスペースで読み込まれるフォルダーのリスト。",
"workspaceConfig.path.description": "ファイルパス。例: `/root/folderA` または `./folderA` のようなワークスペース ファイルの場所に対して解決される相対パス。",
"workspaceConfig.settings.description": "ワークスペースの設定"
"workspaceConfig.name.description": "フォルダーにつけるオプションの名前。",
"workspaceConfig.uri.description": "フォルダーの URI",
"workspaceConfig.settings.description": "ワークスペースの設定",
"workspaceConfig.extensions.description": "ワークスペースの拡張機能"
}
\ No newline at end of file
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "設定を開く",
"close": "閉じる",
"saveAndRetry": "設定を保存して再試行",
"open": "設定を開く",
"errorUnknownKey": "{1} は登録済みの構成ではないため、{0} に書き込むことができません。",
"errorInvalidFolderConfiguration": "{0} はフォルダーのリソース スコープをサポートしていないため、フォルダー設定に書き込むことができません。",
"errorInvalidUserTarget": "{0} はグローバル スコープをサポートしていないため、ユーザー設定に書き込むことができません。",
"errorInvalidFolderTarget": "リソースが指定されていないため、フォルダー設定に書き込むことができません。",
"errorNoWorkspaceOpened": "開いているワークスペースがないため、{0} に書き込むことができません。最初にワークスペースを開いてから、もう一度お試しください。",
"errorInvalidConfiguration": "設定を書き込めません。**User Settings** を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
"errorInvalidConfigurationWorkspace": "設定を書き込めません。**Workspace Settings** を開いて、ファイル内のエラー/警告を修正してからもう一度お試しください。",
"errorConfigurationFileDirty": "ファイルが変更されているため、設定を書き込めません。**User Settings** ファイルを保存してから、もう一度お試しください。",
"errorConfigurationFileDirtyWorkspace": "ファイルが変更されているため、設定を書き込めません。**Workspace Settings** ファイルを保存してから、もう一度お試しください。",
"userTarget": "ユーザー設定",
"workspaceTarget": "ワークスペースの設定",
"folderTarget": "フォルダーの設定"
......
......@@ -20,9 +20,9 @@
"invalid.path.1": "拡張機能のフォルダー ({2}) の中に `contributes.{0}.path` ({1}) が含まれている必要があります。これにより拡張を移植できなくなる可能性があります。",
"reqid": "`contributes.{0}.id` に文字列が必要です。提供された値: {1}",
"error.cannotloadicontheme": "Unable to load {0}",
"error.cannotparseicontheme": "Problems parsing file icons file: {0}",
"error.cannotparseicontheme": "アイコン ファイルの解析中に問題が発生しました: {0}",
"colorTheme": "ワークベンチで使用する配色テーマを指定します。",
"colorThemeError": "Theme is unknown or not installed.",
"colorThemeError": "テーマが不明、またはインストールされていません。",
"iconTheme": "ワークベンチで使用するアイコンのテーマを指定します。'null' を指定するとファイル アイコンが表示されなくなります。",
"noIconThemeDesc": "ファイル アイコンがありません",
"iconThemeError": "ファイル アイコンのテーマが不明、またはインストールされていません。",
......
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Grunt 자동 검색에 실패하고 [0} 오류가 발생했습니다."
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Gulp 자동 검색에 실패하고 {0} 오류가 발생했습니다."
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Jake 자동 검색 실패 오류: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "보기 - {0}",
"buildTscLabel": "빌드 - {0}"
"buildTscLabel": "빌드 - {0}",
"buildAndWatchTscLabel": "보기 - {0}"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"lineHeight": "줄 높이를 제어합니다. fontSize의 lineHeight를 계산하려면 0을 사용합니다.",
"letterSpacing": "글자 간격을 픽셀 단위로 조정합니다.",
"lineNumbers": "줄 번호의 표시 여부를 제어합니다. 가능한 값은 'on', 'off', 'relative'입니다. 'relative'는 현재 커서 위치에서 줄 수를 표시합니다.",
"rulers": "세로 눈금자를 표시할 열",
"wordSeparators": "단어 관련 탐색 또는 작업을 수행할 때 단어 구분 기호로 사용되는 문자입니다.",
"tabSize": "탭 한 개에 해당하는 공백 수입니다. `editor.detectIndentation`이 켜져 있는 경우 이 설정은 파일 콘텐츠에 따라 재정의됩니다.",
"tabSize.errorMessage": "'number'가 필요합니다. 값 \"auto\"는 `editor.detectIndentation` 설정에 의해 바뀌었습니다.",
......
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tab으로 포커스 이동",
"screenReaderDetected": "화면 읽기 프로그램 검색됨",
"screenReaderDetectedExtra": "화면 읽기 프로그램을 사용하지 않는 경우 `editor.accessibilitySupport` 설정을 \"off\"로 변경하세요.",
"disableTabMode": "접근성 모드 사용 안 함",
"gotoLine": "줄 이동",
......@@ -47,5 +46,7 @@
"reopenWithEncoding": "인코딩하여 다시 열기",
"guessedEncoding": "콘텐츠에서 추측함",
"pickEncodingForReopen": "파일을 다시 열 파일 인코딩 선택",
"pickEncodingForSave": "파일을 저장할 파일 인코딩 선택"
"pickEncodingForSave": "파일을 저장할 파일 인코딩 선택",
"screenReaderDetectedExplanation.answerYes": "예",
"screenReaderDetectedExplanation.answerNo": "아니요"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "사이드바에서 숨기기"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "언어 구성",
"displayLanguage": "VSCode의 표시 언어를 정의합니다.",
"doc": "지원되는 언어 목록은 {0} 을(를) 참조하세요.",
"restart": "값을 변경하려면 VSCode를 다시 시작해야 합니다.",
"fail.createSettings": "{0}'({1})을(를) 만들 수 없습니다.",
"JsonSchema.locale": "사용할 UI 언어입니다."
}
\ No newline at end of file
......@@ -12,7 +12,6 @@
"showEditorTabs": "열려 있는 편집기를 탭에서 표시할지 여부를 제어합니다.",
"editorTabCloseButton": "편집기의 탭 닫기 단추의 위치를 제어하거나 'off'로 설정된 경우 이 단추를 사용하지 않도록 설정합니다.",
"showIcons": "열린 편집기를 아이콘과 함께 표시할지 여부를 제어합니다. 이를 위해서는 아이콘 테마도 사용하도록 설정해야 합니다.",
"enablePreview": "열려 있는 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
"enablePreviewFromQuickOpen": "Quick Open에서 연 편집기를 미리 보기로 표시할지 여부를 제어합니다. 미리 보기 편집기는 유지된 상태까지(예: 두 번 클릭 또는 편집을 통해) 다시 사용됩니다.",
"editorOpenPositioning": "편집기가 열리는 위치를 제어합니다. 현재 활성 편집기의 왼쪽 또는 오른쪽에서 편집기를 열려면 '왼쪽' 또는 '오른쪽'을 선택합니다. 현재 활성 편집기와 독립적으로 편집기를 열려면 '처음' 또는 '마지막'을 선택합니다.",
"revealIfOpen": "편집기를 여는 경우 보이는 그룹 중 하나에 표시할지 여부를 제어합니다. 사용하지 않도록 설정할 경우 편집기가 기본적으로 현재 활성 편집기 그룹에 열립니다. 사용하도록 설정할 경우 현재 활성 편집기 그룹에서 편집기가 다시 열리지 않고 이미 열린 편집기가 표시됩니다. 강제로 편집기가 특정 그룹에서 열리거나 현재 활성 그룹 옆에 열리도록 하는 등의 일부 경우에는 이 설정이 무시됩니다.",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "다시 표시 안 함",
"close": "닫기",
"workspaceRecommended": "이 작업 영역에 확장 권장 사항이 있습니다.",
"ignoreExtensionRecommendations": "확장 권장 사항을 모두 무시하시겠습니까?",
"ignoreAll": "예, 모두 무시",
"no": "아니요",
"cancel": "취소"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "텍스트 파일 편집기",
"binaryFileEditor": "이진 파일 편집기",
"filesConfigurationTitle": "파일",
"exclude": "파일과 폴더를 제외하기 위한 GLOB 패턴을 구성합니다.",
"files.exclude.boolean": "파일 경로를 일치시킬 GLOB 패턴입니다. 패턴을 사용하거나 사용하지 않도록 설정하려면 true 또는 false로 설정하세요.",
"files.exclude.when": "일치하는 파일의 형제에 대한 추가 검사입니다. $(basename)을 일치하는 파일 이름에 대한 변수로 사용하세요.",
"associations": "파일과 언어의 연결을 구성하세요(예: \"*.extension\": \"html\"). 이러한 구성은 설치된 언어의 기본 연결보다 우선 순위가 높습니다.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "느린 시작 감지됨",
"slow.detail": "방금 느리게 시작되었습니다. 프로파일링을 사용하도록 설정한 상태로 '{0}'을(를) 다시 시작하세요. 프로필을 공유해 주시면 다시 빠르게 시작될 수 있도록 최선을 다하겠습니다.",
"prof.message": "프로필을 만들었습니다.",
"prof.detail": "문제를 발생시키고 다음 파일을 수동으로 첨부하세요.\n{0}",
"prof.restartAndFileIssue": "문제 만들기 및 다시 시작",
......
......@@ -40,6 +40,8 @@
"recentlyUsed": "최근에 사용한 작업",
"configured": "구성된 작업",
"detected": "감지된 작업",
"TaskService.notAgain": "다시 표시 안 함",
"TaskService.ok": "확인",
"TaskService.fetchingBuildTasks": "빌드 작업을 페치하는 중...",
"TaskService.pickBuildTask": "실행할 빌드 작업 선택",
"TaskService.fetchingTestTasks": "테스트 작업을 페치하는 중...",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "설정 열기",
"close": "닫기",
"saveAndRetry": "설정 저장 및 다시 시도",
"open": "설정 열기",
"errorUnknownKey": "{1}은(는) 등록된 구성이 아니므로 {0}에 쓸 수 없습니다.",
"errorInvalidFolderConfiguration": "{0}이(가) 폴더 리소스 범위를 지원하지 않으므로 폴더 설정에 쓸 수 없습니다.",
"errorInvalidUserTarget": "{0}이(가) 글로벌 범위를 지원하지 않으므로 사용자 설정에 쓸 수 없습니다.",
"errorInvalidFolderTarget": "리소스가 제공되지 않으므로 폴더 설정에 쓸 수 없습니다.",
"errorNoWorkspaceOpened": "작업 영역이 열려 있지 않으므로 {0}에 쓸 수 없습니다. 먼저 작업 영역을 열고 다시 시도하세요.",
"errorInvalidConfiguration": "설정에 쓸 수 없습니다. **사용자 설정**을 열어 파일에서 오류/경고를 해결하고 다시 시도하세요.",
"errorInvalidConfigurationWorkspace": "설정에 쓸 수 없습니다. **작업 영역 설정**을 열어 파일에서 오류/경고를 해결하고 다시 시도하세요.",
"errorConfigurationFileDirty": "파일이 변경되어 설정에 쓸 수 없습니다. **사용자 설정** 파일을 저장하고 다시 시도하세요.",
"errorConfigurationFileDirtyWorkspace": "파일이 변경되어 설정에 쓸 수 없습니다. **작업 영역 설정** 파일을 저장하고 다시 시도하세요.",
"userTarget": "사용자 설정",
"workspaceTarget": "작업 영역 설정",
"folderTarget": "폴더 설정"
......
......@@ -7,9 +7,9 @@
"activeEditorShort": "por exemplo meuArquivo.txt",
"activeEditorMedium": "e.g. minhaPasta/meuArquivo.txt",
"activeEditorLong": "por exemplo /Usuários/Desenvolvimento/meuProjeto/minhaPasta/meuArquivo/txt",
"rootName": "por exemplo, myFolder1, myFolder2, myFolder3",
"rootName": "por exemplo: minhaPasta1, minhaPasta2, minhaPasta3",
"rootPath": "por exemplo /Usuários/desenvolvimento/meuProjeto",
"folderName": "por exemplo, myFolder",
"folderName": "por exemplo: minhaPasta",
"folderPath": "por exemplo, /Users/Development/myFolder",
"appName": "e.g. VS Code",
"dirty": "Um indicador de alteração se o editor ativo foi alterado",
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Auto detecção de Grunt falhou com erro: {0}"
"execFailed": "Auto detecção de Grunt para pasta {0} falhou com erro: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Auto detecção de gulp falhou com erro: {0}"
"execFailed": "Auto detecção de gulp para pasta {0} falhou com erro: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Auto detecção de Jake falhou com erro: {0}"
"execFailed": "Auto detecção de Jake para pasta {0} falhou com erro: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "Não foi possível carregar o 'markdown.styles': {0}"
"onPreviewStyleLoadError": "Não foi possível carregar o 'markdown.styles': {0}",
"previewTitle": "Visualização {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "monitorar - {0}",
"buildTscLabel": "compilar - {0}"
"buildTscLabel": "compilar - {0}",
"buildAndWatchTscLabel": "monitorar - {0}"
}
\ No newline at end of file
......@@ -175,6 +175,8 @@
"miRunningTask": "Mostrar &&Tarefas Em Execução...",
"miRestartTask": "R&&einiciar Tarefa em Execução",
"miTerminateTask": "&&Finalizar Tarefa",
"miConfigureTask": "&& Configurar Tarefas...",
"miConfigureBuildTask": "Configurar Tarefas Padrão de Compilação...",
"accessibilityOptionsWindowTitle": "Opções de Acessibilidade",
"miRestartToUpdate": "Reinicie para Atualizar...",
"miCheckingForUpdates": "Verificando Atualizações...",
......
......@@ -11,7 +11,7 @@
"lineHeight": "Controla a altura da linha. Use 0 para computar a altura da linha a partir do tamanho da fonte.",
"letterSpacing": "Controla o espaçamento da letra em pixels.",
"lineNumbers": "Controla a exibição de números de linha. Valores possíveis são 'on', 'off' e 'relative'. 'relative' mostra a contagem de linhas a partir da posição atual do cursor.",
"rulers": "Colunas nas quais mostrar réguas verticais",
"rulers": "Renderiza réguas verticais após um certo número de caracteres de espaço. Use vários valores para várias réguas. Réguas não serão desenhadas se a matriz estiver vazia",
"wordSeparators": "Caracteres que serão usados como separadores de palavras ao fazer navegação relacionada a palavras ou operações",
"tabSize": "O número de espaços equivalentes a uma tabulação. Esta configuração é sobreposta no conteúdo do arquivo quando `editor.detectIndentation` está ligado.",
"tabSize.errorMessage": "Esperado 'número'. Note que o valor \"auto\" foi alterado pela configuração 'editor.detectIndentation'.",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Cor da borda das linhas onduladas de erro no editor.",
"warningForeground": "Cor do primeiro plano de linhas onduladas de aviso no editor.",
"warningBorder": "Cor da borda das linhas onduladas de aviso no editor.",
"infoForeground": "Cor do primeiro plano das linhas de informação no editor.",
"infoBorder": "Cor da borda das linhas de informação no editor.",
"overviewRulerRangeHighlight": "Visão geral da cor do marcador da régua para intervalos de destaques.",
"overviewRuleError": "Visão geral da cor do marcador da régua para erros.",
"overviewRuleWarning": "Visão geral da cor do marcador da régua para avisos.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Ir para o Erro ou Aviso Anterior",
"editorMarkerNavigationError": "Ferramenta de marcação de edição apresentando error na cor ",
"editorMarkerNavigationWarning": "Ferramenta de marcação de edição apresentando adventência na cor",
"editorMarkerNavigationInfo": "Cor de informação da ferramenta de navegação do marcador do editor.",
"editorMarkerNavigationBackground": "Cor de fundo da ferramenta de marcação de navegação do editor."
}
\ No newline at end of file
......@@ -17,5 +17,6 @@
"save": "&&Salvar",
"saveWorkspace": "Salvar o espaço de trabalho",
"openWorkspaceAction": "Abrir o Espaço de Trabalho...",
"openWorkspaceConfigFile": "Abrir o Arquivo de Configuração do Espaço de Trabalho"
"openWorkspaceConfigFile": "Abrir o Arquivo de Configuração do Espaço de Trabalho",
"workspaceFolderPickerPlaceholder": "Selecione a pasta de trabalho"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tabulação Move o Foco",
"screenReaderDetected": "Leitor de Tela Detectado",
"screenReaderDetectedExtra": "Se você não estiver usando um leitor de tela, por favor altere a configuração `editor.accessibilitySupport` para \"desligado\".",
"disableTabMode": "Desativar o modo de acessibilidade",
"gotoLine": "Ir para linha",
......@@ -47,5 +46,9 @@
"reopenWithEncoding": "Reabrir com codificação",
"guessedEncoding": "Adivinhado a partir do conteúdo",
"pickEncodingForReopen": "Selecione a codificaçãodo arquivo para reabrir o arquivo.",
"pickEncodingForSave": "Selecione a codificação do arquivo para Salvar Com"
"pickEncodingForSave": "Selecione a codificação do arquivo para Salvar Com",
"screenReaderDetectedExplanation.question": "Você está usando um leitor de tela para operar o VS Code?",
"screenReaderDetectedExplanation.answerYes": "Sim",
"screenReaderDetectedExplanation.answerNo": "Não",
"screenReaderDetectedExplanation.body1": "O VS Code agora está otimizado para uso com um leitor de tela."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Ocultar a Barra Lateral"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Configurar Idioma",
"displayLanguage": "Define o idioma de exibição do VSCode.",
"doc": "Veja {0} para obter uma lista dos idiomas suportados.",
"restart": "Modificar o valor requer reinicialização do VSCode.",
"fail.createSettings": "Não foi possível criar '{0}' ({1}).",
"JsonSchema.locale": "O idioma da interface do usuário a ser usada."
}
\ No newline at end of file
......@@ -17,7 +17,6 @@
"tabDescription": "Controla o formato do rótulo para um editor. Alterar essa configuração pode por exemplo tornar mais fácil entender a localização de um arquivo:\n- curto: 'parent'\n- médio: 'workspace/src/parent'\n- longa: '/ home/user/workspace/src/parent'\n- padrão: '... /parent, quando outra guia compartilha o mesmo título, ou o caminho relativo do espaço de trabalho se as guias estão desabilitadas",
"editorTabCloseButton": "Controla a posição dos botões de fechar das abas do editor ou os desabilita quando configurados para 'desligado'.",
"showIcons": "Controla se os editores abertos devem ou não ser exibidos com um ícone. Requer um tema de ícone para ser habilitado. ",
"enablePreview": "Controla se os editores abertos são exibidos como visualização. Editores de visualização são reutilizados até que eles sejam preservados (por exemplo, através de um duplo clique ou edição).",
"enablePreviewFromQuickOpen": "Controla se os editores abertos da Abertura Rápida são exibidos como visualização. Os editores de visualização são reutilizados até serem preservados (por exemplo, através de um duplo clique ou edição).",
"editorOpenPositioning": "Controla onde os editores serão abertos. Escolha 'esquerda' ou 'direita' para abrir os editores à esquerda ou à direita do \neditor ativo. Selecione 'primeiro' ou 'último' para abrir os editores independentemente do atual.",
"revealIfOpen": "Controla se um editor é exibido em qualquer um dos grupos, se aberto. Se desabilitado, um editor será aberto preferencialmente no grupo de editores ativo. Se habilitado, um editor já aberto será exibido no grupo de editores ativo, ao invés de ser aberto novamente. Note que há alguns casos onde esta configuração é ignorada, por exemplo, quando for forçada a abertura de um editor em um grupo específico ou ao lado do grupo atualmente ativo.",
......
......@@ -36,5 +36,10 @@
"schema.indentationRules.unIndentedLinePattern": "Se uma linha corresponder a esse padrão, então seu recuo não deve ser mudado e ela não deve ser avaliada contra as outras regras.",
"schema.indentationRules.unIndentedLinePattern.pattern": "O padrão RegExp para unIndentedLinePattern.",
"schema.indentationRules.unIndentedLinePattern.flags": "Os rótulos RegExp para unIndentedLinePattern.",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "Deve corresponder ao padrão `/^([gimuy]+)$/`."
"schema.indentationRules.unIndentedLinePattern.errorMessage": "Deve corresponder ao padrão `/^([gimuy]+)$/`.",
"schema.folding": "As configurações de dobragem da linguagem.",
"schema.folding.offSide": "O enquadramento para a regra de impedimento se blocos nessa linguagem são expressados pela sua identação. Se definido, linhas em branco pertencem ao bloco subsequente.",
"schema.folding.markers": "Linguagem específica de marcadores de aninhamento como '#region' e '#endregion'. As expressões regulares de início e final serão testadas contra o conteúdo de todas as linhas e devem ser planejadas de forma eficiente",
"schema.folding.markers.start": "O padrão RegExp para o marcador de início. O regexp deve começar com '^'.",
"schema.folding.markers.end": "O padrão RegExp para o marcador final. O regexp deve começar com '^'."
}
\ No newline at end of file
......@@ -53,6 +53,7 @@
"showAzureExtensionsShort": "Extensões do Azure",
"OpenExtensionsFile.failed": "Não foi possível criar o arquivo 'extensions.json' na pasta '.vscode' ({0}).",
"configureWorkspaceRecommendedExtensions": "Configurar Extensões Recomendadas (Espaço de Trabalho)",
"configureWorkspaceFolderRecommendedExtensions": "Configurar as Extensões Recomendadas (Pasta do Espaço de Trabalho)",
"builtin": "Intrínseco",
"disableAll": "Desabilitar Todas as Extensões Instaladas",
"disableAllWorkspace": "Desabilitar Todas as Extensões Instaladas para este Espaço de Trabalho",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "Não mostrar novamente",
"close": "Fechar",
"workspaceRecommended": "Este espaço de trabalho possui recomendações de extensão.",
"ignoreExtensionRecommendations": "Deseja ignorar todas as recomendações de extensão?",
"ignoreAll": "Sim, Ignorar Tudo",
"no": "Não",
"cancel": "Cancelar"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Editor de Arquivo de Texto",
"binaryFileEditor": "Editor de Arquivo Binário",
"filesConfigurationTitle": "Arquivos",
"exclude": "Configure os padrões glob para excluir arquivos e pastas.",
"files.exclude.boolean": "O padrão glob com o qual combinar os caminhos de arquivo. Defina para verdadeiro ou falso para habilitar ou desabilitar o padrão.",
"files.exclude.when": "Verificação adicional nos irmãos de um arquivo correspondente. Use $(basename) como variável para o nome do arquivo correspondente.",
"associations": "Configurar as associações de arquivo para linguagens (por exemplo, \"* Extension\": \"html\"). Estas têm precedência sobre as associações padrão das linguagens instaladas.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Inicialização lenta detectada",
"slow.detail": "Pena que você teve uma inicialização lenta. Por favor reinicie '{0}' com perfil de desempenho habilitado, compartilhe os perfis conosco e nós trabalharemos duro para fazer com que a inicialização fique perfeita novamente.",
"prof.message": "Perfis criados com sucesso.",
"prof.detail": "Por favor, crie um problema e anexe manualmente os seguintes arquivos:\n{0}",
"prof.restartAndFileIssue": "Criar Problema e Reiniciar",
......
......@@ -4,8 +4,10 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"scm providers": "Provedores de Controle de Código Fonte",
"commitMessage": "Mensagem (tecle {0} para confirmar)",
"installAdditionalSCMProviders": "Instalar provedores de SCM adicionais...",
"no open repo": "Não existem provedores controle de código fonte ativos.",
"source control": "Controle de código-fonte",
"viewletTitle": "{0}: {1}"
}
\ No newline at end of file
......@@ -19,6 +19,7 @@
"TaskService.noTestTask1": "Nenhuma tarefa de teste definida. Marque uma tarefa com 'isTestCommand' no arquivo tasks.json.",
"TaskService.noTestTask2": "Nenhuma tarefa de teste definida. Marque uma tarefa com um grupo 'teste' no arquivo tasks.json.",
"TaskServer.noTask": "Tarefa {0} requisitada para execução não encontrada.",
"TaskService.associate": "associar",
"TaskService.attachProblemMatcher.continueWithout": "Continuar sem examinar a saída da tarefa",
"TaskService.attachProblemMatcher.never": "Nunca verificar a saída da tarefa",
"TaskService.attachProblemMatcher.learnMoreAbout": "Saiba mais sobre como verificar a saída de uma tarefa",
......@@ -41,18 +42,32 @@
"recentlyUsed": "tarefas recentemente utilizadas",
"configured": "tarefas configuradas",
"detected": "tarefas detectadas",
"TaskService.notAgain": "Não mostrar novamente",
"TaskService.ok": "OK",
"TaskService.pickRunTask": "Selecione a tarefa a ser executada",
"TaslService.noEntryToRun": "Nenhuma tarefa para executar foi encontrada. Configure Tarefas...",
"TaskService.fetchingBuildTasks": "Buscando tarefas de compilação...",
"TaskService.pickBuildTask": "Selecione a tarefa de compilação para executar",
"TaskService.noBuildTask": "Nenhuma tarefa de compilação para executar foi encontrada. Configure Tarefas...",
"TaskService.fetchingTestTasks": "Buscando tarefas de teste...",
"TaskService.pickTestTask": "Selecione a tarefa de teste para executar",
"TaskService.noTestTaskTerminal": "Nenhuma tarefa de teste para executar foi encontrada. Configure Tarefas...",
"TaskService.tastToTerminate": "Selecione a tarefa para terminar",
"TaskService.noTaskRunning": "Nenhuma tarefa está atualmente em execução",
"TerminateAction.noProcess": "O processo executado não existe mais. Se a tarefa produziu processos em background, finalizar o VS Code pode resultar em processos órfãos.",
"TerminateAction.failed": "Falha ao finalizar a tarefa sendo executada",
"TaskService.tastToRestart": "Selecione a tarefa para reiniciar",
"TaskService.noTaskToRestart": "Nenhuma tarefa para reiniciar",
"TaskService.template": "Selecione um Modelo de Tarefa",
"TaskService.createJsonFile": "Criar arquivo tasks.json a partir de modelo",
"TaskService.openJsonFile": "Abrir arquivo tasks.json",
"TaskService.pickTask": "Selecione uma tarefa para configurar",
"TaskService.defaultBuildTaskExists": "{0} já está marcada como a tarefa de compilação padrão",
"TaskService.pickDefaultBuildTask": "Selecione a tarefa a ser usada como a tarefa de compilação padrão",
"TaskService.defaultTestTaskExists": "{0} já está marcado como a tarefa de teste padrão.",
"TaskService.pickDefaultTestTask": "Selecione a tarefa a ser usada como a tarefa de teste padrão",
"TaskService.pickShowTask": "Selecione a tarefa para mostrar sua saída",
"TaskService.noTaskIsRunning": "Nenhuma tarefa em execução",
"ShowLogAction.label": "Visualizar o Log de Tarefas",
"RunTaskAction.label": "Executar Tarefa",
"RestartTaskAction.label": "Reiniciar Tarefa em Execução",
......
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"TerminalTaskSystem.unknownError": "Um erro desconhecido ocorreu durante a execução de uma tarefa. Consulte o log de saída de tarefa para obter detalhes.",
"dependencyFailed": "Não foi possível resolver a tarefa dependente '{0}' na pasta de espaço de trabalho '{1}'",
"TerminalTaskSystem.terminalName": "Tarefa - {0}",
"reuseTerminal": "Terminal será reutilizado pelas tarefas, pressione qualquer tecla para fechar.",
"TerminalTaskSystem": "Não é possível executar um comando shell em uma unidade UNC.",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "Erro: ProblemMatcher inválido referência: {0}\n",
"ConfigurationParser.noTaskType": "Erro: configuração de tarefas deve ter uma propriedade de tipo. A configuração será ignorada.\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Erro: não há nenhum tipo de tarefa registrado '{0}'. Você esqueceu de instalar uma extensão que fornece um provedor de tarefa correspondente?",
"ConfigurationParser.missingRequiredProperty": "Erro: a configuração de tarefa '{0}' não possui a propriedade obrigatória '{1}'. A configuração de tarefa será ignorada.",
"ConfigurationParser.notCustom": "Erro: tarefas não está declarada como uma tarefa personalizada. A configuração será ignorada.\n{0}\n",
"ConfigurationParser.noTaskName": "Erro: tarefas devem fornecer uma propriedade taskName. A tarefa será ignorada.\n{0}\n",
"taskConfiguration.shellArgs": "Aviso: a tarefa '{0}' é um comando do shell e o nome de comando ou um dos seus argumentos tem espaços sem escape. Para garantir a linha de comando correta por favor mesclar argumentos no comando.",
......
......@@ -14,6 +14,10 @@
"vscode.extension.contributes.defaultConfiguration": "Contribui às definições de configuração padrão do editor por linguagem.",
"invalid.properties": "'configuration.properties' deve ser um objeto",
"invalid.allOf": "'configuration.allOf' está obsoleto e não deve ser usado. Em vez disso, passe várias seções de configuração como uma matriz para o ponto de contribuição 'configuration'.",
"workspaceConfig.folders.description": "Lista de pastas a serem carregadas no espaço de trabalho.",
"workspaceConfig.path.description": "Um caminho para um arquivo. Por exemplo, '/root /pastaA' ou './pastaA' para um caminho relativo que será determinado de acordo com o local do arquivo no espaço de trabalho.",
"workspaceConfig.settings.description": "Configurações de espaço de trabalho"
"workspaceConfig.name.description": "Um nome opcional para a pasta. ",
"workspaceConfig.uri.description": "URI da pasta",
"workspaceConfig.settings.description": "Configurações de espaço de trabalho",
"workspaceConfig.extensions.description": "Extensões para o espaço de trabalho"
}
\ No newline at end of file
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Abrir configurações",
"close": "Fechar",
"saveAndRetry": "Salvar as configurações e tentar novamente",
"open": "Abrir configurações",
"errorUnknownKey": "Não é possível gravar {0} porque {1} não é uma configuração registrada.",
"errorInvalidFolderConfiguration": "Não é possível gravar as configurações da pasta porque {0} não suporta o escopo de recurso de pasta.",
"errorInvalidUserTarget": "Não é possível gravar as configurações do usuário porque {0} não oferece suporte para o escopo global.",
"errorInvalidFolderTarget": "Não é possível gravar as configurações da pasta porque nenhum recurso é fornecido.",
"errorNoWorkspaceOpened": "Não é possível gravar {0} porque nenhum espaço de trabalho está aberto. Por favor, abra um espaço de trabalho primeiro e tente novamente.",
"errorInvalidConfiguration": "Não é possível gravar em configurações. Por favor abra **User Settings** para corrigir erros/avisos no arquivo e tente novamente.",
"errorInvalidConfigurationWorkspace": "Não é possível gravar em configurações. Por favor abra **Workspace Settings** para corrigir erros/avisos no arquivo e tente novamente.",
"errorConfigurationFileDirty": "Não é possível gravar em configurações, porque o arquivo foi alterado. Por favor, salve o arquivo **User Settings** e tente novamente.",
"errorConfigurationFileDirtyWorkspace": "Não é possível gravar em configurações, porque o arquivo foi alterado. Por favor, salve o arquivo **Workspace Settings** e tente novamente.",
"userTarget": "Configurações de Usuário",
"workspaceTarget": "Configurações de Espaço de Trabalho",
"folderTarget": "Configurações de pasta"
......
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Сбой автоматического определений заданий Grunt. Ошибка: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Автообнаружение галпа с ошибкой {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -3,6 +3,4 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Сбой автоматического определений заданий Jake. Ошибка: {0}"
}
\ No newline at end of file
{}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "отслеживание – {0}",
"buildTscLabel": "сборка – {0}"
"buildTscLabel": "сборка – {0}",
"buildAndWatchTscLabel": "отслеживание – {0}"
}
\ No newline at end of file
......@@ -11,7 +11,6 @@
"lineHeight": "Управляет высотой строк. Укажите 0 для вычисления высоты строки по размеру шрифта.",
"letterSpacing": "Управляет интервалом между буквами в пикселях.",
"lineNumbers": "Управляет видимостью номеров строк. Возможные значения: \"on\", \"off\" и \"relative\". Значение \"relative\" показывает количество строк, начиная с текущего положения курсора.",
"rulers": "Столбцы, в которых должны отображаться вертикальные линейки",
"wordSeparators": "Символы, которые будут использоваться как разделители слов при выполнении навигации или других операций, связанных со словами.",
"tabSize": "Число пробелов в табуляции. Эта настройка переопределяется на основании содержимого файла, когда включен параметр \"editor.detectIndentation\".",
"tabSize.errorMessage": "Ожидается число. Обратите внимание, что значение auto заменено параметром editor.detectIndentation.",
......
......@@ -11,7 +11,6 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Клавиша TAB перемещает фокус",
"screenReaderDetected": "Средство чтения с экрана обнаружено",
"screenReaderDetectedExtra": "Если вы не используете средство чтения с экрана, измените значение параметра \"editor.accessibilitySupport\" на \"off\".",
"disableTabMode": "Отключить режим специальных возможностей",
"gotoLine": "Перейти к строке",
......@@ -47,5 +46,7 @@
"reopenWithEncoding": "Повторно открыть в кодировке",
"guessedEncoding": "Предположение на основе содержимого",
"pickEncodingForReopen": "Выберите кодировку файла для его повторного открытия",
"pickEncodingForSave": "Выберите кодировку файла для его сохранения"
"pickEncodingForSave": "Выберите кодировку файла для его сохранения",
"screenReaderDetectedExplanation.answerYes": "Да",
"screenReaderDetectedExplanation.answerNo": "Нет"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Скрыть из боковой панели"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Настроить язык",
"displayLanguage": "Определяет язык интерфейса VSCode.",
"doc": "Список поддерживаемых языков см. в {0}.",
"restart": "Для изменения значения требуется перезапуск VSCode.",
"fail.createSettings": "Невозможно создать \"{0}\" ({1}).",
"JsonSchema.locale": "Язык пользовательского интерфейса."
}
\ No newline at end of file
......@@ -12,7 +12,6 @@
"showEditorTabs": "Определяет, должны ли открытые редакторы отображаться на вкладках или нет.",
"editorTabCloseButton": "Определяет положение кнопок закрытия вкладок редактора или отключает их, если задано значение off.",
"showIcons": "Определяет, должны ли открытые редакторы отображаться со значком. Требует включить тему значков.",
"enablePreview": "Определяет, отображаются ли открытые редакторы в режиме предварительного просмотра. Редакторы с предварительным просмотром повторно используются до сохранения (например, с помощью двойного щелчка или изменения).",
"enablePreviewFromQuickOpen": "Определяет, отображаются ли редакторы из Quick Open в режиме предварительного просмотра. Редакторы в режиме предварительного просмотра повторно используются до сохранения (например, с помощью двойного щелчка или изменения).",
"editorOpenPositioning": "Определяет место открытия редакторов. Выберите \"Слева\" или \"Справа\", чтобы открывать редакторы слева или справа от активного сейчас редактора. Выберите \"Первый\" или \"Последний\", чтобы открывать редакторы независимо от активного сейчас редактора.",
"revealIfOpen": "Определяет, отображается ли редактор в какой-либо из видимых групп при открытии. Если функция отключена, редактор открывается в текущей активной группе редакторов. Если функция включена, вместо открытия уже открытый редактор будет отображен в текущей активной группе редакторов. Обратите внимание, что в некоторых случаях этот параметр игнорируется, например при принудительном открытии редактора в определенной группе или сбоку от текущей активной группы редакторов.",
......
......@@ -9,7 +9,6 @@
"neverShowAgain": "Больше не показывать",
"close": "Закрыть",
"workspaceRecommended": "Эта рабочая область включает рекомендации по расширениям.",
"ignoreExtensionRecommendations": "Вы действительно хотите проигнорировать все рекомендации по расширениям?",
"ignoreAll": "Да, игнорировать все",
"no": "Нет",
"cancel": "Отмена"
......
......@@ -10,7 +10,6 @@
"textFileEditor": "Редактор текстовых файлов",
"binaryFileEditor": "Редактор двоичных файлов",
"filesConfigurationTitle": "Файлы",
"exclude": "Настройка стандартных масок для исключения файлов и папок.",
"files.exclude.boolean": "Стандартная маска, соответствующая путям к файлам. Задайте значение true или false, чтобы включить или отключить маску.",
"files.exclude.when": "Дополнительная проверка элементов того же уровня соответствующего файла. Используйте $(basename) в качестве переменной для соответствующего имени файла.",
"associations": "Настройте сопоставления файлов с языками (например, \"*.extension\": \"html\"). У них будет приоритет перед заданными по умолчанию сопоставлениями установленных языков.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Обнаружен замедленный запуск.",
"slow.detail": "Сожалеем, что у вас произошел замедленный запуск. Перезапустите \"{0}\" с включенным профилированием и отправьте профили нам, чтобы мы могли ускорить загрузку.",
"prof.message": "Профили успешно созданы.",
"prof.detail": "Создайте проблему и вручную вложите следующие файлы:\n{0}",
"prof.restartAndFileIssue": "Создать проблему и выполнить перезапуск",
......
......@@ -40,6 +40,8 @@
"recentlyUsed": "недавно использованные задачи",
"configured": "настроенные задачи",
"detected": "обнаруженные задачи",
"TaskService.notAgain": "Больше не показывать",
"TaskService.ok": "ОК",
"TaskService.fetchingBuildTasks": "Получение задач сборки...",
"TaskService.pickBuildTask": "Выберите задачу сборки для запуска",
"TaskService.fetchingTestTasks": "Получение задач тестирования...",
......
......@@ -4,18 +4,13 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Открыть параметры",
"close": "Закрыть",
"saveAndRetry": "Сохранить параметры и повторить попытку",
"open": "Открыть параметры",
"errorUnknownKey": "Не удалось записать в {0}, так как {1} не является зарегистрированной конфигурацией.",
"errorInvalidFolderConfiguration": "Не удается изменить параметры папок, так как {0} не поддерживает область ресурсов папок. ",
"errorInvalidUserTarget": "Не удается изменить параметры пользователей, так как {0} не поддерживает глобальную область.",
"errorInvalidFolderTarget": "Не удается изменить параметры папок, так как ресурс не указан.",
"errorNoWorkspaceOpened": "Не удается записать в {0}, так как не открыта ни одна рабочая область. Откройте рабочую область и повторите попытку.",
"errorInvalidConfiguration": "Не удается записать параметры. Откройте файл **User Settings**, устраните ошибки и предупреждения в файле и повторите попытку.",
"errorInvalidConfigurationWorkspace": "Не удается записать параметры. Откройте файл **Workspace Settings**, устраните ошибки и предупреждения в файле и повторите попытку.",
"errorConfigurationFileDirty": "Не удается записать параметры, так как файл был изменен. Сохраните файл **User Settings** и повторите попытку.",
"errorConfigurationFileDirtyWorkspace": "Не удается записать параметры, так как файл был изменен. Сохраните файл **Workspace Settings** и повторите попытку.",
"userTarget": "Параметры пользователя",
"workspaceTarget": "Параметры рабочей области",
"folderTarget": "Параметры папок"
......
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Grunt otomatik tespiti hata ile sonuçlandı: {0}"
"execFailed": "{0} klasörü için Grunt otomatik tespiti hata ile sonuçlandı: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Gulp otomatik tespiti hata ile sonuçlandı: {0}"
"execFailed": "{0} klasörü için gulp otomatik tespiti hata ile sonuçlandı: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,5 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"execFailed": "Jake otomatik tespiti hata ile sonuçlandı: {0}"
"execFailed": "{0} klasörü için Jake otomatik tespiti hata ile sonuçlandı: {1}"
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"onPreviewStyleLoadError": "'markdown.styles' yüklenemedi: {0}"
"onPreviewStyleLoadError": "'markdown.styles' yüklenemedi: {0}",
"previewTitle": "Önizleme {0}"
}
\ No newline at end of file
......@@ -4,6 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"buildAndWatchTscLabel": "izleme - {0}",
"buildTscLabel": "derleme - {0}"
"buildTscLabel": "derleme - {0}",
"buildAndWatchTscLabel": "izleme - {0}"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"lineHeight": "Satır yüksekliğini denetler. lineHeight değerini, fontSize değeri kullanarak hesaplamak için 0 girin.",
"letterSpacing": "Harfler arası boşluğu pixel olarak denetler.",
"lineNumbers": "Satır numaralarının görüntülenmesini denetler. Olası değerler 'on', 'off' ve 'relative'dir. 'relative' satırların geçerli imleç konumundan uzaklıklarını gösterir.",
"rulers": "Dikey cetvellerin gösterileceği sütunlar",
"rulers": "Belirli bir eşit genişlikli karakterlerden sonra dikey cetveller göster. Birden çok cetvel için birden çok değer kullanın. Dizi boş ise cetvel gösterilmez",
"wordSeparators": "Sözcüklerle ilgili gezinti veya işlem yaparken kelime ayırıcı olarak kullanılacak karakterler",
"tabSize": "Bir sekmenin eşit olduğu boşluk sayısı. Bu ayar, `editor.detectIndentation` açıkken dosya içeriğine bağlı olarak geçersiz kılınır.",
"tabSize.errorMessage": "'sayı' bekleniyor. \"auto\" değerinin `editor.detectIndentation` ile değiştirildiğini unutmayın.",
......
......@@ -22,6 +22,8 @@
"errorBorder": "Düzenleyicideki hata karalamalarının kenarlık rengi.",
"warningForeground": "Düzenleyicideki uyarı karalamalarının ön plan rengi.",
"warningBorder": "Düzenleyicideki uyarı karalamalarının kenarlık rengi.",
"infoForeground": "Düzenleyicideki bilgilendirme karalamalarının ön plan rengi.",
"infoBorder": "Düzenleyicideki bilgilendirme karalamalarının kenarlık rengi.",
"overviewRulerRangeHighlight": "Aralık vurguları için genel bakış cetvelinin işaretleyici rengi.",
"overviewRuleError": "Hatalar için genel bakış cetvelinin işaretleyici rengi.",
"overviewRuleWarning": "Uyarılar için genel bakış cetvelinin işaretleyici rengi.",
......
......@@ -9,5 +9,6 @@
"markerAction.previous.label": "Önceki Hata veya Uyarıya Git",
"editorMarkerNavigationError": "Düzenleyicinin işaretçi gezinti aracının hata rengi.",
"editorMarkerNavigationWarning": "Düzenleyicinin işaretçi gezinti aracının uyarı rengi.",
"editorMarkerNavigationInfo": "Düzenleyicinin işaretçi gezinti aracının bilgilendirme rengi.",
"editorMarkerNavigationBackground": "Düzenleyicinin işaretçi gezinti aracının arka planı."
}
\ No newline at end of file
......@@ -13,5 +13,7 @@
"vscode.extension.contributes.views": "Görünümleri düzenleyiciye ekler.",
"views.explorer": "Gezgin Görünümü",
"views.debug": "Hata Ayıklama Görünümü",
"locationId.invalid": "`{0}` geçerli bir görünüm konumu değil"
"locationId.invalid": "`{0}` geçerli bir görünüm konumu değil",
"duplicateView1": "{1} konumunda aynı {0} kimliğine sahip birden çok görünüm kaydedilemiyor",
"duplicateView2": "Bir görünüm {1} konumunda zaten {0} olarak kayıtlı"
}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"endOfLineLineFeed": "LF",
"endOfLineCarriageReturnLineFeed": "CRLF",
"tabFocusModeEnabled": "Tab Odak Değiştirir",
"screenReaderDetected": "Ekran Okuyucu Algılandı",
"screenReaderDetected": "Ekran Okuyucu En İyi Duruma Getirildi",
"screenReaderDetectedExtra": "Bir Ekran Okuyucu kullanmıyorsanız, lütfen `editor.accessibilitySupport` ayarını \"off\" olarak değiştirin",
"disableTabMode": "Erişilebilirlik Modunu Devre Dışı Bırak",
"gotoLine": "Satıra Git",
......@@ -47,5 +47,11 @@
"reopenWithEncoding": "Kodlama ile Yeniden Aç",
"guessedEncoding": "İçerikten tahmin edildi",
"pickEncodingForReopen": "Dosyayı Yeniden Açmak İçin Dosya Kodlaması Seçin",
"pickEncodingForSave": "Kaydedilecek Dosya Kodlamasını Seçin"
"pickEncodingForSave": "Kaydedilecek Dosya Kodlamasını Seçin",
"screenReaderDetectedExplanation.title": "Ekran Okuyucu En İyi Duruma Getirildi",
"screenReaderDetectedExplanation.question": "VS Code'u çalıştırmak için ekran okuyucu kullanıyor musunuz?",
"screenReaderDetectedExplanation.answerYes": "Evet",
"screenReaderDetectedExplanation.answerNo": "Hayır",
"screenReaderDetectedExplanation.body1": "VS Code, ekran okuyucu ile kullanılmak için uygun hale getirilmiştir.",
"screenReaderDetectedExplanation.body2": "Bazı düzenleyici özellikleri farklı bir davranış sergileyecektir: ör. sözcük kaydırma, katlama, ayraçları otomatik kapatma, vb."
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"duplicateId": "Bir görünüm ${1} konumunda zaten {0} olarak kayıtlı"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"hideView": "Kenar Çubuğunda Gizle"
}
\ No newline at end of file
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"configureLocale": "Dili Yapılandır",
"displayLanguage": "VSCode'un görüntüleme dilini tanımlar.",
"doc": "Desteklenen dillerin listesi için göz atın: {0}",
"restart": "Değeri değiştirirseniz VSCode'u yeniden başlatmanız gerekir.",
"fail.createSettings": " '{0}' oluşturulamadı ({1}).",
"JsonSchema.locale": "Kullanılacak Kullanıcı Arayüzü Dili."
}
\ No newline at end of file
......@@ -17,7 +17,7 @@
"tabDescription": "Bir düzenleyici için etiketin biçimini denetler. Bu ayarı değiştirmek; örneğin, bir dosyanın konumunun daha kolay anlaşılmasını sağlar:\n- short: 'ustklasor'\n- medium: 'calismaalani/src/ustklasor'\n- long: '/home/user/calismaalani/src/ustklasor'\n- default: diğer bir sekme aynı başlığı paylaşıyorsa '.../ustklasor' veya sekmeler devre dışı ise göreli çalışma alanı yolu",
"editorTabCloseButton": "Düzenleyici sekmelerinin kapat butonlarının konumunu denetler veya 'off' olarak ayarlandığında devre dışı bırakır.",
"showIcons": "Açık düzenleyicilerin bir simge ile gösterilip gösterilmemelerini denetler. Bu, bir simge temasının etkinleştirilmesini de gerektirir.",
"enablePreview": "Açık düzenleyicilerin önizleme olarak gösterilip gösterilmeyeceğini denetler. Önizleme düzenleyicileri kalıcı olarak açılana kadar (ör. çift tıklama veya düzenleme ile) tekrar kullanılırlar.",
"enablePreview": "Açık düzenleyicilerin önizleme olarak gösterilip gösterilmeyeceğini denetler. Önizleme düzenleyicileri kalıcı olarak açılana kadar (ör. çift tıklama veya düzenleme ile) tekrar kullanılırlar ve italik yazı tipiyle gösterilirler.",
"enablePreviewFromQuickOpen": "Hızlı Aç'taki açık düzenleyicilerin önizleme olarak gösterilip gösterilmeyeceğini denetler. Önizleme düzenleyicileri kalıcı olarak açılana kadar (ör. çift tıklama veya düzenleme ile) tekrar kullanılırlar.",
"editorOpenPositioning": "Düzenleyicilerin nerede açılacağını denetler. Düzenleyicileri, geçerli olanın soluna veya sağına açmak için 'left' veya 'right' seçeneklerinden birini seçin. Düzenleyicileri, geçerli olandan bağımsız bir şekilde açmak için 'first' veya 'last' seçeneklerinden birini seçin.",
"revealIfOpen": "Düzenleyicinin görünen gruplardan herhangi birinde açıldıysa ortaya çıkarılıp çıkarılmayacağını denetler. Devre dışı bırakılırsa; bir düzenleyici, o an aktif düzenleyici grubunda açılmayı tercih edecektir. Etkinleştirilirse; o an aktif düzenleyici grubunda tekrar açılmak yerine, zaten açık olan düzenleyici ortaya çıkarılacaktır. Bu ayarın yok sayılacağı bazı durumların olduğunu unutmayın, ör. bir düzenleyiciyi, belirli bir grupta veya o an aktif grubun yanına açmaya zorladığınızda. ",
......
......@@ -38,5 +38,8 @@
"schema.indentationRules.unIndentedLinePattern.flags": "unIndentedLinePattern için Düzenli İfade işaretleri.",
"schema.indentationRules.unIndentedLinePattern.errorMessage": "`/^([gimuy]+)$/` kalıbı ile eşleşmelidir.",
"schema.folding": "Dilin katlama ayarları.",
"schema.folding.offSide": "Bir dildeki bloklar girintilendirmeleriyle ifade edilirse, o dil için off-side kuralı uygulanır. Eğer ayarlanırsa, boş satırlar sonraki bloğa ait olur."
"schema.folding.offSide": "Bir dildeki bloklar girintilendirmeleriyle ifade edilirse, o dil için off-side kuralı uygulanır. Eğer ayarlanırsa, boş satırlar sonraki bloğa ait olur.",
"schema.folding.markers": "'#region' ve '#endregion' gibi dile özgü katlama işaretçileri. Başlangıç ve bitiş düzenli ifadeleri tüm satırlardaki içeriklere karşı test edilecektir ve verimli olacak şekilde tasarlanmalıdır",
"schema.folding.markers.start": "Başlangıç işaretçisi için Düzenli İfade kalıbı. Düzenli ifade '^' ile başlamalıdır.",
"schema.folding.markers.end": "Bitiş işaretçisi için Düzenli İfade kalıbı. Düzenli ifade '^' ile başlamalıdır."
}
\ No newline at end of file
......@@ -10,7 +10,7 @@
"textFileEditor": "Metin Dosyası Düzenleyicisi",
"binaryFileEditor": "İkili Dosya Düzenleyicisi",
"filesConfigurationTitle": "Dosyalar",
"exclude": "Dosya ve klasörleri hariç tutmak için glob desenlerini yapılandırın.",
"exclude": "Dosyaları ve klasörleri hariç tutmak için glob desenlerini yapılandırın. Örnek olarak, dosya gezgini bu ayara bağlı olarak hangi dosya ve klasörlerin gösterileceğine karar verir.",
"files.exclude.boolean": "Dosya yollarının eşleştirileceği glob deseni. Deseni etkinleştirmek veya devre dışı bırakmak için true veya false olarak ayarlayın.",
"files.exclude.when": "Eşleşen bir dosyanın eşdüzey dosyalarında ek denetim. Eşleşen dosya adı için değişken olarak $(basename) kullanın.",
"associations": "Dillerle dosya ilişkilendirmelerini yapılandırın (ör. \"*.uzanti\": \"html\"). Bunların, kurulu olan dillerin varsayılan ilişkilendirmeleri karşısında önceliği vardır.",
......@@ -19,6 +19,7 @@
"eol": "Varsayılan satır sonu karakteri. LF için \\n ve CRLF için \\r\\n kullan.",
"trimTrailingWhitespace": "Etkinleştirildiğinde, bir dosyayı kaydettiğinizde sondaki boşluk kırpılır.",
"insertFinalNewline": "Etkinleştirildiğinde, bir dosyayı kaydederken dosya sonuna bir boş satır ekler.",
"trimFinalNewlines": "Etkinleştirildiğinde, bir dosyayı kaydederken dosya sonundaki birden fazla boş satırı kırparak tek boş satıra çevirir",
"files.autoSave.off": "Kaydedilmemiş değişiklikler içeren bir dosya hiçbir zaman otomatik olarak kaydedilmez.",
"files.autoSave.afterDelay": "Kaydedilmemiş değişiklikler içeren bir dosya, 'files.autoSaveDelay' ayarlandıktan sonra otomatik olarak kaydedilir.",
"files.autoSave.onFocusChange": "Kaydedilmemiş değişiklikler içeren bir dosya, düzenleyici odaktan çıktığı an otomatik olarak kaydedilir.",
......
......@@ -4,8 +4,6 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"slow": "Yavaş başlangıç tespit edildi",
"slow.detail": "Az önce yavaş başlangıç yaşadığınız için üzgünüz. Lütfen '{0}' uygulamasını profil oluşturucu etkinleştirilmiş olarak başlatın, profilleri bizle paylaşın, ve biz de başlangıcı yeniden harika yapmak için çok çalışalım.",
"prof.message": "Profiller başarıyla oluşturuldu.",
"prof.detail": "Lütfen bir sorun (bildirimi) oluşturun ve aşağıdaki dosyaları manuel olarak ekleyin:\n{0}",
"prof.restartAndFileIssue": "Sorun Oluştur ve Yeniden Başlat",
......
......@@ -5,6 +5,7 @@
// Do not edit this file. It is machine generated.
{
"scm providers": "Kaynak Kontrolü Sağlayıcıları",
"hideRepository": "Gizle",
"commitMessage": "Mesaj (commit'lemek için {0} tuşlarına basın)",
"installAdditionalSCMProviders": "Ek SCM Sağlayıcıları Yükle...",
"no open repo": "Aktif bir kaynak kontrolü sağlayıcısı yok.",
......
......@@ -31,7 +31,7 @@
"TaskSystem.active": "Çalışan bir görev zaten var. Bir başkasını çalıştırmadan önce bu görevi sonlandırın.",
"TaskSystem.restartFailed": "{0} görevini sonlandırma ve yeniden başlatma başarısız oldu",
"TaskSystem.configurationErrors": "Hata: belirtilen görev yapılandırmasında doğrulama hataları var ve kullanılamıyor. Lütfen ilk olarak hataları düzeltin.",
"taskService.ignoreingFolder": "{0} çalışma alanı klasörü için görev yapılandırmaları yok sayılıyor. Çoklu kök klasör desteği, tüm klasörlerin 2.0.0 görev sürümünü kullanmasını gerektirir\n",
"taskService.ignoreingFolder": "{0} çalışma alanı klasörü için görev yapılandırmaları yok sayılıyor. Birden çok klasörlü çalışma alanı görevi desteği, tüm klasörlerin 2.0.0 görev sürümünü kullanmasını gerektirir\n",
"TaskSystem.invalidTaskJson": "Hata: tasks.json dosyasının içeriğinde sentaks hataları var. Lütfen, bir görevi çalıştırmadan önce hataları düzeltin.\n",
"TaskSystem.runningTask": "Çalışan bir görev var. Bu görevi sonlandırmak istiyor musunuz?",
"TaskSystem.terminateTask": "&&Görevi Sonlandır",
......@@ -43,6 +43,9 @@
"recentlyUsed": "yakınlarda kullanılan görevler",
"configured": "yapılandırılmış görevler",
"detected": "algılanan görevler",
"TaskService.ignoredFolder": "Aşağıdaki çalışma alanı klasörleri, 0.1.0 görev sürümünü kullandıkları için yok sayıldı.",
"TaskService.notAgain": "Tekrar Gösterme",
"TaskService.ok": "Tamam",
"TaskService.pickRunTask": "Çalıştırılacak görevi seçin",
"TaslService.noEntryToRun": "Çalıştırılacak hiçbir görev bulunamadı. Görevleri Yapılandır...",
"TaskService.fetchingBuildTasks": "Derleme görevleri alınıyor...",
......
......@@ -12,6 +12,7 @@
"ConfigurationParser.invalidVaraibleReference": "Hata: Geçersiz problemMatcher başvusu: {0}\n",
"ConfigurationParser.noTaskType": "Hata: 'tasks' yapılandırması bir 'type' özelliğine sahip olmalıdır. Yapılandırma yok sayılacaktır.\n{0}\n",
"ConfigurationParser.noTypeDefinition": "Hata: '{0}' olarak kayıtlı bir görev türü yok. İlgili görev sağlayıcısını içeren bir eklentiyi yüklemeyi mi unuttunuz?",
"ConfigurationParser.missingRequiredProperty": "Hata: ihtiyaç duyulan '{1}' özelliği, '{0}' görev yapılandırmasında eksik. Görev yapılandırması yok sayılacaktır.",
"ConfigurationParser.notCustom": "Hata: 'tasks' bir özel görev olarak tanımlanmamış. Yapılandırma yok sayılacaktır.\n{0}\n",
"ConfigurationParser.noTaskName": "Hata: 'tasks' bir 'taskName' özelliği belirtmelidir. Görev yok sayılacaktır.\n{0}\n",
"taskConfiguration.shellArgs": "Uyarı: '{0}' görevi bir kabuk komutudur ve komut adı veya argümanlarından biri kaçış karakteri içermeyen boşluklar içeriyor. Doğru komut satırı alıntılamasını sağlamak için lütfen argümanları komutlarla birleştirin.",
......
......@@ -19,5 +19,6 @@
"workspaceConfig.name.description": "Klasör için isteğe bağlı bir ad.",
"workspaceConfig.uri.description": "Klasörün URI'si",
"workspaceConfig.settings.description": "Çalışma alanı ayarları",
"workspaceConfig.extensions.description": "Çalışma alanı eklentileri"
"workspaceConfig.extensions.description": "Çalışma alanı eklentileri",
"unknownWorkspaceProperty": "Bilinmeyen çalışma alanı yapılandırması özelliği"
}
\ No newline at end of file
......@@ -4,18 +4,26 @@
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"open": "Ayarları Aç",
"openTasksConfiguration": "Görev Yapılandırmasını Aç",
"openLaunchConfiguration": "Başlatma Yapılandırmasını Aç",
"close": "Kapat",
"saveAndRetry": "Ayarları Kaydet ve Yeniden Dene",
"open": "Ayarları Aç",
"saveAndRetry": "Kaydet ve Yeniden Dene",
"errorUnknownKey": "{0} dosyasına, {1} kayıtlı bir yapılandırma olmadığı için yazılamıyor.",
"errorInvalidFolderConfiguration": "{0}, klasör kaynak kapsamını desteklemediği için klasör ayarlarına yazılamıyor.",
"errorInvalidUserTarget": "{0}, global kapsamı desteklemediği için kullanıcı ayarlarına yazılamıyor.",
"errorInvalidFolderTarget": "Hiçbir kaynak belirtilmediği için klasör ayarlarına yazılamıyor.",
"errorNoWorkspaceOpened": "Hiçbir çalışma alanı açık olmadığı için {0}'a yazılamıyor. Lütfen ilk olarak bir çalışma alanı açın ve tekrar deneyin.",
"errorInvalidConfiguration": "Ayarlara yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Kullanıcı Ayarları'nı** açın ve tekrar deneyin.",
"errorInvalidConfigurationWorkspace": "Ayarlara yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Çalışma Alanı Ayarları'nı** açın ve tekrar deneyin.",
"errorConfigurationFileDirty": "Dosya kaydedilmemiş değişiklikler içerdiği için ayarlara yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Kullanıcı Ayarları'nı** açın ve tekrar deneyin.",
"errorConfigurationFileDirtyWorkspace": "Dosya kaydedilmemiş değişiklikler içerdiği için ayarlara yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Çalışma Alanı Ayarları'nı** açın ve tekrar deneyin.",
"errorInvalidTaskConfiguration": "Görevler dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Görevler** dosyasını açın ve tekrar deneyin.",
"errorInvalidLaunchConfiguration": "Başlatma dosyasına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Başlatma** dosyasını açın ve tekrar deneyin.",
"errorInvalidConfiguration": "Kullanıcı ayarlarına yazılamıyor. Lütfen dosyadaki hata/uyarıları düzeltmek için **Kullanıcı Ayarları** dosyasını açın ve tekrar deneyin.",
"errorInvalidConfigurationWorkspace": "Çalışma alanı ayarlarına yazılamıyor. Lütfen hata/uyarıları düzeltmek için **Çalışma Alanı Ayarları** dosyasını açın ve tekrar deneyin.",
"errorInvalidConfigurationFolder": "Klasör ayarlarına yazılamıyor. Lütfen hata/uyarıları düzeltmek için **{0}** klasörü altındaki **Klasör Ayarları** dosyasını kaydedin ve tekrar deneyin.",
"errorTasksConfigurationFileDirty": "Görevler dosyası kaydedilmemiş değişiklikler içerdiği için bu dosyaya yazılamıyor. Lütfen **Görev Yapılandırması** dosyasını kaydedin ve tekrar deneyin.",
"errorLaunchConfigurationFileDirty": "Başlatma dosyası kaydedilmemiş değişiklikler içerdiği için bu dosyaya yazılamıyor. Lütfen **Başlatma Yapılandırması** dosyasını kaydedin ve tekrar deneyin.",
"errorConfigurationFileDirty": "Dosya kaydedilmemiş değişiklikler içerdiği için kullanıcı ayarlarına yazılamıyor. Lütfen **Kullanıcı Ayarları** dosyasını kaydedin ve tekrar deneyin.",
"errorConfigurationFileDirtyWorkspace": "Dosya kaydedilmemiş değişiklikler içerdiği için çalışma alanı ayarlarına yazılamıyor. Lütfen **Çalışma Alanı Ayarları** dosyasını kaydedin ve tekrar deneyin.",
"errorConfigurationFileDirtyFolder": "Dosya kaydedilmemiş değişiklikler içerdiği için klasör ayarlarına yazılamıyor. Lütfen **{0}** klasörü altındaki **Klasör Ayarları** dosyasını kaydedin ve tekrar deneyin.",
"userTarget": "Kullanıcı Ayarları",
"workspaceTarget": "Çalışma Alanı Ayarları",
"folderTarget": "Klasör Ayarları"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册