diff --git a/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialog.xaml b/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialog.xaml index 94120bf870f8c..8ad7f567f1b41 100644 --- a/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialog.xaml +++ b/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialog.xaml @@ -210,7 +210,14 @@ diff --git a/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialogViewModel.ParameterViewModels.cs b/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialogViewModel.ParameterViewModels.cs index 13904cdf8a762..086104f7f2645 100644 --- a/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialogViewModel.ParameterViewModels.cs +++ b/src/VisualStudio/Core/Def/ChangeSignature/ChangeSignatureDialogViewModel.ParameterViewModels.cs @@ -93,6 +93,14 @@ public bool NeedsBottomBorder } public virtual string CallSiteValue => string.Empty; + + public string RemovedParameterAutomationText + { + get + { + return string.Format(ServicesVSResources.Removed_0, FullAutomationText); + } + } } public sealed class AddedParameterViewModel : ParameterViewModel diff --git a/src/VisualStudio/Core/Def/ServicesVSResources.resx b/src/VisualStudio/Core/Def/ServicesVSResources.resx index f34e773cdbd90..80f4c9505d5bb 100644 --- a/src/VisualStudio/Core/Def/ServicesVSResources.resx +++ b/src/VisualStudio/Core/Def/ServicesVSResources.resx @@ -1898,4 +1898,8 @@ Additional information: {1} Code preview + + Removed {0} + {0} is a modifier, type, and parameter name + \ 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 8172c75d0be61..e9a4469061f89 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf @@ -1217,6 +1217,11 @@ Odebrat nepotřebné direktivy using + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Nahlásit neplatné řetězce JSON diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf index 034c2cd04a2aa..ac00e5986dbbf 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf @@ -1217,6 +1217,11 @@ Nicht benötigte Using-Direktiven entfernen + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Ungültige JSON-Zeichenfolgen melden diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf index 582f63442135d..c7e46f2b55366 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf @@ -1217,6 +1217,11 @@ Eliminar instrucciones Using innecesarias + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Notificar las cadenas JSON no válidas diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf index 180be9131ffa5..9074dc006199e 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf @@ -1217,6 +1217,11 @@ Supprimer les Usings inutiles + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Signaler les chaînes JSON non valides diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf index 190829ce55d49..9211a26f77403 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf @@ -1217,6 +1217,11 @@ Rimuovi istruzioni using non necessarie + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Segnala stringhe JSON non valide diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf index 64e4f83e048b3..dd5309e9a8e49 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf @@ -1217,6 +1217,11 @@ 不要な using の削除 + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings 無効な JSON 文字列を報告する diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf index d212fc185b4fa..1adc3fb4a41a9 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf @@ -1217,6 +1217,11 @@ 불필요한 Using 제거 + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings 잘못된 JSON 문자열 보고 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf index a9b69835be22a..1e2267d46c7b5 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf @@ -1217,6 +1217,11 @@ Usuń niepotrzebne użycia + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Zgłoś nieprawidłowe ciągi JSON diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf index f8cd1fe389308..80dd1b60b4f61 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf @@ -1217,6 +1217,11 @@ Remover Usos Desnecessários + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Notificar cadeias de caracteres JSON inválidas diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf index 441873ba7e3e9..bbab50a0d0383 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf @@ -1217,6 +1217,11 @@ Удалить ненужные директивы using + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Сообщить о недопустимых строках JSON diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf index c35f22ddcfbb4..aa1abf6630f06 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf @@ -1217,6 +1217,11 @@ Gereksiz Kullanımları Kaldır + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings Geçersiz JSON dizelerini bildir diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf index 3c7fcc0913570..f2620fec3f739 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf @@ -1217,6 +1217,11 @@ 删除不必要的 Using + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings 报告无效的 JSON 字符串 diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf index 265ecdefab9df..9f9a4720a275a 100644 --- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf +++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf @@ -1217,6 +1217,11 @@ 移除不必要的 Using + + Removed {0} + Removed {0} + {0} is a modifier, type, and parameter name + Report invalid JSON strings 回報告無效 JSON 字串