From 1852c504bffe21de1ec799062b51fe22f09e4d1e Mon Sep 17 00:00:00 2001 From: csigs Date: Fri, 21 Aug 2020 10:04:35 -0700 Subject: [PATCH] Localization - Translated Strings (#6002) Co-authored-by: DevDiv Build Lab - Dev14 --- Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/chs/package.i18n.json | 7 +++++-- Extension/i18n/chs/src/packageManager.i18n.json | 1 + Extension/i18n/cht/package.i18n.json | 7 +++++-- Extension/i18n/cht/src/packageManager.i18n.json | 1 + Extension/i18n/csy/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/csy/package.i18n.json | 7 +++++-- Extension/i18n/csy/src/packageManager.i18n.json | 1 + Extension/i18n/deu/package.i18n.json | 7 +++++-- Extension/i18n/deu/src/packageManager.i18n.json | 1 + Extension/i18n/esn/package.i18n.json | 7 +++++-- Extension/i18n/esn/src/packageManager.i18n.json | 1 + Extension/i18n/fra/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/fra/package.i18n.json | 7 +++++-- Extension/i18n/fra/src/packageManager.i18n.json | 1 + Extension/i18n/ita/package.i18n.json | 7 +++++-- Extension/i18n/ita/src/packageManager.i18n.json | 1 + Extension/i18n/jpn/package.i18n.json | 7 +++++-- Extension/i18n/jpn/src/packageManager.i18n.json | 1 + Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/kor/package.i18n.json | 7 +++++-- Extension/i18n/kor/src/packageManager.i18n.json | 1 + Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/plk/package.i18n.json | 7 +++++-- Extension/i18n/plk/src/packageManager.i18n.json | 1 + Extension/i18n/ptb/c_cpp_properties.schema.json.i18n.json | 2 +- Extension/i18n/ptb/package.i18n.json | 7 +++++-- Extension/i18n/ptb/src/packageManager.i18n.json | 1 + Extension/i18n/rus/package.i18n.json | 7 +++++-- Extension/i18n/rus/src/packageManager.i18n.json | 1 + Extension/i18n/trk/package.i18n.json | 7 +++++-- Extension/i18n/trk/src/packageManager.i18n.json | 1 + 32 files changed, 84 insertions(+), 32 deletions(-) diff --git a/Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json index ec773b3f20..347c5f98dd 100644 --- a/Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/chs/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "可为源文件提供 IntelliSense 配置信息的 VS Code 扩展的 ID。", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "如果为 true,则仅处理以标头形式直接或间接包含的文件;如果为 false,则处理指定的包含路径下的所有文件。", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "所生成的符号数据库的路径。如果指定了相对路径,则它将相对于工作区的默认存储位置。", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "一个路径列表,这些路径用于为工作区符号编制索引和进行分析(这些符号用于“转到定义”和“查找所有引用”等)。默认在这些路径中以递归方式进行搜索。指定 \"*\" 可指示非递归搜索。例如,\"${workspaceFolder}\" 将搜索所有子目录,而 \"${workspaceFolder}/*\" 将不会。", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "可通过命令 ${cpptools:activeConfigCustomVariable} 查询要用于 launch.json 或 tasks.json 的输入变量的自定义变量。", "c_cpp_properties.schema.json.definitions.env": "可通过 ${变量} 或 ${env:变量} 语法在此文件中的任意位置重用的自定义变量。", "c_cpp_properties.schema.json.definitions.version": "配置文件的版本。此属性由扩展托管。请勿更改它。", diff --git a/Extension/i18n/chs/package.i18n.json b/Extension/i18n/chs/package.i18n.json index 40580a2e5d..d280fddc05 100644 --- a/Extension/i18n/chs/package.i18n.json +++ b/Extension/i18n/chs/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "将使用 clang-format 设置代码的格式", "c_cpp.configuration.formatting.Disabled.description": "将禁用代码格式设置", "c_cpp.configuration.vcFormat.indent.braces.description": "按照在“编辑器: 制表符大小”设置中指定的量缩进大括号", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "键入新行时,相对于以下内容缩进新行:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "最外面的左圆括号", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "最里面的左圆括号", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "当前语句的开头", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "新行在键入时,会在左圆括号下对齐或者按照在“编辑器: 制表符大小”设置中指定的量进行缩进", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "按照在“编辑器: 制表符大小”设置中指定的量,相对于 switch 语句缩进标签", "c_cpp.configuration.vcFormat.indent.caseContents.description": "按照在“编辑器: 制表符大小”设置中指定的量,相对于标签缩进 case 中的代码", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "按照在“编辑器: 制表符大小”设置中指定的量,缩进 case 语句后面的大括号", diff --git a/Extension/i18n/chs/src/packageManager.i18n.json b/Extension/i18n/chs/src/packageManager.i18n.json index 8ce80d7b95..f5acb0e218 100644 --- a/Extension/i18n/chs/src/packageManager.i18n.json +++ b/Extension/i18n/chs/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "失败(错误代码“{0}”)", "web.response.error": "HTTP/HTTPS 响应错误", "invalid.content.length.received": "接收的内容长度位置无效", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS 请求错误", "installing.package": "正在安装包“{0}”", "downloaded.unavailable": "下载的文件不可用", diff --git a/Extension/i18n/cht/package.i18n.json b/Extension/i18n/cht/package.i18n.json index 8bfef6d958..1f0fdc7dc3 100644 --- a/Extension/i18n/cht/package.i18n.json +++ b/Extension/i18n/cht/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "將使用 clang-format 來格式化程式碼", "c_cpp.configuration.formatting.Disabled.description": "將停用程式碼格式化", "c_cpp.configuration.vcFormat.indent.braces.description": "大括弧會依據 [Editor: Tab Size] 設定中指定的數量縮排", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "當鍵入新行時,按照下列項目的相對位置縮排新行:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "最外層的左括弧", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "最內層的左括弧", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "目前陳述式的開頭", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "當鍵入新行時,會在左括弧的下方對齊,或依據 [Editor: Tab Size] 設定中指定的數量縮排", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "標籤會依據 [Editor: Tab Size] 設定中指定的數量,按照 switch 陳述式的相對位置縮排", "c_cpp.configuration.vcFormat.indent.caseContents.description": "case 中的程式碼會依據 [Editor: Tab Size] 設定中指定的數量,按照其標籤的相對位置縮排", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "依據 [Editor: Tab Size] 設定中指定的數量,縮排 case 陳述式之後的大括弧", diff --git a/Extension/i18n/cht/src/packageManager.i18n.json b/Extension/i18n/cht/src/packageManager.i18n.json index c10a9800b4..bcb5697d98 100644 --- a/Extension/i18n/cht/src/packageManager.i18n.json +++ b/Extension/i18n/cht/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "失敗 (錯誤碼 '{0}')", "web.response.error": "HTTP/HTTPS 回應錯誤", "invalid.content.length.received": "收到的內容長度位置無效", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS 要求錯誤", "installing.package": "正在安裝套件 '{0}'", "downloaded.unavailable": "下載的檔案無法使用", diff --git a/Extension/i18n/csy/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/csy/c_cpp_properties.schema.json.i18n.json index 2dc12b09b8..d26768dd95 100644 --- a/Extension/i18n/csy/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/csy/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "ID rozšíření VS Code, které může funkci IntelliSense poskytnout informace o konfiguraci pro zdrojové soubory.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "True, pokud chcete zpracovat jen soubory přímo nebo nepřímo zahrnuté jako hlavičky, false, pokud chcete zpracovat všechny soubory na zadaných cestách pro vložené soubory", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "Cesta k vygenerované databázi symbolů. Pokud se zadá relativní cesta, nastaví se jako relativní k výchozímu umístění úložiště pracovního prostoru.", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "Seznam cest, které se použijí pro indexování a parsování symbolů pracovního prostoru (použijí se pro funkce Přejít na definici, Najít všechny odkazy apod.). Hledání na těchto cestách je standardně rekurzivní. Pokud chcete zadat nerekurzivní vyhledávání, zadejte *. Například ${workspaceFolder} prohledá všechny podadresáře, ale ${workspaceFolder}/* ne.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "Vlastní proměnné, na které se dá poslat dotaz prostřednictvím příkazu ${cpptools:activeConfigCustomVariable}, aby se použily jako vstupní proměnné v souborech launch.json nebo tasks.json.", "c_cpp_properties.schema.json.definitions.env": "Vlastní proměnné, které se dají opakovaně použít kdekoli v tomto souboru pomocí syntaxe ${proměnná} nebo ${env:proměnná}.", "c_cpp_properties.schema.json.definitions.version": "Verze konfiguračního souboru. Tuto vlastnost spravuje rozšíření. Neměňte ji prosím.", diff --git a/Extension/i18n/csy/package.i18n.json b/Extension/i18n/csy/package.i18n.json index 83d7fe0b19..3b501bc7a9 100644 --- a/Extension/i18n/csy/package.i18n.json +++ b/Extension/i18n/csy/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "K formátování kódu se použije clang-format.", "c_cpp.configuration.formatting.Disabled.description": "Formátování kódu bude zakázané.", "c_cpp.configuration.vcFormat.indent.braces.description": "Složené závorky se odsazují mezerou zadanou v nastavení Editor: Velikost tabulátoru.", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Když se zadá nový řádek, odsadit tento nový řádek relativně k:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "vnější levé závorce", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "vnitřní levé závorce", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "začátku aktuálního příkazu", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Když se zadá nový řádek, zarovná se pod levou závorku, nebo se odsadí mezerou zadanou v nastavení Editor: Velikost tabulátoru.", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Popisky se odsazují relativně k příkazům switch mezerou zadanou v nastavení Editor: Velikost tabulátoru.", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Kód v příkazu case se odsazuje relativně ke svému popisku mezerou zadanou v nastavení Editor: Velikost tabulátoru.", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Odsadit složené závorky za příkazem case mezerou zadanou v nastavení Editor: Velikost tabulátoru", diff --git a/Extension/i18n/csy/src/packageManager.i18n.json b/Extension/i18n/csy/src/packageManager.i18n.json index 2c9e75d58f..28a156bd10 100644 --- a/Extension/i18n/csy/src/packageManager.i18n.json +++ b/Extension/i18n/csy/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "neúspěšné (kód chyby {0})", "web.response.error": "Chyba odpovědi HTTP/HTTPS", "invalid.content.length.received": "Přijato neplatné umístění délky obsahu", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Chyba požadavku HTTP/HTTPS", "installing.package": "Instaluje se balíček {0}", "downloaded.unavailable": "Stažený soubor není k dispozici.", diff --git a/Extension/i18n/deu/package.i18n.json b/Extension/i18n/deu/package.i18n.json index 128aea7bda..c3abff09c0 100644 --- a/Extension/i18n/deu/package.i18n.json +++ b/Extension/i18n/deu/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "Zum Formatieren von Code wird clang-format verwendet.", "c_cpp.configuration.formatting.Disabled.description": "Die Codeformatierung wird deaktiviert.", "c_cpp.configuration.vcFormat.indent.braces.description": "Geschweifte Klammern werden um den im Editor in der Einstellung für die Tabstoppgröße angegebenen Wert eingerückt.", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Beim Eingeben einer neuen Zeile die neue Zeile relativ zu Folgendem einrücken:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "Äußerste geöffnete Klammer", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "Innerste geöffnete Klammer", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "Anfang der aktuellen Anweisung", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Bei Eingabe einer neuen Zeile wird diese unter der öffnenden Klammer ausgerichtet oder um den im Editor in der Einstellung für die Tabstoppgröße angegebenen Wert eingerückt.", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Bezeichnungen werden relativ zu switch-Anweisungen um den im Editor in der Einstellung für die Tabstoppgröße angegebenen Wert eingerückt.", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Der Code in einer case-Anweisung wird relativ zu seiner Bezeichnung um den im Editor in der Einstellung für die Tabstoppgröße angegebenen Wert eingerückt.", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Geschweifte Klammern nach einer case-Anweisung um den im Editor in der Einstellung für die Tabstoppgröße angegebenen Wert einrücken", diff --git a/Extension/i18n/deu/src/packageManager.i18n.json b/Extension/i18n/deu/src/packageManager.i18n.json index c2de542c86..8b6de7c007 100644 --- a/Extension/i18n/deu/src/packageManager.i18n.json +++ b/Extension/i18n/deu/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "Fehler (Fehlercode: {0})", "web.response.error": "HTTP/HTTPS-Antwortfehler", "invalid.content.length.received": "Ungültige Content-Length-Position empfangen.", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS-Anforderungsfehler", "installing.package": "Paket \"{0}\" wird installiert", "downloaded.unavailable": "Heruntergeladene Datei nicht verfügbar", diff --git a/Extension/i18n/esn/package.i18n.json b/Extension/i18n/esn/package.i18n.json index c5d7da7edf..300afe1079 100644 --- a/Extension/i18n/esn/package.i18n.json +++ b/Extension/i18n/esn/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "clang-format se usará para formatear el código", "c_cpp.configuration.formatting.Disabled.description": "El formato del código se deshabilitará.", "c_cpp.configuration.vcFormat.indent.braces.description": "Se aplica a las llaves la sangría especificada en la configuración de Editor: Tamaño de tabulación.", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Al escribir una nueva línea, aplicar sangría a esta en relación con:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "el paréntesis de apertura externo", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "el paréntesis de apertura interno", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "el principio de la instrucción actual", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Al escribir una nueva línea, se alinea bajo el paréntesis de apertura o se le aplica sangría según lo especificado en la configuración de Editor: Tamaño de tabulación.", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Se aplica sangría a las etiquetas en relación con las instrucciones switch, según lo especificado en la configuración de Editor: Tamaño de tabulación.", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Se aplica sangría al código incluido en \"case\" en relación con su etiqueta, según lo especificado en la configuración de Editor: Tamaño de tabulación.", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Se aplica sangría a las llaves siguiendo una instrucción Case, según lo especificado en la configuración de Editor: Tamaño de tabulación.", diff --git a/Extension/i18n/esn/src/packageManager.i18n.json b/Extension/i18n/esn/src/packageManager.i18n.json index d558c633c8..daa343a859 100644 --- a/Extension/i18n/esn/src/packageManager.i18n.json +++ b/Extension/i18n/esn/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "Error (código de error: {0})", "web.response.error": "Error de respuesta HTTP/HTTPS", "invalid.content.length.received": "Se ha recibido una ubicación con una longitud de contenido no válida.", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Error de solicitud HTTP/HTTPS", "installing.package": "Instalando el paquete \"{0}\"", "downloaded.unavailable": "El archivo descargado no está disponible", diff --git a/Extension/i18n/fra/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/fra/c_cpp_properties.schema.json.i18n.json index d06674a642..d421559969 100644 --- a/Extension/i18n/fra/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/fra/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "ID d'une extension VS Code pouvant fournir des informations de configuration IntelliSense pour les fichiers sources.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "true pour traiter uniquement les fichiers inclus directement ou indirectement comme des en-têtes, false pour traiter tous les fichiers sous les chemins d'inclusion spécifiés.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "Chemin de la base de données de symboles générée. Si un chemin relatif est spécifié, il est relatif à l'emplacement de stockage par défaut de l'espace de travail.", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "Liste de chemins à utiliser pour l'indexation et l'analyse des symboles d'espace de travail (à utiliser par Atteindre la définition, Rechercher toutes les références, etc.). La recherche sur ces chemins est récursive par défaut. Spécifiez '*' pour indiquer une recherche non récursive. Par exemple, '${workspaceFolder}' permet d'effectuer une recherche parmi tous les sous-répertoires, ce qui n'est pas le cas de '${workspaceFolder}/*'.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "Variables personnalisées qui peuvent être interrogées par le biais de la commande ${cpptools:activeConfigCustomVariable} à utiliser pour les variables d'entrée dans launch.json ou tasks.json.", "c_cpp_properties.schema.json.definitions.env": "Variables personnalisées pouvant être réutilisées partout dans ce fichier à l'aide de la syntaxe ${variable} ou ${env:variable}.", "c_cpp_properties.schema.json.definitions.version": "Version du fichier de configuration. Cette propriété est gérée par l'extension. Ne la changez pas.", diff --git a/Extension/i18n/fra/package.i18n.json b/Extension/i18n/fra/package.i18n.json index 40c899b6f6..ce6b3a3da0 100644 --- a/Extension/i18n/fra/package.i18n.json +++ b/Extension/i18n/fra/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "clang-format est utilisé pour la mise en forme du code", "c_cpp.configuration.formatting.Disabled.description": "La mise en forme du code va être désactivée", "c_cpp.configuration.vcFormat.indent.braces.description": "Les accolades sont mises en retrait en fonction de la valeur spécifiée dans le paramètre Éditeur : Taille des tabulations", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Quand une nouvelle ligne est tapée, mettre en retrait la nouvelle ligne par rapport :", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "à la parenthèse ouverte la plus extérieure", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "à la parenthèse ouverte la plus intérieure", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "au début de l'instruction actuelle", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Quand vous tapez une nouvelle ligne, elle est alignée sous la parenthèse ouvrante ou est mise en retrait en fonction de la valeur spécifiée dans le paramètre Éditeur : Taille des tabulations", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Les étiquettes sont mises en retrait par rapport aux instructions switch en fonction de la valeur spécifiée dans le paramètre Éditeur : Taille des tabulations", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Le code situé à l'intérieur d'une instruction case est mis en retrait par rapport à son étiquette, en fonction de la valeur spécifiée dans le paramètre Éditeur : Taille des tabulations", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Mettre en retrait les accolades qui suivent une instruction case en fonction de la valeur spécifiée dans le paramètre Éditeur : Taille des tabulations", diff --git a/Extension/i18n/fra/src/packageManager.i18n.json b/Extension/i18n/fra/src/packageManager.i18n.json index 85b2506643..30aaf6f780 100644 --- a/Extension/i18n/fra/src/packageManager.i18n.json +++ b/Extension/i18n/fra/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "échec (code d'erreur '{0}')", "web.response.error": "Erreur de réponse HTTP/HTTPS", "invalid.content.length.received": "Emplacement de longueur de contenu reçu non valide", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Erreur de requête HTTP/HTTPS", "installing.package": "Installation du package '{0}'", "downloaded.unavailable": "Fichier téléchargé non disponible", diff --git a/Extension/i18n/ita/package.i18n.json b/Extension/i18n/ita/package.i18n.json index 87a88babb4..214be1748b 100644 --- a/Extension/i18n/ita/package.i18n.json +++ b/Extension/i18n/ita/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "Per formattare il codice, verrà usato clang-format", "c_cpp.configuration.formatting.Disabled.description": "La formattazione del codice verrà disabilitata", "c_cpp.configuration.vcFormat.indent.braces.description": "Le parentesi graffe vengono rientrate in base al valore specificato nell'impostazione Editor: Dimensione tabulazione", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Quando viene digitata una nuova riga, imposta un rientro per la nuova riga rispetto a:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "la parentesi aperta più esterna", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "la parentesi aperta più interna", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "l'inizio dell'istruzione corrente", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Quando viene immessa, una nuova riga viene allineata sotto la parentesi aperta oppure rientrata in base al valore specificato nell'impostazione Editor: Dimensione tabulazione", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Le etichette vengono rientrate rispetto alla relativa istruzione switch in base al valore specificato nell'impostazione Editor: Dimensione tabulazione", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Il codice all'interno del caso viene rientrato rispetto alla relativa etichetta in base al valore specificato nell'impostazione Editor: Dimensione tabulazione", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Imposta un rientro per le parentesi graffe dopo un'istruzione case in base al valore specificato nell'impostazione Editor: Dimensione tabulazione", diff --git a/Extension/i18n/ita/src/packageManager.i18n.json b/Extension/i18n/ita/src/packageManager.i18n.json index 403fcc8d89..47e2fe50f7 100644 --- a/Extension/i18n/ita/src/packageManager.i18n.json +++ b/Extension/i18n/ita/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "errore (codice errore '{0}')", "web.response.error": "Errore della risposta HTTP/HTTPS", "invalid.content.length.received": "È stata ricevuta una lunghezza del contenuto non valida", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Errore della richiesta HTTP/HTTPS", "installing.package": "Installazione del pacchetto '{0}'", "downloaded.unavailable": "Il file scaricato non è disponibile", diff --git a/Extension/i18n/jpn/package.i18n.json b/Extension/i18n/jpn/package.i18n.json index 730aec5df9..e2c4cc2cb4 100644 --- a/Extension/i18n/jpn/package.i18n.json +++ b/Extension/i18n/jpn/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "clang-format を使用してコードが書式設定されます", "c_cpp.configuration.formatting.Disabled.description": "コードの書式設定は無効になります", "c_cpp.configuration.vcFormat.indent.braces.description": "中かっこは、[Editor: Tab Size](エディター: タブ サイズ) 設定で指定された分だけインデントされます", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "改行が入力されると、新しい行が次のものを基準にインデントされます:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "最も外側の始めかっこ", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "最も内側の始めかっこ", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "現在のステートメントの先頭", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "改行を入力すると、始めかっこの下に配置されるか、エディターのタブ サイズの設定で指定された分だけインデントされます", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "ラベルは、エディターのタブ サイズの設定で指定された分だけ、switch ステートメントを基準にインデントされます", "c_cpp.configuration.vcFormat.indent.caseContents.description": "case 内のコードは、エディターのタブ サイズの設定で指定された分だけ、ラベルを基準にインデントされます", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "case ステートメントに続く中かっこは、[Editor: Tab Size](エディター: タブ サイズ) 設定で指定された分だけインデントされます", diff --git a/Extension/i18n/jpn/src/packageManager.i18n.json b/Extension/i18n/jpn/src/packageManager.i18n.json index 42bd58c949..92e7176316 100644 --- a/Extension/i18n/jpn/src/packageManager.i18n.json +++ b/Extension/i18n/jpn/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "失敗 (エラー コード '{0}')", "web.response.error": "HTTP/HTTPS 応答エラー", "invalid.content.length.received": "無効なコンテンツの長さの場所を受信しました", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS 要求エラー", "installing.package": "パッケージ '{0}' をインストールしています", "downloaded.unavailable": "ダウンロードしたファイルは利用できません", diff --git a/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json index 40f150c14c..e0b3a66f21 100644 --- a/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/kor/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "소스 파일에 IntelliSense 구성 정보를 제공할 수 있는 VS Code 확장의 ID입니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "true인 경우 직접적으로 또는 간접적으로 헤더로 포함된 파일만 처리되고, false인 경우 지정된 포함 경로 아래의 모든 파일이 처리됩니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "생성된 기호 데이터베이스의 경로입니다. 상대 경로가 지정된 경우 작업 영역의 기본 스토리지 위치에 대해 상대적으로 만들어집니다.", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "작업 영역 기호의 인덱싱 및 구문 분석에 사용할 경로의 목록입니다(정의로 이동, 모든 참조 찾기 등에서 사용). 이 경로에서 검색하는 작업은 기본적으로 재귀 작업입니다. 비재귀 검색을 나타내려면 '*'를 지정하세요. 예를 들어 '${workspaceFolder}'은(는) 모든 하위 디렉터리를 검색하지만 '${workspaceFolder}/*'는 그러지 않습니다.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "launch.json 또는 tasks.json의 입력 변수에 사용하기 위해 ${cpptools:activeConfigCustomVariable} 명령을 통해 쿼리할 수 있는 사용자 지정 변수입니다.", "c_cpp_properties.schema.json.definitions.env": "${변수} 또는 ${환경 변수} 구문을 사용하여 이 파일 내 어디서나 재사용할 수 있는 사용자 지정 변수입니다.", "c_cpp_properties.schema.json.definitions.version": "구성 파일의 버전입니다. 이 속성은 확장에서 관리합니다. 변경하지 마세요.", diff --git a/Extension/i18n/kor/package.i18n.json b/Extension/i18n/kor/package.i18n.json index 9c1ddd492f..97aa8b040e 100644 --- a/Extension/i18n/kor/package.i18n.json +++ b/Extension/i18n/kor/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "코드 서식을 지정하는 데 clang-format이 사용됩니다.", "c_cpp.configuration.formatting.Disabled.description": "코드 서식을 사용할 수 없습니다.", "c_cpp.configuration.vcFormat.indent.braces.description": "편집기: 탭 크기 설정에 지정된 양만큼 중괄호를 들여 씁니다.", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "줄 바꿈이 입력되면 다음을 기준으로 줄 바꿈을 들여 씁니다.", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "가장 바깥쪽 여는 괄호", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "가장 안쪽 여는 괄호", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "현재 문의 시작 부분", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "새 줄을 입력하면 여는 괄호 아래에 맞추거나 편집기: 탭 크기 설정에 지정한 양만큼 들여 씁니다.", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "switch 문을 기준으로 편집기: 탭 크기 설정에 지정된 양만큼 레이블을 들여 씁니다.", "c_cpp.configuration.vcFormat.indent.caseContents.description": "레이블을 기준으로 편집기: 탭 크기 설정에 지정된 양만큼 Case 내 코드를 들여 씁니다.", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "편집기: 탭 크기 설정에 지정된 양만큼 case 문 다음에 중괄호를 들여 씁니다.", diff --git a/Extension/i18n/kor/src/packageManager.i18n.json b/Extension/i18n/kor/src/packageManager.i18n.json index e9c0cb01d0..c643634daf 100644 --- a/Extension/i18n/kor/src/packageManager.i18n.json +++ b/Extension/i18n/kor/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "실패(오류 코드 '{0}')", "web.response.error": "HTTP/HTTPS 응답 오류", "invalid.content.length.received": "잘못된 콘텐츠 길이 위치가 수신되었습니다.", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS 요청 오류", "installing.package": "'{0}' 패키지를 설치하는 중", "downloaded.unavailable": "다운로드한 파일을 사용할 수 없음", diff --git a/Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json index 695be7ce94..e2474687f7 100644 --- a/Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/plk/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "Identyfikator rozszerzenia programu VS Code, które może udostępnić informacje o konfiguracji funkcji IntelliSense dla plików źródłowych.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "Wartość true, aby przetwarzać tylko pliki bezpośrednio lub pośrednio dołączone jako nagłówki. Wartość false, aby przetwarzać wszystkie pliki w określonych ścieżkach dołączania.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "Ścieżka do generowanej bazy danych symboli. Jeśli zostanie określona ścieżka względna, będzie to ścieżka względem domyślnej lokalizacji magazynowania obszaru roboczego.", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "Lista ścieżek używanych do indeksowania i analizowania symboli obszaru roboczego (używana m.in. przez funkcje Przejście do definicji, Znajdowanie wszystkich odwołań). Wyszukiwanie na tych ścieżkach jest domyślnie rekursywne. Za pomocą znaku „*” możesz oznaczyć wyszukiwanie jako nierekursywne. Na przykład „${workspaceFolder}” przeszukuje wszystkie podkatalogi, a „${workspaceFolder}/*” już nie.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "Zmienne niestandardowe, względem których można wykonywać zapytania za pomocą polecenia ${cpptools:activeConfigCustomVariable}, aby użyć ich na potrzeby zmiennych wejściowych w plikach launch.js lub tasks.js.", "c_cpp_properties.schema.json.definitions.env": "Zmienne niestandardowe, których można używać ponownie w dowolnym miejscu tego pliku przy użyciu składni ${zmienna} lub ${env:zmienna}.", "c_cpp_properties.schema.json.definitions.version": "Wersja pliku konfiguracji. Tą właściwością zarządza rozszerzenie. Nie zmieniaj jej.", diff --git a/Extension/i18n/plk/package.i18n.json b/Extension/i18n/plk/package.i18n.json index c87b818d8f..f4f49a4d8f 100644 --- a/Extension/i18n/plk/package.i18n.json +++ b/Extension/i18n/plk/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "Do formatowania kodu będzie używane narzędzie clang-format", "c_cpp.configuration.formatting.Disabled.description": "Formatowanie kodu zostanie wyłączone", "c_cpp.configuration.vcFormat.indent.braces.description": "Dla nawiasów klamrowych jest stosowane wcięcie według liczby określonej w ustawieniu Edytor: rozmiar tabulatora", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Po wpisaniu nowego wiersza zastosuj wcięcie nowego wiersza względem:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "Najbardziej zewnętrzny nawias otwierający", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "Najbardziej wewnętrzny nawias otwierający", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "Początek bieżącej instrukcji", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Kiedy rozpoczniesz wpisywanie w nowym wierszu, zostanie on wyrównany pod nawiasem otwierającym lub zostanie utworzone dla niego wcięcie o szerokości określonej w ustawieniu Edytor: rozmiar tabulatora", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Dla etykiet tworzone jest wcięcie względem instrukcji switch o szerokości określonej w ustawieniu Edytor: rozmiar tabulatora", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Dla kodu wewnątrz instrukcji tworzone jest wcięcie o szerokości określonej w ustawieniu Edytor: rozmiar tabulatora", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Zastosuj wcięcie nawiasów klamrowych po instrukcji case według liczby określonej w ustawieniu Edytor: rozmiar tabulatora", diff --git a/Extension/i18n/plk/src/packageManager.i18n.json b/Extension/i18n/plk/src/packageManager.i18n.json index 05f47a77a5..3b6cb0ee60 100644 --- a/Extension/i18n/plk/src/packageManager.i18n.json +++ b/Extension/i18n/plk/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "niepowodzenie (kod błędu „{0}”)", "web.response.error": "Błąd odpowiedzi HTTP/HTTPS", "invalid.content.length.received": "Odebrano nieprawidłową lokalizację długości zawartości", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Błąd żądania HTTP/HTTPS", "installing.package": "Instalowanie pakietu „{0}”", "downloaded.unavailable": "Pobrany plik niedostępny", diff --git a/Extension/i18n/ptb/c_cpp_properties.schema.json.i18n.json b/Extension/i18n/ptb/c_cpp_properties.schema.json.i18n.json index 743299ecc8..ce25e224e1 100644 --- a/Extension/i18n/ptb/c_cpp_properties.schema.json.i18n.json +++ b/Extension/i18n/ptb/c_cpp_properties.schema.json.i18n.json @@ -19,7 +19,7 @@ "c_cpp_properties.schema.json.definitions.configurations.items.properties.configurationProvider": "A ID de uma extensão do VS Code que pode fornecer informações de configuração do IntelliSense para arquivos de origem.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.limitSymbolsToIncludedHeaders": "true para processar somente os arquivos direta ou indiretamente incluídos como cabeçalhos, false para processar todos os arquivos nos caminhos de inclusão especificados.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.databaseFilename": "Caminho para o banco de dados de símbolo gerado. Se um caminho relativo for especificado, ele será criado em relação ao local de armazenamento padrão do workspace.", - "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "A list of paths to use for indexing and parsing of workspace symbols (for use by Go to Definition, Find All References, etc.). Searching on these paths is recursive by default. Specify '*' to indicate non-recursive search. For example, '${workspaceFolder}' will search through all subdirectories while '${workspaceFolder}/*' will not.", + "c_cpp_properties.schema.json.definitions.configurations.items.properties.browse.properties.path": "Uma lista de caminhos a serem usados para indexação e análise de símbolos do workspace (usados por Ir para Definição, Localizar Todas as Referências etc.). A pesquisa nesses caminhos é recursiva por padrão. Especifique '*' para indicar uma pesquisa não recursiva. Por exemplo, '${workspaceFolder}' pesquisará todos os subdiretórios enquanto '${workspaceFolder}/*' não fará isso.", "c_cpp_properties.schema.json.definitions.configurations.items.properties.customConfigurationVariables": "Variáveis personalizadas que podem ser consultadas por meio do comando ${cpptools:activeConfigCustomVariable} a serem usadas para as variáveis de entrada no launch.json ou tasks.json.", "c_cpp_properties.schema.json.definitions.env": "Variáveis personalizadas que podem ser reutilizadas em qualquer lugar neste arquivo usando a sintaxe ${variável} ou ${env:variável}.", "c_cpp_properties.schema.json.definitions.version": "Versão do arquivo de configuração. Esta propriedade é gerenciada pela extensão. Não a altere.", diff --git a/Extension/i18n/ptb/package.i18n.json b/Extension/i18n/ptb/package.i18n.json index 258873fdcf..cb75fedd58 100644 --- a/Extension/i18n/ptb/package.i18n.json +++ b/Extension/i18n/ptb/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "clang-format será usado para formatar o código", "c_cpp.configuration.formatting.Disabled.description": "A formatação de código será desabilitada", "c_cpp.configuration.vcFormat.indent.braces.description": "As chaves são recuadas pelo valor especificado na configuração Editor: Tamanho da Tabulação", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Quando uma nova linha for digitada, recue-a em relação a:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "o parêntese de abertura mais externo", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "o parêntese de abertura mais interno", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "o início da instrução atual", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Quando uma nova linha é digitada, ela é alinhada sob o parêntese de abertura ou é recuada com o valor especificado no Editor: configuração de Tamanho da Guia", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Os rótulos são recuados com relação às instruções de comutador com o valor especificado no Editor: configuração do Tamanho da Guia", "c_cpp.configuration.vcFormat.indent.caseContents.description": "O código dentro da caixa é recuado em relação ao rótulo de acordo com o valor especificado no Editor: configuração do Tamanho da Guia", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Recuar as chaves após uma instrução de caso pelo valor especificado na configuração Editor: Tamanho da Tabulação", diff --git a/Extension/i18n/ptb/src/packageManager.i18n.json b/Extension/i18n/ptb/src/packageManager.i18n.json index 10939abc99..4f68d06184 100644 --- a/Extension/i18n/ptb/src/packageManager.i18n.json +++ b/Extension/i18n/ptb/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "falha (código de erro '{0}')", "web.response.error": "Erro de resposta HTTP/HTTPS", "invalid.content.length.received": "Recebido local de comprimento de conteúdo inválido", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Erro de solicitação HTTP/HTTPS", "installing.package": "Instalando o pacote '{0}'", "downloaded.unavailable": "Arquivo baixado não disponível", diff --git a/Extension/i18n/rus/package.i18n.json b/Extension/i18n/rus/package.i18n.json index 7319520800..efbf773220 100644 --- a/Extension/i18n/rus/package.i18n.json +++ b/Extension/i18n/rus/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "Для форматирования кода будет использоваться clang-format.", "c_cpp.configuration.formatting.Disabled.description": "Форматирование кода будет отключено.", "c_cpp.configuration.vcFormat.indent.braces.description": "Добавление отступа для фигурных скобок на величину, указанную параметром \"Редактор: Размер табуляции\".", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Добавление отступа при вводе новой строки относительно", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "крайней внешней открывающей круглой скобки.", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "ближайшей внутренней открывающей круглой скобки.", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "начала текущей инструкции.", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "При вводе новой строки она выравнивается по открывающей скобке или смещается на отступ, величина которого определяется параметром редактора \"Размер шага табуляции\".", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Метки располагаются относительно операторов switch с отступом, размер которого определяется параметром редактора \"Размер шага табуляции\".", "c_cpp.configuration.vcFormat.indent.caseContents.description": "Код внутри оператора case располагается относительно метки с отступом, размер которого определяется параметром редактора \"Размер шага табуляции\".", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Добавление отступа для фигурных скобок после оператора case на величину, указанную параметром \"Редактор: Размер табуляции\".", diff --git a/Extension/i18n/rus/src/packageManager.i18n.json b/Extension/i18n/rus/src/packageManager.i18n.json index c3718dcc11..a89429894e 100644 --- a/Extension/i18n/rus/src/packageManager.i18n.json +++ b/Extension/i18n/rus/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "Сбой (код ошибки \"{0}\").", "web.response.error": "Ошибка ответа HTTP/HTTPS", "invalid.content.length.received": "Получено недопустимое расположение длины содержимого", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "Ошибка запроса HTTP/HTTPS", "installing.package": "Установка пакета \"{0}\"", "downloaded.unavailable": "Скачанный файл недоступен", diff --git a/Extension/i18n/trk/package.i18n.json b/Extension/i18n/trk/package.i18n.json index 24d7b324c2..65cb2380b0 100644 --- a/Extension/i18n/trk/package.i18n.json +++ b/Extension/i18n/trk/package.i18n.json @@ -28,11 +28,14 @@ "c_cpp.configuration.formatting.Default.description": "clang-format, kodu biçimlendirmek için kullanılacak", "c_cpp.configuration.formatting.Disabled.description": "Kod biçimlendirme devre dışı bırakılacak", "c_cpp.configuration.vcFormat.indent.braces.description": "Küme ayraçları, Düzenleyici: Sekme Boyutu ayarında belirtilen miktara göre girintilenir", - "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Yeni bir satır yazıldığında, yeni satırı şununla göreli olacak şekilde girintile:", + "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.description": "Indent new lines relatively to:", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.outermostParenthesis.description": "en dıştaki açma parantezi", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.innermostParenthesis.description": "en içteki açma parantezi", "c_cpp.configuration.vcFormat.indent.multiLineRelativeTo.statementBegin.description": "geçerli deyimin başlangıcı", - "c_cpp.configuration.vcFormat.indent.preserveIndentationWithinParentheses.description": "Yeni yazılan bir satır, sol parantezin altına hizalanır veya Düzenleyici: Sekme Boyutu ayarında belirtildiği kadar girintilenir", + "c_cpp.configuration.vcFormat.indent.withinParentheses.description": "When a new line is typed, it is aligned under the opening parenthesis or based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.withinParentheses.alignToParenthesis.description": "New line is aligned under the opening parenthesis", + "c_cpp.configuration.vcFormat.indent.withinParentheses.indent.description": "New line is indented based on `C_Cpp.vcFormat.indent.multiLineRelativeTo`", + "c_cpp.configuration.vcFormat.indent.preserveWithinParentheses.description": "In existing code, preserve the existing indent alignment of new lines within parentheses", "c_cpp.configuration.vcFormat.indent.caseLabels.description": "Etiketler, switch deyimlerine göre, Düzenleyici: Sekme Boyutu ayarında belirtilen miktarda girintilenir", "c_cpp.configuration.vcFormat.indent.caseContents.description": "case deyimi içindeki kod, kodun etiketine göre, Düzenleyici: Sekme Boyutu ayarında belirtilen miktarda girintilenir", "c_cpp.configuration.vcFormat.indent.caseContentsWhenBlock.description": "Bir case deyiminden sonraki küme ayraçlarını, Düzenleyici: Sekme Boyutu ayarında belirtilen miktara göre girintileyin", diff --git a/Extension/i18n/trk/src/packageManager.i18n.json b/Extension/i18n/trk/src/packageManager.i18n.json index aeeceaf5e7..45933ce150 100644 --- a/Extension/i18n/trk/src/packageManager.i18n.json +++ b/Extension/i18n/trk/src/packageManager.i18n.json @@ -18,6 +18,7 @@ "failed.web.error": "başarısız oldu (hata kodu '{0}')", "web.response.error": "HTTP/HTTPS Yanıt Hatası", "invalid.content.length.received": "Geçersiz içerik uzunluğu konumu alındı", + "invalid.content.received": "Invalid content received. Hash is incorrect.", "web.request.error": "HTTP/HTTPS İstek hatası", "installing.package": "'{0}' paketi yükleniyor", "downloaded.unavailable": "İndirilen dosya kullanılamıyor",