Merge commit 'a78136f85b76b8239a2ad846ebd04c64fb4cce1a' into seanmcm/integration
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} 已更改为: {1}",
|
||||
"dismiss.button": "消除",
|
||||
"disable.warnings.button": "禁用警告",
|
||||
"unable.to.provide.configuration": "{0} 无法为“{1}”提供 IntelliSense 配置信息。将改为使用“{2}”配置中的设置。",
|
||||
"unable.to.provide.configuration": "{0} 无法提供 IntelliSense 配置信息。将改为使用“{1}”配置中的设置。",
|
||||
"config.not.found": "找不到请求的配置名称: {0}",
|
||||
"unsupported.client": "不支持的客户端",
|
||||
"timed.out": "将在 {0} 毫秒后超时。",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "编辑 \"includePath\" 设置",
|
||||
"disable_error_squiggles": "禁用错误波形曲线",
|
||||
"enable_error_squiggles": "启用所有错误波形曲线",
|
||||
"include_errors_update_include_path_squiggles_disables": "检测到 #include 错误。请更新 includePath。已为此翻译单元({0})禁用波形曲线。",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "检测到 #include 错误。请更新你的 includePath。在找到包含的文件之前,不会报告此文件的语法错误。",
|
||||
"include_errors_update_include_path_intellisense_disabled": "检测到 #include 错误。请更新 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
|
||||
"could_not_parse_compile_commands": "无法分析“{0}”。将改用来自文件夹“{1}”中的 c_cpp_properties.json 的 \"includePath\"。",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "正在格式化执行了 dif 操作的输出:",
|
||||
"disable_inactive_regions": "禁用非活动区域着色",
|
||||
"error_limit_exceeded": "已超出错误限额,{0} 个错误未报告。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。已为此翻译单元({0})禁用波形曲线。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "检测到 #include 错误。请考虑更新 compile_commands.json 或 includePath。在找到包含的文件之前,不会报告此文件的语法错误。",
|
||||
"cannot_reset_database": "无法重置 IntelliSense 数据库。若要手动重置,请关闭所有 VS Code 实例,然后删除此文件: {0}",
|
||||
"formatting_failed_see_output": "格式化失败。请查看输出窗口获取详细信息。",
|
||||
"populating_include_completion_cache": "正在填充包含完成缓存。",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "未能查询编译器。正在回退到无位数。",
|
||||
"intellisense_client_creation_aborted": "已中止创建 IntelliSense 客户端: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "基于 configurationProvider 设置提供的信息检测到 #include 错误。此翻译单元({0})的 IntelliSense 功能将由标记分析器提供。",
|
||||
"include_errors_config_provider_squiggles_disabled": "基于 configurationProvider 设置提供的信息检测到 #include 错误。已针对此翻译单元({0})禁用波形曲线。",
|
||||
"include_errors_config_provider_squiggles_disabled2": "基于 configurationProvider 设置提供的信息检测到 #include 错误。在找到包含的文件之前,不会报告此文件的语法错误。",
|
||||
"preprocessor_keyword": "预处理器关键字",
|
||||
"c_keyword": "C 关键字",
|
||||
"cpp_keyword": "C++ 关键字",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "正在为文件编制索引 {0}",
|
||||
"help_allow_missing_lsp_config": "即使指定的 --lsp-config 文件不存在,也允许服务器启动。",
|
||||
"initialize_failed_during_engine_setup": "引擎设置期间初始化失败。",
|
||||
"important_label": "重要说明:"
|
||||
"important_label": "重要说明:",
|
||||
"help_check": "通过完整解析并分析源文件,将其对照 compile_commands.json 进行验证,并报告任何诊断信息。如果发现错误,则以非零状态退出。",
|
||||
"help_check_compile_commands": "要与 --check 一起使用的特定 compile_commands.json (或其目录)的路径。默认为自动发现。",
|
||||
"check_not_authorized": "未授权;需要登录才能运行 --check",
|
||||
"check_requires_source": "--check 需要源文件: --check=<file>",
|
||||
"check_source_not_found": "找不到源文件: {0}",
|
||||
"check_compile_commands_not_found": "找不到 compile_commands.json: {0}",
|
||||
"check_compile_commands_not_discovered": "在 {0} 的任何父目录中都找不到 compile_commands.json;请传递 --check-compile-commands=<path> 以显式指定它",
|
||||
"check_engine_init_failed": "无法初始化语言引擎",
|
||||
"check_no_workspace_folder": "没有为 {0} 解析的工作区文件夹",
|
||||
"check_not_in_compile_commands": "{0} 不在 {1} 中",
|
||||
"check_read_failed": "无法读取 {0}",
|
||||
"check_open_failed": "无法打开 {0} 进行分析",
|
||||
"check_timed_out": "等待 {0} 分析完成时超时",
|
||||
"failed_to_open_browse_db_lock_file": "未能打开浏览数据库锁定文件: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "未能锁定浏览数据库锁定文件: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} 已變更為: {1}",
|
||||
"dismiss.button": "關閉",
|
||||
"disable.warnings.button": "停用警告",
|
||||
"unable.to.provide.configuration": "{0} 無法提供 '{1}' 的 IntelliSense 組態資訊。將改用來自 '{2}' 組態的設定。",
|
||||
"unable.to.provide.configuration": "{0} 無法提供 IntelliSense 組態資訊。將改為使用來自 '{1}' 組態的設定。",
|
||||
"config.not.found": "找不到要求的組態名稱: {0}",
|
||||
"unsupported.client": "不支援的用戶端",
|
||||
"timed.out": "逾時 ({0} 毫秒內)。",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "編輯 \"includePath\" 設定",
|
||||
"disable_error_squiggles": "停用錯誤波浪線",
|
||||
"enable_error_squiggles": "啟用所有錯誤波浪線",
|
||||
"include_errors_update_include_path_squiggles_disables": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的波浪線已停用。",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "偵測到 #include 錯誤。請更新您的 includePath。直到找到包含的檔案,才會回報此檔案的語法錯誤。",
|
||||
"include_errors_update_include_path_intellisense_disabled": "偵測到 #include 錯誤。請更新您的 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。",
|
||||
"could_not_parse_compile_commands": "無法剖析 \"{0}\"。將改用資料夾 '{1}' 中 c_cpp_properties.json 的 'includePath'。",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "正在將差異輸出格式化:",
|
||||
"disable_inactive_regions": "停用非作用中區域著色",
|
||||
"error_limit_exceeded": "超過錯誤限制,未回報 {0} 個錯誤。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。此編譯單位 ({0}) 的波浪線已停用。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "偵測到 #include 錯誤。請考慮更新 compile_commands.json 或 includePath。直到找到包含的檔案,才會回報此檔案的語法錯誤。",
|
||||
"cannot_reset_database": "無法重設 IntelliSense 資料庫。若要手動重設,請關閉所有 VS Code 執行個體,然後刪除此檔案: {0}",
|
||||
"formatting_failed_see_output": "格式化失敗。如需詳細資料,請查看輸出視窗。",
|
||||
"populating_include_completion_cache": "正在填入包含完成快取。",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "無法查詢編譯器。請回復成沒有位元。",
|
||||
"intellisense_client_creation_aborted": "已中止建立 IntelliSense 用戶端: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。此編譯單位 ({0}) 的 IntelliSense 功能將由標籤剖析器提供。",
|
||||
"include_errors_config_provider_squiggles_disabled": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。已停用此編譯單位 ({0}) 的波浪線。",
|
||||
"include_errors_config_provider_squiggles_disabled2": "根據 configurationProvider 設定提供的資訊,偵測到 #include 錯誤。直到找到包含的檔案,才會回報此檔案的語法錯誤。",
|
||||
"preprocessor_keyword": "前置處理器關鍵字",
|
||||
"c_keyword": "C 關鍵字",
|
||||
"cpp_keyword": "C++ 關鍵字",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "正在編製索引檔案 {0}",
|
||||
"help_allow_missing_lsp_config": "即使指定的 --lsp-config 檔案不存在,仍允許伺服器啟動。",
|
||||
"initialize_failed_during_engine_setup": "引擎設定期間初始化失敗。",
|
||||
"important_label": "重要:"
|
||||
"important_label": "重要:",
|
||||
"help_check": "透過完整剖析和分析來源檔案,並根據 compile_commands.json 進行驗證,同時回報任何診斷。如果發現錯誤,則以非零值結束。",
|
||||
"help_check_compile_commands": "要搭配 --check 使用的特定 compile_commands.json (或其目錄) 路徑。預設為自動探索。",
|
||||
"check_not_authorized": "未獲授權; 必須登入才能執行 --check",
|
||||
"check_requires_source": "--check 需要來源檔案: --check=<file>",
|
||||
"check_source_not_found": "找不到來源檔案: {0}",
|
||||
"check_compile_commands_not_found": "找不到 compile_commands.json: {0}",
|
||||
"check_compile_commands_not_discovered": "在 {0} 的任何父目錄中都找不到 compile_commands.json; 請傳遞 --check-compile-commands=<path> 以明確指定",
|
||||
"check_engine_init_failed": "無法初始化語言引擎",
|
||||
"check_no_workspace_folder": "未解析出 {0} 的工作區資料夾",
|
||||
"check_not_in_compile_commands": "{0} 不存在於 {1}",
|
||||
"check_read_failed": "無法讀取 {0}",
|
||||
"check_open_failed": "無法開啟 {0} 進行分析",
|
||||
"check_timed_out": "等候 {0} 的分析完成時逾時",
|
||||
"failed_to_open_browse_db_lock_file": "無法開啟瀏覽資料庫鎖定檔案: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "無法鎖定瀏覽資料庫鎖定檔案: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
"c_cpp.taskDefinitions.args.quoting.weak.description": "Uzavře argument do jednoduchých uvozovek prostředí (například \" pomocí znaku Bash).",
|
||||
"c_cpp.taskDefinitions.options.description": "Další možnosti příkazu.",
|
||||
"c_cpp.taskDefinitions.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "One or more problem matchers to use to detect compiler errors and warnings in task output.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "Jeden nebo více porovnávačů (matcherů) problémů používaných k detekci chyb a upozornění kompilátoru ve výstupu úlohy.",
|
||||
"c_cpp.taskDefinitions.detail.description": "Další podrobnosti o úloze.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.description": "Aktuální cesta a cesta při kompilaci ke stejným zdrojovým stromům. Soubory, které se najdou na cestě EditorPath, se namapují na cestu CompileTimePath pro odpovídající zarážku, která se při zobrazování umístění stacktrace mapuje z CompileTimePath na EditorPath.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.editorPath.description": "Cesta ke zdrojovému souboru, který se použije v editoru",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} se změnila na: {1}",
|
||||
"dismiss.button": "Zrušit",
|
||||
"disable.warnings.button": "Zakázat upozornění",
|
||||
"unable.to.provide.configuration": "{0} nemůže poskytnout informace pro konfiguraci IntelliSense pro '{1}'. Místo nich se použijí nastavení z konfigurace '{2}'.",
|
||||
"unable.to.provide.configuration": "{0} nemůže poskytnout informace pro konfiguraci IntelliSense. Místo nich se použijí nastavení z konfigurace „{1}“.",
|
||||
"config.not.found": "Požadovaný název konfigurace se nenašel: {0}",
|
||||
"unsupported.client": "Nepodporovaný klient",
|
||||
"timed.out": "Po {0} ms vypršel časový limit.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Upravit nastavení includePath",
|
||||
"disable_error_squiggles": "Zakázat podtržení chyb vlnovkou",
|
||||
"enable_error_squiggles": "Povolit všechna podtržení chyb vlnovkou",
|
||||
"include_errors_update_include_path_squiggles_disables": "Zjistily se chyby direktivy #include. Aktualizujte prosím includePath. Podtrhávání vlnovkou je pro tuto jednotku překladu ({0}) zakázané.",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Zjistily se chyby direktivy #include. Aktualizujte prosím includePath. Chyby syntaxe pro tento soubor nebudou hlášeny, dokud nebudou nalezeny zahrnuté soubory.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Zjistily se chyby direktivy #include. Aktualizujte prosím includePath. Funkce IntelliSense pro tuto jednotku překladu ({0}) poskytne analyzátor značek.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Zjistily se chyby direktivy #include. Zvažte možnost aktualizovat soubor compile_commands.json nebo includePath. Funkce IntelliSense pro tuto jednotku překladu ({0}) poskytne analyzátor značek.",
|
||||
"could_not_parse_compile_commands": "{0} se nepovedlo parsovat. Použijí se místo toho includePath ze souboru c_cpp_properties.json ve složce {1}.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Formátuje se rozdílový výstup:",
|
||||
"disable_inactive_regions": "Zakázat barvení neaktivních oblastí",
|
||||
"error_limit_exceeded": "Dosáhlo se limitu chyb, následující počet chyb se neohlásil: {0}",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Zjistily se chyby direktivy #include. Zvažte možnost aktualizovat soubor compile_commands.json nebo includePath. Podtrhávání vlnovkou je pro tuto jednotku překladu ({0}) zakázané.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Zjistily se chyby direktivy #include. Zvažte možnost aktualizovat soubor compile_commands.json nebo includePath. Chyby syntaxe pro tento soubor nebudou hlášeny, dokud nebudou nalezeny zahrnuté soubory.",
|
||||
"cannot_reset_database": "Databázi IntelliSense se nepovedlo resetovat. Pokud ji chcete resetovat ručně, zavřete všechny instance VS Code a pak odstraňte tento soubor: {0}",
|
||||
"formatting_failed_see_output": "Formátování neproběhlo úspěšně. Podrobnosti najdete v okně výstupu.",
|
||||
"populating_include_completion_cache": "Vyplňuje se mezipaměť dokončování direktiv include",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Nepovedlo se poslat dotaz na kompilátor. Probíhá návrat k režimu bez bitové verze.",
|
||||
"intellisense_client_creation_aborted": "Vytváření klienta IntelliSense se přerušilo: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Na základě informací z nastavení configurationProvider se zjistily chyby direktivy #include. Funkce IntelliSense pro tuto jednotku překladu ({0}) bude poskytovat Tag Parser.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Na základě informací z nastavení configurationProvider se zjistily chyby direktivy #include. Pro tuto jednotku překladu ({0}) se zakázaly vlnovky.",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Na základě informací z nastavení configurationProvider se zjistily chyby direktivy #include. Chyby syntaxe pro tento soubor nebudou hlášeny, dokud nebudou nalezeny zahrnuté soubory.",
|
||||
"preprocessor_keyword": "klíčové slovo preprocesoru",
|
||||
"c_keyword": "Klíčové slovo jazyka C",
|
||||
"cpp_keyword": "Klíčové slovo jazyka C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Probíhá indexování souborů {0}",
|
||||
"help_allow_missing_lsp_config": "Povolit spuštění serveru i v případě, že zadaný soubor --lsp-config neexistuje.",
|
||||
"initialize_failed_during_engine_setup": "Inicializace se během instalace modulu nezdařila.",
|
||||
"important_label": "Důležité:"
|
||||
"important_label": "Důležité:",
|
||||
"help_check": "Ověřte zdrojový soubor proti compile_commands.json tím, že ho plně parsujete a analyzujete a nahlásíte veškerou diagnostiku. Skončí s nenulovou hodnotou, pokud jsou nalezeny chyby.",
|
||||
"help_check_compile_commands": "Cesta ke konkrétnímu compile_commands.json (nebo jeho adresáři), která se má použít s parametrem --check. Výchozí nastavení je automatické zjišťování.",
|
||||
"check_not_authorized": "není autorizováno; ke spuštění --check se vyžaduje přihlášení",
|
||||
"check_requires_source": "--check vyžaduje zdrojový soubor: --check=<file>",
|
||||
"check_source_not_found": "zdrojový soubor nebyl nalezen: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json nebyl nalezen: {0}",
|
||||
"check_compile_commands_not_discovered": "Nepovedlo se najít compile_commands.json v žádném nadřazeném adresáři pro {0}, předejte příkaz --check-compile-commands=<path> a zadejte to explicitně",
|
||||
"check_engine_init_failed": "inicializace jazykového modulu se nezdařila",
|
||||
"check_no_workspace_folder": "pro {0} nebyla vyřešena žádná složka pracovního prostoru",
|
||||
"check_not_in_compile_commands": "{0} se nenachází v {1}",
|
||||
"check_read_failed": "nepodařilo se přečíst soubor {0}",
|
||||
"check_open_failed": "otevření {0} pro analýzu se nezdařilo",
|
||||
"check_timed_out": "při čekání na dokončení analýzy souboru {0} vypršel časový limit",
|
||||
"failed_to_open_browse_db_lock_file": "Nepodařilo se otevřít soubor zámku databáze procházení: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Nepodařilo se uzamknout soubor zámku databáze procházení: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} wurde geändert in {1}",
|
||||
"dismiss.button": "Schließen",
|
||||
"disable.warnings.button": "Warnungen deaktivieren",
|
||||
"unable.to.provide.configuration": "{0} kann keine IntelliSense-Konfigurationsinformationen für \"{1}\" bereitstellen. Stattdessen werden Einstellungen aus der Konfiguration \"{2}\" verwendet.",
|
||||
"unable.to.provide.configuration": "{0} kann keine IntelliSense-Konfigurationsinformationen bereitstellen. Stattdessen werden Einstellungen aus der Konfiguration „{1}“ verwendet.",
|
||||
"config.not.found": "Der angeforderte Konfigurationsname wurde nicht gefunden: {0}",
|
||||
"unsupported.client": "Nicht unterstützter Client",
|
||||
"timed.out": "Timeout nach {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Einstellung für \"includePath\" bearbeiten",
|
||||
"disable_error_squiggles": "Fehlerwellenlinien deaktivieren",
|
||||
"enable_error_squiggles": "Alle Fehlerwellenlinien aktivieren",
|
||||
"include_errors_update_include_path_squiggles_disables": "#include-Fehler erkannt. Aktualisieren Sie Ihren includePath. Wellenlinien sind für diese Übersetzungseinheit ({0}) deaktiviert.",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "#include-Fehler erkannt. Aktualisieren Sie Ihren includePath. Syntaxfehler für diese Datei werden erst gemeldet, wenn eingeschlossene Dateien gefunden wurden.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "#include-Fehler erkannt. Aktualisieren Sie Ihren includePath. IntelliSense-Features für diese Übersetzungseinheit ({0}) werden vom Tagparser bereitgestellt.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#include-Fehler erkannt. Erwägen Sie, Ihre compile_commands.json-Datei oder Ihren includePath zu aktualisieren. IntelliSense-Features für diese Übersetzungseinheit ({0}) werden vom Tagparser bereitgestellt.",
|
||||
"could_not_parse_compile_commands": "\"{0}\" konnte nicht analysiert werden. Stattdessen wird \"includePath\" aus \"c_cpp_properties.json\" im Ordner \"{1}\" verwendet.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Diff-Ausgabe wird formatiert:",
|
||||
"disable_inactive_regions": "Farbgebung für inaktive Regionen deaktivieren",
|
||||
"error_limit_exceeded": "Fehlerlimit überschritten, {0} Fehler nicht gemeldet.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#include-Fehler erkannt. Erwägen Sie, Ihre compile_commands.json-Datei oder Ihren includePath zu aktualisieren. Wellenlinien sind für diese Übersetzungseinheit ({0}) deaktiviert.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "#include-Fehler erkannt. Erwägen Sie, Ihre compile_commands.json-Datei oder Ihren includePath zu aktualisieren. Syntaxfehler für diese Datei werden erst gemeldet, wenn eingeschlossene Dateien gefunden wurden.",
|
||||
"cannot_reset_database": "Die IntelliSense-Datenbank konnte nicht zurückgesetzt werden. Um sie manuell zurückzusetzen, schließen Sie alle VS Code-Instanzen, und löschen Sie dann diese Datei: {0}",
|
||||
"formatting_failed_see_output": "Fehler beim Formatieren. Weitere Informationen finden Sie im Ausgabefenster.",
|
||||
"populating_include_completion_cache": "Der Cache für die Includevervollständigung wird aufgefüllt.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Fehler beim Abfragen des Compilers. Es wird ein Fallback auf keine Bitanzahl durchgeführt.",
|
||||
"intellisense_client_creation_aborted": "IntelliSense-Clienterstellung abgebrochen: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Basierend auf den von der configurationProvider-Einstellung bereitgestellten Informationen wurden #include-Fehler festgestellt. IntelliSense-Features für diese Übersetzungseinheit ({0}) werden vom Tagparser bereitgestellt.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Basierend auf den von der configurationProvider-Einstellung bereitgestellten Informationen wurden #include-Fehler festgestellt. Wellenlinien sind für diese Übersetzungseinheit deaktiviert ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Basierend auf den von der configurationProvider-Einstellung bereitgestellten Informationen wurden #include-Fehler festgestellt. Syntaxfehler für diese Datei werden erst gemeldet, wenn eingeschlossene Dateien gefunden wurden.",
|
||||
"preprocessor_keyword": "Präprozessor-Schlüsselwort",
|
||||
"c_keyword": "C-Schlüsselwort",
|
||||
"cpp_keyword": "C++-Schlüsselwort",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indizieren von Dateien {0}",
|
||||
"help_allow_missing_lsp_config": "Zulassen, dass der Server gestartet wird, auch wenn die angegebene --lsp-config-Datei nicht vorhanden ist.",
|
||||
"initialize_failed_during_engine_setup": "Fehler bei der Initialisierung während der Engine-Einrichtung.",
|
||||
"important_label": "Wichtig:"
|
||||
"important_label": "Wichtig:",
|
||||
"help_check": "Validieren Sie eine Quelldatei gegenüber der compile_commands.json, indem Sie sie vollständig parsen und analysieren und Diagnosen melden. Der Befehl wird mit einem Exitcode ungleich null beendet, wenn Fehler gefunden werden.",
|
||||
"help_check_compile_commands": "Pfad zu einem bestimmten compile_commands.json (oder dessen Verzeichnis), das mit „--check“ verwendet werden soll. Standardmäßig wird die automatische Ermittlung verwendet.",
|
||||
"check_not_authorized": "nicht autorisiert; zum Ausführen von „--check“ ist eine Anmeldung erforderlich",
|
||||
"check_requires_source": "„--check“ erfordert eine Quelldatei: --check=<file>",
|
||||
"check_source_not_found": "Quelldatei nicht gefunden: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json nicht gefunden: {0}",
|
||||
"check_compile_commands_not_discovered": "compile_commands.json wurde in keinem übergeordneten Verzeichnis von {0} gefunden; übergeben Sie --check-compile-commands=<path>, um den Pfad explizit anzugeben",
|
||||
"check_engine_init_failed": "Fehler beim Initialisieren der Sprach-Engine",
|
||||
"check_no_workspace_folder": "Kein Arbeitsbereichsordner aufgelöst für {0}",
|
||||
"check_not_in_compile_commands": "{0} ist nicht vorhanden in {1}",
|
||||
"check_read_failed": "Fehler beim Lesen von {0}",
|
||||
"check_open_failed": "Fehler beim Öffnen von {0} zur Analyse",
|
||||
"check_timed_out": "Timeout beim Warten auf den Abschluss der Analyse von {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Fehler beim Öffnen der Sperrdatei der Browse-Datenbank: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Fehler beim Sperren der Sperrdatei der Browse-Datenbank: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} se cambió a: {1}",
|
||||
"dismiss.button": "Descartar",
|
||||
"disable.warnings.button": "Deshabilitar advertencias",
|
||||
"unable.to.provide.configuration": "{0} no puede proporcionar información de configuración de IntelliSense para \"{1}\". Se utilizará la configuración de \"{2}\" en su lugar.",
|
||||
"unable.to.provide.configuration": "{0} no puede proporcionar información de configuración de IntelliSense. Se utilizará la configuración de \"{1}\" en su lugar.",
|
||||
"config.not.found": "No se encuentra el nombre de la configuración que se ha solicitado: {0}",
|
||||
"unsupported.client": "Cliente no admitido",
|
||||
"timed.out": "Se agotó el tiempo de espera a los {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Editar la configuración de \"includePath\"",
|
||||
"disable_error_squiggles": "Deshabilitar el subrayado ondulado de errores",
|
||||
"enable_error_squiggles": "Habilitar el subrayado ondulado de errores",
|
||||
"include_errors_update_include_path_squiggles_disables": "Se han detectado errores de #include. Actualice el valor de includePath. El subrayado ondulado está deshabilitado para esta unidad de traducción ({0}).",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Se detectaron errores de #include. Actualice includePath. Los errores de sintaxis de este archivo no se notificarán hasta que se encuentren los archivos incluidos.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Se han detectado errores de #include. Actualice el valor de includePath. El analizador de etiquetas proporcionará las características de IntelliSense para esta unidad de traducción ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Se han detectado errores de #include. Considere la posibilidad de actualizar compile_commands.json o includePath. El analizador de etiquetas proporcionará las características de IntelliSense para esta unidad de traducción ({0}).",
|
||||
"could_not_parse_compile_commands": "No se puede analizar \"{0}\". En su lugar, se usará el valor de \"includePath\" del archivo c_cpp_properties.json en la carpeta \"{1}\".",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Formato de la salida diferenciada:",
|
||||
"disable_inactive_regions": "Deshabilitar el coloreado en regiones inactivas",
|
||||
"error_limit_exceeded": "Se superó el límite de errores, no se han notificado {0} errores.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Se han detectado errores de #include. Considere la posibilidad de actualizar el archivo compile_commands.json o el valor de includePath. El subrayado ondulado de errores está deshabilitado para esta unidad de traducción ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Se detectaron errores de #include. Considere la posibilidad de actualizar el compile_commands.json o includePath. Los errores de sintaxis de este archivo no se notificarán hasta que se encuentren los archivos incluidos.",
|
||||
"cannot_reset_database": "No se pudo restablecer la base de datos de IntelliSense. Para restablecerla manualmente, cierre todas las instancias de VS Code y, después, elimine este archivo: {0}",
|
||||
"formatting_failed_see_output": "No se pudo dar formato. Vea la ventana de salida para obtener más detalles.",
|
||||
"populating_include_completion_cache": "Rellenando la memoria caché de finalización de instrucciones include.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "No se pudo consultar el compilador. Revirtiendo para no establecer ningún valor de bits.",
|
||||
"intellisense_client_creation_aborted": "Se anuló la creación del cliente de IntelliSense: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Se han detectado errores de #include basados en la información proporcionada por configurationProvider. El analizador de etiquetas proporcionará las características de IntelliSense para esta unidad de traducción ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled": "Se han detectado errores de #include basados en la información proporcionada por configurationProvider. El subrayado ondulado está deshabilitado para esta unidad de traducción ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Se han detectado errores de #include basados en la información proporcionada por configurationProvider. Los errores de sintaxis de este archivo no se notificarán hasta que se encuentren los archivos incluidos.",
|
||||
"preprocessor_keyword": "palabra clave del preprocesador",
|
||||
"c_keyword": "Palabra clave de C",
|
||||
"cpp_keyword": "Palabra clave de C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indexación de archivos {0}",
|
||||
"help_allow_missing_lsp_config": "Permita que el servidor se inicie incluso si el archivo --lsp-config especificado no existe.",
|
||||
"initialize_failed_during_engine_setup": "Error de inicialización durante la configuración del motor.",
|
||||
"important_label": "Importante:"
|
||||
"important_label": "Importante:",
|
||||
"help_check": "Valide un archivo de origen frente a compile_commands.json analizándolo por completo y notificando cualquier diagnóstico. Sale con un código distinto de cero si se encuentran errores.",
|
||||
"help_check_compile_commands": "Ruta de acceso a un compile_commands.json específico (o a su directorio) que se usará con --check. El valor predeterminado es la detección automática.",
|
||||
"check_not_authorized": "no autorizado; es necesario iniciar sesión para ejecutar --check",
|
||||
"check_requires_source": "--check requiere un archivo de origen: --check=<file>",
|
||||
"check_source_not_found": "no se encuentra el archivo de origen: {0}",
|
||||
"check_compile_commands_not_found": "No se encontró compile_commands.json: {0}",
|
||||
"check_compile_commands_not_discovered": "no se pudo encontrar compile_commands.json en ningún directorio padre de {0}; pase --check-compile-commands=<path> para indicarlo explícitamente",
|
||||
"check_engine_init_failed": "no se pudo inicializar el motor de lenguaje",
|
||||
"check_no_workspace_folder": "no se resolvió ninguna carpeta del área de trabajo para {0}",
|
||||
"check_not_in_compile_commands": "{0} no se encuentra en {1}",
|
||||
"check_read_failed": "no se pudo leer {0}",
|
||||
"check_open_failed": "no se pudo abrir {0} para su análisis",
|
||||
"check_timed_out": "se agotó el tiempo de espera para finalizar el análisis de {0}",
|
||||
"failed_to_open_browse_db_lock_file": "No se pudo abrir el archivo de bloqueo de la base de datos de exploración: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "No se pudo bloquear el archivo de bloqueo de la base de datos de exploración: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} a été changé en : {1}",
|
||||
"dismiss.button": "Ignorer",
|
||||
"disable.warnings.button": "Désactiver les avertissements",
|
||||
"unable.to.provide.configuration": "{0} ne peut pas fournir les informations de configuration IntelliSense de '{1}'. Les paramètres de la configuration de '{2}' sont utilisés à la place.",
|
||||
"unable.to.provide.configuration": "{0} ne peut pas fournir les informations de configuration IntelliSense. Les paramètres de la configuration de « {1} » sont utilisés en remplacement.",
|
||||
"config.not.found": "Le nom de configuration demandé est introuvable : {0}",
|
||||
"unsupported.client": "Client non pris en charge",
|
||||
"timed.out": "Expiration du délai d'attente dans {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Modifier le paramètre \"includePath\"",
|
||||
"disable_error_squiggles": "Désactiver les tildes d'erreur",
|
||||
"enable_error_squiggles": "Activer tous les tildes d'erreur",
|
||||
"include_errors_update_include_path_squiggles_disables": "Erreurs #include détectées. Mettez à jour includePath. Les tildes sont désactivés pour cette unité de traduction ({0}).",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Erreurs #include détectées. Veuillez mettre à jour votre includePath. Les erreurs de syntaxe concernant ce fichier ne seront pas signalées tant que les fichiers inclus n’auront pas été trouvés.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Erreurs #include détectées. Mettez à jour includePath. Les fonctionnalités IntelliSense de cette unité de traduction ({0}) sont fournies par l'analyseur de balises.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Erreurs #include détectées. Mettez à jour compile_commands.json ou includePath. Les fonctionnalités IntelliSense de cette unité de traduction ({0}) sont fournies par l'analyseur de balises.",
|
||||
"could_not_parse_compile_commands": "Impossible d'analyser \"{0}\". 'includePath' dans c_cpp_properties.json dans le dossier '{1}' sera utilisé à la place.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Mise en forme de la sortie comparée :",
|
||||
"disable_inactive_regions": "Désactiver la colorisation de la région inactive",
|
||||
"error_limit_exceeded": "Limite d'erreurs dépassée, {0} erreur(s) non signalée(s).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Erreurs #include détectées. Mettez à jour compile_commands.json ou includePath. Les tildes sont désactivés pour cette unité de traduction ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Erreurs #include détectées. Envisagez de mettre à jour votre fichier compile_commands.json ou votre includePath. Les erreurs de syntaxe concernant ce fichier ne seront pas signalées tant que les fichiers inclus n’auront pas été trouvés.",
|
||||
"cannot_reset_database": "Impossible de réinitialiser la base de données IntelliSense. Pour effectuer une réinitialisation manuelle, fermez toutes les instances de VS Code, puis supprimez ce fichier : {0}",
|
||||
"formatting_failed_see_output": "La mise en forme a échoué. Pour plus d'informations, consultez la fenêtre sortie.",
|
||||
"populating_include_completion_cache": "Remplissage du cache de fin d'inclusion.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Échec de l'interrogation du compilateur. Retour au mode sans nombre de bits.",
|
||||
"intellisense_client_creation_aborted": "Abandon de la création du client IntelliSense : {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Erreurs #include détectées d'après les informations fournies par le paramètre configurationProvider. Les fonctionnalités IntelliSense de cette unité de traduction ({0}) sont fournies par l'analyseur de balises.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Erreurs #include détectées d'après les informations fournies par le paramètre configurationProvider. Les tildes sont désactivés pour cette unité de traduction ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Erreurs #include détectées d'après les informations fournies par le paramètre configurationProvider. Les erreurs de syntaxe concernant ce fichier ne seront pas signalées tant que les fichiers inclus n’auront pas été trouvés.",
|
||||
"preprocessor_keyword": "mot clé de préprocesseur",
|
||||
"c_keyword": "Mot clé C",
|
||||
"cpp_keyword": "Mot clé C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indexation des fichiers {0}",
|
||||
"help_allow_missing_lsp_config": "Autorisez le serveur à démarrer même si le fichier --lsp-config spécifié n’existe pas.",
|
||||
"initialize_failed_during_engine_setup": "Échec de l’initialisation lors de la configuration du moteur.",
|
||||
"important_label": "Important :"
|
||||
"important_label": "Important :",
|
||||
"help_check": "Validez un fichier source par rapport à compile_commands.json en effectuant une analyse syntaxique et sémantique complète, puis signalez tous les diagnostics. La commande se termine avec un code différent de zéro si des erreurs sont détectées.",
|
||||
"help_check_compile_commands": "Chemin vers un compile_commands.json spécifique (ou vers son répertoire) à utiliser avec --check. La valeur par défaut est la découverte automatique.",
|
||||
"check_not_authorized": "non autorisé; la connexion est requise pour exécuter --check",
|
||||
"check_requires_source": "--check nécessite un fichier source : --check=<file>",
|
||||
"check_source_not_found": "fichier source introuvable : {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json introuvable : {0}",
|
||||
"check_compile_commands_not_discovered": "nous n’avons pas pu trouver compile_commands.json dans un répertoire parent de {0}; passez --check-compile-commands=<path> pour le spécifier explicitement",
|
||||
"check_engine_init_failed": "Échec de l’initialisation du moteur de langage",
|
||||
"check_no_workspace_folder": "Aucun dossier d’espace de travail n’a été trouvé pour {0}",
|
||||
"check_not_in_compile_commands": "{0} n'est pas présent dans {1}",
|
||||
"check_read_failed": "Échec de la lecture de {0}",
|
||||
"check_open_failed": "Échec de l’ouverture de {0} pour l’analyse",
|
||||
"check_timed_out": "Délai d’attente dépassé en attendant la fin de l’analyse de {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Échec de l’ouverture du fichier de verrouillage de la base de données de navigation : {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Échec du verrouillage du fichier de verrouillage de la base de données de navigation : {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} è stato modificato in: {1}",
|
||||
"dismiss.button": "Ignora",
|
||||
"disable.warnings.button": "Disabilita avvisi",
|
||||
"unable.to.provide.configuration": "{0} non riesce a fornire le informazioni di configurazione IntelliSense per '{1}'. Verranno usate le impostazioni della configurazione di '{2}'.",
|
||||
"unable.to.provide.configuration": "{0} non è in grado di fornire le informazioni di configurazione IntelliSense. Verranno usate le impostazioni della configurazione di '{1}'.",
|
||||
"config.not.found": "Il nome di configurazione richiesto non è stato trovato: {0}",
|
||||
"unsupported.client": "Client non supportato",
|
||||
"timed.out": "Timeout raggiunto in {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Modifica l'impostazione \"includePath\"",
|
||||
"disable_error_squiggles": "Disabilita i segni di revisione per gli errori",
|
||||
"enable_error_squiggles": "Abilita i segni di revisione per gli errori",
|
||||
"include_errors_update_include_path_squiggles_disables": "Sono stati rilevati errori #include. Aggiornare includePath. I segni di revisione sono disabilitati per questa unità di conversione ({0}).",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Sono stati rilevati errori #include. Aggiornare includePath. Gli errori di sintassi per questo file non verranno segnalati finché non vengono trovati i file inclusi.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Sono stati rilevati errori #include. Aggiornare includePath. Le funzionalità IntelliSense per questa unità di conversione ({0}) verranno fornite dal parser di tag.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Sono stati rilevati errori #include. Provare ad aggiornare il file compile_commands.json o includePath. Le funzionalità IntelliSense per questa unità di conversione ({0}) verranno fornite dal parser di tag.",
|
||||
"could_not_parse_compile_commands": "Non è stato possibile analizzare \"{0}\". In alternativa, verrà usato 'includePath' del file c_cpp_properties.json nella cartella '{1}'.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Formattazione dell'output con indicazione delle differenze:",
|
||||
"disable_inactive_regions": "Disabilita la colorazione delle aree inattive",
|
||||
"error_limit_exceeded": "È stato superato il limite di errori. {0} errore/i non è/sono stato/i segnalato/i.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Sono stati rilevati errori #include. Provare ad aggiornare il file compile_commands.json o includePath. I segni di revisione sono disabilitati per questa unità di conversione ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Sono stati rilevati errori #include. Provare ad aggiornare il file compile_commands.json o includePath. Gli errori di sintassi per questo file non verranno segnalati finché non vengono trovati i file inclusi.",
|
||||
"cannot_reset_database": "Non è stato possibile reimpostare il database IntelliSense. Per reimpostare manualmente, chiudere tutte le istanze di VS Code, quindi eliminare questo file: {0}",
|
||||
"formatting_failed_see_output": "Formattazione non riuscita. Per informazioni dettagliate, vedere la finestra di output.",
|
||||
"populating_include_completion_cache": "Popolamento della cache di completamento di inclusione.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Non è stato possibile eseguire una query sul compilatore. Verrà eseguito il fallback alla modalità senza numero di bit.",
|
||||
"intellisense_client_creation_aborted": "La creazione del client IntelliSense è stata interrotta: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Sono stati rilevati errori #include sulla base delle informazioni fornite dall'impostazione configurationProvider. Le funzionalità IntelliSense per questa unità di conversione ({0}) verranno fornite dal parser di tag.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Sono stati rilevati errori #include sulla base delle informazioni fornite dall'impostazione configurationProvider. I segni di revisione sono disabilitati per questa unità di conversione ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Sono stati rilevati errori #include sulla base delle informazioni fornite dall'impostazione configurationProvider. Gli errori di sintassi per questo file non verranno segnalati finché non vengono trovati i file inclusi.",
|
||||
"preprocessor_keyword": "parola chiave del preprocessore",
|
||||
"c_keyword": "parola chiave C",
|
||||
"cpp_keyword": "parola chiave C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indicizzazione dei file {0}",
|
||||
"help_allow_missing_lsp_config": "Consentire l'avvio del server anche se il file --lsp-config specificato non esiste.",
|
||||
"initialize_failed_during_engine_setup": "Inizializzazione non riuscita durante la configurazione del motore.",
|
||||
"important_label": "Importante:"
|
||||
"important_label": "Importante:",
|
||||
"help_check": "Convalida un file di origine rispetto a compile_commands.json eseguendone completamente il parsing e l'analisi e segnalando eventuali diagnostiche. Termina con un codice diverso da zero se vengono rilevati errori.",
|
||||
"help_check_compile_commands": "Percorso a un compile_commands.json specifico (o alla relativa directory) da usare con --check. L'impostazione predefinita è l'individuazione automatica.",
|
||||
"check_not_authorized": "non autorizzato; per eseguire --check è necessario accedere",
|
||||
"check_requires_source": "--check richiede un file di origine: --check=<file>",
|
||||
"check_source_not_found": "file di origine non trovato: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json non trovato: {0}",
|
||||
"check_compile_commands_not_discovered": "non è stato possibile trovare compile_commands.json in alcuna directory padre di {0}; passare --check-compile-commands=<path> per specificarlo in modo esplicito",
|
||||
"check_engine_init_failed": "non è stato possibile inizializzare il motore del linguaggio",
|
||||
"check_no_workspace_folder": "non è stata risolta alcuna cartella dell'area di lavoro per {0}",
|
||||
"check_not_in_compile_commands": "{0} non è presente in {1}",
|
||||
"check_read_failed": "non è stato possibile leggere {0}",
|
||||
"check_open_failed": "non è stato possibile aprire {0} per l'analisi",
|
||||
"check_timed_out": "timeout durante l'attesa del completamento dell'analisi di {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Non è stato possibile aprire il file di blocco del database di esplorazione: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Non è stato possibile bloccare il file di blocco del database di esplorazione: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} が次に変更されました: {1}",
|
||||
"dismiss.button": "消去",
|
||||
"disable.warnings.button": "警告を無効にする",
|
||||
"unable.to.provide.configuration": "{0} が '{1}' の IntelliSense 構成情報を指定できません。'{2}' 構成からの設定が代わりに使用されます。",
|
||||
"unable.to.provide.configuration": "{0} は IntelliSense の構成情報を提供できません。代わりに、'{1}' 構成からの設定が使用されます。",
|
||||
"config.not.found": "要求された構成名が見つかりません: {0}",
|
||||
"unsupported.client": "サポートされていないクライアント",
|
||||
"timed.out": "{0} ミリ秒でタイムアウトしました。",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "\"includePath\" 設定の編集",
|
||||
"disable_error_squiggles": "エラーの波線を無効にする",
|
||||
"enable_error_squiggles": "すべてのエラーの波線を有効にする",
|
||||
"include_errors_update_include_path_squiggles_disables": "#include エラーが検出されました。includePath を更新してください。この翻訳単位 ({0}) では、波線が無効になっています。",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "#include エラーが検出されました。includePath を更新してください。このファイルの構文エラーは、インクルード ファイルが見つかるまで報告されません。",
|
||||
"include_errors_update_include_path_intellisense_disabled": "#include エラーが検出されました。includePath を更新してください。この翻訳単位 ({0}) の IntelliSense 機能は、タグ パーサーによって提供されます。",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#include エラーが検出されました。compile_commands.json または includePath を更新してみてください。この翻訳単位 ({0}) の IntelliSense 機能は、タグ パーサーによって提供されます。",
|
||||
"could_not_parse_compile_commands": "\"{0}\" を解析できませんでした。フォルダー '{1}' にある c_cpp_properties.json からの 'includePath' が代わりに使用されます。",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "差分出力の書式設定:",
|
||||
"disable_inactive_regions": "アクティブではない領域の色づけを無効にする",
|
||||
"error_limit_exceeded": "エラーの制限を超過しました。{0} 件のエラーが報告されません。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#include エラーが検出されました。compile_commands.json または includePath を更新してみてください。この翻訳単位 ({0}) では、波線が無効になっています。",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "#include エラーが検出されました。compile_commands.json または includePath の更新を検討してください。このファイルの構文エラーは、インクルード ファイルが見つかるまで報告されません。",
|
||||
"cannot_reset_database": "IntelliSense データベースをリセットできませんでした。手動でリセットするには、VS Code のインスタンスをすべて閉じてから、このファイルを削除してください: {0}",
|
||||
"formatting_failed_see_output": "書式設定が失敗しました。詳細については、出力ウィンドウを参照してください。",
|
||||
"populating_include_completion_cache": "インクルード完了キャッシュを事前設定しています。",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "コンパイラを照会できませんでした。ビットなしに戻ります。",
|
||||
"intellisense_client_creation_aborted": "IntelliSense クライアントの作成が中止されました: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "configurationProvider 設定によって提供された情報に基づいて、#include エラーが検出されました。この翻訳単位 ({0}) の IntelliSense 機能は、タグ パーサーによって提供されます。",
|
||||
"include_errors_config_provider_squiggles_disabled": "configurationProvider 設定によって提供された情報に基づいて、#include エラーが検出されました。この翻訳単位 ({0}) では、波線が無効になっています。",
|
||||
"include_errors_config_provider_squiggles_disabled2": "configurationProvider 設定で指定された情報に基づいて、#include エラーが検出されました。このファイルの構文エラーは、インクルード ファイルが見つかるまで報告されません。",
|
||||
"preprocessor_keyword": "プリプロセッサ キーワード",
|
||||
"c_keyword": "C キーワード",
|
||||
"cpp_keyword": "C++ キーワード",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "ファイルのインデックスを作成しています: {0}",
|
||||
"help_allow_missing_lsp_config": "指定された --lsp-config ファイルが存在しない場合でも、サーバーの起動を許可します。",
|
||||
"initialize_failed_during_engine_setup": "エンジンのセットアップ中に初期化に失敗しました。",
|
||||
"important_label": "重要:"
|
||||
"important_label": "重要:",
|
||||
"help_check": "ソース ファイルを完全に構文解析および分析して診断を報告し、compile_commands.json に照らして検証します。エラーが見つかった場合は、0 以外の終了コードで終了します。",
|
||||
"help_check_compile_commands": "--check とともに使用する、特定のcompile_commands.json (またはそのディレクトリ) へのパス。既定値は自動検出です。",
|
||||
"check_not_authorized": "未承認: --check を実行するにはサインインが必要です",
|
||||
"check_requires_source": "--check にはソース ファイルが必要です: --check=<file>",
|
||||
"check_source_not_found": "ソース ファイルが見つかりません: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json が見つかりません: {0}",
|
||||
"check_compile_commands_not_discovered": "{0} のいずれの親ディレクトリにも、compile_commands.json が見つかりませんでした。--check-compile-commands=<path> を渡して明示的に指定してください",
|
||||
"check_engine_init_failed": "言語エンジンの初期化に失敗しました",
|
||||
"check_no_workspace_folder": "{0} のワークスペース フォルダーを解決できませんでした",
|
||||
"check_not_in_compile_commands": "{0} は {1} 内に存在しません",
|
||||
"check_read_failed": "{0} の読み取りに失敗しました",
|
||||
"check_open_failed": "分析のために {0} を開けませんでした",
|
||||
"check_timed_out": "{0} の分析が完了するのを待機中にタイムアウトしました",
|
||||
"failed_to_open_browse_db_lock_file": "参照データベースのロック ファイルを開けませんでした: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "参照データベースのロック ファイルをロックできませんでした: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0}이(가) {1}(으)로 변경되었습니다.",
|
||||
"dismiss.button": "해제",
|
||||
"disable.warnings.button": "경고 사용 안 함",
|
||||
"unable.to.provide.configuration": "{0}은(는) '{1}'에 대한 IntelliSense 구성 정보를 제공할 수 없습니다. '{2}' 구성의 설정이 대신 사용됩니다.",
|
||||
"unable.to.provide.configuration": "{0}은(는) IntelliSense 구성 정보를 제공할 수 없습니다. '{1}' 구성의 설정이 대신 사용됩니다.",
|
||||
"config.not.found": "요청된 구성 이름을 찾을 수 없음: {0}",
|
||||
"unsupported.client": "지원되지 않는 클라이언트",
|
||||
"timed.out": "{0}ms 후 시간이 초과되었습니다.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "\"includePath\" 설정 편집",
|
||||
"disable_error_squiggles": "오류 표시선 사용 안 함",
|
||||
"enable_error_squiggles": "모든 오류 표시선 사용",
|
||||
"include_errors_update_include_path_squiggles_disables": "#include 오류가 검색되었습니다. includePath를 업데이트하세요. 이 변환 단위({0})에는 물결선을 사용할 수 없습니다.",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "#include 오류가 감지되었습니다. includePath를 업데이트하세요. 포함된 파일을 찾을 때까지 이 파일의 구문 오류는 보고되지 않습니다.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "#include 오류가 검색되었습니다. includePath를 업데이트하는 것이 좋습니다. 이 변환 단위({0})에 대한 IntelliSense 기능은 태그 파서에서 제공됩니다.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#include 오류가 검색되었습니다. compile_commands.json 또는 includePath를 업데이트하는 것이 좋습니다. 이 변환 단위({0})에 대한 IntelliSense 기능은 태그 파서에서 제공됩니다.",
|
||||
"could_not_parse_compile_commands": "\"{0}\"을(를) 구문 분석할 수 없습니다. '{1}' 폴더에 있는 c_cpp_properties.json의 'includePath'가 대신 사용됩니다.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "차이점 비교 출력의 서식을 지정하는 중:",
|
||||
"disable_inactive_regions": "비활성 영역 색 지정 사용 안 함",
|
||||
"error_limit_exceeded": "오류 제한이 초과되었습니다. {0} 오류가 보고되지 않았습니다.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#include 오류가 검색되었습니다. compile_commands.json 또는 includePath를 업데이트하는 것이 좋습니다. 이 변환 단위({0})에는 물결선을 사용할 수 없습니다.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "#include 오류가 감지되었습니다. compile_commands.json 또는 includePath를 업데이트하는 것이 좋습니다. 포함된 파일을 찾을 때까지 이 파일의 구문 오류는 보고되지 않습니다.",
|
||||
"cannot_reset_database": "IntelliSense 데이터베이스를 다시 설정할 수 없습니다. 수동으로 다시 설정하려면 VS Code 인스턴스를 모두 닫은 후 {0} 파일을 삭제합니다.",
|
||||
"formatting_failed_see_output": "서식을 지정하지 못했습니다. 자세한 내용은 출력 창을 참조하세요.",
|
||||
"populating_include_completion_cache": "포함 완료 캐시를 채우는 중입니다.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "컴파일러를 쿼리하지 못했습니다. 0비트로 대체하는 중입니다.",
|
||||
"intellisense_client_creation_aborted": "IntelliSense 클라이언트 만들기가 중단됨: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "configurationProvider 설정에서 제공하는 정보를 기준으로 #include 오류가 검색되었습니다. 태그 파서가 이 변환 단위({0})에 적합한 IntelliSense 기능을 제공합니다.",
|
||||
"include_errors_config_provider_squiggles_disabled": "configurationProvider 설정에서 제공하는 정보를 기준으로 #include 오류가 검색되었습니다. 이 변환 단위({0})에서 물결선을 사용할 수 없습니다.",
|
||||
"include_errors_config_provider_squiggles_disabled2": "configurationProvider 설정에서 제공하는 정보를 기준으로 #include 오류가 감지되었습니다. 포함된 파일을 찾을 때까지 이 파일의 구문 오류는 보고되지 않습니다.",
|
||||
"preprocessor_keyword": "전처리기 키워드",
|
||||
"c_keyword": "C 키워드",
|
||||
"cpp_keyword": "C++ 키워드",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "파일을 인덱싱하는 중 {0}",
|
||||
"help_allow_missing_lsp_config": "지정된 --lsp-config 파일이 없어도 서버를 시작할 수 있도록 허용합니다.",
|
||||
"initialize_failed_during_engine_setup": "엔진을 설정하는 동안 초기화하지 못했습니다.",
|
||||
"important_label": "중요:"
|
||||
"important_label": "중요:",
|
||||
"help_check": "소스 파일을 완전히 구문 분석 및 분석하고 진단 결과를 보고하여 compile_commands.json을 기준으로 유효성을 검사합니다. 오류가 발견되면 0이 아닌 종료 코드로 종료합니다.",
|
||||
"help_check_compile_commands": "--check와 함께 사용할 특정 compile_commands.json(또는 해당 디렉터리)의 경로입니다. 기본값은 자동 검색입니다.",
|
||||
"check_not_authorized": "권한이 없습니다. --check를 실행하려면 로그인이 필요합니다.",
|
||||
"check_requires_source": "--check에는 소스 파일이 필요합니다. --check=<file>",
|
||||
"check_source_not_found": "소스 파일을 찾을 수 없음: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json을 찾을 수 없음: {0}",
|
||||
"check_compile_commands_not_discovered": "{0}의 상위 디렉터리에서 compile_commands.json을 찾을 수 없습니다. 명시적으로 지정하려면 --check-compile-commands=<path>를 전달하세요.",
|
||||
"check_engine_init_failed": "언어 엔진을 초기화하지 못했습니다.",
|
||||
"check_no_workspace_folder": "{0}에 대해 확인된 작업 영역 폴더가 없습니다.",
|
||||
"check_not_in_compile_commands": "{0}이(가) {1}에 없습니다.",
|
||||
"check_read_failed": "{0}을(를) 읽지 못했습니다.",
|
||||
"check_open_failed": "분석을 위해 {0}을(를) 열지 못했습니다.",
|
||||
"check_timed_out": "{0}에 대한 분석이 완료되기를 기다리는 동안 시간이 초과되었습니다.",
|
||||
"failed_to_open_browse_db_lock_file": "찾아보기 데이터베이스 잠금 파일을 열지 못했습니다. {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "찾아보기 데이터베이스 잠금 파일을 잠그지 못했습니다. {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
"c_cpp.taskDefinitions.args.quoting.weak.description": "Umieszcza argument w cudzysłowach przy użyciu słabego symbolu cudzysłowu powłoki (np. ” w ramach powłoki Bash).",
|
||||
"c_cpp.taskDefinitions.options.description": "Dodatkowe opcje poleceń.",
|
||||
"c_cpp.taskDefinitions.options.cwd.description": "The current working directory of the executed program or script. If omitted Code's current workspace root is used.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "One or more problem matchers to use to detect compiler errors and warnings in task output.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "Co najmniej jedno dopasowanie problemu w celu użycia do wykrywania błędów kompilatora i ostrzeżeń w danych wyjściowych zadania.",
|
||||
"c_cpp.taskDefinitions.detail.description": "Dodatkowe dane szczegółowe zadania.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.description": "Ścieżki bieżące i czasu kompilacji do tych samych drzew źródeł. Pliki znalezione w ścieżce EditorPath są mapowane na ścieżkę CompileTimePath na potrzeby dopasowywania punktu przerwania i mapowane ze ścieżki CompileTimePath na ścieżkę EditorPath podczas wyświetlania lokalizacji śladu stosu.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.editorPath.description": "Ścieżka do drzewa źródeł, które będzie używane przez edytor.",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "Poziom {0} zmienił się na: {1}",
|
||||
"dismiss.button": "Odrzuć",
|
||||
"disable.warnings.button": "Wyłącz ostrzeżenia",
|
||||
"unable.to.provide.configuration": "{0} nie może dostarczyć informacji o konfiguracji funkcji IntelliSense dla elementu „{1}”. W zamian zostaną użyte ustawienia z konfiguracji „{2}”.",
|
||||
"unable.to.provide.configuration": "{0} nie może udostępnić informacji dotyczących konfiguracji funkcji IntelliSense. Zamiast tego zostaną użyte ustawienia z konfiguracji „{1}”.",
|
||||
"config.not.found": "Nie znaleziono żądanej nazwy konfiguracji: {0}",
|
||||
"unsupported.client": "Nieobsługiwany klient",
|
||||
"timed.out": "Przekroczono limit czasu: {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Edytuj ustawienie „includePath”",
|
||||
"disable_error_squiggles": "Wyłącz zygzaki sygnalizujące błędy",
|
||||
"enable_error_squiggles": "Włącz wszystkie zygzaki sygnalizujące błędy",
|
||||
"include_errors_update_include_path_squiggles_disables": "Wykryto błędy elementu #include. Zaktualizuj element includePath. Dla tej jednostki translacji ({0}) wyłączono zygzaki.",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Wykryto błędy #include. Zaktualizuj ścieżkę includePath. Błędy składni dla tego pliku nie będą raportowane do czasu znalezienia uwzględnionych plików.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Wykryto błędy elementu #include. Zaktualizuj element includePath. Funkcje IntelliSense dla tej jednostki translacji ({0}) będą udostępniane przez analizator tagów.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Wykryto błędy elementu #include. Rozważ zaktualizowanie pliku compile_commands.json lub elementu includePath. Funkcje IntelliSense dla tej jednostki translacji ({0}) będą udostępniane przez analizator tagów.",
|
||||
"could_not_parse_compile_commands": "Nie można przeanalizować elementu „{0}”. Zamiast tego zostanie użyty element „includePath” z pliku c_cpp_properties.json znajdującego się w folderze „{1}”.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Formatowanie porównania danych wyjściowych:",
|
||||
"disable_inactive_regions": "Wyłącz kolorowanie regionów nieaktywnych",
|
||||
"error_limit_exceeded": "Przekroczono limit błędów, niezgłoszone błędy: {0}.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Wykryto błędy elementu #include. Rozważ zaktualizowanie pliku compile_commands.json lub elementu includePath. Dla tej jednostki translacji ({0}) wyłączono zygzaki.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Wykryto błędy #include. Rozważ zaktualizowanie elementu compile_commands.json lub includePath. Błędy składni dla tego pliku nie będą raportowane do czasu znalezienia uwzględnionych plików.",
|
||||
"cannot_reset_database": "Nie można zresetować bazy danych funkcji IntelliSense. Aby zresetować ręcznie, zamknij wszystkie wystąpienia programu VS Code, a następnie usuń ten plik: {0}",
|
||||
"formatting_failed_see_output": "Formatowanie nie powiodło się. Zobacz okno danych wyjściowych, aby uzyskać szczegółowe informacje.",
|
||||
"populating_include_completion_cache": "Wypełnianie pamięci podręcznej ukończenia dyrektywy include.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Nie można wykonać zapytania dotyczącego kompilatora. Powrót do braku liczby bitów.",
|
||||
"intellisense_client_creation_aborted": "Przerwano tworzenie klienta IntelliSense: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "Wykryto błędy #include na podstawie informacji podanych przez ustawienie configurationProvider. Funkcje IntelliSense dla tej jednostki tłumaczeniowej ({0}) będą udostępniane przez analizator tagów.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Wykryto błędy #include na podstawie informacji podanych przez ustawienie configurationProvider. Zygzaki dla tej jednostki tłumaczeniowej ({0}) są wyłączone.",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Wykryto błędy #include na podstawie informacji podanych przez ustawienie configurationProvider. Błędy składni dla tego pliku nie będą raportowane do czasu znalezienia uwzględnionych plików.",
|
||||
"preprocessor_keyword": "słowo kluczowe preprocesora",
|
||||
"c_keyword": "Słowo kluczowe języka C",
|
||||
"cpp_keyword": "Słowo kluczowe języka C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indeksowanie plików {0}",
|
||||
"help_allow_missing_lsp_config": "Zezwól na uruchomienie serwera, nawet jeśli podany plik --lsp-config nie istnieje.",
|
||||
"initialize_failed_during_engine_setup": "Inicjowanie nie powiodło się podczas instalacji aparatu.",
|
||||
"important_label": "Ważne:"
|
||||
"important_label": "Ważne:",
|
||||
"help_check": "Sprawdź poprawność pliku źródłowego pod kątem zawartości pliku compile_commands.json poprzez jego pełne przetworzenie i analizę, zgłaszając wszelkie komunikaty diagnostyczne. Wynik jest inny niż zero, jeśli wykryto błędy.",
|
||||
"help_check_compile_commands": "Ścieżka do konkretnego pliku compile_commands.json (lub katalogu, w którym się znajduje), który ma być używany z opcją --check. Domyślnie włączona jest funkcja automatycznego wykrywania.",
|
||||
"check_not_authorized": "brak autoryzacji; logowanie jest wymagane do uruchomienia polecenia --check",
|
||||
"check_requires_source": "--check wymaga pliku źródłowego: --check=<file>",
|
||||
"check_source_not_found": "nie znaleziono pliku źródłowego: {0}",
|
||||
"check_compile_commands_not_found": "nie znaleziono compile_commands.json: {0}",
|
||||
"check_compile_commands_not_discovered": "Nie znaleziono pliku compile_commands.json w żadnym katalogu nadrzędnym {0}; aby go jawnie wskazać, należy przekazać opcję --check-compile-commands=<path>",
|
||||
"check_engine_init_failed": "nie można zainicjować aparatu języka",
|
||||
"check_no_workspace_folder": "nie rozpoznano folderu obszaru roboczego dla {0}",
|
||||
"check_not_in_compile_commands": "{0} nie występuje w {1}",
|
||||
"check_read_failed": "nie można odczytać {0}",
|
||||
"check_open_failed": "nie można otworzyć {0} do analizy",
|
||||
"check_timed_out": "przekroczono limit czasu oczekiwania na zakończenie analizy {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Nie można otworzyć pliku blokady bazy danych przeglądania: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Nie można zablokować pliku blokady bazy danych przeglądania: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
"c_cpp.taskDefinitions.args.quoting.weak.description": "Cita o argumento usando o caractere de aspas duplas do shell (por exemplo, \" no bash).",
|
||||
"c_cpp.taskDefinitions.options.description": "Opções de comando adicionais.",
|
||||
"c_cpp.taskDefinitions.options.cwd.description": "O diretório de trabalho atual do programa executado ou do script. Se omitido raiz de espaço de trabalho atual do código é usado.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "One or more problem matchers to use to detect compiler errors and warnings in task output.",
|
||||
"c_cpp.taskDefinitions.problemMatcher.description": "Um ou mais detectores de problemas para identificar erros e avisos do compilador na saída da tarefa.",
|
||||
"c_cpp.taskDefinitions.detail.description": "Detalhes adicionais da tarefa.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.description": "Os caminhos atual e do tempo de compilação são mapeados para as mesmas árvores de origem. Os arquivos encontrados em EditorPath são mapeados para o caminho CompileTimePath para correspondência de ponto de interrupção e mapeados de CompileTimePath para EditorPath ao exibir os locais de rastreamento de pilha.",
|
||||
"c_cpp.debuggers.sourceFileMap.sourceFileMapEntry.editorPath.description": "O caminho para a árvore de origem que o editor usará.",
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} foi alterado para: {1}",
|
||||
"dismiss.button": "Ignorar",
|
||||
"disable.warnings.button": "Desabilitar os Avisos",
|
||||
"unable.to.provide.configuration": "{0} não pode fornecer informações de configuração de IntelliSense para '{1}'. Em seu lugar, serão usadas as definições da configuração '{2}'.",
|
||||
"unable.to.provide.configuration": "{0} não é capaz de fornecer informações de configuração do IntelliSense. As configurações de '{1}' serão usadas em vez disso.",
|
||||
"config.not.found": "O nome de configuração solicitado não foi encontrado: {0}",
|
||||
"unsupported.client": "Cliente sem suporte",
|
||||
"timed.out": "Tempo limite atingido em {0} ms.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Editar a configuração de \"includePath\"",
|
||||
"disable_error_squiggles": "Desabilitar rabiscos de erro",
|
||||
"enable_error_squiggles": "Habilitar todos os rabiscos de erro",
|
||||
"include_errors_update_include_path_squiggles_disables": "#incluir erros detectados. Atualize o includePath. Os rabiscos estão desabilitados para esta unidade de tradução ({0}).",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Foram detectados erros de #include. Atualize seu includePath. Erros de sintaxe para este arquivo não serão relatados até que os arquivos incluídos sejam encontrados.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "#incluir erros detectados. Atualize o includePath. Os recursos do IntelliSense para esta unidade de tradução ({0}) serão fornecidos pelo Analisador de Marca.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#incluir erros detectados. Considere atualizar o compile_commands.json ou o includePath. Os recursos do IntelliSense para esta unidade de tradução ({0}) serão fornecidos pelo Analisador de Marca.",
|
||||
"could_not_parse_compile_commands": "Não foi possível analisar \"{0}\". Em seu lugar, será usado o 'includePath' de c_cpp_properties.json na pasta '{1}'.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Formatando a saída diferenciada:",
|
||||
"disable_inactive_regions": "Desabilitar a colorização da região inativa",
|
||||
"error_limit_exceeded": "O limite de erros foi excedido. {0} erros não relatados.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#incluir erros detectados. Considere atualizar o compile_commands.json ou o includePath. Os rabiscos estão desabilitados para esta unidade de tradução ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Foram detectados erros de #include. Considere atualizar seu compile_commands.json ou includePath. Erros de sintaxe para este arquivo não serão relatados até que os arquivos incluídos sejam encontrados.",
|
||||
"cannot_reset_database": "O banco de dados do IntelliSense não pôde ser redefinido. Para redefinir manualmente, feche todas as instâncias do VS Code e exclua este arquivo: {0}",
|
||||
"formatting_failed_see_output": "Falha na formatação. Consulte a janela de saída para obter detalhes.",
|
||||
"populating_include_completion_cache": "Preenchendo o cache de conclusão de inclusão.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Falha ao consultar o compilador. Voltando para nenhum número de bit.",
|
||||
"intellisense_client_creation_aborted": "Criação de cliente do IntelliSense anulada: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "#inclui erros detectados com base nas informações fornecidas pela configuração configurationProvider. Os recursos do IntelliSense para essa unidade de conversão ({0}) serão fornecidos pelo Analisador de Marca.",
|
||||
"include_errors_config_provider_squiggles_disabled": "#inclui erros detectados com base nas informações fornecidas pela configuração configurationProvider. Os rabiscos estão desabilitados para esta unidade de tradução ({0}).",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Foram detectados erros de #include com base nas informações fornecidas pela configuração configurationProvider. Erros de sintaxe para este arquivo não serão relatados até que os arquivos incluídos sejam encontrados.",
|
||||
"preprocessor_keyword": "palavra-chave do pré-processador",
|
||||
"c_keyword": "Palavra-chave C",
|
||||
"cpp_keyword": "Palavra-chave C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Indexando os arquivos {0}",
|
||||
"help_allow_missing_lsp_config": "Permita que o servidor seja iniciado mesmo que o arquivo --lsp-config especificado não exista.",
|
||||
"initialize_failed_during_engine_setup": "Falha na inicialização durante a instalação do mecanismo.",
|
||||
"important_label": "Importante:"
|
||||
"important_label": "Importante:",
|
||||
"help_check": "Valide um arquivo de origem em relação a compile_commands.json analisando-o e fazendo uma análise sintática completa, e relatando quaisquer diagnósticos. Sai com um código diferente de zero se forem encontrados erros.",
|
||||
"help_check_compile_commands": "Caminho para um compile_commands.json específico (ou seu diretório) que será usado com --check. O padrão é a descoberta automática.",
|
||||
"check_not_authorized": "não autorizado; é necessário entrar para executar --check",
|
||||
"check_requires_source": "--check requer um arquivo de origem: --check=<file>",
|
||||
"check_source_not_found": "arquivo de origem não encontrado: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json não encontrado: {0}",
|
||||
"check_compile_commands_not_discovered": "não foi possível localizar compile_commands.json em nenhum diretório pai de {0}; use --check-compile-commands=<path> para especificá-lo explicitamente",
|
||||
"check_engine_init_failed": "falhou ao inicializar o mecanismo de linguagem",
|
||||
"check_no_workspace_folder": "nenhuma pasta do espaço de trabalho foi resolvida para {0}",
|
||||
"check_not_in_compile_commands": "{0} não está presente em {1}",
|
||||
"check_read_failed": "falhou ao ler {0}",
|
||||
"check_open_failed": "falhou ao abrir {0} para análise",
|
||||
"check_timed_out": "tempo limite esgotado enquanto aguardava a conclusão da análise de {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Não foi possível abrir o arquivo de bloqueio do banco de dados de navegação: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Não foi possível bloquear o arquivo de bloqueio do banco de dados de navegação: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} был изменен на: {1}",
|
||||
"dismiss.button": "Закрыть",
|
||||
"disable.warnings.button": "Отключить предупреждения",
|
||||
"unable.to.provide.configuration": "{0} не удается предоставить сведения о конфигурации IntelliSense для \"{1}\". Вместо этого будут использованы параметры из конфигурации \"{2}\".",
|
||||
"unable.to.provide.configuration": "{0} не удается предоставить сведения о конфигурации IntelliSense. Вместо этого будут использованы параметры из конфигурации \"{1}\".",
|
||||
"config.not.found": "Запрошенное имя конфигурации не найдено: {0}",
|
||||
"unsupported.client": "Неподдерживаемый клиент",
|
||||
"timed.out": "Время ожидания истекло через {0} мс.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "Изменить параметр \"includePath\"",
|
||||
"disable_error_squiggles": "Отключить волнистые линии для ошибок",
|
||||
"enable_error_squiggles": "Включить все волнистые линии для ошибок",
|
||||
"include_errors_update_include_path_squiggles_disables": "Обнаружены ошибки #include. Измените includePath. Волнистые линии отключены для этой единицы трансляции ({0}).",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "Обнаружены ошибки #include. Обновите includePath. Синтаксические ошибки для этого файла не будут сообщаться, пока не будут найдены включаемые файлы.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "Обнаружены ошибки #include. Измените includePath. Функции IntelliSense для этой единицы трансляции ({0}) будет предоставлены анализатором тегов.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "Обнаружены ошибки #include. Рекомендуется изменить compile_commands.json или includePath. Функции IntelliSense для этой единицы трансляции ({0}) будет предоставлены анализатором тегов.",
|
||||
"could_not_parse_compile_commands": "Не удалось проанализировать \"{0}\". Вместо этого будет использоваться \"includePath\" из файла c_cpp_properties.json в папке \"{1}\".",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Форматирование выходных данных с различиями:",
|
||||
"disable_inactive_regions": "Отключить раскраску неактивных областей",
|
||||
"error_limit_exceeded": "Превышено предельное число ошибок, ошибок не выводится: {0}.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "Обнаружены ошибки #include. Рекомендуется изменить compile_commands.json или includePath. Волнистые линии отключены для этой единицы трансляции ({0}).",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "Обнаружены ошибки #include. Рекомендуется изменить compile_commands.json или includePath. Синтаксические ошибки для этого файла не будут сообщаться, пока не будут найдены включаемые файлы.",
|
||||
"cannot_reset_database": "Не удалось сбросить базу данных IntelliSense. Чтобы выполнить сброс вручную, закройте все экземпляры VS Code, а затем удалите этот файл: {0}",
|
||||
"formatting_failed_see_output": "Сбой форматирования. Дополнительные сведения см. в окне вывода.",
|
||||
"populating_include_completion_cache": "Заполнение кэша завершения включения.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Не удалось запросить сведения от компилятора. Возврат к режиму без использования разрядности.",
|
||||
"intellisense_client_creation_aborted": "Создание клиента IntelliSense прервано: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "обнаружены ошибки #include на основе сведений, предоставленных параметром configurationProvider. Функции IntelliSense для этой записи преобразования ({0}) будут предоставлены анализатором тегов.",
|
||||
"include_errors_config_provider_squiggles_disabled": "Обнаружены ошибки #include на основе сведений, предоставленных параметром configurationProvider. Волнистые линии для этой записи преобразования ({0}) отключены.",
|
||||
"include_errors_config_provider_squiggles_disabled2": "Обнаружены ошибки #include на основе сведений, предоставленных параметром configurationProvider. Синтаксические ошибки для этого файла не будут сообщаться, пока не будут найдены включаемые файлы.",
|
||||
"preprocessor_keyword": "ключевое слово препроцессора",
|
||||
"c_keyword": "Ключевое слово C",
|
||||
"cpp_keyword": "Ключевое слово C++",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Индексирование файлов {0}",
|
||||
"help_allow_missing_lsp_config": "Разрешить запуск сервера, даже если указанный файл --lsp-config не существует.",
|
||||
"initialize_failed_during_engine_setup": "Сбой инициализации при настройке подсистемы.",
|
||||
"important_label": "Важно!"
|
||||
"important_label": "Важно!",
|
||||
"help_check": "Проверить исходный файл на соответствие compile_commands.json, выполнив его полный синтаксический разбор и анализ и сообщив обо всех результатах диагностики. При обнаружении ошибок выполняется выход с ненулевым кодом.",
|
||||
"help_check_compile_commands": "Путь к конкретному файлу compile_commands.json (или к его каталогу) для использования с параметром --check. По умолчанию используется автоматическое обнаружение.",
|
||||
"check_not_authorized": "не авторизовано; для выполнения --check требуется вход",
|
||||
"check_requires_source": "--check требует указать исходный файл: --check=<file>",
|
||||
"check_source_not_found": "исходный файл не найден: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json не найден: {0}",
|
||||
"check_compile_commands_not_discovered": "не удалось найти compile_commands.json ни в одном из родительских каталогов {0}; передайте --check-compile-commands=<path>, чтобы указать его явно",
|
||||
"check_engine_init_failed": "не удалось инициализировать языковую подсистему",
|
||||
"check_no_workspace_folder": "не удалось сопоставить папку рабочей области для {0}",
|
||||
"check_not_in_compile_commands": "{0} не существует в {1}",
|
||||
"check_read_failed": "не удалось прочесть {0}",
|
||||
"check_open_failed": "не удалось открыть {0} для анализа",
|
||||
"check_timed_out": "истекло время ожидания завершения анализа {0}",
|
||||
"failed_to_open_browse_db_lock_file": "Не удалось открыть файл блокировки базы данных просмотра: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Не удалось заблокировать файл блокировки базы данных просмотра: {0} (errno={1})"
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"loggingLevel.changed": "{0} {1} olarak değiştirildi",
|
||||
"dismiss.button": "Kapat",
|
||||
"disable.warnings.button": "Uyarıları Devre Dışı Bırak",
|
||||
"unable.to.provide.configuration": "{0}, '{1}' için IntelliSense yapılandırma bilgilerini sağlayamıyor. Bunun yerine '{2}' yapılandırmasındaki ayarlar kullanılacak.",
|
||||
"unable.to.provide.configuration": "{0}, IntelliSense yapılandırma bilgilerini sağlayamıyor. Bunun yerine '{1}' yapılandırmasındaki ayarlar kullanılacak.",
|
||||
"config.not.found": "İstenen yapılandırma adı bulunamadı: {0}",
|
||||
"unsupported.client": "Desteklenmeyen istemci",
|
||||
"timed.out": "{0} ms'de zaman aşımına uğradı.",
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"edit_include_path": "\"includePath\" ayarını düzenle",
|
||||
"disable_error_squiggles": "Hata ilişkilendirmelerini devre dışı bırak",
|
||||
"enable_error_squiggles": "Tüm hata ilişkilendirmelerini etkinleştir",
|
||||
"include_errors_update_include_path_squiggles_disables": "#include hataları algılandı. Lütfen includePath değerinizi güncelleştirin. Bu çeviri birimi ({0}) için ilişkilendirmeler devre dışı bırakıldı.",
|
||||
"include_errors_update_include_path_squiggles_disabled2": "#include hataları algılandı. Lütfen includePath değerinizi güncelleştirin. İçerilen dosyalar bulunana kadar bu dosyanın söz dizimi hataları bildirilmeyecek.",
|
||||
"include_errors_update_include_path_intellisense_disabled": "#include hataları algılandı. Lütfen includePath değerinizi güncelleştirin. Bu çeviri birimi ({0}) için IntelliSense özellikleri Etiket Ayrıştırıcısı tarafından sağlanır.",
|
||||
"include_errors_update_compile_commands_or_include_path_intellisense_disabled": "#include hataları algılandı. compile_commands.json dosyanızı veya includePath değerinizi güncelleştirmeyi deneyin. Bu çeviri birimi ({0}) için IntelliSense özellikleri Etiket Ayrıştırıcısı tarafından sağlanır.",
|
||||
"could_not_parse_compile_commands": "\"{0}\" ayrıştırılamadı. Bunun yerine '{1}' klasöründeki c_cpp_properties.json dosyasında bulunan 'includePath' kullanılacak.",
|
||||
@@ -122,7 +122,7 @@
|
||||
"formatting_diff": "Karşılaştırılmış çıkış biçimlendiriliyor:",
|
||||
"disable_inactive_regions": "Etkin olmayan bölge renklendirmeyi devre dışı bırak",
|
||||
"error_limit_exceeded": "Hata sınırı aşıldı, {0} hata bildirilmedi.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled": "#include hataları algılandı. compile_commands.json dosyanızı veya includePath değerinizi güncelleştirmeyi deneyin. Bu çeviri birimi ({0}) için ilişkilendirmeler devre dışı bırakıldı.",
|
||||
"include_errors_update_compile_commands_or_include_path_squiggles_disabled2": "#include hataları algılandı. compile_commands.json dosyanızı veya includePath değerini güncelleştirmeyi deneyin. İçerilen dosyalar bulunana kadar bu dosyanın söz dizimi hataları bildirilmeyecek.",
|
||||
"cannot_reset_database": "IntelliSense veritabanı sıfırlanamadı. Kendiniz sıfırlamak istiyorsanız, tüm VS Code örneklerini kapatıp bu dosyayı silin: {0}",
|
||||
"formatting_failed_see_output": "Biçimlendirme başarısız oldu. Ayrıntılar için çıkış penceresine bakın.",
|
||||
"populating_include_completion_cache": "Ekleme tamamlama önbelleği dolduruluyor.",
|
||||
@@ -160,7 +160,7 @@
|
||||
"fallback_to_no_bitness": "Derleyici sorgulanamadı. Bit genişliği yok durumuna geri dönülüyor.",
|
||||
"intellisense_client_creation_aborted": "IntelliSense istemcisi oluşturma işlemi durduruldu: {0}",
|
||||
"include_errors_config_provider_intellisense_disabled": "configurationProvider ayarı tarafından sağlanan bilgilere göre #include hataları saptandı. Bu çeviri birimi ({0}) için IntelliSense özellikleri Etiket Ayrıştırıcısı tarafından sağlanır.",
|
||||
"include_errors_config_provider_squiggles_disabled": "configurationProvider ayarı tarafından sağlanan bilgilere göre #include hataları saptandı. Bu çeviri birimi ({0}) için dalgalı çizgiler devre dışı bırakıldı.",
|
||||
"include_errors_config_provider_squiggles_disabled2": "configurationProvider ayarı tarafından sağlanan bilgilere göre #include hataları saptandı. İçerilen dosyalar bulunana kadar bu dosyanın söz dizimi hataları bildirilmeyecek.",
|
||||
"preprocessor_keyword": "ön işlemci anahtar sözcüğü",
|
||||
"c_keyword": "C anahtar sözcüğü",
|
||||
"cpp_keyword": "C++ anahtar sözcüğü",
|
||||
@@ -418,5 +418,20 @@
|
||||
"status_indexing_files_with_text": "Dosyaların dizini oluşturuluyor {0}",
|
||||
"help_allow_missing_lsp_config": "Belirtilen --lsp-config dosyası mevcut olmasa bile sunucunun başlamasına izin verin.",
|
||||
"initialize_failed_during_engine_setup": "Altyapı kurulumu sırasında başlatma başarısız oldu.",
|
||||
"important_label": "Önemli:"
|
||||
"important_label": "Önemli:",
|
||||
"help_check": "Bir kaynak dosyayı compile_commands.json ile tam ayrıştırıp analiz ederek doğrular ve tüm tanılamaları raporlar. Hatalar bulunursa sıfır olmayan bir değerle çıkar.",
|
||||
"help_check_compile_commands": "--check ile kullanılacak belirli bir compile_commands.json (veya dizini) için yol. Varsayılan olarak otomatik bulmaya çalışır.",
|
||||
"check_not_authorized": "yetki yok; --check seçeneğini kullanmak için giriş yapmak gerekiyor",
|
||||
"check_requires_source": "--check bir kaynak dosya gerektirir: --check=<file>",
|
||||
"check_source_not_found": "kaynak dosya bulunamadı: {0}",
|
||||
"check_compile_commands_not_found": "compile_commands.json bulunamadı: {0}",
|
||||
"check_compile_commands_not_discovered": "{0} üst dizinlerinin hiçbirinde compile_commands.json bulunamadı; bunu açıkça belirtmek için --check-compile-commands=<path> parametresini geçin",
|
||||
"check_engine_init_failed": "dil altyapısı başlatılamadı",
|
||||
"check_no_workspace_folder": "{0} için çalışma alanı klasörü çözümlenemedi",
|
||||
"check_not_in_compile_commands": "{0}, {1} içinde yok",
|
||||
"check_read_failed": "{0} okunamadı",
|
||||
"check_open_failed": "{0} analiz için açılamadı",
|
||||
"check_timed_out": "{0} analizinin tamamlanması beklenirken zaman aşımına uğradı",
|
||||
"failed_to_open_browse_db_lock_file": "Gözatma veritabanı kilit dosyası açılamadı: {0} (errno={1})",
|
||||
"failed_to_lock_browse_db_lock_file": "Gözatma veritabanı kilit dosyası kilitlenemedi: {0} (errno={1})"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user