From 31fba3d09de41b743022c02948ff08cb36db4aca Mon Sep 17 00:00:00 2001 From: csigs Date: Wed, 23 Nov 2022 07:11:35 +0000 Subject: [PATCH] Localization - Translated Strings --- Extension/i18n/chs/package.i18n.json | 17 +++++++-- .../chs/src/Debugger/nativeAttach.i18n.json | 6 ++- .../i18n/chs/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/cht/package.i18n.json | 19 +++++++--- .../cht/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../cht/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/cht/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/csy/package.i18n.json | 17 +++++++-- .../csy/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../csy/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/csy/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/deu/package.i18n.json | 17 +++++++-- .../deu/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../i18n/deu/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/esn/package.i18n.json | 13 ++++++- .../esn/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../esn/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/esn/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/fra/package.i18n.json | 13 ++++++- .../fra/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../fra/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/fra/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/ita/package.i18n.json | 15 ++++++-- .../ita/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../ita/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/ita/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/jpn/package.i18n.json | 9 +++++ .../jpn/src/Debugger/nativeAttach.i18n.json | 6 ++- .../i18n/jpn/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- .../c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/kor/package.i18n.json | 11 +++++- .../kor/src/Debugger/nativeAttach.i18n.json | 6 ++- .../i18n/kor/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/kor/ui/settings.html.i18n.json | 2 +- Extension/i18n/plk/package.i18n.json | 15 ++++++-- .../plk/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../i18n/plk/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/ptb/package.i18n.json | 11 +++++- .../ptb/src/Debugger/nativeAttach.i18n.json | 6 ++- .../ptb/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/ptb/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/rus/package.i18n.json | 19 +++++++--- .../rus/src/Debugger/nativeAttach.i18n.json | 6 ++- .../src/LanguageServer/extension.i18n.json | 2 +- .../i18n/rus/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- Extension/i18n/trk/package.i18n.json | 11 +++++- .../trk/src/Debugger/nativeAttach.i18n.json | 6 ++- .../trk/src/LanguageServer/settings.i18n.json | 2 +- .../i18n/trk/src/nativeStrings.i18n.json | 38 +++++++++++++++++-- 56 files changed, 689 insertions(+), 104 deletions(-) diff --git a/Extension/i18n/chs/package.i18n.json b/Extension/i18n/chs/package.i18n.json index 12e95d71f7..19120fbae9 100644 --- a/Extension/i18n/chs/package.i18n.json +++ b/Extension/i18n/chs/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "格式设置", + "c_cpp.subheaders.codeDocumentation.title": "代码文档", + "c_cpp.subheaders.codeAnalysis.title": "代码分析", + "c_cpp.subheaders.debugging.title": "调试", + "c_cpp.subheaders.resourceManagement.title": "资源管理", + "c_cpp.subheaders.miscellaneous.title": "杂项", "c_cpp.capabilities.untrustedWorkspaces.description": "多个设置可能导致执行工作区本地进程,例如,C_Cpp.clang_format_path、C_Cpp.codeAnalysis.clangTidy.path、C_Cpp.addNodeAddonIncludePaths、C_Cpp.default.compilerPath、C_Cpp.default.configurationProvider 和 C_Cpp.default.compileCommands,以及 c_cpp_properties.json 中的等效属性。", "c_cpp.command.configurationSelect.title": "选择配置...", "c_cpp.command.configurationProviderSelect.title": "更改配置提供程序...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "从 VC 格式设置生成 EditorConfig 内容", "c_cpp.command.GoToNextDirectiveInGroup.title": "转到条件组中的下一个预处理器指令", "c_cpp.command.GoToPrevDirectiveInGroup.title": "转到条件组中的上一个预处理器指令", + "c_cpp.command.CreateDeclarationOrDefinition.title": "创建声明/定义", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "在活动文件上运行 Code Analysis", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "在打开的文件上运行 Code Analysis", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "在所有文件上运行 Code Analysis", @@ -57,14 +65,14 @@ "c_cpp.configuration.codeAnalysis.excludeBoolean.markdownDescription": "要与文件路径匹配的 glob 模式。设置为 `true` 或 `false` 以启用或禁用模式。", "c_cpp.configuration.codeAnalysis.excludeWhen.markdownDescription": "对匹配文件同辈进行其他检查。将 `$(basename)` 用作匹配文件名变量。", "c_cpp.configuration.codeAnalysis.runAutomatically.markdownDescription": "如果为 `true`,则代码分析将在文件打开或保存后自动在文件上运行。", - "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "如果为`true`,'禁用'代码操作将在可用时显示(下次运行代码分析时)。使用'禁用'代码操作时,它会将警告代码添加到 `C_Cpp.codeAnalysis.clangTidy.checks.disabled`设置。", + "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "如果为`true`,`禁用'代码操作将在可用时显示(下次运行代码分析时)。使用`禁用'代码操作时,它会将警告代码添加到 `C_Cpp.codeAnalysis.clangTidy.checks.disabled`设置。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDocumentation.markdownDescription": "如果为 `true`,“显示文档”代码操作将在可用时显示(下次运行代码分析时)。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.description": "控制哪些“清除”代码分析问题代码操作选项可用。更改设置以显示更多选项可能需要重新运行代码分析。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.None.description": "不显示“清除”代码操作。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllOnly.description": "仅显示“全部清除”代码操作(如果只有一种类型,则显示“清除所有”,如果只有一个问题,则显示“清除此项”)。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllType.description": "如果存在多个问题类型,显示“全部清除”代码操作和“清除所有 ”代码操作(或如果只有一个问题,显示“清除此项”)", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllTypeAndThis.description": "如果有多个问题类型,显示“全部清除”,如果有多个 问题,显示“清除所有 ”以及显示“清除此项”代码操作", - "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "如果为 `true`,则在 '修复' 代码操作更改的行上运行格式设置。", + "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "如果为 `true`,则在“修复”代码操作更改的行上运行格式设置。", "c_cpp.configuration.codeAnalysis.clangTidy.enabled.markdownDescription": "如果为 `true`,则在 `#C_Cpp.codeAnalysis.runAutomatically#` 为 `true` (默认值)时,将启用并自动运行使用 `clang-tidy` 的代码分析。", "c_cpp.configuration.codeAnalysis.clangTidy.path.markdownDescription": "`clang-tidy` 可执行文件的完整路径。如果未指定,并且 `clang-tidy` 在环境路径中可用,则使用该路径。如果在环境路径中找不到,则将使用与扩展捆绑的 `clang-tidy`。", "c_cpp.configuration.codeAnalysis.clangTidy.config.markdownDescription": "指定 YAML/JSON 格式的 `clang-tidy` 配置: `{Checks: '-*,clang-analyzer-*', CheckOptions: [{键: x, 值: y}]}`。当值为空时,`clang-tidy` 将尝试为其父目录中的每个源文件查找名为 `.clang-tidy` 的文件。", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "如果为 `true`,则悬停和自动完成的工具提示将仅显示结构化注释的某些标签。否则,将显示所有注释。", "c_cpp.configuration.doxygen.generateOnType.description": "控制在键入所选注释样式后是否自动插入 Doxygen 注释。", "c_cpp.configuration.doxygen.generatedStyle.description": "用作 Doxygen 注释起始行的字符串。", - "c_cpp.configuration.doxygen.sectionTags.description": "启用 `简化结构化注释` 设置后,选择希望在工具提示区域中悬停时显示的 Doxygen 节标记。 ", + "c_cpp.configuration.doxygen.sectionTags.description": "启用“简化结构化注释”设置后,选择希望在工具提示区域中悬停时显示的 Doxygen 节标记。 ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "开始多行或单行注释块的模式。多行注释块的延续模式默认为 ` * `,或单行注释块默认为此字符串。", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "开启一个多行或单行注释块的模式。", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "在多行或单行注释块内按下 Enter 键时要插入到下一行的文本。", @@ -236,10 +244,11 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "如果设置为 `default`,则假定工作区的文件系统在 Windows 上不区分大小写,在 macOS 或 Linux 上区分大小写。如果设置为 `enabled`,则假定工作区的文件系统在 Windows 上区分大小写。", "c_cpp.configuration.enhancedColorization.markdownDescription": "如果启用,则根据 IntelliSense 对代码进行着色。仅当 `#C_Cpp.intelliSenseEngine#` 设置为 `default` 时,此设置才适用。", "c_cpp.configuration.codeFolding.description": "如果启用,则由语言服务器提供代码折叠范围。", + "c_cpp.configuration.hover.description": "如果禁用,则语言服务器不再提供悬停详细信息。", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "为 [vcpkg 依存关系管理器](https://aka.ms/vcpkg/) 启用集成服务。", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "当来自 `nan` 和 `node-addon-api` 的包含路径为依赖项时,请将其添加。", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "如果为 `true`,则“重命名符号”将需要有效的 C/C++ 标识符。", - "c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "如果为 `true`,则自动完成将在函数调用后自动添加 `(` ,在这种情况下,也可以添加 `)` ,具体取决于 `#editor.autoClosingBrackets#` 设置的值。", + "c_cpp.configuration.autocompleteAddParentheses.markdownDescription": "如果为 `true`,则自动完成将在函数调用后自动添加 `(` ,在这种情况下,也可以添加 `(` ,具体取决于 `#editor.autoClosingBrackets#` 设置的值。", "c_cpp.configuration.filesExclude.markdownDescription": "为排除文件夹(以及文件 - 如果更改了 `#C_Cpp.exclusionPolicy#`)配置 glob 模式。这些特定于 C/C++ 扩展,并且是 `#files.exclude#` 的补充,但与 `#files.exclude#` 不同,它们也适用于当前工作区文件夹之外的路径,并且不会从资源管理器视图中删除。[此处](https://code.visualstudio.com/docs/editor/codebasics#_advanced-search-options)。", "c_cpp.configuration.filesExcludeBoolean.markdownDescription": "要与文件路径匹配的 glob 模式。设置为 `true` 或 `false` 以启用或禁用模式。", "c_cpp.configuration.filesExcludeWhen.markdownDescription": "对匹配文件同辈进行其他检查。将 `$(basename)` 用作匹配文件名变量。", diff --git a/Extension/i18n/chs/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/chs/src/Debugger/nativeAttach.i18n.json index a0042ea8aa..60c608e58a 100644 --- a/Extension/i18n/chs/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/chs/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "不支持操作系统“{0}”。" + "os.not.supported": "不支持操作系统“{0}”。", + "timeout.processList.spawn": "“{0}”在 {1} 秒后超时。", + "cancel.processList.spawn": "已取消“{0}”。", + "error.processList.spawn": "“{0}”已退出,代码为“{1}”。", + "failed.processList.spawn": "未能生成“{0}”。" } \ No newline at end of file diff --git a/Extension/i18n/chs/src/nativeStrings.i18n.json b/Extension/i18n/chs/src/nativeStrings.i18n.json index c0e90335b9..c01cbc51d9 100644 --- a/Extension/i18n/chs/src/nativeStrings.i18n.json +++ b/Extension/i18n/chs/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "当 #includes 不解析时,扩展将为 IntelliSense 使用标记分析器。", "autocomplete_is_enabled": "已启用自动完成。", "autocomplete_is_disabled": "已禁用自动完成。", + "hover_is_enabled": "悬停已启用。", + "hover_is_disabled": "悬停已禁用。", "enhanced_colorization_is_enabled": "已启用增强的着色。", "error_squiggles_disabled": "已禁用错误波形曲线。", "error_squiggles_enabled": "已启用错误波形曲线。", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "IntelliSense 客户端当前已断开连接", "request_cancelled": "已取消请求: {0}", "intellisense_client_not_available_go_to_definition": "IntelliSense 客户端不可用,请使用标记分析器转到定义。", - "wsl_compiler_detected": "检测到的 WSL 编译器", "error_squiggle_count": "错误波形曲线计数: {0}", "queueing_update_intellisense": "正在为以下项的翻译单元中文件的 IntelliSense 更新进行排队: {0}", "formatting_document": "正在格式化文档: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "无法启动子进程!", "timed_out_attempting_to_communicate_with_process": "尝试与进程通信时超时!", "process_failed_to_run": "进程未能运行", - "wsl_not_detected": "未检测到 WSL", "compiler_in_compilerpath_not_found": "未找到指定的编译器: {0}", "config_data_invalid": "配置数据无效,{0}", "cmake_executable_not_found": "在 {0} 找不到 CMake 可执行文件", @@ -242,5 +242,37 @@ "file_tag": "文件", "compiler_default_language_standard_version_old": "编译器返回默认语言标准版本:{0}。由于此版本是旧版本,因此将尝试使用较新版本 {1} 作为默认版本。", "unexpected_output_from_clang_tidy": "来自 clang-tidy 的意外输出:{0}。应为:{1}。", - "generate_doxygen_comment": "生成 Doxygen 注释" + "generate_doxygen_comment": "生成 Doxygen 注释", + "offer_create_declaration": "在 {1} 中创建 {0} 声明", + "offer_create_definition": "在 {1} 中创建 {0} 定义", + "function_definition_not_found": "找不到“{0}”的函数定义。", + "cm_attributes": "属性", + "cm_bases": "基项", + "cm_classes": "类", + "cm_coclasses": "组件类", + "cm_delegates": "委托", + "cm_enums": "枚举", + "cm_events": "活动", + "cm_functions": "函数", + "cm_importdirectives": "Import 指令", + "cm_importlibstatements": "ImportLib 语句", + "cm_importstatements": "导入语句", + "cm_includedirectives": "Include 指令", + "cm_interfaces": "接口", + "cm_libraries": "库", + "cm_macros": "宏", + "cm_maps": "地图", + "cm_mapentries": "映射项", + "cm_miscellaneous": "杂项", + "cm_namespaces": "命名空间", + "cm_parameters": "参数", + "cm_properties": "属性", + "cm_structs": "结构", + "cm_todo_insert_return": "TODO: 在此处插入 return 语句", + "cm_typedefs": "Typedef", + "cm_unions": "联合", + "cm_usingaliases": "Using 别名", + "cm_usingdirectives": "Using 指令", + "cm_variables": "变量", + "cm_addfunction": "自动添加函数" } \ No newline at end of file diff --git a/Extension/i18n/cht/package.i18n.json b/Extension/i18n/cht/package.i18n.json index 9d218a95d8..b063a3326e 100644 --- a/Extension/i18n/cht/package.i18n.json +++ b/Extension/i18n/cht/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "格式化", + "c_cpp.subheaders.codeDocumentation.title": "程式碼文件", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "偵錯", + "c_cpp.subheaders.resourceManagement.title": "資源管理", + "c_cpp.subheaders.miscellaneous.title": "雜項", "c_cpp.capabilities.untrustedWorkspaces.description": "多個設定可能會導致執行工作區的處理序本機,例如 C_Cpp.clang_format_path、C_Cpp.codeAnalysis.clangTidy.path、C_Cpp.addNodeAddonIncludePaths、C_Cpp.default.compilerPath、C_Cpp.default.configurationProvider、C_Cpp.default.compileCommands,以及 c_cpp_properties.json 中的對等屬性。", "c_cpp.command.configurationSelect.title": "選取組態...", "c_cpp.command.configurationProviderSelect.title": "變更組態提供者...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "從 VC 格式設定產生 EditorConfig 內容", "c_cpp.command.GoToNextDirectiveInGroup.title": "前往條件式群組中的下一個前置處理器指示詞", "c_cpp.command.GoToPrevDirectiveInGroup.title": "前往條件式群組中的上一個前置處理器指示詞", + "c_cpp.command.CreateDeclarationOrDefinition.title": "建立宣告/定義", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "在使用中檔案上執行程式碼分析", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "在開啟檔案上執行程式碼分析", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "在所有檔案上執行程式碼分析", @@ -64,7 +72,7 @@ "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllOnly.description": "如果只有一種類型,則只顯示 '清除所有' 程式碼動作 (如果只有一種類型,則顯示 '清除所有 ,或如果只有一個問題,則顯示 '清除此')。", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllType.description": "顯示 '清除所有' 程式碼動作 (如果有多種問題類型) 和 '清除所有 ' 程式碼動作 (如果 只有一個問題,則顯示 '清除此')", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllTypeAndThis.description": "顯示 '清除所有' (如果有多個問題類型)、'清除所有 ' (如果 有多個問題) 和 '清除此' 程式碼動作", - "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "如果為 `true`,格式就會在由 '修正' 程式碼動作變更的行上執行。", + "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "如果為 `true`,格式就會在由「修正」程式碼動作變更的行上執行。", "c_cpp.configuration.codeAnalysis.clangTidy.enabled.markdownDescription": "若為 `true`,則會啟用使用 `clang-tidy` 的程式碼分析,並在 `#C_Cpp.codeAnalysis.runAutomatically#` 為 `true` 時自動執行 (預設)。", "c_cpp.configuration.codeAnalysis.clangTidy.path.markdownDescription": "`clang-tidy` 可執行檔的完整路徑。若未指定可執行檔,且可在環境路徑中使用 `clang-tidy`,則會加以使用。若在環境路徑中找不到可執行檔,則會使用與延伸模組搭配的 `clang-tidy`。", "c_cpp.configuration.codeAnalysis.clangTidy.config.markdownDescription": "以 YAML/JSON 格式指定 `clang-tidy` 組態: `{Checks: '-*,clang-analyzer-*', CheckOptions: [{索引鍵: x, 值: y}]}`。當值為空白時,`clang-tidy` 將會嘗試為其父目錄中的每個來源檔案尋找名為 `.clang-tidy` 的檔案。", @@ -165,7 +173,7 @@ "c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.markdownDescription": "在一行中所輸入由左大括號和右大括號括住的任何程式碼,都保留在同一行,而不考慮任何 `C_Cpp.vcFormat.newLine.*` 設定。", "c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.markdownDescription": "程式碼區塊一律根據 `C_Cpp.vcFormat.newLine.*` 設定的值來格式化。", "c_cpp.configuration.clang_format_path.markdownDescription": "此為 `clang-format` 可執行檔的完整路徑。如果未指定,且在環境路徑中可用 `clang-format`,即會使用該格式。如果在環境路徑中找不到,則會使用延伸模組所配備的 `clang-format`。", - "c_cpp.configuration.clang_format_style.markdownDescription": "編碼樣式,目前支援: `Visual Studio`、`LLVM`、`Google`、`Chromium`、`Mozilla`、`WebKit`、`Microsoft`、`GNU`。使用 `file` 可從目前目錄或父目錄的 `.clang-format` 檔案載入樣式,或使用 `file:/.clang-format` 參照特定路徑。使用 `{索引鍵: 值, ...}` 可設定特定參數。例如,`Visual Studio` 樣式類似於: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`。", + "c_cpp.configuration.clang_format_style.markdownDescription": "編碼樣式,目前支援: `Visual Studio`、`LLVM`、`Google`、`Chromium`、`Mozilla`、`WebKit`、`Microsoft`、`GNU`。使用 `file` 可從目前目錄或父目錄的 `.clang-format` 檔案載入樣式,或使用 `file:/.clang-format` 參照特定路徑。使用 `{key: value, ...}` 可設定特定參數。例如,`Visual Studio` 樣式類似於: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`。", "c_cpp.configuration.clang_format_fallbackStyle.markdownDescription": "當已使用樣式 `file` 叫用 `clang-format`,但找不到 `.clang-format` 檔案時,用作後援的預先定義樣式名稱。可能的值包括 `Visual Studio`、`LLVM`、`Google`、`Chromium`、`Mozilla`、`WebKit`、`Microsoft`、`GNU`、`none` 或使用 {索引鍵: 值, ...} 來設定特定參數。例如,`Visual Studio` 樣式類似於: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`。", "c_cpp.configuration.clang_format_sortIncludes.markdownDescription": "若設定,會覆寫 `SortIncludes` 參數所決定的包含排序行為。", "c_cpp.configuration.intelliSenseEngine.description": "控制 IntelliSense 提供者。", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "提供不屬於內容意識的 `模糊` 結果。", "c_cpp.configuration.intelliSenseEngine.disabled.description": "關閉 C/C++ 語言服務功能。", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "控制 IntelliSense 引擎是否會自動切換到包含 `#include` 錯誤之編譯單位的標籤剖析器。", - "c_cpp.configuration.autocomplete.markdownDescription": "控制自動完成提供者。若設為 `disabled` 且您想要以文字方式完成,您也必須設定 `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (與 `c` 及 `cuda-cpp` 語言類似)。", + "c_cpp.configuration.autocomplete.markdownDescription": "控制自動完成提供者。若設為 `Disabled` 且您想要以文字方式完成,您也必須設定 `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (與 `c` 及 `cuda-cpp` 語言類似)。", "c_cpp.configuration.autocomplete.default.description": "使用作用中 IntelliSense 引擎。", "c_cpp.configuration.autocomplete.disabled.description": "使用 Visual Studio Code 所提供的文字型完成。", "c_cpp.configuration.errorSquiggles.description": "該設定會控制是否將 IntelliSense 引擎偵測到的可疑編譯錯誤回報給編輯器。其也會在找不到內容時,控制是否回報程式碼分析警告。標籤剖析器引擎已忽略此設定。", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "若為 `true`,暫留與自動完成的工具提示只會顯示特定結構化註解標籤,否則將會顯示所有註解。", "c_cpp.configuration.doxygen.generateOnType.description": "控制是否在輸入選擇的註解樣式後自動插入 Doxygen 註解。", "c_cpp.configuration.doxygen.generatedStyle.description": "作為 Doxygen 註解起始行的字元字串。", - "c_cpp.configuration.doxygen.sectionTags.description": "選取啟用 [簡化結構化註解] 設定時,要在工具提示區域暫留時顯示的 [Doxygen] 區段標籤。 ", + "c_cpp.configuration.doxygen.sectionTags.description": "選取啟用 [簡化結構化註解] 設定時,要在於工具提示區域暫留時顯示的 [Doxygen] 區段標籤。 ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "開始多行或單行註解區塊的模式。對於多行註解區塊,接續模式預設為 ` * `,或此字串表示單行註解區塊。", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "開始多行或單行註解區塊的模式。", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "在多行或單行註解區塊中按下 ENTER 時,將在下一行插入的文字。", @@ -233,9 +241,10 @@ "c_cpp.configuration.default.dotConfig.markdownDescription": "當 `dotConfig` 未指定時,要在設定中使用的值,或 `dotConfig` 中有 `${default}` 時要插入的值。", "c_cpp.configuration.experimentalFeatures.description": "控制「實驗性」功能是否可用。", "c_cpp.configuration.suggestSnippets.markdownDescription": "若為 `true`,則由語言伺服器提供程式碼片段。", - "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "如果設定為 `default`,則工作區的檔案系統會在 Windows 上假設為不區分大小寫,而在 macOS 或 Linux 上區分大小寫。如果設為 `enabled`,則工作區的檔案系統在 Windows 上會假設為區分大小寫。", + "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "如果設定為 'default',則工作區的檔案系統會在 Windows 上假設為不區分大小寫,而在 macOS 或 Linux 上區分大小寫。如果設為 'enabled',則工作區的檔案系統在 Windows 上會假設為區分大小寫。", "c_cpp.configuration.enhancedColorization.markdownDescription": "若啟用,將會依據 IntelliSense 顯示彩色的程式碼。僅當 `#C_Cpp.intelliSenseEngine#` 設為 `Default` 時,才適用此設定。", "c_cpp.configuration.codeFolding.description": "若啟用,則由語言伺服器提供程式碼摺疊功能範圍。", + "c_cpp.configuration.hover.description": "如果停用,語言伺服器將不再提供暫留詳細資料。", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "啟用 [vcpkg 相依性管理員](https://aka.ms/vcpkg/) 的整合服務。", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "當 `nan` 和 `node-addon-api` 為相依性時,從中新增 include 路徑。", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "若為 `true`,則「重新命名符號」需要有效的 C/C++ 識別碼。", diff --git a/Extension/i18n/cht/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/cht/src/Debugger/nativeAttach.i18n.json index 7e53989912..9c6c254d30 100644 --- a/Extension/i18n/cht/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/cht/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "不支援作業系統 \"{0}\"。" + "os.not.supported": "不支援作業系統 \"{0}\"。", + "timeout.processList.spawn": "\"{0}\" 在 {1} 秒後逾時。", + "cancel.processList.spawn": "\"{0}\" 已取消。", + "error.processList.spawn": "\"{0}\" 已結束,出現代碼: {1}。", + "failed.processList.spawn": "無法繁衍 \"{0}\"。" } \ No newline at end of file diff --git a/Extension/i18n/cht/src/LanguageServer/extension.i18n.json b/Extension/i18n/cht/src/LanguageServer/extension.i18n.json index 7495402e74..fd32ecae62 100644 --- a/Extension/i18n/cht/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/cht/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "了解如何使用 vcpkg 安裝此標頭的程式庫", "copy.vcpkg.command": "將用於安裝 '{0}' 的 vcpkg 命令複製到剪貼簿", - "on.disabled.command": "當 `C_Cpp.intelliSenseEngine` 設為 `disabled` 時,無法執行IntelliSense 的相關命令。", + "on.disabled.command": "當 `C_Cpp.intelliSenseEngine` 設為 `Disabled` 時,無法執行IntelliSense 的相關命令。", "client.not.found": "找不到用戶端", "configuration.select.first": "先開啟資料夾以選取組態", "configuration.provider.select.first": "先開啟資料夾以選取組態提供者", diff --git a/Extension/i18n/cht/src/LanguageServer/settings.i18n.json b/Extension/i18n/cht/src/LanguageServer/settings.i18n.json index df050c96bb..17eeda457f 100644 --- a/Extension/i18n/cht/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/cht/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "程式碼格式設定使用來自 .editorconfig 的設定,而不是 .clang-format 格式。如需詳細資訊,請參閱 'C_Cpp.formatting' 設定之 'default' 值的文件。" + "editorconfig.default.behavior": "程式碼格式設定使用來自 .editorconfig 的設定,而不是 .clang-format 格式。如需詳細資訊,請參閱 'C_Cpp.formatting' 設定之 'Default' 值的文件。" } \ No newline at end of file diff --git a/Extension/i18n/cht/src/nativeStrings.i18n.json b/Extension/i18n/cht/src/nativeStrings.i18n.json index 59a31e7332..43171bd381 100644 --- a/Extension/i18n/cht/src/nativeStrings.i18n.json +++ b/Extension/i18n/cht/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "當 #includes 未解析時,延伸模組會使用 IntelliSense 的標籤剖析器。", "autocomplete_is_enabled": "已啟用自動完成。", "autocomplete_is_disabled": "已停用自動完成。", + "hover_is_enabled": "暫留已啟用。", + "hover_is_disabled": "暫留已停用。", "enhanced_colorization_is_enabled": "已啟用增強著色。", "error_squiggles_disabled": "已停用錯誤波浪線。", "error_squiggles_enabled": "已啟用錯誤波浪線。", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "IntelliSense 用戶端目前已中斷連線", "request_cancelled": "已取消要求: {0}", "intellisense_client_not_available_go_to_definition": "IntelliSense 用戶端無法使用,請使用標籤剖析器前往定義。", - "wsl_compiler_detected": "偵測到 WSL 編譯器", "error_squiggle_count": "錯誤波浪線計數: {0}", "queueing_update_intellisense": "正在將編譯單位中檔案的 IntelliSense 更新排入佇列: {0}", "formatting_document": "正在將文件格式化: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "無法啟動子處理序!", "timed_out_attempting_to_communicate_with_process": "嘗試與處理序通訊時發生逾時!", "process_failed_to_run": "處理序無法執行", - "wsl_not_detected": "未偵測到 WSL", "compiler_in_compilerpath_not_found": "找不到指定的編譯器: {0}", "config_data_invalid": "組態資料無效,{0}", "cmake_executable_not_found": "在 {0} 找不到 CMake 可執行檔", @@ -242,5 +242,37 @@ "file_tag": "檔案", "compiler_default_language_standard_version_old": "編譯器傳回預設語言標準版本: {0}。因為此版本為舊版本,將嘗試使用較新的版本 {1} 為預設版本。", "unexpected_output_from_clang_tidy": "來自 clang-tidy 的未預期輸出: {0}。預期是: {1}。", - "generate_doxygen_comment": "產生 Doxygen 註解" + "generate_doxygen_comment": "產生 Doxygen 註解", + "offer_create_declaration": "在 {1} 中建立 {0} 宣告", + "offer_create_definition": "在 {1} 中建立 {0} 定義", + "function_definition_not_found": "找不到 '{0}' 的函式定義。", + "cm_attributes": "屬性", + "cm_bases": "基底", + "cm_classes": "類別", + "cm_coclasses": "CoClasses", + "cm_delegates": "委派", + "cm_enums": "列舉", + "cm_events": "活動", + "cm_functions": "函式", + "cm_importdirectives": "Import 指示詞", + "cm_importlibstatements": "ImportLib 陳述式", + "cm_importstatements": "Import 陳述式", + "cm_includedirectives": "Include 指示詞", + "cm_interfaces": "介面", + "cm_libraries": "程式庫", + "cm_macros": "巨集", + "cm_maps": "地圖", + "cm_mapentries": "對應項目", + "cm_miscellaneous": "其他", + "cm_namespaces": "命名空間", + "cm_parameters": "參數", + "cm_properties": "屬性", + "cm_structs": "結構", + "cm_todo_insert_return": "TODO: 於此處插入 return 陳述式", + "cm_typedefs": "Typedefs", + "cm_unions": "等位", + "cm_usingaliases": "使用別名", + "cm_usingdirectives": "Using 指示詞", + "cm_variables": "變數", + "cm_addfunction": "自動新增函式" } \ No newline at end of file diff --git a/Extension/i18n/csy/package.i18n.json b/Extension/i18n/csy/package.i18n.json index f05b4ecdba..5834596697 100644 --- a/Extension/i18n/csy/package.i18n.json +++ b/Extension/i18n/csy/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formátování", + "c_cpp.subheaders.codeDocumentation.title": "Dokumentace ke kódu", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Ladění", + "c_cpp.subheaders.resourceManagement.title": "Správa prostředků", + "c_cpp.subheaders.miscellaneous.title": "Různé", "c_cpp.capabilities.untrustedWorkspaces.description": "Více nastavení může způsobit spuštění procesů, které jsou místní pro pracovní prostor, třeba C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider a C_Cpp.default.compileCommands, a ekvivalentní vlastnosti v souboru c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Vybrat konfiguraci...", "c_cpp.command.configurationProviderSelect.title": "Změnit poskytovatele konfigurací...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Vygenerovat obsah EditorConfig z nastavení formátu VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Přejít na další direktivu preprocesoru v podmíněné skupině", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Přejít na předchozí direktivu preprocesoru v podmíněné skupině", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Vytvořit deklaraci/definici", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Spustit Code Analysis u aktivního souboru", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Spustit Code Analysis při otevírání souborů", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Spustit Code Analysis u všech souborů", @@ -64,7 +72,7 @@ "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllOnly.description": "Zobrazit jenom akci kódu Vymazat vše (nebo Vymazat vše , pokud existuje jenom jeden typ, nebo Vymazat toto, pokud je jenom jeden problém).", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllType.description": "Zobrazit akci kódu Vymazat vše (pokud existuje více typů problémů) a akci kódu Vymazat vše (nebo Vymazat toto, pokud u dochází pouze k jednomu problému)", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.AllAndAllTypeAndThis.description": "Zobrazení možnosti Vymazat vše (pokud existuje více typů problémů), Vymazat všechny (pokud existuje více problémů pro ) a Vymazat tento kód", - "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "Pokud je hodnota `true`, formátování se spustí na řádcích změněných akcemi kódu 'Opravit'.", + "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.formatFixes.markdownDescription": "Pokud je hodnota true, formátování se spustí na řádcích změněných akcemi kódu 'Opravit'.", "c_cpp.configuration.codeAnalysis.clangTidy.enabled.markdownDescription": "Pokud `true`, bude analýza kódu pomocí `clang-tidy` povolena a spuštěna automaticky, pokud je `#C_Cpp.codeAnalysis.runAutomatically#` `true` (výchozí).", "c_cpp.configuration.codeAnalysis.clangTidy.path.markdownDescription": "Úplná cesta ke spustitelnému souboru `clang-tidy`. Pokud se nespecifikuje a `clang-tidy` je k dispozici na cestě prostředí, použije se. Pokud se na cestě prostředí nenajde, použije se kopie `clang-tidy`, která se dodává spolu s rozšířením.", "c_cpp.configuration.codeAnalysis.clangTidy.config.markdownDescription": "Určuje konfiguraci `clang-tidy` ve formátu YAML/JSON: `{Checks: '-*,clang-analyzer-*', CheckOptions: [{key: x, value: y}]}`. Když je hodnota prázdná, `clang-tidy` se pokusí najít soubor s názvem `.clang-tidy` pro každý zdrojový soubor v jeho nadřazených adresářích.", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Poskytuje přibližné výsledky, které nejsou v kontextu.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Vypne funkce služby jazyka C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Určuje, jestli se modul IntelliSense automaticky přepne na analyzátor značek pro jednotky překladu, které obsahují chyby direktiv `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Určuje poskytovatele automatického dokončování. Pokud je hodnota `disabled` a chcete dokončování na základě slov, musíte nastavit také \"[cpp]\": {\"editor.wordBasedSuggestions\": true} (a podobně také pro jazyky `c` a `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Určuje poskytovatele automatického dokončování. Pokud je hodnota disabled a chcete dokončování na základě slov, musíte nastavit také \"[cpp]\": {\"editor.wordBasedSuggestions\": true} (a podobně také pro jazyky c a cuda-cpp).", "c_cpp.configuration.autocomplete.default.description": "Používá aktivní modul IntelliSense.", "c_cpp.configuration.autocomplete.disabled.description": "Používá dokončování na základě slov, které nabízí Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Určuje, jestli budou podezřelé chyby kompilace zjištěné modulem IntelliSense hlášeny zpět editoru. Také řídí, zda jsou hlášena upozornění na analýzu kódu, pokud nelze najít zahrnutí. Modul analyzátoru značek toto nastavení ignoruje.", @@ -233,9 +241,10 @@ "c_cpp.configuration.default.dotConfig.markdownDescription": "Hodnota, která se použije v konfiguraci, pokud se nezadá `dotConfig`, nebo hodnota, která se má vložit, pokud se v `dotConfig` nachází `${default}`", "c_cpp.configuration.experimentalFeatures.description": "Určuje, jestli je možné použít experimentální funkce.", "c_cpp.configuration.suggestSnippets.markdownDescription": "Pokud se nastaví na `true`, jazykový server poskytne fragmenty kódu.", - "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Když se nastaví na `default`, předpokládá se, že systém souborů pracovního prostoru ve Windows nerozlišuje velká a malá písmena a v macOS nebo Linuxu rozlišuje malá a velká písmena. Když se tato možnost nastaví na `enabled`, předpokládá se, že systém souborů pracovního prostoru ve Windows rozlišuje velká a malá písmena.", - "c_cpp.configuration.enhancedColorization.markdownDescription": "Když se tato možnost povolí, kód se bude obarvovat podle IntelliSense. Toto nastavení se použije jen v případě, že možnost `#C_Cpp.intelliSenseEngine#` je nastavená na `default`.", + "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Když se nastaví na default, předpokládá se, že systém souborů pracovního prostoru ve Windows nerozlišuje velká a malá písmena a v macOS nebo Linuxu rozlišuje malá a velká písmena. Když se tato možnost nastaví na enabled, předpokládá se, že systém souborů pracovního prostoru ve Windows rozlišuje velká a malá písmena.", + "c_cpp.configuration.enhancedColorization.markdownDescription": "Když se tato možnost povolí, kód se bude obarvovat podle IntelliSense. Toto nastavení se použije jen v případě, že možnost #C_Cpp.intelliSenseEngine# je nastavená na default.", "c_cpp.configuration.codeFolding.description": "Když se tato možnost povolí, rozsahy sbalování kódu bude poskytovat jazykový server.", + "c_cpp.configuration.hover.description": "Pokud je tato možnost zakázaná, podrobnosti o najetí myší už nebude poskytovat jazykový server.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Povolte integrační služby pro [správce závislostí vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Pokud existují závislosti, přidejte cesty pro zahrnuté soubory z `nan` a `node-addon-api`.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Když se tato hodnota nastaví na `true`, operace Přejmenovat symbol bude vyžadovat platný identifikátor C/C++.", diff --git a/Extension/i18n/csy/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/csy/src/Debugger/nativeAttach.i18n.json index a473e3964c..77b31f5464 100644 --- a/Extension/i18n/csy/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/csy/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Operační systém {0} se nepodporuje." + "os.not.supported": "Operační systém {0} se nepodporuje.", + "timeout.processList.spawn": "Procesu {0} po {1} sekundách vypršel časový limit.", + "cancel.processList.spawn": "Proces {0} se zrušil.", + "error.processList.spawn": "Proces {0} se ukončil s kódem {1}.", + "failed.processList.spawn": "Nepovedlo se vytvořit podřízený proces {0}." } \ No newline at end of file diff --git a/Extension/i18n/csy/src/LanguageServer/extension.i18n.json b/Extension/i18n/csy/src/LanguageServer/extension.i18n.json index e12b1c19c2..42341c432c 100644 --- a/Extension/i18n/csy/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/csy/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Jak nainstalovat knihovnu pro tuto hlavičku pomocí vcpkg", "copy.vcpkg.command": "Zkopírovat příkaz vcpkg pro instalaci {0} do schránky", - "on.disabled.command": "Příkazy související s IntelliSense se nedají spustit, když je `C_Cpp.intelliSenseEngine` nastavené na `disabled`.", + "on.disabled.command": "Příkazy související s IntelliSense se nedají spustit, když je C_Cpp.intelliSenseEngine nastavené na disabled.", "client.not.found": "klient se nenašel", "configuration.select.first": "Pokud chcete vybrat konfiguraci, otevřete nejdříve složku.", "configuration.provider.select.first": "Pokud chcete vybrat poskytovatele konfigurace, otevřete nejdříve složku.", diff --git a/Extension/i18n/csy/src/LanguageServer/settings.i18n.json b/Extension/i18n/csy/src/LanguageServer/settings.i18n.json index 7b63cde3e2..e005d94022 100644 --- a/Extension/i18n/csy/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/csy/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "Formátování kódu používá nastavení z .editorconfig namísto .clang-format. Další informace najdete v dokumentaci k hodnotě 'default' v nastavení 'C_Cpp.formatting'." + "editorconfig.default.behavior": "Formátování kódu používá nastavení z .editorconfig namísto .clang-format. Další informace najdete v dokumentaci k hodnotě default v nastavení C_Cpp.formatting." } \ No newline at end of file diff --git a/Extension/i18n/csy/src/nativeStrings.i18n.json b/Extension/i18n/csy/src/nativeStrings.i18n.json index 7eb4b8ffb7..98cbabaaf7 100644 --- a/Extension/i18n/csy/src/nativeStrings.i18n.json +++ b/Extension/i18n/csy/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "Když nebude možné přeložit direktivy #includes, rozšíření pro IntelliSense použije analyzátor značek.", "autocomplete_is_enabled": "Automatické dokončování je povolené.", "autocomplete_is_disabled": "Automatické dokončování je zakázané.", + "hover_is_enabled": "Najetí myší je povolené.", + "hover_is_disabled": "Najetí myší je zakázané.", "enhanced_colorization_is_enabled": "Vylepšené barvení je povolené.", "error_squiggles_disabled": "Podtrhávání chyb vlnovkou je zakázané.", "error_squiggles_enabled": "Podtrhávání chyb vlnovkou je povolené.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Klient IntelliSense je v tuto chvíli odpojený.", "request_cancelled": "Žádost se zrušila: {0}", "intellisense_client_not_available_go_to_definition": "Klient IntelliSense není k dispozici, pro přechod k definici se používá analyzátor značek.", - "wsl_compiler_detected": "Zjistil se kompilátor WSL.", "error_squiggle_count": "Počet podtržení chyb vlnovkou: {0}", "queueing_update_intellisense": "Do fronty se zařazuje aktualizace IntelliSense pro soubory v jednotce překladu: {0}", "formatting_document": "Formátuje se dokument: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Nejde spustit podřízený proces!", "timed_out_attempting_to_communicate_with_process": "Při pokusu komunikovat s procesem vypršel časový limit!", "process_failed_to_run": "Proces se nepovedlo spustit.", - "wsl_not_detected": "WSL se nezjistilo", "compiler_in_compilerpath_not_found": "Zadaný kompilátor se nenašel: {0}", "config_data_invalid": "Neplatná data konfigurace, {0}", "cmake_executable_not_found": "Spustitelný soubor CMake se v místě {0} nenašel.", @@ -242,5 +242,37 @@ "file_tag": "Soubor", "compiler_default_language_standard_version_old": "Kompilátor vrátil standardní verzi výchozího jazyka: {0}. Protože je tato verze stará, pokusí se použít novější verzi {1} jako výchozí.", "unexpected_output_from_clang_tidy": "Neočekávaný výstup z clang-tidy: {0}. Očekáváno: {1}.", - "generate_doxygen_comment": "Vygenerovat komentář Doxygen" + "generate_doxygen_comment": "Vygenerovat komentář Doxygen", + "offer_create_declaration": "Vytvořit deklaraci funkce {0} v souboru {1}", + "offer_create_definition": "Vytvořit definici {0} v souboru {1}", + "function_definition_not_found": "Definice funkce {0} nebyla nalezena.", + "cm_attributes": "Atributy", + "cm_bases": "Základy", + "cm_classes": "Třídy", + "cm_coclasses": "CoClasses", + "cm_delegates": "Delegáti", + "cm_enums": "Výčty", + "cm_events": "Události", + "cm_functions": "Funkce", + "cm_importdirectives": "Direktivy import", + "cm_importlibstatements": "Příkazy ImportLib", + "cm_importstatements": "Příkazy import", + "cm_includedirectives": "Direktivy include", + "cm_interfaces": "Rozhraní", + "cm_libraries": "Knihovny", + "cm_macros": "Makra", + "cm_maps": "Mapy", + "cm_mapentries": "Položky mapování", + "cm_miscellaneous": "Různé", + "cm_namespaces": "Obory názvů", + "cm_parameters": "Parametry", + "cm_properties": "Vlastnosti", + "cm_structs": "Struktury", + "cm_todo_insert_return": "TODO: Sem vložte příkaz return.", + "cm_typedefs": "Definice Typedef", + "cm_unions": "Sjednocení", + "cm_usingaliases": "Aliasy using", + "cm_usingdirectives": "Direktivy using", + "cm_variables": "Proměnné", + "cm_addfunction": "Automaticky přidat funkci" } \ No newline at end of file diff --git a/Extension/i18n/deu/package.i18n.json b/Extension/i18n/deu/package.i18n.json index 8a1a6eaf74..54065e79bc 100644 --- a/Extension/i18n/deu/package.i18n.json +++ b/Extension/i18n/deu/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formatierung", + "c_cpp.subheaders.codeDocumentation.title": "Codedokumentation", + "c_cpp.subheaders.codeAnalysis.title": "Codeanalyse", + "c_cpp.subheaders.debugging.title": "Debuggen", + "c_cpp.subheaders.resourceManagement.title": "Ressourcenverwaltung", + "c_cpp.subheaders.miscellaneous.title": "Sonstiges", "c_cpp.capabilities.untrustedWorkspaces.description": "Mehrere Einstellungen können dazu führen, dass Prozesse lokal im Arbeitsbereich ausgeführt werden, z. B. C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider und C_Cpp.default.compileCommands und die entsprechenden Eigenschaften in c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Konfiguration auswählen...", "c_cpp.command.configurationProviderSelect.title": "Konfigurationsanbieter ändern...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "EditorConfig-Inhalte aus VC-Formateinstellungen generieren", "c_cpp.command.GoToNextDirectiveInGroup.title": "Zur nächsten Präprozessoranweisung in bedingter Gruppe wechseln", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Zur vorherigen Präprozessoranweisung in bedingter Gruppe wechseln", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Deklaration/Definition erstellen", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Code Analysis auf \"Aktive Dateien\" ausführen", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Code Analysis auf \"Dateien öffnen\" ausführen", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Code Analysis auf \"Alle Dateien\" ausführen", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Stellt „Fuzzy“-Ergebnisse bereit, die nicht kontextbezogen sind.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Deaktiviert die Features des C/C++-Sprachdiensts.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Steuert, ob das IntelliSense-Modul automatisch zum Tagparser für Übersetzungseinheiten wechselt, die `#include#`-Fehler enthalten.", - "c_cpp.configuration.autocomplete.markdownDescription": "Steuert den Anbieter für AutoVervollständigen. Wenn `disabled` festgelegt ist und Sie die wortbasierte Vervollständigung wünschen, müssen Sie auch `\"[cpp]\" festlegen: {\"editor.wordBasedSuggestions\": true}` (und ähnlich für die Sprachen `c` und `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Steuert den Anbieter für AutoVervollständigen. Wenn \"disabled\" festgelegt ist und Sie die wortbasierte Vervollständigung wünschen, müssen Sie auch \"[cpp]\" festlegen: {\"editor.wordBasedSuggestions\": true} (und ähnlich für die Sprachen \"c\" und \"cuda-cpp\").", "c_cpp.configuration.autocomplete.default.description": "Verwendet das aktive IntelliSense-Modul.", "c_cpp.configuration.autocomplete.disabled.description": "Verwendet die von Visual Studio Code bereitgestellte wortbasierte Vervollständigung.", "c_cpp.configuration.errorSquiggles.description": "Steuert, ob vermutete Kompilierungsfehler, die von der IntelliSense-Engine erkannt wurden, an den Editor zurückgegeben werden. Außerdem wird gesteuert, ob Codeanalysewarnungen gemeldet werden, wenn keine Enthaltenen gefunden werden können. Diese Einstellung wird von der Tagparser-Engine ignoriert.", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "Wenn `true` festgelegt ist, zeigen die QuickInfos für Draufzeigen und AutoVervollständigen nur bestimmte Bezeichnungen strukturierter Kommentare an. Andernfalls werden alle Kommentare angezeigt.", "c_cpp.configuration.doxygen.generateOnType.description": "Steuert, ob der Doxygenkommentar nach Eingabe des ausgewählten Kommentarstils automatisch eingefügt wird.", "c_cpp.configuration.doxygen.generatedStyle.description": "Die Zeichenfolge von Zeichen, die als Startzeile des Doxygen-Kommentars verwendet wird.", - "c_cpp.configuration.doxygen.sectionTags.description": "Wählen Sie die Doxygen-Abschnittstags aus, die beim Daraufzeigen im QuickInfo-Bereich angezeigt werden sollen, wenn die Einstellung „Strukturierte Kommentare vereinfachen“ aktiviert ist. ", + "c_cpp.configuration.doxygen.sectionTags.description": "Wählen Sie die Doxygen-Abschnittstags aus, die beim Daraufzeigen im QuickInfo-Bereich angezeigt werden sollen, wenn die Einstellung \"Strukturierte Kommentare vereinfachen\" aktiviert ist. ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "Muster, mit dem ein mehrzeiliger oder einzeiliger Kommentarblock beginnt. Das Fortsetzungsmuster wird standardmäßig auf ` * ` für mehrzeilige Kommentarblöcke oder auf diese Zeichenfolge für einzeilige Kommentarblöcke festgelegt.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "Das Muster, mit dem ein mehrzeiliger oder einzeiliger Kommentarblock beginnt.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "Der Text, der in der nächsten Zeile eingefügt wird, wenn in einem mehrzeiligen oder einzeiligen Kommentarblock die EINGABETASTE gedrückt wird.", @@ -233,9 +241,10 @@ "c_cpp.configuration.default.dotConfig.markdownDescription": "Der Wert, der in einer Konfiguration verwendet werden soll, wenn „dotConfig“ nicht angegeben ist, oder der einzufügende Wert, wenn „${default}“ in „dotConfig“ vorhanden ist.", "c_cpp.configuration.experimentalFeatures.description": "Hiermit wird gesteuert, ob experimentelle Features verwendet werden können.", "c_cpp.configuration.suggestSnippets.markdownDescription": "Wenn `true` festgelegt ist, werden Codeschnipsel vom Sprachserver bereitgestellt.", - "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Wenn diese Einstellung auf `default` festgelegt ist, wird davon ausgegangen, dass für das Dateisystem des Arbeitsbereichs unter Windows die Groß-/Kleinschreibung nicht berücksichtigt und unter macOS oder Linux berücksichtigt wird. Wenn diese Einstellung auf `enabled` festgelegt ist, wird davon ausgegangen, dass für das Dateisystem des Arbeitsbereichs unter Windows die Groß-/Kleinschreibung beachtet wird.", - "c_cpp.configuration.enhancedColorization.markdownDescription": "Wenn diese Option aktiviert ist, wird der Code basierend auf IntelliSense eingefärbt. Diese Einstellung gilt nur, wenn `#C_Cpp.intelliSenseEngine#` auf `default` festgelegt ist.", + "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Wenn diese Einstellung auf „Standard“ festgelegt ist, wird davon ausgegangen, dass für das Dateisystem des Arbeitsbereichs unter Windows die Groß-/Kleinschreibung nicht berücksichtigt und unter macOS oder Linux berücksichtigt wird. Wenn diese Einstellung auf „aktiviert“ festgelegt ist, wird davon ausgegangen, dass für das Dateisystem des Arbeitsbereichs unter Windows die Groß-/Kleinschreibung beachtet wird.", + "c_cpp.configuration.enhancedColorization.markdownDescription": "Wenn diese Option aktiviert ist, wird der Code basierend auf IntelliSense eingefärbt. Diese Einstellung gilt nur, wenn \"#C_Cpp.intelliSenseEngine#\" auf \"default\" festgelegt ist.", "c_cpp.configuration.codeFolding.description": "Wenn diese Option aktiviert ist, werden Codefaltbereiche vom Sprachserver bereitgestellt.", + "c_cpp.configuration.hover.description": "Wenn diese Option deaktiviert ist, werden die Hoverdetails nicht mehr vom Sprachserver bereitgestellt.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Hiermit aktivieren Sie Integrationsdienste für den [vcpkg-Abhängigkeitsmanager](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Fügen Sie Includepfade aus `nan` und `node-addon-api` hinzu, wenn es sich um Abhängigkeiten handelt.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Wenn `true` festgelegt ist, erfordert 'Symbol umbenennen' einen gültigen C/C++-Bezeichner.", diff --git a/Extension/i18n/deu/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/deu/src/Debugger/nativeAttach.i18n.json index b950f4eaf4..558d88f714 100644 --- a/Extension/i18n/deu/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/deu/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Das Betriebssystem \"{0}\" wird nicht unterstützt." + "os.not.supported": "Das Betriebssystem \"{0}\" wird nicht unterstützt.", + "timeout.processList.spawn": "\"{0}\" ist nach {1} Sekunden ein Timeout aufgetreten.", + "cancel.processList.spawn": "\"{0}\" abgebrochen.", + "error.processList.spawn": "\"{0}\" mit Code \"{1}\" beendet.", + "failed.processList.spawn": "Fehler beim Erzeugen \"{0}\"." } \ No newline at end of file diff --git a/Extension/i18n/deu/src/LanguageServer/extension.i18n.json b/Extension/i18n/deu/src/LanguageServer/extension.i18n.json index 72a7fb8e7e..ad66ea07f9 100644 --- a/Extension/i18n/deu/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/deu/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Erfahren Sie, wie Sie mit vcpkg eine Bibliothek für diesen Header installieren.", "copy.vcpkg.command": "vcpkg-Befehl zum Installieren von \"{0}\" in die Zwischenablage kopieren", - "on.disabled.command": "IntelliSense-bezogene Befehle können nicht ausgeführt werden, wenn `C_Cpp.intelliSenseEngine` auf `disabled` festgelegt ist.", + "on.disabled.command": "IntelliSense-bezogene Befehle können nicht ausgeführt werden, wenn \"C_Cpp.intelliSenseEngine\" auf \"disabled\" festgelegt ist.", "client.not.found": "Client nicht gefunden.", "configuration.select.first": "Zum Auswählen einer Konfiguration zuerst einen Ordner öffnen", "configuration.provider.select.first": "Zum Auswählen eines Konfigurationsanbieters zuerst einen Ordner öffnen", diff --git a/Extension/i18n/deu/src/nativeStrings.i18n.json b/Extension/i18n/deu/src/nativeStrings.i18n.json index d45348a5e2..1c8e3146b7 100644 --- a/Extension/i18n/deu/src/nativeStrings.i18n.json +++ b/Extension/i18n/deu/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "Die Erweiterung verwendet den Tagparser für IntelliSense, wenn #includes nicht aufgelöst werden.", "autocomplete_is_enabled": "AutoVervollständigen ist aktiviert.", "autocomplete_is_disabled": "AutoVervollständigen ist deaktiviert.", + "hover_is_enabled": "Der Mauszeiger ist aktiviert.", + "hover_is_disabled": "Der Mauszeiger ist deaktiviert.", "enhanced_colorization_is_enabled": "Die erweiterte Farbgebung ist aktiviert.", "error_squiggles_disabled": "Fehlerwellenlinien sind deaktiviert.", "error_squiggles_enabled": "Fehlerwellenlinien sind aktiviert.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Der IntelliSense-Client ist derzeit getrennt.", "request_cancelled": "Anforderung abgebrochen: {0}", "intellisense_client_not_available_go_to_definition": "Der IntelliSense-Client ist nicht verfügbar, für \"Gehe zu Definition\" wird der Tagparser verwendet.", - "wsl_compiler_detected": "WSL-Compiler erkannt", "error_squiggle_count": "Anzahl von Fehlerwellenlinien: {0}", "queueing_update_intellisense": "IntelliSense-Update für Dateien in dieser Übersetzungseinheit wird in die Warteschlange eingereiht: {0}", "formatting_document": "Dokument wird formatiert: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Der untergeordnete Prozess kann nicht gestartet werden.", "timed_out_attempting_to_communicate_with_process": "Timeout beim Versuch, mit dem Prozess zu kommunizieren.", "process_failed_to_run": "Fehler beim Ausführen des Prozesses.", - "wsl_not_detected": "WSL nicht erkannt.", "compiler_in_compilerpath_not_found": "Der angegebene Compiler wurde nicht gefunden: {0}", "config_data_invalid": "Konfigurationsdaten ungültig, {0}", "cmake_executable_not_found": "Ausführbare CMake-Datei wurde unter \"{0}\" nicht gefunden.", @@ -242,5 +242,37 @@ "file_tag": "Datei", "compiler_default_language_standard_version_old": "Der Compiler hat die Standardversion der Standardsprache zurückgegeben: {0}. Da diese Version alt ist, wird versucht, eine neuere Version {1} als Standard zu verwenden.", "unexpected_output_from_clang_tidy": "Unerwartete Ausgabe von „clang-tidy“: {0}. Erwartet: {1}.", - "generate_doxygen_comment": "Doxygenkommentar generieren" + "generate_doxygen_comment": "Doxygenkommentar generieren", + "offer_create_declaration": "Deklaration von „{0}“ in „{1}“ erstellen", + "offer_create_definition": "Doppelte Definition von „{0}“ in „{1}“", + "function_definition_not_found": "Die Funktionsdefinition für „{0}“ wurde nicht gefunden.", + "cm_attributes": "Attribute", + "cm_bases": "Basen", + "cm_classes": "Klassen", + "cm_coclasses": "CoClasses", + "cm_delegates": "Delegaten", + "cm_enums": "Enumerationen", + "cm_events": "Ereignisse", + "cm_functions": "Funktionen", + "cm_importdirectives": "Import-Direktiven", + "cm_importlibstatements": "ImportLib-Ausdrücke", + "cm_importstatements": "Import-Ausdrücke", + "cm_includedirectives": "Include-Direktiven", + "cm_interfaces": "Schnittstellen", + "cm_libraries": "Bibliotheken", + "cm_macros": "Makros", + "cm_maps": "Karten", + "cm_mapentries": "Map-Eingaben", + "cm_miscellaneous": "Sonstiges", + "cm_namespaces": "Namespaces", + "cm_parameters": "Parameter", + "cm_properties": "Eigenschaften", + "cm_structs": "Strukturen", + "cm_todo_insert_return": "TODO: hier return-Anweisung eingeben", + "cm_typedefs": "TypeDefs", + "cm_unions": "Unions", + "cm_usingaliases": "Using-Aliase", + "cm_usingdirectives": "Using-Direktiven", + "cm_variables": "Variablen", + "cm_addfunction": "Automatisches Hinzufügen der Funktion." } \ No newline at end of file diff --git a/Extension/i18n/esn/package.i18n.json b/Extension/i18n/esn/package.i18n.json index c270aea94d..7c3b2fe732 100644 --- a/Extension/i18n/esn/package.i18n.json +++ b/Extension/i18n/esn/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formato", + "c_cpp.subheaders.codeDocumentation.title": "Documentación del código", + "c_cpp.subheaders.codeAnalysis.title": "Análisis de código", + "c_cpp.subheaders.debugging.title": "Depuración", + "c_cpp.subheaders.resourceManagement.title": "Administración de recursos", + "c_cpp.subheaders.miscellaneous.title": "Varios", "c_cpp.capabilities.untrustedWorkspaces.description": "La configuración múltiple puede provocar que los procesos sean locales en el área de trabajos que se va a ejecutar, por ejemplo, C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider y C_Cpp.default.compileCommands y las propiedades equivalentes en c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Seleccione una configuración...", "c_cpp.command.configurationProviderSelect.title": "Cambiar el proveedor de configuración...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Generar contenido de EditorConfig a partir de la configuración de formato de VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Ir a la directiva del preprocesador siguiente en el grupo condicional", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Ir a la directiva del preprocesador anterior en el grupo condicional", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Crear declaración o definición", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Ejecutar Code Analysis en el archivo activo", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Ejecutar análisis de código en archivos abiertos", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Ejecutar análisis de código en todos los archivos", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Proporciona resultados \"fuzzy\" que no tienen en cuenta el contexto.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Desactiva las características del servicio de lenguaje C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Controla si el motor de IntelliSense cambiará automáticamente al Analizador de etiquetas para las unidades de traducción que contengan errores de `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está establecido en `disabled` y desea la finalización basada en palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está establecido en “Disabled” y desea la finalización basada en palabras, también tendrá que establecer “[cpp]\": {\"editor.wordBasedSuggestions\": true}` (y de forma similar para los lenguajes `c` y `cuda-cpp`).", "c_cpp.configuration.autocomplete.default.description": "Usa el motor de IntelliSense activo.", "c_cpp.configuration.autocomplete.disabled.description": "Usa la finalización basada en palabras proporcionada por Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Controla si los posibles errores de compilación detectados por el motor de IntelliSense se notificarán al editor. También controla si se notifican advertencias de análisis de código si no se encuentran las inclusiones. El motor del analizador de etiquetas omite esta configuración.", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "Si es `true`, la información sobre herramientas al mantener el puntero y autocompletar solo mostrará ciertas etiquetas de comentarios estructurados. De lo contrario, se muestran todos los comentarios.", "c_cpp.configuration.doxygen.generateOnType.description": "Controla si se va a insertar automáticamente el comentario de Doxygen después de escribir el estilo de comentario elegido.", "c_cpp.configuration.doxygen.generatedStyle.description": "La cadena de caracteres utilizada como línea de inicio del comentario de Doxygen.", - "c_cpp.configuration.doxygen.sectionTags.description": "Seleccione las etiquetas de sección de Doxygen que quiere que aparezcan al mantener el puntero en el área de información sobre herramientas cuando esté habilitada la opción \"Simplificar comentarios estructurados\". ", + "c_cpp.configuration.doxygen.sectionTags.description": "Seleccione las etiquetas de sección de Doxygen que quiere que aparezcan al mantener el puntero en el área de información sobre herramientas cuando esté habilitada la opción 'simplificar comentarios estructurados'. ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "Patrón que comienza un bloque de comentario de una o varias líneas. El valor predeterminado del patrón de continuación es ` * ` para los bloques de comentario multilínea o esta cadena para los bloques de comentario de una línea.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "Patrón que comienza un bloque de comentario de una o varias líneas.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "Texto que se insertará en la línea siguiente cuando se presione Entrar dentro de un bloque de comentario de una o varias líneas.", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Si se establece en `default`, el sistema de archivos del área de trabajo no distingue mayúsculas de minúsculas en Windows y distingue mayúsculas de minúsculas en macOS o Linux. Si se establece en `enabled`, el sistema de archivos del área de trabajo distingue mayúsculas de minúsculas en Windows.", "c_cpp.configuration.enhancedColorization.markdownDescription": "Si se habilita esta opción, el código se colorea de acuerdo con IntelliSense. Esta configuración solo se aplica si `#C_Cpp.intelliSenseEngine#` se establece en `Default`.", "c_cpp.configuration.codeFolding.description": "Si está habilitada, el servidor de lenguaje proporciona intervalos de plegado de código.", + "c_cpp.configuration.hover.description": "Si se deshabilita, el servidor de lenguaje ya no proporciona detalles al mantener el puntero.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilita los servicios de integración para el [administrador de dependencias de vcpkgs](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Agrega rutas de acceso de inclusión de `nan` y `node-addon-api` cuando sean dependencias.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Si es `true`, 'Cambiar nombre de símbolo' requerirá un identificador de C/C++ válido.", diff --git a/Extension/i18n/esn/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/esn/src/Debugger/nativeAttach.i18n.json index 4b9137486a..dee0ed4c6a 100644 --- a/Extension/i18n/esn/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/esn/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "No se admite el sistema operativo \"{0}\"." + "os.not.supported": "No se admite el sistema operativo \"{0}\".", + "timeout.processList.spawn": "“{0}” agotó el tiempo de espera después de {1} segundos.", + "cancel.processList.spawn": "“{0}” cancelado.", + "error.processList.spawn": "“{0}” salió con el código “{1}”.", + "failed.processList.spawn": "No se pudo generar “{0}”." } \ No newline at end of file diff --git a/Extension/i18n/esn/src/LanguageServer/extension.i18n.json b/Extension/i18n/esn/src/LanguageServer/extension.i18n.json index 42a1a6b0eb..85fb973976 100644 --- a/Extension/i18n/esn/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/esn/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Más información sobre el modo de instalar una biblioteca para este encabezado con vcpkg", "copy.vcpkg.command": "Copie el comando vcpkg para instalar \"{0}\" en el Portapapeles", - "on.disabled.command": "Los comandos relacionados con IntelliSense no se pueden ejecutar cuando `C_Cpp.intelliSenseEngine` está establecido en `disabled`.", + "on.disabled.command": "Los comandos relacionados con IntelliSense no se pueden ejecutar cuando `C_Cpp.intelliSenseEngine` está establecido en `Disabled`.", "client.not.found": "No se encuentra el cliente", "configuration.select.first": "Abra una carpeta primero para seleccionar una configuración", "configuration.provider.select.first": "Abra una carpeta primero para seleccionar un proveedor de configuración", diff --git a/Extension/i18n/esn/src/LanguageServer/settings.i18n.json b/Extension/i18n/esn/src/LanguageServer/settings.i18n.json index 0d3891de91..d3e233a456 100644 --- a/Extension/i18n/esn/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/esn/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "El formato de código está usando la configuración de .editorconfig en lugar de .clang-format. Para obtener más información, consulte la documentación para el valor “Default” de la configuración “C_Cpp.formatting”." + "editorconfig.default.behavior": "El formato de código está usando la configuración de .editorconfig en lugar de .clang format. Para obtener más información, consulte la documentación para el valor “Default” de la configuración “C_Cpp.formatting”." } \ No newline at end of file diff --git a/Extension/i18n/esn/src/nativeStrings.i18n.json b/Extension/i18n/esn/src/nativeStrings.i18n.json index 7bf36194b7..d198b4a96a 100644 --- a/Extension/i18n/esn/src/nativeStrings.i18n.json +++ b/Extension/i18n/esn/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "La extensión usará el analizador de etiquetas para IntelliSense cuando no se resuelvan #includes.", "autocomplete_is_enabled": "La característica Autocompletar está habilitada.", "autocomplete_is_disabled": "La característica Autocompletar está deshabilitada.", + "hover_is_enabled": "La característica de mantener el puntero está habilitada.", + "hover_is_disabled": "La característica de mantener el puntero está deshabilitada.", "enhanced_colorization_is_enabled": "El coloreado mejorado está habilitado.", "error_squiggles_disabled": "El subrayado ondulado de errores está deshabilitado.", "error_squiggles_enabled": "El subrayado ondulado de errores está habilitado.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "El cliente de IntelliSense está desconectado en este momento", "request_cancelled": "Solicitud cancelada: {0}", "intellisense_client_not_available_go_to_definition": "El cliente de IntelliSense no está disponible. Se usará el analizador de etiquetas para ir a la definición.", - "wsl_compiler_detected": "Compilador de WSL detectado", "error_squiggle_count": "Número de subrayados ondulados de errores: {0}", "queueing_update_intellisense": "Poniendo en cola la actualización de IntelliSense para los archivos de la unidad de traducción de {0}", "formatting_document": "Dando formato al documento {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "No se puede iniciar el proceso secundario.", "timed_out_attempting_to_communicate_with_process": "Se ha agotado el tiempo de espera al intentar establecer la comunicación con el proceso.", "process_failed_to_run": "No se puede ejecutar el proceso.", - "wsl_not_detected": "WSL no detectado", "compiler_in_compilerpath_not_found": "No se encontró el compilador especificado: {0}", "config_data_invalid": "Datos de configuración no válidos, {0}", "cmake_executable_not_found": "No se encontró el ejecutable de CMake en {0}.", @@ -242,5 +242,37 @@ "file_tag": "Archivo", "compiler_default_language_standard_version_old": "El compilador devolvió la versión estándar del lenguaje predeterminado: {0}. Dado que esta versión es antigua, se intentará usar la versión {1}, más reciente, como predeterminada.", "unexpected_output_from_clang_tidy": "Salida inesperada de Clang-Tidy: {0}. Se esperaba: {1}.", - "generate_doxygen_comment": "Generar comentario de Doxygen" + "generate_doxygen_comment": "Generar comentario de Doxygen", + "offer_create_declaration": "Crear declaración de {0} en {1}", + "offer_create_definition": "Crear definición de {0} en {1}", + "function_definition_not_found": "No se encuentra la definición de función para “{0}”.", + "cm_attributes": "Atributos", + "cm_bases": "Bases", + "cm_classes": "Clases", + "cm_coclasses": "CoClasses", + "cm_delegates": "Delegados", + "cm_enums": "Enumeraciones", + "cm_events": "Eventos", + "cm_functions": "Funciones", + "cm_importdirectives": "Directivas Import", + "cm_importlibstatements": "Instrucciones ImportLib", + "cm_importstatements": "Instrucciones Import", + "cm_includedirectives": "Directivas Include", + "cm_interfaces": "Interfaces", + "cm_libraries": "Bibliotecas", + "cm_macros": "Macros", + "cm_maps": "Maps", + "cm_mapentries": "Asignar entradas", + "cm_miscellaneous": "Varios", + "cm_namespaces": "Espacios de nombres", + "cm_parameters": "Parámetros", + "cm_properties": "Propiedades", + "cm_structs": "Structs", + "cm_todo_insert_return": "TODO: Insertar una instrucción \"return\" aquí", + "cm_typedefs": "Definiciones de tipo", + "cm_unions": "Uniones", + "cm_usingaliases": "Alias Using", + "cm_usingdirectives": "Directivas Using", + "cm_variables": "Variables", + "cm_addfunction": "Operación automática para agregar función" } \ No newline at end of file diff --git a/Extension/i18n/fra/package.i18n.json b/Extension/i18n/fra/package.i18n.json index e863f087a7..061bf316b4 100644 --- a/Extension/i18n/fra/package.i18n.json +++ b/Extension/i18n/fra/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Mise en forme", + "c_cpp.subheaders.codeDocumentation.title": "Documentation du code", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Débogage", + "c_cpp.subheaders.resourceManagement.title": "Gestion des ressources", + "c_cpp.subheaders.miscellaneous.title": "Divers", "c_cpp.capabilities.untrustedWorkspaces.description": "Plusieurs paramètres peuvent provoquer l'exécution de processus locaux à l'espace de travail, par exemple C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider, et C_Cpp.default.compileCommands, et les propriétés équivalentes dans c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Sélectionner une configuration...", "c_cpp.command.configurationProviderSelect.title": "Changer le fournisseur de configuration...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Générer le contenu d'EditorConfig à partir des paramètres de format VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Accéder à la directive de préprocesseur suivante dans le groupe conditionnel", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Accéder à la directive de préprocesseur précédente dans le groupe conditionnel", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Créer la déclaration/la définition", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Exécuter Code Analysis sur le fichier actif", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Exécuter une analyse de code sur Ouvrir les fichiers", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Exécuter une analyse de code sur Tous les fichiers", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Fournit des résultats « flous » qui ne sont pas compatibles avec le contexte.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Désactive les fonctionnalités du service de langage C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Contrôle si le moteur IntelliSense bascule automatiquement vers l'analyseur de balises pour les unités de traduction qui contiennent des erreurs `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Contrôle le fournisseur de la saisie semi-automatique. Si la valeur est `disabled` et que vous voulez utiliser la saisie semi-automatique, vous devez également définir `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (et de la même manière pour les langages `c` et `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Contrôle le fournisseur de la saisie semi-automatique. Si la valeur est `Disabled` et que vous voulez utiliser la saisie semi-automatique, vous devez également définir `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (et de la même manière pour les langages `c` et `cuda-cpp`).", "c_cpp.configuration.autocomplete.default.description": "Utilise le moteur IntelliSense actif.", "c_cpp.configuration.autocomplete.disabled.description": "Utilise la saisie semi-automatique basée sur le mot fournie par Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Contrôle si les erreurs de compilation suspectes détectées par le moteur IntelliSense seront rapportées à l'éditeur. Il contrôle également si les avertissements d'analyse de code sont signalés si les includes ne peuvent pas être trouvés. Ce paramètre est ignoré par le moteur Tag Parser.", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "Si la valeur est `true`, les info-bulles de pointage et d'autocomplétion affichent uniquement certaines étiquettes de commentaires structurés. Sinon, tous les commentaires sont affichés.", "c_cpp.configuration.doxygen.generateOnType.description": "Contrôle s’il faut insérer automatiquement le commentaire Doxygen après avoir tapé le style de commentaire choisi.", "c_cpp.configuration.doxygen.generatedStyle.description": "Chaîne de caractères utilisée comme ligne de départ du commentaire Doxygen.", - "c_cpp.configuration.doxygen.sectionTags.description": "Sélectionnez les balises de section Doxygen que vous souhaitez afficher sur le pointage dans la zone d’info-bulle lorsque le paramètre « Simplifier les commentaires structurés » est activé. ", + "c_cpp.configuration.doxygen.sectionTags.description": "Sélectionnez les balises de section Doxygen que vous souhaitez afficher sur le pointage dans la zone d’info-bulle lorsque le paramètre « Simplifier les commentaires structurés » est activé. ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "Modèle qui commence un bloc de commentaires multiligne ou monoligne. Le modèle consécutif a la valeur par défaut ` * ` pour les blocs de commentaires multilignes ou cette chaîne pour les blocs de commentaires monolignes.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "Modèle qui commence un bloc de commentaires multiligne ou monoligne.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "Texte à insérer sur la ligne suivante quand vous appuyez sur la touche Entrée dans un bloc de commentaires multiligne ou monoligne.", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Si la valeur est définie sur `default`, le système de fichiers de l’espace de travail est supposé ne pas respecter la casse sur Windows et respecter la casse sur macOS ou Linux. Si la valeur est `enabled`, le système de fichiers de l’espace de travail est supposé respecter la casse sur Windows.", "c_cpp.configuration.enhancedColorization.markdownDescription": "Si cette option est activée, le code est colorisé en fonction d'IntelliSense. Ce paramètre s'applique uniquement si `#C_Cpp.intelliSenseEngine#` est défini sur `Default`.", "c_cpp.configuration.codeFolding.description": "Si cette fonctionnalité est activée, les plages de pliage de code sont fournies par le serveur de langage.", + "c_cpp.configuration.hover.description": "Si cette option est désactivée, les détails du pointage ne sont plus fournis par le serveur de langage.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Activez les services d'intégration pour le [gestionnaire de dépendances vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Ajouter les chemins d'inclusion de `nan` et `node-addon-api` quand ils sont des dépendances.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Si `true`, 'Renommer le symbole' exigera un identifiant C/C++ valide.", diff --git a/Extension/i18n/fra/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/fra/src/Debugger/nativeAttach.i18n.json index f9e4193018..cb11605a1b 100644 --- a/Extension/i18n/fra/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/fra/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Système d'exploitation \"{0}\" non pris en charge." + "os.not.supported": "Système d'exploitation \"{0}\" non pris en charge.", + "timeout.processList.spawn": "«{0}» a expiré après {1} secondes.", + "cancel.processList.spawn": "« {0} » annulé", + "error.processList.spawn": "« {0} » s’est arrêté avec le code : « {1} ».", + "failed.processList.spawn": "Échec de la génération dynamique des \"{0}\"" } \ No newline at end of file diff --git a/Extension/i18n/fra/src/LanguageServer/extension.i18n.json b/Extension/i18n/fra/src/LanguageServer/extension.i18n.json index 0d822b760c..b0afae422c 100644 --- a/Extension/i18n/fra/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/fra/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Découvrir comment installer une bibliothèque pour cet en-tête avec vcpkg", "copy.vcpkg.command": "Copier la commande vcpkg pour installer '{0}' dans le Presse-papiers", - "on.disabled.command": "Les commandes liées à IntelliSense ne peuvent pas être exécutées quand `C_Cpp.intelliSenseEngine` a la valeur `disabled`.", + "on.disabled.command": "Les commandes liées à IntelliSense ne peuvent pas être exécutées quand `C_Cpp.intelliSenseEngine` a la valeur `Disabled`.", "client.not.found": "client introuvable", "configuration.select.first": "Commencer par ouvrir un dossier pour sélectionner une configuration", "configuration.provider.select.first": "Commencer par ouvrir un dossier pour sélectionner un fournisseur de configuration", diff --git a/Extension/i18n/fra/src/LanguageServer/settings.i18n.json b/Extension/i18n/fra/src/LanguageServer/settings.i18n.json index 75f87d2c74..7a26034584 100644 --- a/Extension/i18n/fra/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/fra/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "Le formatage du code utilise les paramètres de .editorconfig au lieu de .clang-format. Pour plus d'informations, consultez la documentation pour la valeur 'default' du paramètre 'C_Cpp.formatting'." + "editorconfig.default.behavior": "Le formatage du code utilise les paramètres de .editorconfig au lieu de .clang-format. Pour plus d'informations, consultez la documentation pour la valeur 'Default' du paramètre 'C_Cpp.formatting'." } \ No newline at end of file diff --git a/Extension/i18n/fra/src/nativeStrings.i18n.json b/Extension/i18n/fra/src/nativeStrings.i18n.json index d945b6809b..c81e5709dd 100644 --- a/Extension/i18n/fra/src/nativeStrings.i18n.json +++ b/Extension/i18n/fra/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "L'extension utilise l'analyseur de balises pour IntelliSense quand les #includes ne sont pas résolus.", "autocomplete_is_enabled": "L'autocomplétion est activée.", "autocomplete_is_disabled": "L'autocomplétion est désactivée.", + "hover_is_enabled": "Le pointage est activé.", + "hover_is_disabled": "Le pointage est désactivé.", "enhanced_colorization_is_enabled": "La colorisation améliorée est activée.", "error_squiggles_disabled": "Les tildes d'erreur sont désactivés.", "error_squiggles_enabled": "Les tildes d'erreur sont activés.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Le client IntelliSense est actuellement déconnecté", "request_cancelled": "Demande annulée : {0}", "intellisense_client_not_available_go_to_definition": "Client IntelliSense non disponible, utilisation de l'analyseur de balises pour accéder à la définition.", - "wsl_compiler_detected": "Compilateur WSL détecté", "error_squiggle_count": "Nombre de tildes d'erreur : {0}", "queueing_update_intellisense": "Mise en file d'attente de la mise à jour IntelliSense pour les fichiers dans l'unité de traduction de : {0}", "formatting_document": "Mise en forme du document : {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Impossible de démarrer le processus enfant !", "timed_out_attempting_to_communicate_with_process": "Expiration du délai d'attente pendant la tentative de communication avec le processus !", "process_failed_to_run": "L'exécution du processus a échoué", - "wsl_not_detected": "WSL non détecté", "compiler_in_compilerpath_not_found": "Le compilateur spécifié est introuvable : {0}", "config_data_invalid": "Données de configuration non valides, {0}", "cmake_executable_not_found": "Exécutable CMake introuvable sur {0}", @@ -242,5 +242,37 @@ "file_tag": "Fichier", "compiler_default_language_standard_version_old": "Le compilateur a retourné la version standard du langage par défaut : {0}. Étant donné que cette version est ancienne, essaiera d’utiliser une version plus récente {1} par défaut.", "unexpected_output_from_clang_tidy": "Sortie inattendue de clang-tidy : {0}. Attendu : {1}.", - "generate_doxygen_comment": "Générer un commentaire Doxygen" + "generate_doxygen_comment": "Générer un commentaire Doxygen", + "offer_create_declaration": "Créer une déclaration de {0} dans {1}", + "offer_create_definition": "Créer une définition de {0} dans {1}", + "function_definition_not_found": "Définition de la fonction pour « {0} » introuvable.", + "cm_attributes": "Attributs", + "cm_bases": "Bases", + "cm_classes": "Classes", + "cm_coclasses": "CoClasses", + "cm_delegates": "Délégués", + "cm_enums": "Enums", + "cm_events": "Événements", + "cm_functions": "Fonctions", + "cm_importdirectives": "Importer des directives", + "cm_importlibstatements": "Instructions ImportLib", + "cm_importstatements": "Importer des instructions", + "cm_includedirectives": "Inclure des directives", + "cm_interfaces": "Interfaces", + "cm_libraries": "Bibliothèques", + "cm_macros": "Macros", + "cm_maps": "Cartes", + "cm_mapentries": "Entrées de la table", + "cm_miscellaneous": "Divers", + "cm_namespaces": "Espaces de noms", + "cm_parameters": "Paramètres", + "cm_properties": "Propriétés", + "cm_structs": "Structures", + "cm_todo_insert_return": "TODO: insérer une instruction return ici", + "cm_typedefs": "Typedefs", + "cm_unions": "Unions", + "cm_usingaliases": "Alias using", + "cm_usingdirectives": "Directives Using", + "cm_variables": "Variables", + "cm_addfunction": "Ajouter automatiquement une fonction" } \ No newline at end of file diff --git a/Extension/i18n/ita/package.i18n.json b/Extension/i18n/ita/package.i18n.json index 763f7828e7..b23d9b7a32 100644 --- a/Extension/i18n/ita/package.i18n.json +++ b/Extension/i18n/ita/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formattazione", + "c_cpp.subheaders.codeDocumentation.title": "Documentazione del codice", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Debug", + "c_cpp.subheaders.resourceManagement.title": "Gestione risorse", + "c_cpp.subheaders.miscellaneous.title": "Varie", "c_cpp.capabilities.untrustedWorkspaces.description": "Le impostazioni multiple possono comportare l'esecuzione dei processi locali nell'area di lavoro, quali C_Cpp.clang_format_path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider, C_Cpp.default.compileCommands e le proprietà equivalenti in c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Seleziona una configurazione...", "c_cpp.command.configurationProviderSelect.title": "Cambia provider di configurazione...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Genera il contenuto di EditorConfig dalle impostazioni di Formato VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Passa alla direttiva successiva del preprocessore nel gruppo condizionale", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Passa alla direttiva precedente del preprocessore nel gruppo condizionale", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Crea dichiarazione/definizione", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Esegui analisi del codice su File attivo", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Esegui analisi del codice su Apri file", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Esegui analisi del codice su Tutti i file", @@ -57,7 +65,7 @@ "c_cpp.configuration.codeAnalysis.excludeBoolean.markdownDescription": "Criterio GLOB da usare per trovare percorsi file. Impostare su `True` o `False` per abilitare o disabilitare il criterio.", "c_cpp.configuration.codeAnalysis.excludeWhen.markdownDescription": "Controllo aggiuntivo sugli elementi di pari livello di un file corrispondente. Usare `$(basename)` come variabile del nome file corrispondente.", "c_cpp.configuration.codeAnalysis.runAutomatically.markdownDescription": "Se è `true`, analisi del codice verrà eseguito automaticamente su un file dopo l'apertura o il salvataggio.", - "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "Se è `true`, l'azione codice 'Disabilita' verrà visualizzata quando disponibile (all'analisi codice successiva). Quando si usa l'azione codice 'Disabilita', aggiunge il codice di avviso all'impostazione `C_Cpp.codeAnalysis.clangTidy.checks.disabled`.", + "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDisable.markdownDescription": "Se è 'true', l'azione codice 'Disabilita' verrà visualizzata quando disponibile (all'analisi codice successiva). Quando si usa l'azione codice 'Disabilita', aggiunge il codice di avviso all'impostazione `C_Cpp.codeAnalysis.clangTidy.checks.disabled`.", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showDocumentation.markdownDescription": "Se è `true`, l'azione codice 'Mostra documentazione per' verrà visualizzata quando disponibile (all'analisi codice successiva).", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.description": "Controlla quali opzioni di azione codice per il problema Code Analysis 'Cancella' sono disponibili. La modifica dell'impostazione per visualizzare altre opzioni potrebbe richiedere la ripetizione dell'analisi codice.", "c_cpp.configuration.codeAnalysis.clangTidy.codeAction.showClear.None.description": "Non mostrare azioni codice 'Cancella'.", @@ -165,7 +173,7 @@ "c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.markdownDescription": "Codice di qualsiasi tipo in cui le parentesi graffe di apertura e chiusura sono nella stessa riga viene mantenuto in una sola riga, indipendentemente dai valori di una delle impostazioni `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.markdownDescription": "I blocchi di codice vengono sempre formattati in base ai valori delle impostazioni `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.clang_format_path.markdownDescription": "Percorso completo del file eseguibile `clang-format`. Se non è specificato, verrà usato lo strumento `clang-format` disponibile nel percorso dell'ambiente. Se `clang-format` non viene trovato nel percorso dell'ambiente, verrà usato il `clang-format` fornito in bundle con l'estensione.", - "c_cpp.configuration.clang_format_style.markdownDescription": "Stile di codifica, attualmente supporta: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`. Usare `file` per caricare lo stile da un file `.clang-format` nella directory corrente o padre, oppure usare `file:/.clang-format` per fare riferimento a un percorso specifico. Usare `{chiave: valore, ...}` per impostare parametri specifici. Ad esempio, lo stile `Visual Studio` è simile a: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", + "c_cpp.configuration.clang_format_style.markdownDescription": "Stile di codifica, attualmente supporta: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`. Usare `file` per caricare lo stile da un file `.clang-format` nella directory corrente o padre, oppure usare `file:/.clang-format` per fare riferimento a un percorso specifico. Usare `{chiave: valore, ...}` per impostare parametri specifici. Ad esempio, lo stile `Visual Studio` è simile a: `{ BasedOnStyle: LLVM, UseTab: Mai, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", "c_cpp.configuration.clang_format_fallbackStyle.markdownDescription": "Nome dello stile predefinito usato come fallback nel caso in cui `clang-format` venga richiamato con lo stile `file`, ma il file `clang-format` non viene trovato. I valori possibili sono `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`, `none`. In alternativa, usare `{chiave: valore, ...}` per impostare parametri specifici. Ad esempio, lo stile `Visual Studio` è simile a: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", "c_cpp.configuration.clang_format_sortIncludes.markdownDescription": "Se è impostata, esegue l'override del comportamento di ordinamento di inclusione determinato dal parametro `SortIncludes`.", "c_cpp.configuration.intelliSenseEngine.description": "Controlla il provider IntelliSense.", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Fornisce risultati 'fuzzy' che non sono compatibili con il contesto.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Disattiva le funzionalità del servizio di linguaggio C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Controlla se il motore IntelliSense passerà automaticamente al parser di tag per le unità di conversione contenenti errori `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Controlla il provider di completamento automatico. Se è `disabled` e vuoi il completamento basato su parole, sarà necessario impostare anche `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (e analogamente per i linguaggi `c` e `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Controlla il provider di completamento automatico. Se è `Disabled` e vuoi il completamento basato su parole, sarà necessario impostare anche `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (e analogamente per i linguaggi `c` e `cuda-cpp`).", "c_cpp.configuration.autocomplete.default.description": "Usa il motore IntelliSense attivo.", "c_cpp.configuration.autocomplete.disabled.description": "Usa il completamento basato su parole fornito da Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Controlla se i possibili errori di compilazione rilevati dal motore IntelliSense verranno segnalati all'editor. Controlla inoltre se vengono segnalati avvisi di analisi del codice se non è possibile trovare le inclusioni. Questa impostazione viene ignorata dal motore del parser di tag.", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Se impostato su `default`, si presuppone che il file system dell'area di lavoro non faccia distinzione tra maiuscole e minuscole in Windows ma faccia distinzione tra maiuscole e minuscole in macOS o Linux. Se impostato su `enabled`, si presuppone che il file system dell'area di lavoro faccia distinzione tra maiuscole e minuscole in Windows.", "c_cpp.configuration.enhancedColorization.markdownDescription": "Se questa opzione è abilitata, il codice viene colorato in base a IntelliSense. Questa impostazione si applica solo se `#C_Cpp.intelliSenseEngine#` è impostato su `Default`.", "c_cpp.configuration.codeFolding.description": "Se è abilitata, gli intervalli di riduzione del codice vengono fornite dal server di linguaggio.", + "c_cpp.configuration.hover.description": "Se questa opzione è disabilitata, i dettagli al passaggio del mouse non vengono più forniti dal server di linguaggio.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Abilita i servizi di integrazione per l'[utilità di gestione dipendenze di vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Aggiungere percorsi di inclusione da `nan` e `node-addon-api` quando sono dipendenze.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Se è `true`, con 'Rinomina simbolo' sarà richiesto un identificatore C/C++ valido.", diff --git a/Extension/i18n/ita/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/ita/src/Debugger/nativeAttach.i18n.json index 9ca65c1105..70c91bf7c1 100644 --- a/Extension/i18n/ita/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/ita/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Il sistema operativo \"{0}\" non è supportato." + "os.not.supported": "Il sistema operativo \"{0}\" non è supportato.", + "timeout.processList.spawn": "Timeout di \"{0}\" dopo {1} secondi.", + "cancel.processList.spawn": "\"{0}\" azione/i annullata/e.", + "error.processList.spawn": "\"{0}\" è stato chiuso con il codice: \"{1}\".", + "failed.processList.spawn": "Il salvataggio non è riuscito \"{0}\"." } \ No newline at end of file diff --git a/Extension/i18n/ita/src/LanguageServer/extension.i18n.json b/Extension/i18n/ita/src/LanguageServer/extension.i18n.json index 01c416d643..6433205865 100644 --- a/Extension/i18n/ita/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/ita/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Informazioni su come installare una libreria per questa intestazione con vcpkg", "copy.vcpkg.command": "Copiare il comando vcpkg per installare '{0}' negli Appunti", - "on.disabled.command": "Non è possibile eseguire comandi correlati a IntelliSense quando `C_Cpp.intelliSenseEngine` è impostato su `disabled`.", + "on.disabled.command": "Non è possibile eseguire comandi correlati a IntelliSense quando `C_Cpp.intelliSenseEngine` è impostato su `Disabled`.", "client.not.found": "client non trovato", "configuration.select.first": "Aprire prima una cartella per selezionare una configurazione", "configuration.provider.select.first": "Aprire prima una cartella per selezionare un provider di configurazione", diff --git a/Extension/i18n/ita/src/LanguageServer/settings.i18n.json b/Extension/i18n/ita/src/LanguageServer/settings.i18n.json index 43373c3930..5458d71e21 100644 --- a/Extension/i18n/ita/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/ita/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "Per la formattazione del codice vengono usate le impostazioni del file con estensione .editorconfig invece di quello con estensione .clang-format. Per altre informazioni, vedi la documentazione relativa al valore 'default' dell'impostazione 'C_Cpp.formatting'." + "editorconfig.default.behavior": "Per la formattazione del codice vengono usate le impostazioni del file con estensione .editorconfig invece di quello con estensione .clang-format. Per altre informazioni, vedi la documentazione relativa al valore 'Default' dell'impostazione 'C_Cpp.formatting'." } \ No newline at end of file diff --git a/Extension/i18n/ita/src/nativeStrings.i18n.json b/Extension/i18n/ita/src/nativeStrings.i18n.json index e0c1c09898..453cce3c14 100644 --- a/Extension/i18n/ita/src/nativeStrings.i18n.json +++ b/Extension/i18n/ita/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "L'estensione userà il parser di tag per IntelliSense quando la direttiva #includes non viene risolta.", "autocomplete_is_enabled": "Il completamento automatico è abilitato.", "autocomplete_is_disabled": "Il completamento automatico è disabilitato.", + "hover_is_enabled": "Passaggio del mouse abilitato.", + "hover_is_disabled": "Passaggio del mouse disabilitato.", "enhanced_colorization_is_enabled": "La colorazione avanzata è abilitata.", "error_squiggles_disabled": "I segni di revisione per gli errori sono disabilitati.", "error_squiggles_enabled": "I segni di revisione per gli errori sono abilitati.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Il client IntelliSense è attualmente disconnesso", "request_cancelled": "Richiesta annullata: {0}", "intellisense_client_not_available_go_to_definition": "Il client IntelliSense non è disponibile. Verrà usato il parser di tag per passare alla definizione.", - "wsl_compiler_detected": "Rilevato compilatore WSL", "error_squiggle_count": "Errore nel conteggio dei segni di revisione per gli errori: {0}", "queueing_update_intellisense": "Accodamento dell'aggiornamento IntelliSense per i file nell'unità di conversione di {0}", "formatting_document": "Formattazione del documento: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Non è possibile avviare il processo figlio.", "timed_out_attempting_to_communicate_with_process": "Timeout raggiunto durante il tentativo di comunicare con il processo.", "process_failed_to_run": "L'esecuzione del processo non è riuscita", - "wsl_not_detected": "WSL non rilevato", "compiler_in_compilerpath_not_found": "Il compilatore specificato non è stato trovato: {0}", "config_data_invalid": "I dati di configurazione non sono validi: {0}", "cmake_executable_not_found": "L'eseguibile di CMake non è stato trovato in {0}", @@ -242,5 +242,37 @@ "file_tag": "File", "compiler_default_language_standard_version_old": "Il compilatore ha restituito la versione standard del linguaggio predefinito: {0}. Poiché questa versione è obsoleta, verrà eseguito un tentativo di utilizzare la versione più recente {1} come predefinita.", "unexpected_output_from_clang_tidy": "Output imprevisto da clang-tidy: {0}. Previsto: {1}.", - "generate_doxygen_comment": "Genera commento Doxygen" + "generate_doxygen_comment": "Genera commento Doxygen", + "offer_create_declaration": "Creare una dichiarazione di {0} in {1}", + "offer_create_definition": "Creare la definizione di {0} in {1}", + "function_definition_not_found": "La definizione della funzione per '{0}' non è stata trovata.", + "cm_attributes": "Attributi", + "cm_bases": "Basi", + "cm_classes": "Classi", + "cm_coclasses": "CoClasses", + "cm_delegates": "Delegati", + "cm_enums": "Enumerazioni", + "cm_events": "Eventi", + "cm_functions": "Funzioni", + "cm_importdirectives": "Direttive import", + "cm_importlibstatements": "Istruzioni ImportLib", + "cm_importstatements": "Istruzioni import", + "cm_includedirectives": "Direttive include", + "cm_interfaces": "Interfacce", + "cm_libraries": "Librerie", + "cm_macros": "Macro", + "cm_maps": "Mappe", + "cm_mapentries": "Voci mapping", + "cm_miscellaneous": "Varie", + "cm_namespaces": "Spazi dei nomi", + "cm_parameters": "Parametri", + "cm_properties": "Proprietà", + "cm_structs": "Struct", + "cm_todo_insert_return": "TODO: inserire l'istruzione return qui", + "cm_typedefs": "Typedef", + "cm_unions": "Unioni", + "cm_usingaliases": "Using Alias", + "cm_usingdirectives": "Direttive using", + "cm_variables": "Variabili", + "cm_addfunction": "Aggiungi funzione automaticamente" } \ No newline at end of file diff --git a/Extension/i18n/jpn/package.i18n.json b/Extension/i18n/jpn/package.i18n.json index 8ce39b264c..39b1aea75a 100644 --- a/Extension/i18n/jpn/package.i18n.json +++ b/Extension/i18n/jpn/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "書式設定", + "c_cpp.subheaders.codeDocumentation.title": "コード ドキュメント", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "デバッグ", + "c_cpp.subheaders.resourceManagement.title": "リソース管理", + "c_cpp.subheaders.miscellaneous.title": "その他", "c_cpp.capabilities.untrustedWorkspaces.description": "複数の設定によって、プロセスがワークスペースに対してローカルに実行される場合があります。例 C_Cpp.clang_format_path C_Cpp.codeAnalysis.clangTidy.path、 C_Cpp.addNodeAddonIncludePaths、 C_Cpp.default.compilerPath、 C_Cpp.default.configurationProvider、 C_Cpp.default.compileCommands。およびc_cpp_properties.json.と同等のプロパティ。", "c_cpp.command.configurationSelect.title": "構成を選択する...", "c_cpp.command.configurationProviderSelect.title": "構成プロバイダーを変更する...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "VC 形式の設定からの EditorConfig コンテンツの生成", "c_cpp.command.GoToNextDirectiveInGroup.title": "条件付きグループ内の次のプリプロセッサ ディレクティブへ移動", "c_cpp.command.GoToPrevDirectiveInGroup.title": "条件付きグループ内の前のプリプロセッサ ディレクティブへ移動", + "c_cpp.command.CreateDeclarationOrDefinition.title": "宣言/定義の作成", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "アクティブ ファイルで Code Analysis を実行する", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "開いているファイルで Code Analysis を実行する", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "すべてのファイルで Code Analysis を実行する", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "`default` に設定すると、ワークスペースのファイル システムは Windows では大文字と小文字を区別せず、macOS または Linux では大文字と小文字を区別すると見なされます。`enabled` に設定すると、ワークスペースのファイル システムは Windows で大文字と小文字を区別すると見なされます。", "c_cpp.configuration.enhancedColorization.markdownDescription": "有効にすると、IntelliSense に基づいてコードが色分けされます。この設定は、 `#C_Cpp.intelliSenseEngine#` が `default` に設定されている場合にのみ適用されます。", "c_cpp.configuration.codeFolding.description": "有効にした場合、コードの折りたたみの範囲は言語サーバーによって指定されます。", + "c_cpp.configuration.hover.description": "無効にすると、ホバーの詳細が言語サーバーから提供されなくなります。", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg 依存関係マネージャー](https://aka.ms/vcpkg/) の統合サービスを有効にします。", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "依存関係である場合は、`nan` および `node-addon-api` のインクルード パスを追加してください。", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "`true` の場合、'シンボルの名前変更' には有効な C/C++ 識別子が必要です。", diff --git a/Extension/i18n/jpn/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/jpn/src/Debugger/nativeAttach.i18n.json index a15f12c50e..6e03619137 100644 --- a/Extension/i18n/jpn/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/jpn/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "オペレーティング システム \"{0}\" はサポートされていません。" + "os.not.supported": "オペレーティング システム \"{0}\" はサポートされていません。", + "timeout.processList.spawn": "\"{0}\" が {1} 秒後にタイムアウトします。", + "cancel.processList.spawn": "\"{0}\" がキャンセルされました。", + "error.processList.spawn": "\"{0}\" がコード \"{1}\" で終了しました。", + "failed.processList.spawn": "\"{0}\" を生成できませんでした。" } \ No newline at end of file diff --git a/Extension/i18n/jpn/src/nativeStrings.i18n.json b/Extension/i18n/jpn/src/nativeStrings.i18n.json index cc212c0934..4315673bb8 100644 --- a/Extension/i18n/jpn/src/nativeStrings.i18n.json +++ b/Extension/i18n/jpn/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "#includes を解決できない場合、拡張機能では IntelliSense のタグ パーサーが使用されます。", "autocomplete_is_enabled": "オートコンプリートは有効です。", "autocomplete_is_disabled": "オートコンプリートは無効です。", + "hover_is_enabled": "ホバーが有効になっています。", + "hover_is_disabled": "ホバーが無効になっています。", "enhanced_colorization_is_enabled": "拡張色付けが有効になっています。", "error_squiggles_disabled": "エラーの波線が無効になっています。", "error_squiggles_enabled": "エラーの波線が有効になっています。", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "IntelliSense クライアントは現在切断されています", "request_cancelled": "要求はキャンセルされました。{0}", "intellisense_client_not_available_go_to_definition": "IntelliSense クライアントは使用できません。定義への移動にはタグ パーサーを使用します。", - "wsl_compiler_detected": "WSL コンパイラが検出されました", "error_squiggle_count": "エラーの波線の数: {0}", "queueing_update_intellisense": "以下の翻訳単位のファイルに対する IntelliSense の更新をキューに登録しています: {0}", "formatting_document": "ドキュメントの書式設定: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "子プロセスを開始できません。", "timed_out_attempting_to_communicate_with_process": "プロセスと通信しようとしてタイムアウトになりました。", "process_failed_to_run": "プロセスを実行できませんでした", - "wsl_not_detected": "WSL が検出されませんでした", "compiler_in_compilerpath_not_found": "指定されたコンパイラが見つかりませんでした: {0}", "config_data_invalid": "構成データが無効です。{0}", "cmake_executable_not_found": "CMake 実行可能ファイルが {0} に見つかりません", @@ -242,5 +242,37 @@ "file_tag": "ファイル", "compiler_default_language_standard_version_old": "コンパイラから既定の言語の標準バージョンが返されました: {0}。このバージョンは古いため、より新しいバージョン {1} をデフォルトとして使用しようとします。", "unexpected_output_from_clang_tidy": "clang-tidy からの予期しない出力: {0}。期待値: {1}。", - "generate_doxygen_comment": "Doxygen コメントの生成" + "generate_doxygen_comment": "Doxygen コメントの生成", + "offer_create_declaration": "{1} で {0} の宣言を作成する", + "offer_create_definition": "{1} で {0} の定義を作成する", + "function_definition_not_found": "'{0}' の関数定義が見つかりません。", + "cm_attributes": "属性", + "cm_bases": "ベース", + "cm_classes": "クラス", + "cm_coclasses": "コクラス", + "cm_delegates": "デリゲート", + "cm_enums": "列挙型", + "cm_events": "イベント", + "cm_functions": "関数", + "cm_importdirectives": "ディレクティブのインポート", + "cm_importlibstatements": "ImportLib ステートメント", + "cm_importstatements": "ステートメントのインポート", + "cm_includedirectives": "ディレクティブを含める", + "cm_interfaces": "インターフェイス", + "cm_libraries": "ライブラリ", + "cm_macros": "マクロ", + "cm_maps": "地図", + "cm_mapentries": "マップ エントリ", + "cm_miscellaneous": "その他", + "cm_namespaces": "名前空間", + "cm_parameters": "パラメーター", + "cm_properties": "プロパティ", + "cm_structs": "構造体", + "cm_todo_insert_return": "TODO: return ステートメントをここに挿入します", + "cm_typedefs": "Typedefs", + "cm_unions": "和集合", + "cm_usingaliases": "エイリアスの使用", + "cm_usingdirectives": "ディレクティブを使用する", + "cm_variables": "変数", + "cm_addfunction": "自動的に関数を追加" } \ No newline at end of file diff --git a/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json index ab144d9bde..3f8afcfd92 100644 --- a/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json @@ -13,7 +13,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.includePath": "포함된 헤더를 검색하는 동안 사용할 IntelliSense 엔진의 경로 목록입니다. 이러한 경로 검색은 비재귀적입니다. 재귀적 검색을 나타내려면 `**`를 지정합니다. 예를 들어 `${workspaceFolder}/**`는 모든 하위 디렉터리를 검색하지만 `${workspaceFolder}`는 하위 디렉터리를 검색하지 않습니다. 일반적으로 시스템 포함은 포함되지 않아야 하고 `C_Cpp.default.compilerPath`가 설정되어야 합니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.macFrameworkPath": "Mac 프레임워크에서 포함된 헤더를 검색하는 동안 사용할 IntelliSense 엔진의 경로 목록입니다. Mac 구성에서만 지원됩니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.windowsSdkVersion": "Windows에서 사용할 Windows SDK 포함 경로의 버전입니다(예: `10.0.17134.0`).", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.dotConfig": "Kconfig 시스템에서 만든 .config 파일의 경로입니다. Kconfig 시스템은 프로젝트를 빌드하기 위한 모든 정의가 포함된 파일을 생성합니다. Kconfig 시스템을 사용하는 프로젝트의 예로는 Linux 커널 및 NuttX RTOS가 있습니다.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.dotConfig": "Kconfig 시스템에서 만든 .config 파일의 경로입니다. Kconfig 시스템은 프로젝트를 빌드하기 위한 모든 정의가 포함된 파일을 생성합니다. Kconfig 시스템을 사용하는 프로젝트의 예로는 Linux 커널 및 ExpresstX RTOS가 있습니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.defines": "파일을 구문 분석하는 동안 사용할 IntelliSense 엔진의 전처리기 정의 목록입니다. 선택적으로 `=`를 사용하여 값을 설정합니다(예: `VERSION=1`).", "c_cpp_properties.schema.json.definitions.configurations.items.properties.intelliSenseMode": "MSVC, gcc 또는 Clang의 플랫폼 및 아키텍처 변형에 매핑되는 사용할 IntelliSense 모드입니다. 설정되지 않거나 `${default}`로 설정된 경우 확장에서 해당 플랫폼의 기본값을 선택합니다. Windows의 경우 기본값인 `windows-msvc-x64`로 설정되고, Linux의 경우 기본값인 `linux-gcc-x64`로 설정되며, macOS의 경우 기본값인 `macos-clang-x64`로 설정됩니다. `-` 변형(예: `gcc-x64`)만 지정하는 IntelliSense 모드는 레거시 모드이며 호스트 플랫폼에 따라 `--` 변형으로 자동으로 변환됩니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.forcedInclude": "변환 단위에서 포함 파일 앞에 포함해야 하는 파일의 목록입니다.", diff --git a/Extension/i18n/kor/package.i18n.json b/Extension/i18n/kor/package.i18n.json index 6fe4cfe517..dfbd42b01a 100644 --- a/Extension/i18n/kor/package.i18n.json +++ b/Extension/i18n/kor/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "서식 지정", + "c_cpp.subheaders.codeDocumentation.title": "코드 설명서", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "디버깅", + "c_cpp.subheaders.resourceManagement.title": "리소스 관리", + "c_cpp.subheaders.miscellaneous.title": "기타", "c_cpp.capabilities.untrustedWorkspaces.description": "여러 설정으로 인해 작업 영역에 로컬인 프로세스가 실행될 수 있습니다(예: C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider 및 C_Cpp.default.compileCommands 및 그와 동등한 c_cpp_properties.json의 속성).", "c_cpp.command.configurationSelect.title": "구성 선택...", "c_cpp.command.configurationProviderSelect.title": "구성 공급자 변경...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "VC 형식 설정에서 EditorConfig 콘텐츠 생성", "c_cpp.command.GoToNextDirectiveInGroup.title": "조건부 그룹의 다음 전처리기 지시문으로 이동", "c_cpp.command.GoToPrevDirectiveInGroup.title": "조건부 그룹의 이전 전처리기 지시문으로 이동", + "c_cpp.command.CreateDeclarationOrDefinition.title": "선언/정의 만들기", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "활성 파일에서 코드 분석 실행", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "열린 파일에서 코드 분석 실행", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "모든 파일에 대한 코드 분석 실행", @@ -233,9 +241,10 @@ "c_cpp.configuration.default.dotConfig.markdownDescription": "`dotConfig`가 지정되지 않은 경우 구성에서 사용할 값 또는 `${default}`가 `dotConfig`에 있는 경우 삽입할 값입니다.", "c_cpp.configuration.experimentalFeatures.description": "\"실험적\" 기능을 사용할 수 있는지 여부를 제어합니다.", "c_cpp.configuration.suggestSnippets.markdownDescription": "`true`이면 언어 서버에서 코드 조각을 제공합니다.", - "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "`default`로 설정하면 작업 공간의 파일 시스템이 Windows에서는 대소문자를 구분하지 않고 macOS 또는 Linux에서는 대소문자를 구분하는 것으로 간주됩니다. `enabled`으로 설정하면 작업 영역의 파일 시스템이 Windows에서 대소문자를 구분하는 것으로 간주됩니다.", + "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "'default'로 설정하면 작업 공간의 파일 시스템이 Windows에서는 대소문자를 구분하지 않고 macOS 또는 Linux에서는 대소문자를 구분하는 것으로 간주됩니다. '활성화됨'으로 설정하면 작업 영역의 파일 시스템이 Windows에서 대소문자를 구분하는 것으로 간주됩니다.", "c_cpp.configuration.enhancedColorization.markdownDescription": "사용하도록 설정된 경우 IntelliSense를 기반으로 코드 색이 지정됩니다. `#C_Cpp.intelliSenseEngine#`이 `default`로 설정된 경우에만 이 설정이 적용됩니다.", "c_cpp.configuration.codeFolding.description": "사용하도록 설정하면 언어 서버에서 코드 접기 범위를 제공합니다.", + "c_cpp.configuration.hover.description": "사용하지 않도록 설정하면 언어 서버에서 마우스로 가리키기 세부 정보를 더 이상 제공하지 않습니다.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg 종속성 관리자](https://aka.ms/vcpkg/)에 대해 통합 서비스를 사용하도록 설정합니다.", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "`nan` 및 `node-addon-api`가 종속성일 때 해당 포함 경로를 추가합니다.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "`true`이면 '기호 이름 바꾸기'에 유효한 C/C++ 식별자가 필요합니다.", diff --git a/Extension/i18n/kor/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/kor/src/Debugger/nativeAttach.i18n.json index c19ee7a58b..fde7300cc7 100644 --- a/Extension/i18n/kor/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/kor/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "운영 체제 \"{0}\"은(는) 지원되지 않습니다." + "os.not.supported": "운영 체제 \"{0}\"은(는) 지원되지 않습니다.", + "timeout.processList.spawn": "{1}초 후에 \"{0}\" 시간이 초과되었습니다.", + "cancel.processList.spawn": "\"{0}\"이(가) 취소되었습니다.", + "error.processList.spawn": "\"{0}\"이(가) 코드 \"{1}\"(으)로 종료되었습니다.", + "failed.processList.spawn": "\"{0}\"을(를) 생성하지 못했습니다." } \ No newline at end of file diff --git a/Extension/i18n/kor/src/nativeStrings.i18n.json b/Extension/i18n/kor/src/nativeStrings.i18n.json index 5c389c1d5a..9fa68d5f7d 100644 --- a/Extension/i18n/kor/src/nativeStrings.i18n.json +++ b/Extension/i18n/kor/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "이 확장은 #includes가 확인되지 않을 때 IntelliSense에 태그 파서를 사용합니다.", "autocomplete_is_enabled": "자동 완성을 사용할 수 있습니다.", "autocomplete_is_disabled": "자동 완성을 사용할 수 없습니다.", + "hover_is_enabled": "마우스로 가리키기를 사용할 수 있습니다.", + "hover_is_disabled": "마우스로 가리키기가 비활성화되었습니다.", "enhanced_colorization_is_enabled": "향상된 색 지정이 사용하도록 설정되었습니다.", "error_squiggles_disabled": "오류 표시선이 사용하지 않도록 설정되었습니다.", "error_squiggles_enabled": "오류 표시선이 사용하도록 설정되었습니다.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "현재 IntelliSense 클라이언트의 연결이 끊어졌습니다.", "request_cancelled": "요청이 취소되었습니다. {0}", "intellisense_client_not_available_go_to_definition": "IntelliSense 클라이언트를 사용할 수 없습니다. 정의로 이동에 태그 파서를 사용합니다.", - "wsl_compiler_detected": "WSL 컴파일러가 검색됨", "error_squiggle_count": "오류 표시선 수: {0}", "queueing_update_intellisense": "다음 변환 단위의 파일에 대한 IntelliSense 업데이트를 큐에 추가하는 중: {0}", "formatting_document": "문서 서식을 지정하는 중: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "자식 프로세스를 시작할 수 없습니다.", "timed_out_attempting_to_communicate_with_process": "프로세스와 통신을 시도하는 동안 시간이 초과되었습니다.", "process_failed_to_run": "프로세스를 실행하지 못했습니다.", - "wsl_not_detected": "WSL이 검색되지 않음", "compiler_in_compilerpath_not_found": "지정한 컴파일러를 찾을 수 없습니다. {0}", "config_data_invalid": "구성 데이터가 잘못됨, {0}", "cmake_executable_not_found": "{0}에서 CMake 실행 파일을 찾을 수 없음", @@ -242,5 +242,37 @@ "file_tag": "파일", "compiler_default_language_standard_version_old": "컴파일러가 기본 언어 표준 버전 {0}을(를) 반환했습니다. 이 버전은 이전 버전이므로 새 버전 {1}을(를) 기본으로 사용하려고 합니다.", "unexpected_output_from_clang_tidy": "clang-tidy에서 예기치 않은 출력: {0}. 예상: {1}.", - "generate_doxygen_comment": "Doxygen 주석 생성" + "generate_doxygen_comment": "Doxygen 주석 생성", + "offer_create_declaration": "{1}에서 {0}의 선언 만들기", + "offer_create_definition": "{1}에서 {0}의 정의 만들기", + "function_definition_not_found": "'{0}'에 대한 함수 정의를 찾을 수 없습니다.", + "cm_attributes": "특성", + "cm_bases": "Bases", + "cm_classes": "클래스", + "cm_coclasses": "CoClasses", + "cm_delegates": "대리자", + "cm_enums": "열거형", + "cm_events": "이벤트", + "cm_functions": "함수", + "cm_importdirectives": "Import 지시문", + "cm_importlibstatements": "ImportLib 문", + "cm_importstatements": "Import 문", + "cm_includedirectives": "Include 지시문", + "cm_interfaces": "인터페이스", + "cm_libraries": "라이브러리", + "cm_macros": "매크로", + "cm_maps": "Maps", + "cm_mapentries": "맵 엔트리", + "cm_miscellaneous": "기타", + "cm_namespaces": "네임스페이스", + "cm_parameters": "매개 변수", + "cm_properties": "속성", + "cm_structs": "구조체", + "cm_todo_insert_return": "TODO: 여기에 return 문을 삽입합니다.", + "cm_typedefs": "Typedefs", + "cm_unions": "공용 구조체", + "cm_usingaliases": "Using 별칭", + "cm_usingdirectives": "Using 지시문", + "cm_variables": "변수", + "cm_addfunction": "함수 자동 추가" } \ No newline at end of file diff --git a/Extension/i18n/kor/ui/settings.html.i18n.json b/Extension/i18n/kor/ui/settings.html.i18n.json index 1994b01696..71143db477 100644 --- a/Extension/i18n/kor/ui/settings.html.i18n.json +++ b/Extension/i18n/kor/ui/settings.html.i18n.json @@ -53,7 +53,7 @@ "forced.include.description": "소스 파일의 다른 문자를 처리하기 전에 포함해야 하는 파일의 목록입니다. 파일은 나열된 순서대로 포함됩니다.", "one.file.per.line": "줄당 하나의 파일입니다.", "dot.config": "Dot Config", - "dot.config.description": "Kconfig 시스템에서 만든 .config 파일의 경로입니다. Kconfig 시스템은 프로젝트를 빌드하기 위한 모든 정의가 포함된 파일을 생성합니다. Kconfig 시스템을 사용하는 프로젝트의 예로는 Linux 커널 및 NuttX RTOS가 있습니다.", + "dot.config.description": "Kconfig 시스템에서 만든 .config 파일의 경로입니다. Kconfig 시스템은 프로젝트를 빌드하기 위한 모든 정의가 포함된 파일을 생성합니다. Kconfig 시스템을 사용하는 프로젝트의 예로는 Linux 커널 및 ExpresstX RTOS가 있습니다.", "compile.commands": "컴파일 명령", "compile.commands.description": "작업 영역의 {0} 파일 전체 경로입니다. 이 파일에서 검색된 포함 경로 및 정의가 {1} 및 {2} 설정에 설정된 값 대신 사용됩니다. 사용자가 편집기에서 연 파일에 해당하는 변환 단위에 대한 항목이 컴파일 명령 데이터베이스에 포함되지 않는 경우, 경고 메시지가 나타나고 확장에서 대신 {3} 및 {4} 설정을 사용합니다.", "merge.configurations": "구성 병합", diff --git a/Extension/i18n/plk/package.i18n.json b/Extension/i18n/plk/package.i18n.json index d2bb839ab4..09cf1e9761 100644 --- a/Extension/i18n/plk/package.i18n.json +++ b/Extension/i18n/plk/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formatowanie", + "c_cpp.subheaders.codeDocumentation.title": "Dokumentacja dotyczące kodu", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Debugowanie", + "c_cpp.subheaders.resourceManagement.title": "Zarządzanie zasobami", + "c_cpp.subheaders.miscellaneous.title": "Różne", "c_cpp.capabilities.untrustedWorkspaces.description": "Wiele ustawień może spowodować wykonanie procesów lokalnych w obszarze roboczym, np. C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider i C_Cpp.default.compileCommands oraz równoważne właściwości w pliku c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Wybierz konfigurację...", "c_cpp.command.configurationProviderSelect.title": "Zmień dostawcę konfiguracji...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Generuj zawartość pliku EditorConfig z ustawień formatu VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Przejdź do następnej dyrektywy preprocesora w grupie warunkowej", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Przejdź do poprzedniej dyrektywy preprocesora w grupie warunkowej", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Utwórz deklarację/definicję", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Uruchom analizę kodu dla aktywnego pliku", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Uruchamianie rozszerzenia Code Analysis na otwartych plikach", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Uruchamianie analizy kodu dla wszystkich plików", @@ -165,7 +173,7 @@ "c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.markdownDescription": "Dowolny kod, w którym otwierający i zamykający nawias klamrowy został wprowadzony w jednym wierszu, jest pozostawiany w jednym wierszu, niezależnie od wartości ustawień elementu `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.markdownDescription": "Bloki kodu są zawsze formatowane na podstawie wartości ustawień `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.clang_format_path.markdownDescription": "Pełna ścieżka do pliku wykonywalnego elementu `clang-format`. Jeśli nie zostanie ona określona, a element `clang-format` będzie dostępny w ścieżce środowiska, to zostanie on użyty. Jeśli nie zostanie znaleziony w ścieżce środowiska, zostanie użyty element `clang-format` powiązany z danym rozszerzeniem.", - "c_cpp.configuration.clang_format_style.markdownDescription": "Styl kodowania, obecnie obsługiwane: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`. Użyj elementu `file`, aby załadować styl z pliku `.clang-format` znajdującego się w bieżącym lub nadrzędnym katalogu lub ścieżki `file:/.clang-format`, aby odwołać się do określonej ścieżki. Użyj składni `{klucz: wartość, ...}`, aby ustawić określone parametry. Na przykład styl `Visual Studio` jest podobny do następującego: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", + "c_cpp.configuration.clang_format_style.markdownDescription": "Styl kodowania, obecnie obsługiwane: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`. Użyj elementu `file`, aby załadować styl z pliku `.clang-format` znajdującego się w bieżącym lub nadrzędnym katalogu lub ścieżki `file:/.clang-format`, aby odwołać się do określonej ścieżki. Użyj składni `{key: value, ...}`, aby ustawić określone parametry. Na przykład styl `Visual Studio` jest podobny do następującego: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", "c_cpp.configuration.clang_format_fallbackStyle.markdownDescription": "Nazwa wstępnie zdefiniowanego stylu używana jako rezerwa w przypadku, gdy plik `clang-format` zostanie wywołany przy użyciu stylu `file`, natomiast plik `.clang-format` nie zostanie znaleziony. Możliwe wartości to `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`, `none`, bądź użycie składni `{klucz: wartość, ...}` do ustawienia określonych parametrów. Na przykład styl `Visual Studio` jest podobny do następującego: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", "c_cpp.configuration.clang_format_sortIncludes.markdownDescription": "Jeśli jest ustawiony, zastępuje zachowanie sortowania dołączanych elementów określane za pomocą parametru `SortIncludes`.", "c_cpp.configuration.intelliSenseEngine.description": "Kontroluje dostawcę funkcji IntelliSense.", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Dostarcza wyników typu „wątpliwy”, które nie są oparte na kontekstach.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Wyłącza funkcje usługi języka C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Określa, czy aparat funkcji IntelliSense automatycznie przełączy się na parser znaczników dla jednostek translacji zawierających błędy dyrektywy `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Kontroluje dostawcę funkcji automatycznego uzupełniania. Jeśli ma wartość `disabled` i chcesz stosować uzupełnianie oparte na wyrazach, musisz również ustawić element `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (oraz podobnie w przypadku języków `c` i `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Kontroluje dostawcę funkcji automatycznego uzupełniania. Jeśli ma wartość „disabled” i chcesz stosować uzupełnianie oparte na wyrazach, musisz również ustawić element „\"[cpp]\": {\"editor.wordBasedSuggestions\": true}” (oraz podobnie w przypadku języków „c” i „cuda-cpp”).", "c_cpp.configuration.autocomplete.default.description": "Używa aktywnego aparatu funkcji IntelliSense.", "c_cpp.configuration.autocomplete.disabled.description": "Używa uzupełnienia opartego na wyrazach zapewnianego przez program Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Określa, czy podejrzane błędy kompilacji wykryte przez aparat funkcji IntelliSense będą raportowane z powrotem do edytora. Określa również, czy ostrzeżenia dotyczące analizy kodu są zgłaszane, jeśli nie można znaleźć dołączeń. To ustawienie jest ignorowane przez aparat analizatora tagów.", @@ -234,8 +242,9 @@ "c_cpp.configuration.experimentalFeatures.description": "Określa, czy można używać funkcji „eksperymentalnych”.", "c_cpp.configuration.suggestSnippets.markdownDescription": "Jeśli wartość to `true`, fragmenty kodu będą dostarczane przez serwer języka.", "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "W przypadku ustawienia wartości „default” przyjmuje się, że system plików obszaru roboczego w systemie Windows nie uwzględnia wielkości liter, a w systemie macOS lub Linux wielkość liter jest uwzględniana. W przypadku ustawienia wartości „enabled” przyjmuje się, że system plików obszaru roboczego uwzględnia wielkość liter w systemie Windows.", - "c_cpp.configuration.enhancedColorization.markdownDescription": "Jeśli ta opcja jest włączona, kod jest kolorowany na podstawie funkcji IntelliSense. To ustawienie ma zastosowanie tylko wtedy, gdy właściwość `#C_Cpp.intelliSenseEngine#` jest ustawiony na wartość `default`.", + "c_cpp.configuration.enhancedColorization.markdownDescription": "Jeśli ta opcja jest włączona, kod jest kolorowany na podstawie funkcji IntelliSense. To ustawienie ma zastosowanie tylko wtedy, gdy właściwość „#C_Cpp.intelliSenseEngine#” jest ustawiony na wartość „default”.", "c_cpp.configuration.codeFolding.description": "Jeśli ta opcja jest włączona, zakresy składania kodu są dostarczane przez serwer języka.", + "c_cpp.configuration.hover.description": "W przypadku wyłączenia szczegóły dotyczące umieszczania wskaźnika myszy nie będą już udostępniane przez serwer języka.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Włącz usługi integracji dla elementu [vcpkg dependency manager](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Dodaj ścieżki dołączania z plików `nan` i `node-addon-api`, jeśli są one zależnościami.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Jeśli ma wartość `true`, element „Symbol zmiany nazwy” będzie wymagać prawidłowego identyfikatora C/C++.", diff --git a/Extension/i18n/plk/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/plk/src/Debugger/nativeAttach.i18n.json index 7aff9ca2f8..fb90411460 100644 --- a/Extension/i18n/plk/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/plk/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "System operacyjny „{0}” nie jest obsługiwany." + "os.not.supported": "System operacyjny „{0}” nie jest obsługiwany.", + "timeout.processList.spawn": "Upłynął limit czasu „{0}” po {1} sekundach.", + "cancel.processList.spawn": "Anulowano: „{0}”.", + "error.processList.spawn": "„{0}” zakończono z kodem: „{1}”.", + "failed.processList.spawn": "Nie można zduplikować „{0}”." } \ No newline at end of file diff --git a/Extension/i18n/plk/src/LanguageServer/extension.i18n.json b/Extension/i18n/plk/src/LanguageServer/extension.i18n.json index 13aa9756b0..ea081a9515 100644 --- a/Extension/i18n/plk/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/plk/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Dowiedz się, jak zainstalować bibliotekę dla tego nagłówka przy użyciu menedżera vcpkg", "copy.vcpkg.command": "Skopiuj polecenie vcpkg, aby zainstalować element „{0}” w schowku", - "on.disabled.command": "Nie można wykonywać poleceń związanych z funkcją IntelliSense, gdy właściwość `C_Cpp.intelliSenseEngine` ma wartość `disabled`.", + "on.disabled.command": "Nie można wykonywać poleceń związanych z funkcją IntelliSense, gdy właściwość „C_Cpp.intelliSenseEngine” ma wartość „disabled”.", "client.not.found": "nie znaleziono klienta", "configuration.select.first": "Otwórz najpierw folder, aby wybrać konfigurację", "configuration.provider.select.first": "Otwórz najpierw folder, aby wybrać dostawcę konfiguracji", diff --git a/Extension/i18n/plk/src/nativeStrings.i18n.json b/Extension/i18n/plk/src/nativeStrings.i18n.json index 03c1396565..d6d5bc9187 100644 --- a/Extension/i18n/plk/src/nativeStrings.i18n.json +++ b/Extension/i18n/plk/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "Rozszerzenie użyje analizatora tagów dla funkcji IntelliSense, jeśli dyrektywa #includes nie zostanie rozpoznana.", "autocomplete_is_enabled": "Autouzupełnianie zostało włączone.", "autocomplete_is_disabled": "Autouzupełnianie zostało wyłączone.", + "hover_is_enabled": "Umieszczanie wskaźnika myszy jest włączone.", + "hover_is_disabled": "Umieszczanie wskaźnika myszy jest wyłączone.", "enhanced_colorization_is_enabled": "Rozszerzone kolorowanie zostało włączone.", "error_squiggles_disabled": "Zygzaki sygnalizujące błędy zostały wyłączone.", "error_squiggles_enabled": "Zygzaki sygnalizujące błędy zostały włączone.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Klient funkcji IntelliSense jest obecnie rozłączony", "request_cancelled": "Żądanie anulowane: {0}", "intellisense_client_not_available_go_to_definition": "Klient funkcji IntelliSense jest niedostępny, do przejścia do definicji jest używany analizator tagów.", - "wsl_compiler_detected": "Wykryto kompilator WSL", "error_squiggle_count": "Liczba zygzaków sygnalizujących błędy: {0}", "queueing_update_intellisense": "Kolejkowanie aktualizacji funkcji IntelliSense dla plików w jednostce translacji: {0}", "formatting_document": "Formatowanie dokumentu: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Nie można uruchomić procesu podrzędnego.", "timed_out_attempting_to_communicate_with_process": "Przekroczono limit czasu przy próbie komunikowania się z procesem.", "process_failed_to_run": "Nie można uruchomić procesu", - "wsl_not_detected": "Nie wykryto podsystemu WSL", "compiler_in_compilerpath_not_found": "Nie znaleziono określonego kompilatora: {0}", "config_data_invalid": "Dane konfiguracji są nieprawidłowe, {0}", "cmake_executable_not_found": "Nie znaleziono pliku wykonywalnego narzędzia CMake w lokalizacji {0}", @@ -242,5 +242,37 @@ "file_tag": "Plik", "compiler_default_language_standard_version_old": "Kompilator zwrócił domyślną wersję standardową języka: {0}. Ponieważ ta wersja jest stara, spróbuje użyć nowszej wersji {1} jako domyślnej.", "unexpected_output_from_clang_tidy": "Nieoczekiwane dane wyjściowe z narzędzia Clang-Tidy: {0}. Oczekiwano: {1}.", - "generate_doxygen_comment": "Generuj komentarz Doxygen" + "generate_doxygen_comment": "Generuj komentarz Doxygen", + "offer_create_declaration": "Utwórz deklarację funkcji {0} w pliku {1}", + "offer_create_definition": "Utwórz definicję funkcji {0} w pliku {1}", + "function_definition_not_found": "Nie znaleziono definicji funkcji „{0}”.", + "cm_attributes": "Atrybuty", + "cm_bases": "Bazy", + "cm_classes": "Klasy", + "cm_coclasses": "CoClasses", + "cm_delegates": "Delegaci", + "cm_enums": "Wyliczenia", + "cm_events": "Zdarzenia", + "cm_functions": "Funkcje", + "cm_importdirectives": "Importuj dyrektywy", + "cm_importlibstatements": "Instrukcje ImportLib", + "cm_importstatements": "Importuj instrukcje", + "cm_includedirectives": "Dołącz dyrektywy", + "cm_interfaces": "Interfejsy", + "cm_libraries": "Biblioteki", + "cm_macros": "Makra", + "cm_maps": "Mapy", + "cm_mapentries": "Wpisy mapy", + "cm_miscellaneous": "Różne", + "cm_namespaces": "Obszary nazw", + "cm_parameters": "Parametry", + "cm_properties": "Właściwości", + "cm_structs": "Struktury", + "cm_todo_insert_return": "TODO: tu wstawić instrukcję return", + "cm_typedefs": "Definicje typów", + "cm_unions": "Unie", + "cm_usingaliases": "Używanie aliasów", + "cm_usingdirectives": "Używane dyrektywy", + "cm_variables": "Zmienne", + "cm_addfunction": "Automatyczne dodanie funkcji" } \ No newline at end of file diff --git a/Extension/i18n/ptb/package.i18n.json b/Extension/i18n/ptb/package.i18n.json index 70924cb566..31ff01e80f 100644 --- a/Extension/i18n/ptb/package.i18n.json +++ b/Extension/i18n/ptb/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Formatação", + "c_cpp.subheaders.codeDocumentation.title": "Documentação do Código", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Depurando", + "c_cpp.subheaders.resourceManagement.title": "Gerenciamento de Recursos", + "c_cpp.subheaders.miscellaneous.title": "Diversos", "c_cpp.capabilities.untrustedWorkspaces.description": "Múltiplas configurações podem fazer com que processos locais ao espaço de trabalho sejam executados, por exemplo, C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider, e C_Cpp.default.compileCommands, e as propriedades equivalentes em c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Selecione uma Configuração...", "c_cpp.command.configurationProviderSelect.title": "Alterar Provedor de Configuração...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Gerar o conteúdo do EditorConfig por meio das configurações de Formato do VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Ir para a próxima diretiva de pré-processador no grupo condicional", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Ir para a diretiva de pré-processador anterior no grupo condicional", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Criar Declaração/Definição", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Executar Code Analysis no Arquivo Ativo", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Executar Code Analysis em Abrir Arquivos", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Executar Code Analysis em Todos os Arquivos", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "Se for `true`, as dicas de passar o mouse e autocompletar exibirão apenas alguns rótulos de comentários estruturados. Caso contrário, todos os comentários serão exibidos.", "c_cpp.configuration.doxygen.generateOnType.description": "Controle se o comentário Doxygen deve ser inserido automaticamente depois de digitar o estilo de comentário escolhido.", "c_cpp.configuration.doxygen.generatedStyle.description": "A cadeia de caracteres usada como a linha inicial do comentário Doxygen.", - "c_cpp.configuration.doxygen.sectionTags.description": "Selecione as tags de seção do Doxygen que você deseja exibir ao focalizar na área de dica de ferramenta quando a configuração `Simplificar Comentários Estruturados` estiver habilitada. ", + "c_cpp.configuration.doxygen.sectionTags.description": "Selecione as tags de seção do Doxygen que você quer exibir ao focalizar na área de dica de ferramenta quando a configuração `Simplificar Comentários Estruturados` estiver habilitada. ", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "O padrão que inicia um bloco de comentário de várias linhas ou de uma linha. O padrão de continuação é `*` para blocos de comentários de várias linhas ou esta cadeia de caracteres para blocos de comentários de uma única linha.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "O padrão que inicia um bloco de comentário de linha única ou de várias linhas.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "O texto que será inserido na próxima linha quando Enter for pressionado dentro de um bloco de comentário de linha única ou de várias linhas.", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Se definido como `default`, o sistema de arquivos do workspace não diferencia maiúsculas de minúsculas no Windows e diferencia maiúsculas de minúsculas no macOS ou Linux. Se definido como `enabled`, o sistema de arquivos do workspace é considerado sensível a maiúsculas e minúsculas no Windows.", "c_cpp.configuration.enhancedColorization.markdownDescription": "Se habilitado, o código é colorido com base no IntelliSense. Esta configuração só se aplica se `#C_Cpp.intelliSenseEngine#` estiver definido como `default`.", "c_cpp.configuration.codeFolding.description": "Se habilitado, os intervalos de dobramento de código serão fornecidos pelo servidor de idiomas.", + "c_cpp.configuration.hover.description": "Se desabilitado, os detalhes do hover não são mais fornecidos pelo servidor de idiomas.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Habilitar os serviços de integração para o [gerenciador de dependências vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Adicione caminhos de inclusão de `nan` e `node-addon-api` quando forem dependências.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Se `true`, 'Renomear Símbolo' exigirá um identificador C/C++ válido.", diff --git a/Extension/i18n/ptb/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/ptb/src/Debugger/nativeAttach.i18n.json index a5c21dc611..909a112673 100644 --- a/Extension/i18n/ptb/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/ptb/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Não há suporte para o sistema operacional \"{0}\"." + "os.not.supported": "Não há suporte para o sistema operacional \"{0}\".", + "timeout.processList.spawn": "\"{0}\" atingiu o tempo limite após {1} segundos.", + "cancel.processList.spawn": "“{0}” cancelado.", + "error.processList.spawn": "“{0}” saiu com o código “{1}”.", + "failed.processList.spawn": "Falha em gerar \"{0}\"." } \ No newline at end of file diff --git a/Extension/i18n/ptb/src/LanguageServer/settings.i18n.json b/Extension/i18n/ptb/src/LanguageServer/settings.i18n.json index 4e3e90481d..19b4073aa0 100644 --- a/Extension/i18n/ptb/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/ptb/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "A formatação do código está usando as configurações de .editorconfig em vez de .clang-format. Para mais informações, veja a documentação do valor 'default' da configuração 'C_Cpp.formatting'." + "editorconfig.default.behavior": "A formatação do código está usando as configurações de .editorconfig em vez de .clang-format. Para mais informações, veja a documentação do valor 'padrão' da configuração 'C_Cpp.formatting'." } \ No newline at end of file diff --git a/Extension/i18n/ptb/src/nativeStrings.i18n.json b/Extension/i18n/ptb/src/nativeStrings.i18n.json index f8921001ec..9aaf196d5d 100644 --- a/Extension/i18n/ptb/src/nativeStrings.i18n.json +++ b/Extension/i18n/ptb/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "A extensão usará o Analisador de Marca para IntelliSense quando #includes não for resolvido.", "autocomplete_is_enabled": "O preenchimento automático está habilitado.", "autocomplete_is_disabled": "O preenchimento automático está desabilitado.", + "hover_is_enabled": "O Hover está habilitado.", + "hover_is_disabled": "O hover está desabilitado.", "enhanced_colorization_is_enabled": "A Colorização Avançada está habilitada.", "error_squiggles_disabled": "Os rabiscos de erro estão desabilitados.", "error_squiggles_enabled": "Os rabiscos de erro estão habilitados.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "O cliente IntelliSense está desconectado no momento", "request_cancelled": "Solicitação cancelada: {0}", "intellisense_client_not_available_go_to_definition": "O cliente IntelliSense não está disponível. Usando o Analisador de Marca para ir para a definição.", - "wsl_compiler_detected": "Compilador WSL detectado", "error_squiggle_count": "Contagem de rabiscos de erro: {0}", "queueing_update_intellisense": "Enfileirando a atualização do IntelliSense para arquivos na unidade de tradução de: {0}", "formatting_document": "Formatando o documento: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Não é possível iniciar o processo filho!", "timed_out_attempting_to_communicate_with_process": "Tempo limite atingido ao tentar se comunicar com o processo!", "process_failed_to_run": "Falha na execução do processo", - "wsl_not_detected": "WSL não detectado", "compiler_in_compilerpath_not_found": "O compilador especificado não foi encontrado: {0}", "config_data_invalid": "Dados de configuração inválidos, {0}", "cmake_executable_not_found": "Executável do CMake não localizado em {0}", @@ -242,5 +242,37 @@ "file_tag": "Arquivo", "compiler_default_language_standard_version_old": "O compilador retornou a versão padrão do idioma padrão: {0}. Como essa versão é antiga, tentaremos usar a versão {1} mais recente como padrão.", "unexpected_output_from_clang_tidy": "Saída inesperada de clang-tidy: {0}. Esperado: {1}.", - "generate_doxygen_comment": "Gerar Comentário do Doxygen" + "generate_doxygen_comment": "Gerar Comentário do Doxygen", + "offer_create_declaration": "Criar declaração de {0} no {1}", + "offer_create_definition": "Criar definição de {0} no {1}", + "function_definition_not_found": "Definição de função para '{0}' não encontrada.", + "cm_attributes": "Atributos", + "cm_bases": "Bases", + "cm_classes": "Classes", + "cm_coclasses": "CoClasses", + "cm_delegates": "Representantes", + "cm_enums": "Enums", + "cm_events": "Eventos", + "cm_functions": "Funções", + "cm_importdirectives": "Importar diretrizes", + "cm_importlibstatements": "Instruções ImportLib", + "cm_importstatements": "Importar instruções", + "cm_includedirectives": "Incluir diretrizes", + "cm_interfaces": "Interfaces", + "cm_libraries": "Bibliotecas", + "cm_macros": "Macros", + "cm_maps": "Mapas", + "cm_mapentries": "Entradas de mapa", + "cm_miscellaneous": "Diversos", + "cm_namespaces": "Namespaces", + "cm_parameters": "Parâmetros", + "cm_properties": "Propriedades", + "cm_structs": "Structs", + "cm_todo_insert_return": "TODO: inserir instrução return aqui", + "cm_typedefs": "Typedefs", + "cm_unions": "Uniões", + "cm_usingaliases": "Usando aliases", + "cm_usingdirectives": "Usando diretrizes", + "cm_variables": "Variáveis", + "cm_addfunction": "Função de adição automática" } \ No newline at end of file diff --git a/Extension/i18n/rus/package.i18n.json b/Extension/i18n/rus/package.i18n.json index 101ff16587..9040523562 100644 --- a/Extension/i18n/rus/package.i18n.json +++ b/Extension/i18n/rus/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Форматирование", + "c_cpp.subheaders.codeDocumentation.title": "Документирование кода", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Отладка", + "c_cpp.subheaders.resourceManagement.title": "Управление ресурсами", + "c_cpp.subheaders.miscellaneous.title": "Прочее", "c_cpp.capabilities.untrustedWorkspaces.description": "Наличие нескольких параметров может привести к выполнению процессов, локальных для рабочей области, например C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider и C_Cpp.default.compileCommands, а также эквивалентных свойств в c_cpp_properties.json.", "c_cpp.command.configurationSelect.title": "Выберите конфигурацию...", "c_cpp.command.configurationProviderSelect.title": "Изменение поставщика конфигурации...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "Создание содержимого EditorConfig из параметров формата VC", "c_cpp.command.GoToNextDirectiveInGroup.title": "Перейти к следующей директиве препроцессора в условной группе", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Перейти к предыдущей директиве препроцессора в условной группе", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Создать объявление или определение", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Запустить Code Analysis в активном файле", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Запустить Code Analysis в открытых файлах", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Запустить Code Analysis во всех файлах", @@ -165,7 +173,7 @@ "c_cpp.configuration.vcFormat.wrap.preserveBlocks.allOneLineScopes.markdownDescription": "Любой код, в котором открывающая и закрывающая фигурные скобки введены в одной строке, остается в ней вне зависимости от значений параметров `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.vcFormat.wrap.preserveBlocks.never.markdownDescription": "Блоки кода всегда форматируются на основе значений параметров `C_Cpp.vcFormat.newLine.*`.", "c_cpp.configuration.clang_format_path.markdownDescription": "Полный путь к исполняемому файлу `clang-format`. Если значение не указано, а `clang-format` доступен в пути среды, используется `clang-format`. Если `clang-format` не найден в пути среды, будет использоваться `clang-format` вместе с расширением.", - "c_cpp.configuration.clang_format_style.markdownDescription": "Стиль кодирования сейчас поддерживает: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`. Используйте `file`, чтобы загрузить стиль из файла `.clang-format` в текущем или родительском каталоге, или используйте `file:/.clang-format`, чтобы сослаться на определенный путь. Используйте `{ключ: значение, ...}`, чтобы установить определенные параметры. Например, стиль `Visual Studio` похож на: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: - 4, NamespaceIndentation: All, FixNamespaceComments: false }`.", + "c_cpp.configuration.clang_format_style.markdownDescription": "Стиль кодирования сейчас поддерживает: \"Visual Studio\", \"LLVM\", \"Google\", \"Chromium\", \"Mozilla\", \"WebKit\", \"Microsoft\", \"GNU\". Используйте \"file\", чтобы загрузить стиль из файла \".clang-format\" в текущем или родительском каталоге, или используйте \"file:/.clang-format\", чтобы сослаться на определенный путь. Используйте \"{key: value, ...}\", чтобы установить определенные параметры. Например, стиль \"Visual Studio\" похож на: \"{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: - 4, NamespaceIndentation: All, FixNamespaceComments: false }\".", "c_cpp.configuration.clang_format_fallbackStyle.markdownDescription": "Имя предварительно определенного стиля, используемое в качестве резервного варианта при вызове `clang-format` со стилем `file`, когда файл `.clang-format` не найден. Возможные значения: `Visual Studio`, `LLVM`, `Google`, `Chromium`, `Mozilla`, `WebKit`, `Microsoft`, `GNU`, `none`. Используйте синтаксис `{ключ: значение, ...}`, чтобы задать конкретные параметры. Например, стиль `Visual Studio` похож на следующий: `{ BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4, NamespaceIndentation: All, FixNamespaceComments: false }`.", "c_cpp.configuration.clang_format_sortIncludes.markdownDescription": "Если параметр задан, он переопределяет поведение сортировки включения, определяемое параметром `SortIncludes`.", "c_cpp.configuration.intelliSenseEngine.description": "Управляет поставщиком IntelliSense.", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Предоставляет \"нечеткие\" результаты, не зависящие от контекста.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "Отключает компоненты службы языка C/C++.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "Определяет, будет ли подсистема IntelliSense автоматически переключаться на анализатор тегов для единиц трансляции, содержащих ошибки `#include`.", - "c_cpp.configuration.autocomplete.markdownDescription": "Управляет поставщиком автозавершения. Если присвоено значение `disabled` и вам требуется завершение на основе слов, также настройте `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (и аналогично для языков `c` и `cuda-cpp`).", + "c_cpp.configuration.autocomplete.markdownDescription": "Управляет поставщиком автозавершения. Если присвоено значение \"disabled\" и вам требуется завершение на основе слов, также настройте `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (и аналогично для языков \"c\" и \"cuda-cpp\").", "c_cpp.configuration.autocomplete.default.description": "Использует активную подсистему IntelliSense.", "c_cpp.configuration.autocomplete.disabled.description": "Использует завершение на основе слов, предоставляемое Visual Studio Code.", "c_cpp.configuration.errorSquiggles.description": "Определяет, будут ли обнаруженные подсистемой IntelliSense предполагаемые ошибки компиляции возвращены в редактор. Также определяет, будут ли отображаться предупреждения на этапе анализа кода, если не удается найти включаемые данные. Этот параметр игнорируется подсистемой синтаксического анализа тегов.", @@ -199,7 +207,7 @@ "c_cpp.configuration.simplifyStructuredComments.markdownDescription": "Если выбрано значение `true`, в подсказках при наведении указателя и автозавершении будут отображаться только определенные метки со структурированными комментариями. В противном случае отображаются все комментарии.", "c_cpp.configuration.doxygen.generateOnType.description": "Определяет, следует ли автоматически вставлять комментарий Doxygen после ввода выбранного стиля комментария.", "c_cpp.configuration.doxygen.generatedStyle.description": "Строка символов, используемая в качестве начальной строки комментария Doxygen.", - "c_cpp.configuration.doxygen.sectionTags.description": "Выберите теги раздела Doxygen, которые должны отображаться при наведении курсора на область подсказок, если включен параметр \"Упростить структурированные комментарии\". ", + "c_cpp.configuration.doxygen.sectionTags.description": "Выберите теги раздела Doxygen, которые должны отображаться при наведении курсора на область подсказок, если включен параметр \"Упростить структурированные комментарии\".", "c_cpp.configuration.commentContinuationPatterns.items.anyof.string.markdownDescription": "Шаблон, который начинается с многострочного или однострочного примечания. Шаблон продолжения по умолчанию имеет значение ` * ` для многострочных примечаний или соответствует этой строке для однострочных примечаний.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.begin.description": "Шаблон, который начинается с многострочного или однострочного примечания.", "c_cpp.configuration.commentContinuationPatterns.items.anyof.object.continue.description": "Текст, который будет вставлен в следующую строку при нажатии клавиши ВВОД в многострочном или однострочном примечании.", @@ -233,9 +241,10 @@ "c_cpp.configuration.default.dotConfig.markdownDescription": "Значение, используемое в конфигурации, если параметр `dotConfig` не указан, или вставляемое значение, если в `dotConfig` присутствует значение `${default}`.", "c_cpp.configuration.experimentalFeatures.description": "Определяет, можно ли использовать \"экспериментальные\" функции.", "c_cpp.configuration.suggestSnippets.markdownDescription": "Если задано значение `true`, фрагменты кода предоставляются языковым сервером.", - "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Если задано значение `default`, файловая система рабочей области считается нечувствительной к регистру в Windows и чувствительной к регистру в macOS или Linux. Если задано значение `enabled`, предполагается, что файловая система рабочей области чувствительна к регистру в Windows.", - "c_cpp.configuration.enhancedColorization.markdownDescription": "Если этот параметр включен, код раскрашивается в соответствии с IntelliSense. Этот параметр применяется, только если для `#C_Cpp.intelliSenseEngine#` установлено значение `default`.", + "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "Если задано значение \"default\", файловая система рабочей области считается нечувствительной к регистру в Windows и чувствительной к регистру в macOS или Linux. Если задано значение \"enabled\", предполагается, что файловая система рабочей области чувствительна к регистру в Windows.", + "c_cpp.configuration.enhancedColorization.markdownDescription": "Если этот параметр включен, код раскрашивается в соответствии с IntelliSense. Этот параметр применяется, только если для \"#C_Cpp.intelliSenseEngine#\" установлено значение \"default\".", "c_cpp.configuration.codeFolding.description": "Если этот параметр включен, то диапазоны свертывания кода предоставляются языковым сервером.", + "c_cpp.configuration.hover.description": "Если этот параметр отключен, сведения при наведении курсора больше не предоставляются языковым сервером.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "Включите службы интеграции для [диспетчера зависимостей vcpkg](https://aka.ms/vcpkg/).", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "Добавьте пути включения из `nan` и `node-addon-api`, если они являются зависимостями.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "Если этот параметр имеет значение `true`, для операции 'Переименование символа' потребуется указать допустимый идентификатор C/C++.", diff --git a/Extension/i18n/rus/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/rus/src/Debugger/nativeAttach.i18n.json index de2973462e..9c44e29743 100644 --- a/Extension/i18n/rus/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/rus/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "Операционная система \"{0}\" не поддерживается." + "os.not.supported": "Операционная система \"{0}\" не поддерживается.", + "timeout.processList.spawn": "Истекло время ожидания \"{0}\" после {1} с.", + "cancel.processList.spawn": "\"{0}\" отменено.", + "error.processList.spawn": "Работа \"{0}\" завершена с кодом \"{1}\".", + "failed.processList.spawn": "Не удалось породить \"{0}\"." } \ No newline at end of file diff --git a/Extension/i18n/rus/src/LanguageServer/extension.i18n.json b/Extension/i18n/rus/src/LanguageServer/extension.i18n.json index 7660f3bc20..44a1461e92 100644 --- a/Extension/i18n/rus/src/LanguageServer/extension.i18n.json +++ b/Extension/i18n/rus/src/LanguageServer/extension.i18n.json @@ -6,7 +6,7 @@ { "learn.how.to.install.a.library": "Сведения об установке библиотеки для этого заголовка с помощью vcpkg", "copy.vcpkg.command": "Копировать команду vcpkg для установки \"{0}\" в буфер обмена", - "on.disabled.command": "Команды, связанные с IntelliSense, не могут быть выполнены, если для `C_Cpp.intelliSenseEngine` установлено значение `disabled`.", + "on.disabled.command": "Команды, связанные с IntelliSense, не могут быть выполнены, если для \"C_Cpp.intelliSenseEngine\" установлено значение \"disabled\".", "client.not.found": "Клиент не найден.", "configuration.select.first": "Сначала откройте папку, чтобы выбрать конфигурацию", "configuration.provider.select.first": "Сначала откройте папку, чтобы выбрать поставщик конфигурации", diff --git a/Extension/i18n/rus/src/nativeStrings.i18n.json b/Extension/i18n/rus/src/nativeStrings.i18n.json index aba965b269..dab697df9c 100644 --- a/Extension/i18n/rus/src/nativeStrings.i18n.json +++ b/Extension/i18n/rus/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "Расширение будет использовать анализатор тегов для IntelliSense, когда #includes не разрешаются.", "autocomplete_is_enabled": "Автозавершение включено.", "autocomplete_is_disabled": "Автозавершение отключено.", + "hover_is_enabled": "Сведения при наведении включены.", + "hover_is_disabled": "Сведения при наведении отключены.", "enhanced_colorization_is_enabled": "Расширенная раскраска включена.", "error_squiggles_disabled": "Волнистые линии для ошибок отключены.", "error_squiggles_enabled": "Волнистые линии для ошибок включены.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "Клиент IntelliSense сейчас отключен", "request_cancelled": "Запрос отменен: {0}", "intellisense_client_not_available_go_to_definition": "Клиент IntelliSense недоступен, использование анализатора тегов для перехода к определению.", - "wsl_compiler_detected": "Обнаружен компилятор WSL", "error_squiggle_count": "Число волнистых линий для ошибок: {0}", "queueing_update_intellisense": "Постановка в очередь обновления IntelliSense для файлов в единице трансляции: {0}", "formatting_document": "Форматирование документа: {0}", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Невозможно запустить дочерний процесс!", "timed_out_attempting_to_communicate_with_process": "Время ожидания при попытке связаться с процессом истекло!", "process_failed_to_run": "Не удалось запустить процесс.", - "wsl_not_detected": "WSL не обнаружена.", "compiler_in_compilerpath_not_found": "Указанный компилятор не найден: {0}", "config_data_invalid": "Недопустимые данные конфигурации, {0}", "cmake_executable_not_found": "Исполняемый файл CMake не найден в расположении {0}.", @@ -242,5 +242,37 @@ "file_tag": "Файл", "compiler_default_language_standard_version_old": "Компилятор вернул стандартную версию языка по умолчанию: {0}. Так как эта версия устарела, будет предпринята попытка использовать более новую версию {1} по умолчанию.", "unexpected_output_from_clang_tidy": "Непредусмотренные выходные данные Clang-Tidy: {0}. Ожидалось: {1}.", - "generate_doxygen_comment": "Создать комментарий Doxygen" + "generate_doxygen_comment": "Создать комментарий Doxygen", + "offer_create_declaration": "Создать объявление {0} в {1}", + "offer_create_definition": "Создать определение {0} в {1}", + "function_definition_not_found": "Определение функции {0} не найдено.", + "cm_attributes": "Атрибуты", + "cm_bases": "Базы", + "cm_classes": "Классы", + "cm_coclasses": "Коклассы", + "cm_delegates": "Делегаты", + "cm_enums": "Перечисления", + "cm_events": "События", + "cm_functions": "Функции", + "cm_importdirectives": "Импортировать директивы", + "cm_importlibstatements": "Операторы ImportLib", + "cm_importstatements": "Импортировать операторы", + "cm_includedirectives": "Включить директивы", + "cm_interfaces": "Интерфейсы", + "cm_libraries": "Библиотеки", + "cm_macros": "Макросы", + "cm_maps": "Сопоставления", + "cm_mapentries": "Записи сопоставлений", + "cm_miscellaneous": "Прочее", + "cm_namespaces": "Пространства имен", + "cm_parameters": "Параметры", + "cm_properties": "Свойства", + "cm_structs": "Структуры", + "cm_todo_insert_return": "TODO: вставьте здесь оператор return", + "cm_typedefs": "Определения типов", + "cm_unions": "Объединения", + "cm_usingaliases": "Псевдонимы using", + "cm_usingdirectives": "Использование директив", + "cm_variables": "Переменные", + "cm_addfunction": "Добавлять функцию автоматически" } \ No newline at end of file diff --git a/Extension/i18n/trk/package.i18n.json b/Extension/i18n/trk/package.i18n.json index a28f20a007..f17bb89028 100644 --- a/Extension/i18n/trk/package.i18n.json +++ b/Extension/i18n/trk/package.i18n.json @@ -4,6 +4,13 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { + "c_cpp.subheaders.intelliSense.title": "IntelliSense", + "c_cpp.subheaders.formatting.title": "Biçimlendirme", + "c_cpp.subheaders.codeDocumentation.title": "Kod Belgeleri", + "c_cpp.subheaders.codeAnalysis.title": "Code Analysis", + "c_cpp.subheaders.debugging.title": "Hata ayıklama", + "c_cpp.subheaders.resourceManagement.title": "Kaynak Yönetimi", + "c_cpp.subheaders.miscellaneous.title": "Çeşitli", "c_cpp.capabilities.untrustedWorkspaces.description": "Birden çok ayar, çalışma alanına yerel işlemlerin yürütülmesine neden olabilir, örneğin, C_Cpp.clang_format_path, C_Cpp.codeAnalysis.clangTidy.path, C_Cpp.addNodeAddonIncludePaths, C_Cpp.default.compilerPath, C_Cpp.default.configurationProvider ve C_Cpp.default.compileCommands ve c_cpp_properties.json içindeki eşdeğer özellikler.", "c_cpp.command.configurationSelect.title": "Yapılandırma Seçin...", "c_cpp.command.configurationProviderSelect.title": "Yapılandırma Sağlayıcısını Değiştir...", @@ -26,6 +33,7 @@ "c_cpp.command.generateEditorConfig.title": "VC Biçimi ayarlarından EditorConfig içerikleri oluştur", "c_cpp.command.GoToNextDirectiveInGroup.title": "Koşullu grupta sonraki ön işlemci yönergesine git", "c_cpp.command.GoToPrevDirectiveInGroup.title": "Koşullu grupta önceki ön işlemci yönergesine git", + "c_cpp.command.CreateDeclarationOrDefinition.title": "Bildirim / Tanım Oluştur", "c_cpp.command.RunCodeAnalysisOnActiveFile.title": "Aktif Dosyada Code Analysis’i Çalıştır", "c_cpp.command.RunCodeAnalysisOnOpenFiles.title": "Açık Dosyalarda Code Analysis’i Çalıştır", "c_cpp.command.RunCodeAnalysisOnAllFiles.title": "Tüm Dosyalarda Code Analysis’i Çalıştır", @@ -173,7 +181,7 @@ "c_cpp.configuration.intelliSenseEngine.tagParser.description": "Bağlama duyarlı olmayan \"belirsiz\" sonuçlar sağlar.", "c_cpp.configuration.intelliSenseEngine.disabled.description": "C/C++ dil hizmeti özelliklerini kapatır.", "c_cpp.configuration.intelliSenseEngineFallback.markdownDescription": "IntelliSense altyapısının `#include` hatalarını içeren çeviri birimleri için otomatik olarak Etiket Ayrıştırıcısı'na geçip geçmeyeceğini denetler.", - "c_cpp.configuration.autocomplete.markdownDescription": "Otomatik tamamlama sağlayıcısını denetler. `disabled` ise ve sözcük tabanlı tamamlama istiyorsanız, aynı zamanda `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (ve aynı şekilde `c` ve `cuda-cpp` dilleri için) ayarını da belirlemeniz gerekir.", + "c_cpp.configuration.autocomplete.markdownDescription": "Otomatik tamamlama sağlayıcısını denetler. `Disabled` ise ve sözcük tabanlı tamamlama istiyorsanız, aynı zamanda `\"[cpp]\": {\"editor.wordBasedSuggestions\": true}` (ve aynı şekilde `c` ve `cuda-cpp` dilleri için) ayarını da belirlemeniz gerekir.", "c_cpp.configuration.autocomplete.default.description": "Etkin IntelliSense altyapısını kullanır.", "c_cpp.configuration.autocomplete.disabled.description": "Visual Studio Code tarafından sağlanan sözcük tabanlı tamamlamayı kullanır.", "c_cpp.configuration.errorSquiggles.description": "IntelliSense altyapısı tarafından algılanan şüpheli derleme hatalarının düzenleyiciye geri rapor edilip edilmeyeceğini kontrol eder. Ayrıca, içermeler bulunamazsa kod analizi uyarılarının raporlanıp raporlanmayacağını da kontrol eder. Bu ayar, Etiket Ayrıştırıcı motoru tarafından yok sayılır.", @@ -236,6 +244,7 @@ "c_cpp.configuration.caseSensitiveFileSupport.markdownDescription": "`default` olarak ayarlanırsa, çalışma alanının dosya sisteminin Windows'da büyük/küçük harfe duyarlı olmadığı ve macOS ya da Linux'ta büyük/küçük harfe duyarlı olduğu varsayılır. `enabled` olarak ayarlanırsa, çalışma alanının dosya sisteminin Windows'da büyük/küçük harfe duyarlı olduğu varsayılır.", "c_cpp.configuration.enhancedColorization.markdownDescription": "Etkinleştirilirse, kod IntelliSense'e göre renklendirilir. Bu ayar yalnızca `#C_Cpp.intelliSenseEngine#` `default` olarak ayarlandıysa geçerlidir.", "c_cpp.configuration.codeFolding.description": "Etkinleştirilirse, kod katlama aralıkları dil sunucusu tarafından sağlanır.", + "c_cpp.configuration.hover.description": "Devre dışı bırakılırsa üzerine gelme ayrıntıları artık dil sunucusu tarafından sağlanmaz.", "c_cpp.configuration.vcpkg.enabled.markdownDescription": "[vcpkg bağımlılık yöneticisi](https://aka.ms/vcpkg/) için tümleştirme hizmetlerini etkinleştirin.", "c_cpp.configuration.addNodeAddonIncludePaths.markdownDescription": "`nan` ve `node-addon-api` bağımlılık olduğunda bunlardan ekleme yolları ekleyin.", "c_cpp.configuration.renameRequiresIdentifier.markdownDescription": "`true` ise, 'Sembolü Yeniden Adlandır' işlemi için geçerli bir C/C++ tanımlayıcısı gerekir.", diff --git a/Extension/i18n/trk/src/Debugger/nativeAttach.i18n.json b/Extension/i18n/trk/src/Debugger/nativeAttach.i18n.json index 0e13164b05..65148042ec 100644 --- a/Extension/i18n/trk/src/Debugger/nativeAttach.i18n.json +++ b/Extension/i18n/trk/src/Debugger/nativeAttach.i18n.json @@ -4,5 +4,9 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "os.not.supported": "\"{0}\" işletim sistemi desteklenmiyor." + "os.not.supported": "\"{0}\" işletim sistemi desteklenmiyor.", + "timeout.processList.spawn": "\"{0}\" öğesi {1} saniye sonra zaman aşımına uğradı.", + "cancel.processList.spawn": "\"{0}\" iptal edildi.", + "error.processList.spawn": "\"{0}\" öğesi \"{1}\" koduyla çıkış yaptı.", + "failed.processList.spawn": "\"{0}\" öğesi üretilemedi." } \ No newline at end of file diff --git a/Extension/i18n/trk/src/LanguageServer/settings.i18n.json b/Extension/i18n/trk/src/LanguageServer/settings.i18n.json index 49ffcd399d..9301cb572e 100644 --- a/Extension/i18n/trk/src/LanguageServer/settings.i18n.json +++ b/Extension/i18n/trk/src/LanguageServer/settings.i18n.json @@ -4,5 +4,5 @@ *--------------------------------------------------------------------------------------------*/ // Do not edit this file. It is machine generated. { - "editorconfig.default.behavior": "Kod biçimlendirme, .clang-format yerine .editorconfig'den gelen ayarları kullanıyor. Daha fazla bilgi için, 'C_Cpp.formatting' ayarının 'default' değerine ilişkin belgelere bakın." + "editorconfig.default.behavior": "Kod biçimlendirme, .clang-format yerine .editorconfig'den gelen ayarları kullanıyor. Daha fazla bilgi için, 'C_Cpp.formatting' ayarının 'varsayılan' değerine ilişkin belgelere bakın." } \ No newline at end of file diff --git a/Extension/i18n/trk/src/nativeStrings.i18n.json b/Extension/i18n/trk/src/nativeStrings.i18n.json index db4eba3e22..83c799d460 100644 --- a/Extension/i18n/trk/src/nativeStrings.i18n.json +++ b/Extension/i18n/trk/src/nativeStrings.i18n.json @@ -75,6 +75,8 @@ "will_use_tag_parser_when_includes_dont_resolve": "#includes çözümlenmediğinde, uzantı IntelliSense için Etiket Ayrıştırıcısı'nı kullanacak.", "autocomplete_is_enabled": "Otomatik tamamlama etkin.", "autocomplete_is_disabled": "Otomatik tamamlama devre dışı.", + "hover_is_enabled": "Üzerine gelme etkin.", + "hover_is_disabled": "Üzerine gelme devre dışı bırakıldı.", "enhanced_colorization_is_enabled": "Gelişmiş Renklendirme etkin.", "error_squiggles_disabled": "Hata ilişkilendirmeleri devre dışı bırakıldı.", "error_squiggles_enabled": "Hata ilişkilendirmeleri etkin.", @@ -109,7 +111,6 @@ "intellisense_client_currently_disconnected": "IntelliSense istemcisinin bağlantısı şu anda kesik", "request_cancelled": "İstek iptal edildi: {0}", "intellisense_client_not_available_go_to_definition": "IntelliSense istemcisi kullanılamıyor. Tanıma gitmek için Etiket Ayrıştırıcısı kullanılıyor.", - "wsl_compiler_detected": "WSL derleyicisi algılandı", "error_squiggle_count": "Hata ilişkilendirmesi sayısı: {0}", "queueing_update_intellisense": "Şu çeviri birimindeki dosyalar için IntelliSense güncelleştirmesi kuyruğa alınıyor: {0}", "formatting_document": "{0} belgesi biçimlendiriliyor", @@ -143,7 +144,6 @@ "unable_to_start_child_process": "Alt işlem başlatılamıyor!", "timed_out_attempting_to_communicate_with_process": "İşlemle iletişim kurmaya çalışırken zaman aşımına uğradı!", "process_failed_to_run": "İşlem çalıştırılamadı", - "wsl_not_detected": "WSL algılanmadı", "compiler_in_compilerpath_not_found": "Belirtilen derleyici bulunamadı: {0}", "config_data_invalid": "Yapılandırma verileri geçersiz, {0}", "cmake_executable_not_found": "CMake yürütülebilir dosyası {0} konumunda bulunamadı", @@ -242,5 +242,37 @@ "file_tag": "Dosya", "compiler_default_language_standard_version_old": "Derleyici varsayılan dil standart sürümünü döndürdü: {0}. Bu sürüm eski olduğundan daha yeni {1} sürümünü varsayılan olarak kullanmayı deneyeceğiz.", "unexpected_output_from_clang_tidy": "Clang-tidy öğesinden beklenmeyen çıkış: {0}. Beklenen: {1}.", - "generate_doxygen_comment": "Doxygen Açıklaması Oluştur" + "generate_doxygen_comment": "Doxygen Açıklaması Oluştur", + "offer_create_declaration": "{1} dosyasında {0} işlevi bildirimi", + "offer_create_definition": "{1} dosyasında {0} işlevinin tanımını oluştur", + "function_definition_not_found": "'{0}' işlevi için işlev tanımı bulunamadı.", + "cm_attributes": "Öznitelikler", + "cm_bases": "Tabanlar", + "cm_classes": "Sınıflar", + "cm_coclasses": "CoClass'lar", + "cm_delegates": "Temsilciler", + "cm_enums": "Sabit Listeleri", + "cm_events": "Olaylar", + "cm_functions": "İşlevler", + "cm_importdirectives": "İçeri aktarma yönergeleri", + "cm_importlibstatements": "ImportLib deyimleri", + "cm_importstatements": "İçeri aktarma deyimleri", + "cm_includedirectives": "İçerme yönergeleri", + "cm_interfaces": "Arabirimler", + "cm_libraries": "Kitaplıklar", + "cm_macros": "Makrolar", + "cm_maps": "Haritalar", + "cm_mapentries": "Eşleme girişleri", + "cm_miscellaneous": "Çeşitli", + "cm_namespaces": "Ad alanları", + "cm_parameters": "Parametreler", + "cm_properties": "Özellikler", + "cm_structs": "Yapılar", + "cm_todo_insert_return": "TODO: return deyimini buraya ekleyin", + "cm_typedefs": "Tür tanımları", + "cm_unions": "Birleşimler", + "cm_usingaliases": "Diğer adların kullanımı", + "cm_usingdirectives": "Yönergeler kullanılıyor", + "cm_variables": "Değişkenler", + "cm_addfunction": "Otomatik işlev ekle" } \ No newline at end of file