From 3b98aa1d1162fa5b9b1c725f4e4765a2dfa91202 Mon Sep 17 00:00:00 2001 From: csigs Date: Fri, 5 Sep 2025 07:15:38 +0000 Subject: [PATCH] Localization - Translated Strings --- Extension/i18n/chs/package.i18n.json | 2 +- Extension/i18n/chs/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/chs/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/cht/package.i18n.json | 2 +- Extension/i18n/cht/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/cht/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/csy/package.i18n.json | 2 +- Extension/i18n/csy/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/csy/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/deu/package.i18n.json | 2 +- Extension/i18n/deu/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/deu/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/esn/package.i18n.json | 2 +- Extension/i18n/esn/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/esn/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/fra/package.i18n.json | 2 +- Extension/i18n/fra/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/fra/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/ita/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/ita/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/jpn/package.i18n.json | 2 +- Extension/i18n/jpn/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/jpn/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/kor/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/kor/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/plk/package.i18n.json | 2 +- Extension/i18n/plk/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/plk/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/ptb/package.i18n.json | 2 +- Extension/i18n/ptb/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/ptb/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/rus/package.i18n.json | 2 +- Extension/i18n/rus/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/rus/src/LanguageServer/configurations.i18n.json | 5 +++++ Extension/i18n/trk/src/LanguageServer/client.i18n.json | 3 +++ .../i18n/trk/src/LanguageServer/configurations.i18n.json | 5 +++++ 36 files changed, 114 insertions(+), 10 deletions(-) diff --git a/Extension/i18n/chs/package.i18n.json b/Extension/i18n/chs/package.i18n.json index 234a9f89a..1ba1fb3a7 100644 --- a/Extension/i18n/chs/package.i18n.json +++ b/Extension/i18n/chs/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "要连接到的 MI 调试程序服务器的网络地址(示例: localhost:1234)。", "c_cpp.debuggers.useExtendedRemote.description": "使用目标扩展远程模式连接到 MI 调试器服务器。", "c_cpp.debuggers.stopAtEntry.markdownDescription": "可选参数。如果为 `true`,则调试程序应在目标的入口点处停止。如果传递了 `processId`,则不起任何作用。", - "c_cpp.debuggers.debugServerPath.description": "到要启动的调试服务器的可选完整路径。默认值为 null。该路径与 “miDebuggerServerAddress” 或带有运行 “-target-select remote ” 的 “customSetupCommand” 的自有服务器配合使用。", + "c_cpp.debuggers.debugServerPath.description": "要启动的调试服务器的可选完整路径。默认值为 null。该路径与 \"miDebuggerServerAddress\" 或带有运行 \"-target-select remote \" 的 \"customSetupCommand\" 的自有服务器配合使用。", "c_cpp.debuggers.debugServerArgs.description": "可选调试服务器参数。默认为 null。", "c_cpp.debuggers.serverStarted.description": "要在调试服务器输出中查找的可选服务器启动模式。默认为 null。", "c_cpp.debuggers.filterStdout.description": "在 stdout 流中搜索服务器启动模式,并将 stdout 记录到默认输出。默认为 true。", diff --git a/Extension/i18n/chs/src/LanguageServer/client.i18n.json b/Extension/i18n/chs/src/LanguageServer/client.i18n.json index 423cc33b6..f9bdcdcb4 100644 --- a/Extension/i18n/chs/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/chs/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "找不到请求的配置名称: {0}", "unsupported.client": "不支持的客户端", "timed.out": "将在 {0} 毫秒后超时。", + "parsing.stats.large.project": "已枚举 {0} 个文件,检测到 {1} 个 C/C++ 源文件。你可能需要考虑排除某些文件以获得更好的性能。", + "learn.more": "了解详细信息", + "dont.show.again": "不再显示", "update.intellisense.time": "更新 IntelliSense 时间(秒): {0}", "configurations.received": "已收到自定义配置:", "browse.configuration.received": "已收到自定义浏览配置: {0}", diff --git a/Extension/i18n/chs/src/LanguageServer/configurations.i18n.json b/Extension/i18n/chs/src/LanguageServer/configurations.i18n.json index 5ec7ff2f4..4980e45c7 100644 --- a/Extension/i18n/chs/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/chs/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "IntelliSense 模式 {0} 与编译器路径不兼容。", + "resolve.configuration.processed": "已在 {0} 秒内中处理 c_cpp_properties.json", "failed.to.create.config.folder": "未能创建“{0}”", "invalid.configuration.file": "配置文件无效。数组中须至少存在一个配置。", "unknown.properties.version": "c_cpp_properties.json 中发现未知的版本号。某些功能可能无法按预期工作。", @@ -13,9 +14,13 @@ "path.with.spaces": "找不到带有空格的编译器路径。如果这是为了包含编译器参数,请用双引号({0})括住编译器路径。", "cannot.find": "无法找到: {0}", "path.is.not.a.file": "路径不是文件: {0}", + "resolve.includePath.took.too.long": "包含路径验证计算耗时 {0} 秒", + "resolve.includePath.failed": "未能解析包含路径。错误: {0}", "wrapped.with.quotes": "不要在路径周围添加额外的引号。", "path.is.not.a.directory": "路径不是目录: {0}", "duplicate.name": "{0} 重复。配置名称应是唯一的。", + "resolve.path.took.too.long": "路径计算耗时 {0} 秒", + "resolve.path.failed": "未能解析路径 {0}。错误: {1}", "multiple.paths.not.allowed": "不允许使用多个路径。", "multiple.paths.should.be.separate.entries": "多个路径应是数组中的单独条目。", "paths.are.not.directories": "路径不是目录: {0}" diff --git a/Extension/i18n/cht/package.i18n.json b/Extension/i18n/cht/package.i18n.json index 74cdb393e..ebddcf141 100644 --- a/Extension/i18n/cht/package.i18n.json +++ b/Extension/i18n/cht/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "MI 偵錯工具伺服器要連線至的網路位址 (範例: localhost:1234)。", "c_cpp.debuggers.useExtendedRemote.description": "使用目標延伸的遠端模式連線到 MI 偵錯工具伺服器。", "c_cpp.debuggers.stopAtEntry.markdownDescription": "選擇性參數。若為 `true`,則偵錯工具應該在目標的進入點停止。如果已傳遞 `processId`,則這就無效。", - "c_cpp.debuggers.debugServerPath.description": "要啟動的偵錯伺服器選用完整路徑。預設為 Null。使用時,會將 \"miDebuggerServerAddress\" 或您自己的伺服器與 \"customSetupCommand\" 連接,以執行 \"-target-select remote <伺服器:連接埠>\"。", + "c_cpp.debuggers.debugServerPath.description": "要啟動的偵錯伺服器的選用完整路徑。預設為 Null。使用時,會將其結合 \"miDebuggerServerAddress\" 或您自己的伺服器與 \"customSetupCommand\",以執行 \"-target-select remote \"。", "c_cpp.debuggers.debugServerArgs.description": "選擇性偵錯伺服器引數。預設為 null。", "c_cpp.debuggers.serverStarted.description": "要在偵錯伺服器輸出中尋找的選擇性伺服器啟動模式。預設為 null。", "c_cpp.debuggers.filterStdout.description": "搜尋 stdout 資料流以取得伺服器啟動的模式,並將 stdout 記錄到偵錯輸出。預設為 true。", diff --git a/Extension/i18n/cht/src/LanguageServer/client.i18n.json b/Extension/i18n/cht/src/LanguageServer/client.i18n.json index a10354fcc..a0e56eec3 100644 --- a/Extension/i18n/cht/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/cht/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "找不到要求的組態名稱: {0}", "unsupported.client": "不支援的用戶端", "timed.out": "逾時 ({0} 毫秒內)。", + "parsing.stats.large.project": "Enumerated {0} files with {1} C/C++ source files detected. You may want to consider excluding some files for better performance.", + "learn.more": "Learn More", + "dont.show.again": "不要再顯示", "update.intellisense.time": "更新 IntelliSense 時間 (秒): {0}", "configurations.received": "收到的自訂組態:", "browse.configuration.received": "收到的自訂瀏覽組態: {0}", diff --git a/Extension/i18n/cht/src/LanguageServer/configurations.i18n.json b/Extension/i18n/cht/src/LanguageServer/configurations.i18n.json index 81e50f638..d06b47b21 100644 --- a/Extension/i18n/cht/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/cht/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "IntelliSense 模式 {0} 與編譯器路徑不相容。", + "resolve.configuration.processed": "已於 {0} 秒內處理 c_cpp_properties.json", "failed.to.create.config.folder": "無法建立 \"{0}\"", "invalid.configuration.file": "組態檔。陣列中至少必須有一個組態。", "unknown.properties.version": "在 c_cpp_properties.json 中找到未知的版本號碼。某些功能可能無法如期運作。", @@ -13,9 +14,13 @@ "path.with.spaces": "找不到具有空格的編譯器路徑。如果這是為了要包含編譯器引數,請以雙引號 ({0}) 括住編譯器路徑。", "cannot.find": "找不到: {0}", "path.is.not.a.file": "路徑不是檔案: {0}", + "resolve.includePath.took.too.long": "包含路徑驗證耗費 {0} 秒來評估", + "resolve.includePath.failed": "無法解析包含路徑。錯誤: {0}", "wrapped.with.quotes": "請勿在路徑周圍新增額外的引號。", "path.is.not.a.directory": "路徑不是目錄: {0}", "duplicate.name": "{0} 重複。組態名稱應該是唯一的。", + "resolve.path.took.too.long": "路徑耗費 {0} 秒來評估", + "resolve.path.failed": "無法解析路徑 {0}。錯誤: {1}", "multiple.paths.not.allowed": "不允許使用多個路徑。", "multiple.paths.should.be.separate.entries": "數位列中的多個路徑應為個別專案。", "paths.are.not.directories": "路徑不是目錄: {0}" diff --git a/Extension/i18n/csy/package.i18n.json b/Extension/i18n/csy/package.i18n.json index c4cf3c40c..c5b22e399 100644 --- a/Extension/i18n/csy/package.i18n.json +++ b/Extension/i18n/csy/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Síťová adresa MI Debugger Serveru, ke kterému se má připojit (příklad: localhost:1234)", "c_cpp.debuggers.useExtendedRemote.description": "Připojení k serveru ladicího programu MI přes cílový rozšířený vzdálený režim.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Nepovinný parametr. Pokud je `true`, ladicí program by se měl zastavit na vstupním bodu cíle. Pokud je předán parametr `processId`, nemá to žádný vliv.", - "c_cpp.debuggers.debugServerPath.description": "Volitelná úplná cesta k ladicímu serveru, který se má spustit. Výchozí hodnota je null. Používá se ve spojení buď s miDebuggerServerAddress, nebo s vlastním serverem s customSetupCommand, na kterém běží \"-target-select remote \".", + "c_cpp.debuggers.debugServerPath.description": "Volitelná úplná cesta k ladicímu serveru, který se má spustit. Výchozí hodnota je null. Používá se ve spojení s parametrem „miDebuggerServerAddressL nebo s vlastním serverem s příkazem „customSetupCommand“, který spouští „-target-select remote “.", "c_cpp.debuggers.debugServerArgs.description": "Volitelné argumenty ladicího serveru. Výchozí hodnota je null.", "c_cpp.debuggers.serverStarted.description": "Volitelný vzorek spuštěný na serveru, který se má vyhledat ve výstupu ladicího serveru. Výchozí hodnota je null.", "c_cpp.debuggers.filterStdout.description": "Vyhledá ve vzorku spuštěném na serveru stream stdout a zaznamená stdout do výstupu ladění. Výchozí hodnota je true.", diff --git a/Extension/i18n/csy/src/LanguageServer/client.i18n.json b/Extension/i18n/csy/src/LanguageServer/client.i18n.json index 760ee4d82..a16663c4c 100644 --- a/Extension/i18n/csy/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/csy/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "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.", + "parsing.stats.large.project": "Byl zjištěn výčet {0} souborů s {1} zdrojovými soubory C/C++. Možná budete chtít zvážit vyloučení některých souborů pro zlepšení výkonu.", + "learn.more": "Další informace", + "dont.show.again": "Příště už nezobrazovat", "update.intellisense.time": "Čas aktualizace IntelliSense (sek.): {0}", "configurations.received": "Přijaly se vlastní konfigurace:", "browse.configuration.received": "Přijala se vlastní konfigurace procházení: {0}", diff --git a/Extension/i18n/csy/src/LanguageServer/configurations.i18n.json b/Extension/i18n/csy/src/LanguageServer/configurations.i18n.json index fd53ef62f..92e67a623 100644 --- a/Extension/i18n/csy/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/csy/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "Režim IntelliSense {0} není kompatibilní s cestou ke kompilátoru.", + "resolve.configuration.processed": "Soubor c_cpp_properties.json zpracován za {0} s", "failed.to.create.config.folder": "Nepovedlo se vytvořit {0}.", "invalid.configuration.file": "Neplatný konfigurační soubor. V poli se musí nacházet alespoň jedna konfigurace.", "unknown.properties.version": "V souboru c_cpp_properties.json se našlo neplatné číslo verze. Některé funkce nemusí fungovat podle očekávání.", @@ -13,9 +14,13 @@ "path.with.spaces": "Cestu ke kompilátoru s mezerami se nepovedlo najít. Pokud měly být zahrnuty argumenty kompilátoru, uzavřete cestu ke kompilátoru do dvojitých uvozovek ({0}).", "cannot.find": "Nepovedlo se najít: {0}", "path.is.not.a.file": "Cesta není soubor: {0}", + "resolve.includePath.took.too.long": "Vyhodnocení ověření cesty k zahrnutí trvalo {0} s", + "resolve.includePath.failed": "Nepovedlo se přeložit cestu k zahrnutí. Chyba: {0}", "wrapped.with.quotes": "Nepřidávejte nadbytečné uvozovky kolem cest.", "path.is.not.a.directory": "Cesta není adresář: {0}", "duplicate.name": "{0} je duplicitní. Název konfigurace by měl být jedinečný.", + "resolve.path.took.too.long": "Vyhodnocení cesty trvalo {0} s", + "resolve.path.failed": "Nepodařilo se přeložit cestu {0}. Chyba: {1}", "multiple.paths.not.allowed": "Více cest není povoleno.", "multiple.paths.should.be.separate.entries": "Více cest by mělo být samostatné položky v poli.", "paths.are.not.directories": "Cesty nejsou adresáře: {0}" diff --git a/Extension/i18n/deu/package.i18n.json b/Extension/i18n/deu/package.i18n.json index d6667dad1..7634a0ccd 100644 --- a/Extension/i18n/deu/package.i18n.json +++ b/Extension/i18n/deu/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Netzwerkadresse des MI-Debugger-Servers, mit dem eine Verbindung hergestellt werden soll (Beispiel: localhost:1234).", "c_cpp.debuggers.useExtendedRemote.description": "Stellen Sie eine Verbindung mit dem MI-Debuggerserver mit dem erweiterten Remotemodus des Ziels her.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Optionaler Parameter. Wenn dieser Wert auf `true` festgelegt ist, sollte der Debugger am Einstiegspunkt des Ziels anhalten. Wenn die `processId` übergeben wird, hat dies keine Auswirkungen.", - "c_cpp.debuggers.debugServerPath.description": "Optionaler vollständiger Pfad zum Debugserver, der gestartet werden soll. Der Standardwert ist NULL. Dies wird in Verbindung mit \"miDebuggerServerAddress\" oder Ihrem eigenen Server mit \"customSetupCommand\" verwendet, auf dem \"-target-select remote \" ausgeführt wird.", + "c_cpp.debuggers.debugServerPath.description": "Optionaler vollständiger Pfad zum Debugserver, der gestartet werden soll. Der Standardwert ist NULL. Dies wird in Verbindung mit „miDebugServerAddress“ oder Ihrem eigenen Server mit „customSetupCommand“ verwendet, auf dem „-target-select remote “ ausgeführt wird.", "c_cpp.debuggers.debugServerArgs.description": "Optionale Debugserverargumente. Der Standardwert ist \"null\".", "c_cpp.debuggers.serverStarted.description": "Optionales vom Server gestartetes Muster, nach dem in der Ausgabe des Debugservers gesucht wird. Der Standardwert ist \"null\".", "c_cpp.debuggers.filterStdout.description": "stdout-Stream für ein vom Server gestartetes Muster suchen und stdout in der Debugausgabe protokollieren. Der Standardwert ist \"true\".", diff --git a/Extension/i18n/deu/src/LanguageServer/client.i18n.json b/Extension/i18n/deu/src/LanguageServer/client.i18n.json index 1002cf57c..87d6a53a8 100644 --- a/Extension/i18n/deu/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/deu/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "Der angeforderte Konfigurationsname wurde nicht gefunden: {0}", "unsupported.client": "Nicht unterstützter Client", "timed.out": "Timeout nach {0} ms.", + "parsing.stats.large.project": "Aufgezählte {0}-Dateien mit {1} C/C++-Quelldateien erkannt. Sie sollten in Betracht ziehen, einige Dateien auszuschließen, um die Leistung zu optimieren.", + "learn.more": "Weitere Informationen", + "dont.show.again": "Nicht mehr anzeigen", "update.intellisense.time": "IntelliSense-Zeit aktualisieren (Sek.): {0}", "configurations.received": "Benutzerdefinierte Konfigurationen empfangen:", "browse.configuration.received": "Benutzerdefinierte Suchkonfiguration empfangen: {0}", diff --git a/Extension/i18n/deu/src/LanguageServer/configurations.i18n.json b/Extension/i18n/deu/src/LanguageServer/configurations.i18n.json index ec30b8b78..701591863 100644 --- a/Extension/i18n/deu/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/deu/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "Der IntelliSense-Modus \"{0}\" ist inkompatibel mit dem Compilerpfad.", + "resolve.configuration.processed": "Verarbeitete c_cpp_properties.json-Datei in {0} s", "failed.to.create.config.folder": "\"{0}\" konnte nicht erstellt werden.", "invalid.configuration.file": "Ungültige Konfigurationsdatei. Im Array muss mindestens eine Konfiguration vorhanden sein.", "unknown.properties.version": "In \"c_cpp_properties.json\" wurde eine unbekannte Versionsnummer gefunden. Einige Features funktionieren möglicherweise nicht wie erwartet.", @@ -13,9 +14,13 @@ "path.with.spaces": "Der Compilerpfad mit Leerzeichen konnte nicht gefunden werden. Wenn dies auch Compilerargumente einschließen soll, setzen Sie den Compilerpfad in doppelte Anführungszeichen ({0}).", "cannot.find": "Nicht gefunden: {0}", "path.is.not.a.file": "Der Pfad ist keine Datei: {0}", + "resolve.includePath.took.too.long": "Der Validierung des Inlcude-Pfads hat {0} s für die Auswertung benötigt", + "resolve.includePath.failed": "Fehler beim Auflösen des Include-Pfads. Fehler: {0}", "wrapped.with.quotes": "Fügen Sie keine zusätzlichen Anführungszeichen um Pfade hinzu.", "path.is.not.a.directory": "Der Pfad ist kein Verzeichnis: {0}", "duplicate.name": "\"{0}\" ist ein Duplikat. Der Konfigurationsname muss eindeutig sein.", + "resolve.path.took.too.long": "Der Pfad hat {0} s für die Auswertung benötigt", + "resolve.path.failed": "Fehler beim Auflösen des Pfads {0}. Fehler: {1}", "multiple.paths.not.allowed": "Mehrere Pfade sind nicht zulässig.", "multiple.paths.should.be.separate.entries": "Mehrere Pfade müssen separate Einträge in einem Array sein.", "paths.are.not.directories": "Pfade sind keine Verzeichnisse: {0}" diff --git a/Extension/i18n/esn/package.i18n.json b/Extension/i18n/esn/package.i18n.json index aa3d233d3..32994e2bb 100644 --- a/Extension/i18n/esn/package.i18n.json +++ b/Extension/i18n/esn/package.i18n.json @@ -183,7 +183,7 @@ "c_cpp.configuration.intelliSenseEngine.default.description": "Proporciona resultados que reconocen el contexto a través de un proceso de IntelliSense independiente.", "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.autocomplete.markdownDescription": "Controla el proveedor de finalización automática. Si está `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": }` (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á `disabled` y desea completarse con palabras, también tendrá que establecer `\"[cpp]\": {\"editor.wordBasedSuggestions\": }` (y de forma similar para los lenguajes `c` y `cuda-cpp` languages).", "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.", diff --git a/Extension/i18n/esn/src/LanguageServer/client.i18n.json b/Extension/i18n/esn/src/LanguageServer/client.i18n.json index 78af790dc..f70efaa44 100644 --- a/Extension/i18n/esn/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/esn/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "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.", + "parsing.stats.large.project": "{0} archivos enumerados con {1} archivos de origen de C/C++ detectados. Puede que desee considerar la exclusión de algunos archivos para mejorar el rendimiento.", + "learn.more": "Obtener más información", + "dont.show.again": "No volver a mostrar", "update.intellisense.time": "Tiempo de actualización de IntelliSense (s): {0}", "configurations.received": "Configuraciones personalizadas recibidas:", "browse.configuration.received": "Configuración de exploración personalizada recibida: {0}", diff --git a/Extension/i18n/esn/src/LanguageServer/configurations.i18n.json b/Extension/i18n/esn/src/LanguageServer/configurations.i18n.json index bdf0c3e4a..7e03959b7 100644 --- a/Extension/i18n/esn/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/esn/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "El modo {0} de IntelliSense no es compatible con la ruta de acceso del compilador.", + "resolve.configuration.processed": "c_cpp_properties.json procesado en {0}s", "failed.to.create.config.folder": "No se pudo crear \"{0}\"", "invalid.configuration.file": "Archivo de configuración no válido. Debe haber al menos una configuración en la matriz.", "unknown.properties.version": "Se encontró un número de versión desconocido en el archivo c_cpp_properties.json. Es posible que algunas características no funcionen correctamente.", @@ -13,9 +14,13 @@ "path.with.spaces": "No se encontró la ruta de acceso del compilador con espacios. Si la intención era incluir argumentos del compilador, escriba la ruta del compilador entre comillas dobles ({0}).", "cannot.find": "No se encuentra {0}", "path.is.not.a.file": "La ruta de acceso no es un archivo: {0}", + "resolve.includePath.took.too.long": "La validación de la ruta de acceso de inclusión tardó {0} s en evaluarse", + "resolve.includePath.failed": "No se pudo resolver la ruta de acceso de inclusión. Error: {0}", "wrapped.with.quotes": "No agregue comillas adicionales alrededor de las rutas de acceso.", "path.is.not.a.directory": "La ruta de acceso no es un directorio: {0}", "duplicate.name": "{0} es un duplicado. El nombre de la configuración debe ser único.", + "resolve.path.took.too.long": "La ruta de acceso tardó {0}s en evaluarse", + "resolve.path.failed": "No se pudo resolver la ruta de acceso {0}. Error: {1}", "multiple.paths.not.allowed": "No se permiten varias rutas de acceso.", "multiple.paths.should.be.separate.entries": "Varias rutas de acceso deben ser entradas separadas en una matriz.", "paths.are.not.directories": "Las rutas de acceso no son directorios: {0}" diff --git a/Extension/i18n/fra/package.i18n.json b/Extension/i18n/fra/package.i18n.json index 882df138f..7de891616 100644 --- a/Extension/i18n/fra/package.i18n.json +++ b/Extension/i18n/fra/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Adresse réseau du serveur du débogueur MI auquel se connecter (par exemple : localhost:1234).", "c_cpp.debuggers.useExtendedRemote.description": "Connectez-vous au serveur débogueur MI avec le mode étendu-distant cible.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Paramètre facultatif. Si la valeur est `true`, le débogueur doit s'arrêter au point d'entrée de la cible. Si `processId` est passé, cela n'a aucun effet.", - "c_cpp.debuggers.debugServerPath.description": "Chemin complet facultatif au serveur de débogage à lancer (valeur par défaut : null). Utilisé conjointement avec \"miDebuggerServerAddress\" ou votre propre serveur avec \"customSetupCommand\" qui exécute \"-target-select remote \".", + "c_cpp.debuggers.debugServerPath.description": "Chemin complet facultatif au serveur de débogage à lancer. Valeur par défaut : null. Utilisé conjointement avec \"miDebuggerServerAddress\" ou votre propre serveur avec \"customSetupCommand\" qui exécute \"-target-select remote \".", "c_cpp.debuggers.debugServerArgs.description": "Arguments facultatifs du serveur de débogage. La valeur par défaut est null.", "c_cpp.debuggers.serverStarted.description": "Modèle facultatif de démarrage du serveur à rechercher dans la sortie du serveur de débogage. La valeur par défaut est null.", "c_cpp.debuggers.filterStdout.description": "Permet de rechercher dans le flux stdout le modèle correspondant au démarrage du serveur, et de journaliser stdout dans la sortie de débogage. La valeur par défaut est true.", diff --git a/Extension/i18n/fra/src/LanguageServer/client.i18n.json b/Extension/i18n/fra/src/LanguageServer/client.i18n.json index fc530cb81..6ccb0ae37 100644 --- a/Extension/i18n/fra/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/fra/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "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.", + "parsing.stats.large.project": "{0} fichiers listés avec {1} fichiers sources C/C++ détectés. Vous pourriez envisager d’exclure certains fichiers pour un meilleur niveau de performance.", + "learn.more": "En savoir plus", + "dont.show.again": "Ne plus afficher", "update.intellisense.time": "Durée de mise à jour d'IntelliSense (s) : {0}", "configurations.received": "Configurations personnalisées reçues :", "browse.configuration.received": "Configuration de navigation personnalisée reçue : {0}", diff --git a/Extension/i18n/fra/src/LanguageServer/configurations.i18n.json b/Extension/i18n/fra/src/LanguageServer/configurations.i18n.json index 214fdd52d..4f51b54bc 100644 --- a/Extension/i18n/fra/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/fra/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "Le mode IntelliSense {0} est incompatible avec le chemin du compilateur.", + "resolve.configuration.processed": "Fichier c_cpp_properties.json traité en {0} s", "failed.to.create.config.folder": "La création de \"{0}\" a échoué", "invalid.configuration.file": "Fichier de configuration non valide. Au moins une configuration doit être présente dans le tableau.", "unknown.properties.version": "Numéro de version inconnu dans c_cpp_properties.json. Certaines fonctionnalités peuvent ne pas fonctionner comme prévu.", @@ -13,9 +14,13 @@ "path.with.spaces": "Le chemin d’accès du compilateur contenant des espaces est introuvable. S’il devait inclure des arguments du compilateur, entourez le chemin d’accès du compilateur de guillemets doubles ({0}).", "cannot.find": "{0} introuvable", "path.is.not.a.file": "Le chemin n'est pas un fichier : {0}", + "resolve.includePath.took.too.long": "L’évaluation de la validation du chemin d’accès d’inclusion a pris {0} s", + "resolve.includePath.failed": "Échec de la résolution du chemin d’accès d’inclusion. Erreur : {0}", "wrapped.with.quotes": "N’ajoutez pas de guillemets supplémentaires autour des chemins.", "path.is.not.a.directory": "Le chemin n'est pas un répertoire : {0}", "duplicate.name": "{0} est dupliqué. Le nom de configuration doit être unique.", + "resolve.path.took.too.long": "L’évaluation du chemin a pris {0} s", + "resolve.path.failed": "Échec de la résolution du chemin d’accès {0}. Erreur : {1}", "multiple.paths.not.allowed": "Il est interdit d’utiliser plusieurs chemin d’accès.", "multiple.paths.should.be.separate.entries": "Plusieurs chemins d’accès doivent être des entrées distinctes dans un tableau.", "paths.are.not.directories": "Les chemins d’accès ne sont pas des répertoires : {0}" diff --git a/Extension/i18n/ita/src/LanguageServer/client.i18n.json b/Extension/i18n/ita/src/LanguageServer/client.i18n.json index 3fcdf1e97..1c15246b0 100644 --- a/Extension/i18n/ita/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/ita/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "Il nome di configurazione richiesto non è stato trovato: {0}", "unsupported.client": "Client non supportato", "timed.out": "Timeout raggiunto in {0} ms.", + "parsing.stats.large.project": "Sono stati enumerati {0} file con {1} file di origine C/C++ rilevati. Per ottenere prestazioni migliori, è possibile scegliere di escludere alcuni file.", + "learn.more": "Altre informazioni", + "dont.show.again": "Non visualizzare più questo messaggio", "update.intellisense.time": "Aggiorna ora di IntelliSense (sec): {0}", "configurations.received": "Configurazioni personalizzate ricevute:", "browse.configuration.received": "La configurazione di esplorazione personalizzata è stata ricevuta: {0}", diff --git a/Extension/i18n/ita/src/LanguageServer/configurations.i18n.json b/Extension/i18n/ita/src/LanguageServer/configurations.i18n.json index 9d2440059..0516e82ba 100644 --- a/Extension/i18n/ita/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/ita/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "La modalità IntelliSense {0} non è compatibile con il percorso del compilatore.", + "resolve.configuration.processed": "C_cpp_properties.json elaborato in {0} s", "failed.to.create.config.folder": "Non è stato possibile creare \"{0}\"", "invalid.configuration.file": "File di configurazione non valido. Nella matrice deve essere presente almeno una configurazione.", "unknown.properties.version": "È stato trovato un numero di versione sconosciuto in c_cpp_properties.json. Alcune funzionalità potrebbero non funzionare come previsto.", @@ -13,9 +14,13 @@ "path.with.spaces": "Non è possibile trovare il percorso del compilatore contenente spazi. Se l'intenzione era includere argomenti del compilatore, racchiudi il percorso del compilatore tra doppie virgolette ({0}).", "cannot.find": "Non è possibile trovare: {0}", "path.is.not.a.file": "Il percorso non è un file: {0}", + "resolve.includePath.took.too.long": "La valutazione della convalida del percorso di inclusione ha richiesto {0} s", + "resolve.includePath.failed": "Non è possibile risolvere il percorso di inclusione. Errore: {0}", "wrapped.with.quotes": "Non aggiungere virgolette aggiuntive intorno ai percorsi.", "path.is.not.a.directory": "Il percorso non è una directory: {0}", "duplicate.name": "{0} è duplicato. Il nome della configurazione deve essere univoco.", + "resolve.path.took.too.long": "La valutazione del percorso ha richiesto {0} s", + "resolve.path.failed": "Non è possibile risolvere il percorso {0}. Errore: {1}", "multiple.paths.not.allowed": "Più percorsi non sono consentiti.", "multiple.paths.should.be.separate.entries": "Più percorsi devono essere voci separate in una matrice.", "paths.are.not.directories": "I percorsi non sono directory: {0}" diff --git a/Extension/i18n/jpn/package.i18n.json b/Extension/i18n/jpn/package.i18n.json index 79ce9deb9..2a07b4b7d 100644 --- a/Extension/i18n/jpn/package.i18n.json +++ b/Extension/i18n/jpn/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "接続先の MI デバッガー サーバーのネットワークアドレスです (例: localhost: 1234)。", "c_cpp.debuggers.useExtendedRemote.description": "ターゲットの拡張リモート モードで MI デバッガー サーバーに接続します。", "c_cpp.debuggers.stopAtEntry.markdownDescription": "オプションのパラメーターです。`true` の場合、デバッガーはターゲットのエントリポイントで停止します。`processId` が渡された場合、この効果はありません。", - "c_cpp.debuggers.debugServerPath.description": "起動するデバッグ サーバーの完全なパス (省略可能)。既定値は null です。これは、\"miDebuggerServerAddress\"、または \"-target-select remote \" を実行する \"customSetupCommand\" を含む独自のサーバーのいずれかと接合して使用されます。", + "c_cpp.debuggers.debugServerPath.description": "起動するデバッグ サーバーの完全なパス (オプション)。既定値は null です。これは、\"miDebuggerServerAddress\" か、\"-target-select remote \" を実行する \"customSetupCommand\" を持つ独自のサーバーの、どちらかと組み合わせて使用されます。", "c_cpp.debuggers.debugServerArgs.description": "デバッグ サーバー引数 (省略可能)。既定値は null です。", "c_cpp.debuggers.serverStarted.description": "デバッグ サーバー出力から検索する、サーバー開始のパターン (省略可能)。既定値は null です。", "c_cpp.debuggers.filterStdout.description": "サーバー開始のパターンを stdout ストリームから検索し、stdout をデバッグ出力にログ記録します。既定値は true です。", diff --git a/Extension/i18n/jpn/src/LanguageServer/client.i18n.json b/Extension/i18n/jpn/src/LanguageServer/client.i18n.json index 615a07e29..62cc0cb54 100644 --- a/Extension/i18n/jpn/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/jpn/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "要求された構成名が見つかりません: {0}", "unsupported.client": "サポートされていないクライアント", "timed.out": "{0} ミリ秒でタイムアウトしました。", + "parsing.stats.large.project": "{1} C/C++ ソース ファイルが検出された {0} ファイルを列挙しました。パフォーマンスを向上させるために、一部のファイルを除外することを検討してください。", + "learn.more": "詳細情報", + "dont.show.again": "今後は表示しない", "update.intellisense.time": "IntelliSense 時間 (秒) の更新: {0}", "configurations.received": "カスタム構成を受信しました:", "browse.configuration.received": "カスタムの参照構成を受信しました: {0}", diff --git a/Extension/i18n/jpn/src/LanguageServer/configurations.i18n.json b/Extension/i18n/jpn/src/LanguageServer/configurations.i18n.json index dffe1e85e..47091854e 100644 --- a/Extension/i18n/jpn/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/jpn/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "IntelliSense モード {0} は、コンパイラ パスと互換性がありません。", + "resolve.configuration.processed": "c_cpp_properties.json を {0} 秒で処理しました", "failed.to.create.config.folder": "\"{0}\" を作成できませんでした", "invalid.configuration.file": "構成ファイルが無効です。配列には少なくとも 1 つの構成が必要です。", "unknown.properties.version": "c_cpp_properties.json に不明なバージョン番号が見つかりました。一部の機能が予期したとおりに動作しない可能性があります。", @@ -13,9 +14,13 @@ "path.with.spaces": "スペースを含むコンパイラ パスが見つかりませんでした。コンパイラ引数を含める場合は、コンパイラ パスを二重引用符 ({0}) で囲みます。", "cannot.find": "{0} が見つかりません。", "path.is.not.a.file": "パスがファイルではありません: {0}", + "resolve.includePath.took.too.long": "インクルード パスの検証で評価に {0} 秒かかりました", + "resolve.includePath.failed": "インクルード パスを解決できません。エラー: {0}", "wrapped.with.quotes": "パスの前後に余分な引用符を追加しないでください。", "path.is.not.a.directory": "パスがディレクトリではありません: {0}", "duplicate.name": "{0} が重複しています。構成名は一意である必要があります。", + "resolve.path.took.too.long": "パスは評価するのに {0} 秒かかりました", + "resolve.path.failed": "パス {0} を解決できませんでした。エラー: {1}", "multiple.paths.not.allowed": "複数のパスは使用できません。", "multiple.paths.should.be.separate.entries": "複数のパスは、配列内の個別のエントリである必要があります。", "paths.are.not.directories": "パスはディレクトリではありません: {0}" diff --git a/Extension/i18n/kor/src/LanguageServer/client.i18n.json b/Extension/i18n/kor/src/LanguageServer/client.i18n.json index 6959b3a1e..f3650f4ad 100644 --- a/Extension/i18n/kor/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/kor/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "요청된 구성 이름을 찾을 수 없음: {0}", "unsupported.client": "지원되지 않는 클라이언트", "timed.out": "{0}ms 후 시간이 초과되었습니다.", + "parsing.stats.large.project": "{1} C/C++ 소스 파일이 검색된 {0} 파일이 열거되었습니다. 성능 향상을 위해 일부 파일을 제외하는 것이 좋습니다.", + "learn.more": "자세히 알아보기", + "dont.show.again": "다시 표시 안 함", "update.intellisense.time": "IntelliSense 시간(초) 업데이트: {0}", "configurations.received": "사용자 지정 구성이 수신됨:", "browse.configuration.received": "사용자 지정 찾아보기 구성이 수신됨: {0}", diff --git a/Extension/i18n/kor/src/LanguageServer/configurations.i18n.json b/Extension/i18n/kor/src/LanguageServer/configurations.i18n.json index 4eee2192a..4d843fe41 100644 --- a/Extension/i18n/kor/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/kor/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "IntelliSense 모드 {0}은(는) 컴파일러 경로와 호환되지 않습니다.", + "resolve.configuration.processed": "{0}에서 처리된 c_cpp_properties.json", "failed.to.create.config.folder": "{0}을(를) 만들지 못했습니다.", "invalid.configuration.file": "구성 파일이 잘못되었습니다. 배열에 구성이 하나 이상 있어야 합니다.", "unknown.properties.version": "c_cpp_properties.json에 알 수 없는 버전 번호가 있습니다. 일부 기능이 예상대로 작동하지 않을 수 있습니다.", @@ -13,9 +14,13 @@ "path.with.spaces": "공백이 있는 컴파일러 경로를 찾을 수 없습니다. 만약 컴파일러 인수를 포함하려는 의도였다면, 컴파일러 경로를 큰따옴표({0})로 감싸세요.", "cannot.find": "찾을 수 없음: {0}", "path.is.not.a.file": "경로가 파일이 아님: {0}", + "resolve.includePath.took.too.long": "포함 경로 유효성 검사에서 평가하는 데 {0}이(가) 걸림", + "resolve.includePath.failed": "포함 경로를 확인하지 못했습니다. 오류: {0}", "wrapped.with.quotes": "경로 주위에 따옴표를 추가하지 마세요.", "path.is.not.a.directory": "경로가 디렉터리가 아님: {0}", "duplicate.name": "{0}은(는) 중복됩니다. 구성 이름은 고유해야 합니다.", + "resolve.path.took.too.long": "경로에서 평가하는 데 {0}이(가) 걸림", + "resolve.path.failed": "{0} 경로를 확인하지 못했습니다. 오류: {1}", "multiple.paths.not.allowed": "여러 경로는 허용되지 않습니다.", "multiple.paths.should.be.separate.entries": "여러 경로는 배열에서 별도의 항목이어야 합니다.", "paths.are.not.directories": "경로는 디렉터리가 아님: {0}" diff --git a/Extension/i18n/plk/package.i18n.json b/Extension/i18n/plk/package.i18n.json index 2041b7db1..28c0cb0d0 100644 --- a/Extension/i18n/plk/package.i18n.json +++ b/Extension/i18n/plk/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Adres sieciowy serwera debugera MI, z którym ma zostać nawiązane połączenie (przykład: localhost:1234).", "c_cpp.debuggers.useExtendedRemote.description": "Połącz się z wystąpieniem zarządzanym serwera debugera za pomocą docelowego rozszerzonego trybu zdalnego.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Parametr opcjonalny. Jeśli wartość to `true`, debuger powinien zostać zatrzymany w punkcie wejścia miejsca docelowego. W przypadku przekazania `processId` nie ma to żadnego efektu.", - "c_cpp.debuggers.debugServerPath.description": "Opcjonalna pełna ścieżka do serwera debugowania, który ma zostać uruchomiony. Wartość domyślna to null. Jest ona używana w połączeniu z właściwością \"miDebuggerServerAddress\" lub Twoim własnym serwerem wraz z poleceniem \"customSetupCommand\", które uruchamia polecenie \"-target-select remote \".", + "c_cpp.debuggers.debugServerPath.description": "Opcjonalna pełna ścieżka do serwera debugowania, który ma zostać uruchomiony. Wartość domyślna to null. Jest on używany w połączeniu z właściwością „miDebuggerServerAddress” lub Twoim własnym serwerem wraz z poleceniem „customSetupCommand”, które uruchamia polecenie „-target-select remote ”.", "c_cpp.debuggers.debugServerArgs.description": "Opcjonalne argumenty serwera debugowania. Wartość domyślna to null.", "c_cpp.debuggers.serverStarted.description": "Opcjonalny wzorzec uruchomiony przez serwer do wyszukania w danych wyjściowych serwera debugowania. Wartością domyślną jest null.", "c_cpp.debuggers.filterStdout.description": "Wyszukiwanie strumienia stdout dla wzorca uruchomionego przez serwer i rejestrowanie strumienia stdout w danych wyjściowych debugowania. Wartością domyślną jest true.", diff --git a/Extension/i18n/plk/src/LanguageServer/client.i18n.json b/Extension/i18n/plk/src/LanguageServer/client.i18n.json index ae660202b..76b25d2de 100644 --- a/Extension/i18n/plk/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/plk/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "Nie znaleziono żądanej nazwy konfiguracji: {0}", "unsupported.client": "Nieobsługiwany klient", "timed.out": "Przekroczono limit czasu: {0} ms.", + "parsing.stats.large.project": "Enumerated {0} files with {1} C/C++ source files detected. You may want to consider excluding some files for better performance.", + "learn.more": "Learn More", + "dont.show.again": "Nie pokazuj ponownie", "update.intellisense.time": "Aktualizuj czas funkcji IntelliSense (s): {0}", "configurations.received": "Odebrano konfiguracje niestandardowe:", "browse.configuration.received": "Odebrano niestandardową konfigurację przeglądania: {0}", diff --git a/Extension/i18n/plk/src/LanguageServer/configurations.i18n.json b/Extension/i18n/plk/src/LanguageServer/configurations.i18n.json index 0fcca8b0a..327d1e6be 100644 --- a/Extension/i18n/plk/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/plk/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "Tryb funkcji IntelliSense {0} jest niezgodny z ścieżką kompilatora.", + "resolve.configuration.processed": "Przetworzono plik c_cpp_properties.json w {0} sek.", "failed.to.create.config.folder": "Nie można utworzyć elementu „{0}”", "invalid.configuration.file": "Nieprawidłowy plik konfiguracji. W tablicy musi być obecna co najmniej jedna konfiguracja.", "unknown.properties.version": "W pliku c_cpp_properties.json znaleziono nieznany numer wersji. Niektóre funkcje mogą nie działać w oczekiwany sposób.", @@ -13,9 +14,13 @@ "path.with.spaces": "Nie można odnaleźć ścieżki kompilatora ze spacjami. Jeśli było to przeznaczone do uwzględnienia argumentów kompilatora, otocz ścieżkę kompilatora podwójnym cudzysłowem ({0}).", "cannot.find": "Nie można znaleźć: {0}", "path.is.not.a.file": "Ścieżka nie jest plikiem: {0}", + "resolve.includePath.took.too.long": "Ocena walidacji ścieżki dołączania trwała {0} sek.", + "resolve.includePath.failed": "Nie można rozpoznać ścieżki dołączania. Błąd: {0}", "wrapped.with.quotes": "Nie dodawaj dodatkowych cudzysłowów wokół ścieżek.", "path.is.not.a.directory": "Ścieżka nie jest katalogiem: {0}", "duplicate.name": "Element {0} jest duplikatem. Nazwa konfiguracji musi być unikatowa.", + "resolve.path.took.too.long": "Ocena ścieżki trwała {0} sek.", + "resolve.path.failed": "Nie można rozpoznać ścieżki {0}. Błąd: {1}", "multiple.paths.not.allowed": "Wiele ścieżek jest niedozwolonych.", "multiple.paths.should.be.separate.entries": "Wiele ścieżek powinno być osobnymi wpisami w tablicy.", "paths.are.not.directories": "Ścieżki nie są katalogami: {0}" diff --git a/Extension/i18n/ptb/package.i18n.json b/Extension/i18n/ptb/package.i18n.json index ed44185c0..ea5d404d0 100644 --- a/Extension/i18n/ptb/package.i18n.json +++ b/Extension/i18n/ptb/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Endereço de rede do Servidor de Depurador MI ao qual se conectar (exemplo: localhost:1234).", "c_cpp.debuggers.useExtendedRemote.description": "Conecte-se ao MI Debugger Server com o modo remoto estendido de destino.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Parâmetro opcional. Se for `true`, o depurador deverá parar no ponto de entrada do destino. Se `processId` for passado, isso não terá efeito.", - "c_cpp.debuggers.debugServerPath.description": "Caminho completo opcional para o servidor de depuração a ser lançado. O padrão é nulo. É usado em conjunto com \"miDebuggerServerAddress\" ou seu próprio servidor com um \"customSetupCommand\" que executa \"-target-select remote \".", + "c_cpp.debuggers.debugServerPath.description": "Caminho completo opcional para o servidor de depuração a ser lançado. O padrão é nulo. Ele é usado em conjunto com \"miDebuggerServerAddress\" ou o seu próprio servidor com um \"customSetupCommand\" que executa \"-target-select remote \".", "c_cpp.debuggers.debugServerArgs.description": "Args opcionais do servidor de depuração. O padrão é null.", "c_cpp.debuggers.serverStarted.description": "Padrão iniciado pelo servidor opcional para procurar na saída do servidor de depuração. O padrão é null.", "c_cpp.debuggers.filterStdout.description": "Pesquise o fluxo stdout para o padrão iniciado pelo servidor e log stdout para depurar a saída. O padrão é true.", diff --git a/Extension/i18n/ptb/src/LanguageServer/client.i18n.json b/Extension/i18n/ptb/src/LanguageServer/client.i18n.json index f73f3b681..4fb0487f8 100644 --- a/Extension/i18n/ptb/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/ptb/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "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.", + "parsing.stats.large.project": "{0} arquivos enumerados com {1} arquivos de origem C/C++ detectados. Talvez você queira considerar a exclusão de alguns arquivos para melhorar o desempenho.", + "learn.more": "Saiba Mais", + "dont.show.again": "Não Mostrar Novamente", "update.intellisense.time": "Atualize o tempo do IntelliSense (s): {0}", "configurations.received": "Configurações personalizadas recebidas:", "browse.configuration.received": "Configuração de pesquisa personalizada recebida: {0}", diff --git a/Extension/i18n/ptb/src/LanguageServer/configurations.i18n.json b/Extension/i18n/ptb/src/LanguageServer/configurations.i18n.json index c7d53cfe6..d0b84e280 100644 --- a/Extension/i18n/ptb/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/ptb/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "O modo do IntelliSense {0} é incompatível com o caminho do compilador.", + "resolve.configuration.processed": "Arquivos c_cpp_properties.json processados em {0}s", "failed.to.create.config.folder": "Falha ao criar \"{0}\"", "invalid.configuration.file": "Arquivo de configuração inválido. Precisa haver pelo menos uma configuração presente na matriz.", "unknown.properties.version": "Número de versão desconhecido encontrado em c_cpp_properties.json. Alguns recursos podem não funcionar como esperado.", @@ -13,9 +14,13 @@ "path.with.spaces": "Não foi possível encontrar o caminho do compilador com espaços. Se a intenção era incluir argumentos do compilador, coloque o caminho do compilador entre aspas duplas ({0}).", "cannot.find": "Não é possível localizar: {0}", "path.is.not.a.file": "O caminho não é um arquivo: {0}", + "resolve.includePath.took.too.long": "A validação do caminho de inclusão {0}s para avaliar", + "resolve.includePath.failed": "Falha ao resolver o caminho de inclusão. Erro: {0}", "wrapped.with.quotes": "Não adicione aspas extras ao redor de caminhos.", "path.is.not.a.directory": "O caminho não é um diretório: {0}", "duplicate.name": "{0} é uma duplicata. O nome da configuração deve ser exclusivo.", + "resolve.path.took.too.long": "O caminho levou {0}s para ser avaliado", + "resolve.path.failed": "Falha ao resolver o caminho {0}. Erro: {1}", "multiple.paths.not.allowed": "Vários caminhos não são permitidos.", "multiple.paths.should.be.separate.entries": "Vários caminhos devem ser entradas separadas em uma matriz.", "paths.are.not.directories": "Os caminhos não são diretórios: {0}" diff --git a/Extension/i18n/rus/package.i18n.json b/Extension/i18n/rus/package.i18n.json index 7e62935b9..59d57e4c9 100644 --- a/Extension/i18n/rus/package.i18n.json +++ b/Extension/i18n/rus/package.i18n.json @@ -310,7 +310,7 @@ "c_cpp.debuggers.miDebuggerServerAddress.description": "Сетевой адрес сервера отладчика MI, к которому требуется подключиться (пример: localhost:1234).", "c_cpp.debuggers.useExtendedRemote.description": "Подключение к серверу отладчика MI в целевом расширенном удаленном режиме.", "c_cpp.debuggers.stopAtEntry.markdownDescription": "Необязательный параметр. Если задано значение `true`, отладчик должен остановиться в точке входа целевого объекта.. Если передается идентификатор процесса `processId`, этот параметр не действует.", - "c_cpp.debuggers.debugServerPath.description": "Необязательный полный путь к запускаемому серверу отладки. Значение по умолчанию — NULL. Применяется с параметром miDebuggerServerAddress или с вашим собственным сервером через команду customSetupCommand, использующую -target-select remote .", + "c_cpp.debuggers.debugServerPath.description": "Необязательный полный путь к запускаемому серверу отладки. Значение по умолчанию — null. Применяется с параметром miDebuggerServerAddress или с вашим собственным сервером через команду customSetupCommand, использующую -target-select remote .", "c_cpp.debuggers.debugServerArgs.description": "Необязательные аргументы сервера отладки. Значение по умолчанию: null.", "c_cpp.debuggers.serverStarted.description": "Дополнительный запускаемый сервером шаблон для поиска в выходных данных сервера отладки. Значение по умолчанию: null.", "c_cpp.debuggers.filterStdout.description": "Поиск запущенного сервером шаблона в потоке stdout и регистрация stdout в выходных данных отладки. Значение по умолчанию: true.", diff --git a/Extension/i18n/rus/src/LanguageServer/client.i18n.json b/Extension/i18n/rus/src/LanguageServer/client.i18n.json index 1cdad83df..d43373cfb 100644 --- a/Extension/i18n/rus/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/rus/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "config.not.found": "Запрошенное имя конфигурации не найдено: {0}", "unsupported.client": "Неподдерживаемый клиент", "timed.out": "Время ожидания истекло через {0} мс.", + "parsing.stats.large.project": "Обнаружены перечисленные файлы ({0}) с исходными файлами C/C++ ({1}). Следует рассмотреть возможность исключения некоторых файлов для повышения производительности.", + "learn.more": "Подробнее", + "dont.show.again": "Больше не показывать", "update.intellisense.time": "Время обновления IntelliSense (в секундах): {0}", "configurations.received": "Получены пользовательские конфигурации:", "browse.configuration.received": "Получена настраиваемая конфигурация просмотра: {0}", diff --git a/Extension/i18n/rus/src/LanguageServer/configurations.i18n.json b/Extension/i18n/rus/src/LanguageServer/configurations.i18n.json index adcfa9960..ee716e148 100644 --- a/Extension/i18n/rus/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/rus/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "Режим IntelliSense {0} несовместим с путем компилятора.", + "resolve.configuration.processed": "Обработан файл c_cpp_properties.json за {0} с", "failed.to.create.config.folder": "Не удалось создать \"{0}\"", "invalid.configuration.file": "Недопустимый файл конфигурации. В массиве должна присутствовать по меньшей мере одна конфигурация.", "unknown.properties.version": "В c_cpp_properties.json найден неизвестный номер версии. Некоторые функции могут работать не так, как ожидалось.", @@ -13,9 +14,13 @@ "path.with.spaces": "Не удалось найти путь компилятора с пробелами. Если предполагается включение аргументов компилятора, заключите путь компилятора в двойные кавычки ({0}).", "cannot.find": "Не удается найти: {0}", "path.is.not.a.file": "Путь не является файлом: {0}", + "resolve.includePath.took.too.long": "Оценка проверки пути включения заняла {0} с", + "resolve.includePath.failed": "Не удалось разрешить путь включения. Ошибка: {0}", "wrapped.with.quotes": "Не добавляйте лишние кавычки вокруг путей.", "path.is.not.a.directory": "Путь не является каталогом: {0}", "duplicate.name": "{0} является дубликатом. Имя конфигурации должно быть уникальным.", + "resolve.path.took.too.long": "Оценка пути заняла {0} с", + "resolve.path.failed": "Не удалось разрешить путь {0}. Ошибка: {1}", "multiple.paths.not.allowed": "Запрещено использовать несколько путей.", "multiple.paths.should.be.separate.entries": "Несколько путей должны быть отдельными записями в массиве.", "paths.are.not.directories": "Пути не являются каталогами: {0}" diff --git a/Extension/i18n/trk/src/LanguageServer/client.i18n.json b/Extension/i18n/trk/src/LanguageServer/client.i18n.json index e00893b94..baabfc89c 100644 --- a/Extension/i18n/trk/src/LanguageServer/client.i18n.json +++ b/Extension/i18n/trk/src/LanguageServer/client.i18n.json @@ -30,6 +30,9 @@ "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ı.", + "parsing.stats.large.project": "{1} C/C++ kaynak dosyası algılanan {0} dosya listelendi. Daha iyi performans için bazı dosyaları hariç tutmayı düşünebilirsiniz.", + "learn.more": "Daha Fazla Bilgi Edinin", + "dont.show.again": "Bir Daha Gösterme", "update.intellisense.time": "IntelliSense güncelleştirme zamanı (sn): {0}", "configurations.received": "Alınan özel yapılandırmalar:", "browse.configuration.received": "Özel gözatma yapılandırması alındı: {0}", diff --git a/Extension/i18n/trk/src/LanguageServer/configurations.i18n.json b/Extension/i18n/trk/src/LanguageServer/configurations.i18n.json index e0f009e6f..9a690d6dc 100644 --- a/Extension/i18n/trk/src/LanguageServer/configurations.i18n.json +++ b/Extension/i18n/trk/src/LanguageServer/configurations.i18n.json @@ -5,6 +5,7 @@ // Do not edit this file. It is machine generated. { "incompatible.intellisense.mode": "{0} IntelliSense modu, derleyici yolu ile uyumsuz.", + "resolve.configuration.processed": "c_cpp_properties.json dosyası {0} saniyede işlendi", "failed.to.create.config.folder": "\"{0}\" oluşturulamadı", "invalid.configuration.file": "Yapılandırma dosyası geçersiz. Dizide mevcut en az bir yapılandırma olmalıdır.", "unknown.properties.version": "c_cpp_properties.json dosyasında bilinmeyen sürüm numarası bulundu. Bazı özellikler beklendiği gibi çalışmayabilir.", @@ -13,9 +14,13 @@ "path.with.spaces": "Boşluk içeren derleyici yolu bulunamadı. Eğer bunun, derleyici bağımsız değişkenlerini içermesi amaçlandıysa, derleyici yolunu çift tırnak ({0}) ile çevreleyin.", "cannot.find": "{0} bulunamıyor", "path.is.not.a.file": "Yol bir dosya değil: {0}", + "resolve.includePath.took.too.long": "Dahil etme yolu doğrulama {0} saniye sürdü", + "resolve.includePath.failed": "Dahil etme yolunu çözemedi. Hata: {0}", "wrapped.with.quotes": "Yolların etrafına fazladan tırnak işareti eklemeyin.", "path.is.not.a.directory": "Yol bir dizin değil: {0}", "duplicate.name": "{0} yineleniyor. Yapılandırma adı benzersiz olmalıdır.", + "resolve.path.took.too.long": "Yolun değerlendirilmesi {0} saniye sürdü", + "resolve.path.failed": "Yol {0} çözülemedi. Hata: {1}", "multiple.paths.not.allowed": "Birden fazla yola izin verilmez.", "multiple.paths.should.be.separate.entries": "Birden çok yol bir dizideki ayrı girişler olmalıdır.", "paths.are.not.directories": "Yollar dizin değil: {0}"