From 99027c94c1c2d7ca3fd5387d164714bca9bdee1e Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 5 Nov 2025 23:04:47 +0000 Subject: [PATCH] Localization result of 36690b2a35745da6518bfce4dfc5152fd7bd6cdb. --- package.nls.fr.json | 2 +- package.nls.ja.json | 2 +- package.nls.pt-br.json | 2 +- package.nls.ru.json | 2 +- package.nls.zh-cn.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.nls.fr.json b/package.nls.fr.json index 2aba53436..34d3cb289 100644 --- a/package.nls.fr.json +++ b/package.nls.fr.json @@ -29,7 +29,7 @@ "configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Afficher les indicateurs pour les indexeurs", "configuration.csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": "Afficher les indicateurs pour les types de paramètre lambda", "configuration.csharp.inlayHints.enableInlayHintsForTypes": "Afficher les indicateurs de type inline", - "configuration.dotnet.autoInsert.enableAutoInsert": "Enable automatic adjustments of code constructs on typing, including documentation comment insertion, brace formatting adjustments, and raw string literal support.", + "configuration.dotnet.autoInsert.enableAutoInsert": "Activez les ajustements automatiques des constructions de code lors de la saisie, notamment l’insertion de commentaires de documentation, les ajustements de mise en forme des accolades et la prise en charge des littéraux de chaîne brute.", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "Exécuter l’analyse du code en arrière-plan pour : (précédemment, « omnisharp.enableRoslynAnalyzers »)", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "Solution complète", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "Aucun", diff --git a/package.nls.ja.json b/package.nls.ja.json index c00608555..8d52f6574 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -29,7 +29,7 @@ "configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "インデクサーのヒントを表示する", "configuration.csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": "ラムダ パラメーター型のヒントを表示する", "configuration.csharp.inlayHints.enableInlayHintsForTypes": "インライン型のヒントを表示する", - "configuration.dotnet.autoInsert.enableAutoInsert": "Enable automatic adjustments of code constructs on typing, including documentation comment insertion, brace formatting adjustments, and raw string literal support.", + "configuration.dotnet.autoInsert.enableAutoInsert": "ドキュメント コメントの挿入、波かっこの書式調整、生文字列リテラルのサポートなど、入力時のコード構造の自動調整を有効にします。", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "次のバックグラウンド コード分析を実行します: (以前の `omnisharp.enableRoslynAnalyzers`)", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "ソリューション全体", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "なし", diff --git a/package.nls.pt-br.json b/package.nls.pt-br.json index 37cfec3db..e11deab2f 100644 --- a/package.nls.pt-br.json +++ b/package.nls.pt-br.json @@ -29,7 +29,7 @@ "configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Mostrar dicas para indexadores", "configuration.csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": "Mostrar as dicas para os tipos de parâmetro lambda", "configuration.csharp.inlayHints.enableInlayHintsForTypes": "Exibir as dicas embutidas de tipo", - "configuration.dotnet.autoInsert.enableAutoInsert": "Enable automatic adjustments of code constructs on typing, including documentation comment insertion, brace formatting adjustments, and raw string literal support.", + "configuration.dotnet.autoInsert.enableAutoInsert": "Habilite ajustes automáticos de constructos de código na digitação, incluindo inserção de comentários de documentação, ajustes de formatação de chaves e suporte de literal de cadeia de caracteres bruta.", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "Execute a análise de código em segundo plano para: (Anteriormente `omnisharp.enableRoslynAnalyzers`)", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "Solução inteira", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "Nenhum", diff --git a/package.nls.ru.json b/package.nls.ru.json index 1283b6ba5..528453901 100644 --- a/package.nls.ru.json +++ b/package.nls.ru.json @@ -29,7 +29,7 @@ "configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "Отображать подсказки для индексаторов", "configuration.csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": "Отображать подсказки для типов лямбда-параметров", "configuration.csharp.inlayHints.enableInlayHintsForTypes": "Отображать подсказки для встроенных типов", - "configuration.dotnet.autoInsert.enableAutoInsert": "Enable automatic adjustments of code constructs on typing, including documentation comment insertion, brace formatting adjustments, and raw string literal support.", + "configuration.dotnet.autoInsert.enableAutoInsert": "Включите автоматическую корректировку конструкций кода при вводе, включая вставку комментариев к документации, корректировки форматирования фигурных скобок и поддержку литералов необработанных строк.", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "Выполнить анализ кода в фоновом режиме для: (ранее — \"omnisharp.enableRoslynAnalyzers\")", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "Все решение", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "Нет", diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index 41e2de7b5..750c60632 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -29,7 +29,7 @@ "configuration.csharp.inlayHints.enableInlayHintsForIndexerParameters": "显示索引器的提示", "configuration.csharp.inlayHints.enableInlayHintsForLambdaParameterTypes": "显示 lambda 参数类型的提示", "configuration.csharp.inlayHints.enableInlayHintsForTypes": "显示内联类型提示", - "configuration.dotnet.autoInsert.enableAutoInsert": "Enable automatic adjustments of code constructs on typing, including documentation comment insertion, brace formatting adjustments, and raw string literal support.", + "configuration.dotnet.autoInsert.enableAutoInsert": "启用输入时代码结构的自动调整,包括插入文档注释、调整大括号格式和支持原始字符串字面量。", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope": "运行以下项的后台代码分析: (之前为 \"omnisharp.enableRoslynAnalyzers\")", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.fullSolution": "整个解决方案", "configuration.dotnet.backgroundAnalysis.analyzerDiagnosticsScope.none": "无",