diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs index a5861f4fd8b18e53660dba98ca66c0f6cbab0617..e5c9cbddf8123df0b218f71abaf863439a883059 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/ChangeSignatureDialogViewModel.cs @@ -577,12 +577,17 @@ public override string FullAutomationText { get { - var text = $"{Modifier} {Type} {Parameter}"; + var text = ServicesVSResources.Added_Parameter; + + text += $"{Modifier} {Type} {Parameter}"; + if (!string.IsNullOrWhiteSpace(Default)) { text += $" = {Default}"; } + text += string.Format(ServicesVSResources.Inserting_call_site_value_0, Callsite); + return text; } } diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs index b9468aa7ee3277b6ac519afd883ea44362cf6c7c..4094046e3d968a205a40b9f6f7c292e7894f94cd 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs +++ b/src/VisualStudio/Core/Def/ServicesVSResources.Designer.cs @@ -234,6 +234,15 @@ internal class ServicesVSResources { } } + /// + /// Looks up a localized string similar to Added parameter.. + /// + internal static string Added_Parameter { + get { + return ResourceManager.GetString("Added_Parameter", resourceCulture); + } + } + /// /// Looks up a localized string similar to Additional changes are needed to complete the refactoring. Review changes below.. /// @@ -1412,6 +1421,15 @@ internal class ServicesVSResources { } } + /// + /// Looks up a localized string similar to Inserting call site value '{0}'. + /// + internal static string Inserting_call_site_value_0 { + get { + return ResourceManager.GetString("Inserting_call_site_value_0", resourceCulture); + } + } + /// /// Looks up a localized string similar to Install '{0}'. /// diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index 301c54d654a30a6be6094acdf2359c5eada1c7ca..28a524f64bc5fb45e34a3781b74f9ba3fafd05b4 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -1404,4 +1404,10 @@ I agree to all of the foregoing: <TODO> "TODO" is an indication that there is work to be done still + + Added parameter. + + + Inserting call site value '{0}' + \ No newline at end of file diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf index a009d370759a6879969de59f12e54137b32635a5..daadf74a8f0e68151ead6aa0ab31ec23ee7cf159 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf @@ -27,6 +27,11 @@ Přidat do _aktuálního souboru + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Aby bylo možné dokončit refaktoring, je nutné udělat další změny. Zkontrolujte změny níže. @@ -192,6 +197,11 @@ V jiných operátorech + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Nainstalujte Microsoftem doporučené analyzátory Roslyn, které poskytují další diagnostiku a opravy pro běžné problémy s návrhem, zabezpečením, výkonem a spolehlivostí rozhraní API. diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf index 9f7298eea53d83007c602d55d2d32f902d712ad1..04091f01793eb9a2c86e5d3419008ff4245065af 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf @@ -27,6 +27,11 @@ Zu a_ktueller Datei hinzufügen + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Es sind weitere Änderungen erforderlich, um das Refactoring abzuschließen. Prüfen Sie die unten aufgeführten Änderungen. @@ -192,6 +197,11 @@ In anderen Operatoren + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Installieren Sie von Microsoft empfohlene Roslyn-Analysetools, die zusätzliche Diagnosen und Fixes für allgemeine Design-, Sicherheits-, Leistungs- und Zuverlässigkeitsprobleme bei APIs bereitstellen. diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf index 661eeb4223fe9570e4a88e04c4abd2dfaea45612..ddf7228d270b57d6c886db898c030bca40a8f923 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf @@ -27,6 +27,11 @@ Agregar al archivo _actual + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Se necesitan cambios adicionales para finalizar la refactorización. Revise los cambios a continuación. @@ -192,6 +197,11 @@ En otros operadores + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Instale los analizadores de Roslyn recomendados por Microsoft, que proporcionan diagnósticos y correcciones adicionales para problemas comunes de confiabilidad, rendimiento, seguridad y diseño de API. diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf index f912d32b5f31bdf785170cdac62604832efabdbd..8189789b5e673c2d6034f713c489e79e178ddd9e 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf @@ -27,6 +27,11 @@ Ajouter au fichier a_ctif + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Des changements supplémentaires sont nécessaires pour effectuer la refactorisation. Passez en revue les changements ci-dessous. @@ -192,6 +197,11 @@ Dans les autres opérateurs + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Installer les analyseurs Roslyn recommandés par Microsoft, qui fournissent des diagnostics et des correctifs supplémentaires pour les problèmes usuels liés à la conception, à la sécurité, au niveau de performance et à la fiabilité des API diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf index de0ce6418adc7d2dcd35476fab51d3b0936b95ae..794a1ea5cf991503c4fab4c265de2ea6bda6daf8 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf @@ -27,6 +27,11 @@ Aggiungi al file _corrente + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Per completare il refactoring, sono necessarie modifiche aggiuntive. Esaminare le modifiche di seguito. @@ -192,6 +197,11 @@ In altri operatori + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Installare gli analizzatori Roslyn consigliati da Microsoft, che offrono ulteriori funzionalità di diagnostica e correzioni per problemi comuni di sicurezza, prestazioni, affidabilità e progettazione di API diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf index 96e2502818057172d2437d1851df09dc53be2def..ac4793b5bb3cf754b6a93f85cc555de9ee2a7306 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf @@ -27,6 +27,11 @@ 現在のファイルに追加(_C) + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. リファクタリングを完了するには、追加的な変更が必要です。下記の変更内容を確認してください。 @@ -192,6 +197,11 @@ その他の演算子内で + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Microsoft で推奨されている Roslyn アナライザーをインストールします。これにより、一般的な API の設計、セキュリティ、パフォーマンス、信頼性の問題に対する追加の診断と修正が提供されます diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index 075abb53d21b00591b775f4ae17e86f70f8899d4..62210360759b74e256fb12241e4d1b9f907958d3 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -27,6 +27,11 @@ 현재 파일에 추가(_C) + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. 리팩터링을 완료하려면 추가 변경이 필요합니다. 아래 변경 내용을 검토하세요. @@ -192,6 +197,11 @@ 기타 연산자 + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues 일반적인 API 디자인, 보안, 성능 및 안정성 문제에 대한 추가 진단 및 수정을 제공하는 Microsoft 권장 Roslyn 분석기를 설치합니다. diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf index 958583e707e4c800fe44ba17e9bc22ba5b40629d..bd7d778d9f4cebb30b1fd30b004a9d9b4020ac31 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf @@ -27,6 +27,11 @@ Dodaj do _bieżącego pliku + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. W celu ukończenia refaktoryzacji wymagane są dodatkowe zmiany. Przejrzyj zmiany poniżej. @@ -192,6 +197,11 @@ W innych operatorach + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Zainstaluj analizatory Roslyn rekomendowane przez firmę Microsoft, które oferują dodatkową diagnostykę i poprawki w zakresie typowego projektu interfejsu API, zabezpieczeń, wydajności i niezawodności diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index 299d2f2f8c2cfc4f11c927b044934dd3f68d2663..89d3967a4f5b2611d2103e1602703be9327ef9b0 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -27,6 +27,11 @@ Adicionar ao _arquivo atual + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Alterações adicionais são necessárias para concluir a refatoração. Revise as alterações abaixo. @@ -192,6 +197,11 @@ Em outros operadores + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Instale os analisadores Roslyn recomendados pela Microsoft, que fornecem diagnósticos adicionais e correções para problemas comuns de confiabilidade, desempenho, segurança e design de API diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index da6798a1f457cc5230b87ec1170884a23b01c46c..3836e75f59f086d4eb05633708d6ffd082a1f96d 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -27,6 +27,11 @@ Добавить в _текущий файл + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Для завершения рефакторинга требуется внести дополнительные изменения. Просмотрите их ниже. @@ -192,6 +197,11 @@ В других операторах + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Установите рекомендуемые корпорацией Майкрософт анализаторы Roslyn, которые предоставляют дополнительные средства диагностики и исправления для распространенных проблем, связанных с разработкой, безопасностью, производительностью и надежностью API. diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index a6f716734edf98520fdccbd36d6347ab77fe64a5..03e6b632bb2fec25bfc05cf50216de67d498d262 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -27,6 +27,11 @@ Geçerli _dosyaya ekle + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. Yeniden düzenlemeyi tamamlamak için ek değişiklikler gerekli. Aşağıdaki değişiklikleri gözden geçirin. @@ -192,6 +197,11 @@ Diğer işleçlerde + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues Microsoft'un önerdiği, genel API tasarımı, güvenlik, performans ve güvenilirlik sorunları için ek tanılama ve düzeltmeler sağlayan Roslyn çözümleyicilerini yükleyin diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf index 110ce09f87044fb0bf13cde26e92cba1bba7b4db..ca1ad3efa372dd202f6b9d379ebfac4d37054dd8 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf @@ -27,6 +27,11 @@ 添加到当前文件(_C) + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. 需要进行其他更改才可完成重构。请在下方查看所作更改。 @@ -192,6 +197,11 @@ 在其他运算符中 + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues 安装 Microsoft 推荐的 Roslyn 分析器,它提供了针对常见 API 设计、安全性、性能和可靠性问题的额外诊断和修补程序 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf index 8c8fe5114ebf310d787019ef144f533929cb714b..b85629224a7fb6987cf55b63f0bce9fba6ca2f6f 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf @@ -27,6 +27,11 @@ 新增至 _current 檔案 + + Added parameter. + Added parameter. + + Additional changes are needed to complete the refactoring. Review changes below. 必須進行其他變更,才能完成重構。請檢閱以下變更。 @@ -192,6 +197,11 @@ 其他運算子中 + + Inserting call site value '{0}' + Inserting call site value '{0}' + + Install Microsoft-recommended Roslyn analyzers, which provide additional diagnostics and fixes for common API design, security, performance, and reliability issues 安裝 Microsoft 建議的 Roslyn 分析器,其可為一般 API 設計、安全性、效能及可靠性問題提供額外的診斷與修正