diff --git a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx
index 9682396b88b75..a0493c14e1860 100644
--- a/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx
+++ b/src/Analyzers/CSharp/Analyzers/CSharpAnalyzersResources.resx
@@ -289,17 +289,14 @@
Remove operator (preserves semantics)
-
- Remove suppression operators
-
Remove unnecessary suppression operatorSuppression operator has no effect and can be misinterpreted
-
- 'typeof' can be converted to 'nameof'
+
+ 'typeof' can be converted to 'nameof'Use 'new(...)'
diff --git a/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs b/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs
index f6c3d60969c21..c1a62cac3a434 100644
--- a/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs
+++ b/src/Analyzers/CSharp/Analyzers/ConvertTypeofToNameof/CSharpConvertTypeOfToNameOfDiagnosticAnalyzer.cs
@@ -15,7 +15,7 @@ namespace Microsoft.CodeAnalysis.CSharp.ConvertTypeOfToNameOf;
[DiagnosticAnalyzer(LanguageNames.CSharp)]
internal sealed class CSharpConvertTypeOfToNameOfDiagnosticAnalyzer : AbstractConvertTypeOfToNameOfDiagnosticAnalyzer
{
- private static readonly string s_title = CSharpAnalyzersResources.typeof_can_be_converted__to_nameof;
+ private static readonly string s_title = CSharpAnalyzersResources.typeof_can_be_converted_to_nameof;
public CSharpConvertTypeOfToNameOfDiagnosticAnalyzer() : base(s_title)
{
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
index b485bfe17c5b5..a7a15178f83ab 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
@@ -172,11 +172,6 @@
Odebrat redundantní direktivu s možnou hodnotou null
-
- Remove suppression operators
- Odebrat operátory potlačení
-
- Remove unnecessary lambda expressionOdebrat nepotřebný výraz lambda
@@ -457,9 +452,9 @@
Výraz „new“ může být zjednodušený.
-
- 'typeof' can be converted to 'nameof'
- typeof se dá převést na nameof.
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
index 6ff3705cc68a5..b5ec0a85191d3 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
@@ -172,11 +172,6 @@
Die redundante nullable-Direktive entfernen
-
- Remove suppression operators
- Unterdrückungsoperatoren entfernen
-
- Remove unnecessary lambda expressionUnnötigen Lambdaausdruck entfernen
@@ -457,9 +452,9 @@
new-Ausdruck kann vereinfacht werden
-
- 'typeof' can be converted to 'nameof'
- "typeof" kann in "nameof" konvertiert werden.
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
index b6d67d308c8d5..7a51869b61fbc 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
@@ -172,11 +172,6 @@
Quitar directiva redundante que admite un valor NULL
-
- Remove suppression operators
- Quitar operadores de supresión
-
- Remove unnecessary lambda expressionQuitar la expresión lambda innecesaria
@@ -457,9 +452,9 @@
La expresión "new" se puede simplificar.
-
- 'typeof' can be converted to 'nameof'
- "typeof" puede convertirse en "nameof"
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
index 270a3f05a8fa7..2af2443407a99 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
@@ -172,11 +172,6 @@
Supprimer la directive nullable redondante
-
- Remove suppression operators
- Supprimer les opérateurs de suppression
-
- Remove unnecessary lambda expressionSupprimer l’expression lambda inutile
@@ -457,9 +452,9 @@
L'expression 'new' peut être simplifiée
-
- 'typeof' can be converted to 'nameof'
- 'typeof' peut être converti en 'nameof'
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
index 13dbd08e7716a..f3bb72c10ca99 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
@@ -172,11 +172,6 @@
Rimuovi direttiva che ammette i valori Null ridondante
-
- Remove suppression operators
- Rimuovi gli operatori di eliminazione
-
- Remove unnecessary lambda expressionRimuovi espressione lambda non necessaria
@@ -457,9 +452,9 @@
L'espressione 'new' può essere semplificata
-
- 'typeof' can be converted to 'nameof'
- 'typeof' può essere convertito in 'nameof'
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
index 374f99f4b75d0..e775f0b6a2511 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
@@ -172,11 +172,6 @@
冗長な null 許容ディレクティブを削除します
-
- Remove suppression operators
- 抑制演算子の削除
-
- Remove unnecessary lambda expression不要なラムダ式の削除
@@ -457,9 +452,9 @@
'new' 式を簡素化できます
-
- 'typeof' can be converted to 'nameof'
- 'typeof' を 'nameof' に変換できます
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
index 85f2d27edae89..9bb8a212c10b9 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
@@ -172,11 +172,6 @@
중복 null 허용 지시문 제거
-
- Remove suppression operators
- 비표시 오류(Suppression) 연산자 제거
-
- Remove unnecessary lambda expression불필요한 람다 식 제거
@@ -457,9 +452,9 @@
'new' 식을 단순화할 수 있습니다.
-
- 'typeof' can be converted to 'nameof'
- 'typeof'를 'nameof'로 변환할 수 있습니다.
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
index 17825648087f7..24ff89ea899fd 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
@@ -172,11 +172,6 @@
Usuwanie nadmiarowej dyrektywy dopuszczania wartości null
-
- Remove suppression operators
- Usuń operatory pomijania
-
- Remove unnecessary lambda expressionUsuń niepotrzebne wyrażenie lambda
@@ -457,9 +452,9 @@
Wyrażenie „new” można uprościć
-
- 'typeof' can be converted to 'nameof'
- Element „typeof” można przekonwertować na element „nameof”
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
index 6c2efc3a35f31..11ae62d4bbae9 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
@@ -172,11 +172,6 @@
Remover diretiva que permite valor nulo redundante
-
- Remove suppression operators
- Remover operadores de supressão
-
- Remove unnecessary lambda expressionRemover expressão lambda desnecessária
@@ -457,9 +452,9 @@
A expressão 'new' pode ser simplificada
-
- 'typeof' can be converted to 'nameof'
- 'typeof' pode ser convertido em 'nameof'
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
index caa0742ff2280..aac6d9dc7df5d 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
@@ -172,11 +172,6 @@
Удалите избыточную директиву, допускающую значение NULL
-
- Remove suppression operators
- Удалить операторы подавления
-
- Remove unnecessary lambda expressionУдалить ненужное лямбда-выражение
@@ -457,9 +452,9 @@
выражение new можно упростить
-
- 'typeof' can be converted to 'nameof'
- "typeof" можно преобразовать в "nameof".
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
index b009bdd608b86..0d353386d64aa 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
@@ -172,11 +172,6 @@
Yinelenen null atanabilir yönergeyi kaldırın
-
- Remove suppression operators
- Gizleme işleçlerini kaldır
-
- Remove unnecessary lambda expressionGereksiz lambda ifadesini kaldır
@@ -457,9 +452,9 @@
'new' ifadesi basitleştirilebilir
-
- 'typeof' can be converted to 'nameof'
- 'typeof' metodu 'nameof' metoduna dönüştürülebilir
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
index 1f964aab79bae..6affe14302f04 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
@@ -172,11 +172,6 @@
删除冗余的可为空的指令
-
- Remove suppression operators
- 请删除忽略运算符
-
- Remove unnecessary lambda expression删除不必要的 lambda 表达式
@@ -457,9 +452,9 @@
可简化 "new" 表达式
-
- 'typeof' can be converted to 'nameof'
- "typeof" 可以转换为 "nameof"
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
index 0feb0aa243ef3..8f83bfb1286d1 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
@@ -172,11 +172,6 @@
移除多餘而可為 Null 的指示詞
-
- Remove suppression operators
- 移除隱藏的運算子
-
- Remove unnecessary lambda expression移除不必要的 Lambda 運算式
@@ -457,9 +452,9 @@
'new' 運算式可簡化
-
- 'typeof' can be converted to 'nameof'
- 'typeof' 可轉換為 'nameof'
+
+ 'typeof' can be converted to 'nameof'
+ 'typeof' can be converted to 'nameof'
diff --git a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx
index 9af69937766bd..9cf410e3da82f 100644
--- a/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx
+++ b/src/CodeStyle/Core/Analyzers/CodeStyleResources.resx
@@ -129,21 +129,9 @@
New line preferences
-
- Arrays with more than one dimension cannot be serialized.
-
Value too large to be represented as a 30 bit unsigned integer.
-
- The type '{0}' is not understood by the serialization binder.
-
-
- Cannot serialize type '{0}'.
-
-
- Deserialization reader for '{0}' read incorrect number of values.
-
Stream is too long.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf
index 6b665b44244cf..5def367e19048 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.cs.xlf
@@ -12,21 +12,6 @@
Pro tuto možnost se musí zadat název jazyka.
-
- Arrays with more than one dimension cannot be serialized.
- Pole s víc než jedním rozměrem nejsou serializované.
-
-
-
- Cannot serialize type '{0}'.
- Typ {0} nejde serializovat.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Čtečka deserializace pro {0} přečetla nesprávný počet hodnot.
-
- Indentation and spacingOdsazení a mezery
@@ -42,11 +27,6 @@
Stream je moc dlouhý.
-
- The type '{0}' is not understood by the serialization binder.
- Vazač serializace nerozumí typu {0}.
-
- Value too large to be represented as a 30 bit unsigned integer.Hodnota je moc velká, než aby se dala vyjádřit jako 30bitové nepodepsané celé číslo.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf
index 65536220096ef..f14719bac2c7e 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.de.xlf
@@ -12,21 +12,6 @@
Für diese Option muss ein Sprachenname angegeben werden.
-
- Arrays with more than one dimension cannot be serialized.
- Arrays mit mehr als einer Dimension können nicht serialisiert werden.
-
-
-
- Cannot serialize type '{0}'.
- Typ "{0}" kann nicht serialisiert werden.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Der Deserialisierungsreader für "{0}" hat eine falsche Anzahl von Werten gelesen.
-
- Indentation and spacingEinzüge und Abstände
@@ -42,11 +27,6 @@
Der Datenstrom ist zu lang.
-
- The type '{0}' is not understood by the serialization binder.
- Der Typ "{0}" wird vom Serialisierungsbinder nicht verstanden.
-
- Value too large to be represented as a 30 bit unsigned integer.Der Wert ist zu groß, um als ganze 30-Bit-Zahl ohne Vorzeichen dargestellt zu werden.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf
index 453bfd280c8c6..61f0515e6ec7e 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.es.xlf
@@ -12,21 +12,6 @@
Se debe especificar un nombre de lenguaje para esta opción.
-
- Arrays with more than one dimension cannot be serialized.
- Las matrices con más de una dimensión no se pueden serializar.
-
-
-
- Cannot serialize type '{0}'.
- No se puede serializar el tipo "{0}".
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- El lector de deserialización de "{0}" leyó un número incorrecto de valores.
-
- Indentation and spacingSangría y espaciado
@@ -42,11 +27,6 @@
Secuencia demasiado larga.
-
- The type '{0}' is not understood by the serialization binder.
- El enlazador de serialización no comprende el tipo "{0}".
-
- Value too large to be represented as a 30 bit unsigned integer.Valor demasiado largo para representarse como entero sin signo de 30 bits.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf
index 2e80c95c8651b..7eecc89cf845e 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.fr.xlf
@@ -12,21 +12,6 @@
Un nom de langage doit être spécifié pour cette option.
-
- Arrays with more than one dimension cannot be serialized.
- Impossible de sérialiser les tableaux de plus d'une dimension.
-
-
-
- Cannot serialize type '{0}'.
- Impossible de sérialiser le type '{0}'.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Le lecteur de désérialisation pour '{0}' a lu un nombre incorrect de valeurs.
-
- Indentation and spacingIndentation et espacement
@@ -42,11 +27,6 @@
Le flux est trop long.
-
- The type '{0}' is not understood by the serialization binder.
- Le type '{0}' n'est pas pris en charge par le binder de sérialisation.
-
- Value too large to be represented as a 30 bit unsigned integer.La valeur est trop grande pour être représentée comme un entier non signé 30 bits.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf
index 8b436e39c3029..34d3b3f5eb787 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.it.xlf
@@ -12,21 +12,6 @@
È necessario specificare un nome di linguaggio per questa opzione.
-
- Arrays with more than one dimension cannot be serialized.
- Non è possibile serializzare le matrice con più di una dimensione.
-
-
-
- Cannot serialize type '{0}'.
- Non è possibile serializzare il tipo '{0}'.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Il numero di valori letto dal lettore di deserializzazioni per '{0}' non è corretto.
-
- Indentation and spacingRientro e spaziatura
@@ -42,11 +27,6 @@
Il flusso è troppo lungo.
-
- The type '{0}' is not understood by the serialization binder.
- Il tipo '{0}' non è riconosciuto dal binder di serializzazioni.
-
- Value too large to be represented as a 30 bit unsigned integer.Il valore è troppo grande per essere rappresentato come intero senza segno a 30 bit.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf
index b657348745190..bbb3acec1c903 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ja.xlf
@@ -12,21 +12,6 @@
このオプションの言語名を指定する必要があります。
-
- Arrays with more than one dimension cannot be serialized.
- 複数の次元を持つ配列はシリアル化できません。
-
-
-
- Cannot serialize type '{0}'.
- 型 '{0}' をシリアル化できません。
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- '{0}' の逆シリアル化のリーダーが、正しくない数の値を読み取りました。
-
- Indentation and spacingインデントと間隔
@@ -42,11 +27,6 @@
ストリームが長すぎます。
-
- The type '{0}' is not understood by the serialization binder.
- 型 '{0}' がシリアル化バインダーで認識されません。
-
- Value too large to be represented as a 30 bit unsigned integer.値が大きすぎるため、30 ビットの符号なし整数として表すことができません。
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf
index 1da1870ef4588..4a163e439f589 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ko.xlf
@@ -12,21 +12,6 @@
이 옵션에 대한 언어 이름을 지정해야 합니다.
-
- Arrays with more than one dimension cannot be serialized.
- 차원이 두 개 이상인 배열을 직렬화할 수 없습니다.
-
-
-
- Cannot serialize type '{0}'.
- '{0}' 형식을 직렬화할 수 없습니다.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- '{0}'에 대한 역직렬화 판독기가 잘못된 숫자 값을 읽습니다.
-
- Indentation and spacing들여쓰기 및 간격
@@ -42,11 +27,6 @@
스트림이 너무 깁니다.
-
- The type '{0}' is not understood by the serialization binder.
- 직렬화 바인더가 '{0}' 형식을 인식할 수 없습니다.
-
- Value too large to be represented as a 30 bit unsigned integer.값이 너무 커서 30비트 정수로 표시할 수 없습니다.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf
index 2fade54b30f6e..4b8e25f3f99c7 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pl.xlf
@@ -12,21 +12,6 @@
Nazwa języka musi zostać określona dla tej opcji.
-
- Arrays with more than one dimension cannot be serialized.
- Nie można przeprowadzić serializacji tablic z więcej niż jednym wymiarem.
-
-
-
- Cannot serialize type '{0}'.
- Nie można serializować typu „{0}”.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Czytnik deserializacji dla elementu „{0}” odczytuje nieprawidłową liczbę wartości.
-
- Indentation and spacingWcięcia i odstępy
@@ -42,11 +27,6 @@
Strumień jest za długi.
-
- The type '{0}' is not understood by the serialization binder.
- Typ „{0}” nie jest zrozumiały dla integratora serializacji.
-
- Value too large to be represented as a 30 bit unsigned integer.Wartość jest zbyt duża, dlatego nie może być reprezentowana jako 30-bitowa liczba całkowita bez znaku.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf
index 39024086a97b4..580260de33771 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.pt-BR.xlf
@@ -12,21 +12,6 @@
Um nome de idioma deve ser especificado para esta opção.
-
- Arrays with more than one dimension cannot be serialized.
- As matrizes com mais de uma dimensão não podem ser serializadas.
-
-
-
- Cannot serialize type '{0}'.
- Não é possível serializar o tipo '{0}'.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- O leitor de desserialização para '{0}' lê o número incorreto de valores.
-
- Indentation and spacingRecuo e espaçamento
@@ -42,11 +27,6 @@
O fluxo é muito longo.
-
- The type '{0}' is not understood by the serialization binder.
- O tipo '{0}' não é compreendido pelo associador de serialização.
-
- Value too large to be represented as a 30 bit unsigned integer.Valor muito grande para ser representado como um inteiro não assinado de 30 bits.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf
index 9f5375fb8dbdd..65b227be92275 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.ru.xlf
@@ -12,21 +12,6 @@
Для данного параметра необходимо указать имя языка.
-
- Arrays with more than one dimension cannot be serialized.
- Массивы с несколькими измерениями нельзя сериализовать.
-
-
-
- Cannot serialize type '{0}'.
- Невозможно сериализовать тип "{0}".
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- Считыватель десериализации для "{0}" считал неверное количество значений.
-
- Indentation and spacingОтступы и интервалы
@@ -42,11 +27,6 @@
Слишком длинный поток.
-
- The type '{0}' is not understood by the serialization binder.
- Тип "{0}" не распознан модулем привязки сериализации.
-
- Value too large to be represented as a 30 bit unsigned integer.Слишком большое значение для представления в виде 30-разрядного целого числа без знака.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf
index 6d829c94c4a2c..113d378f9a817 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.tr.xlf
@@ -12,21 +12,6 @@
Bu seçenek için bir dil adı belirtilmelidir.
-
- Arrays with more than one dimension cannot be serialized.
- Birden çok boyutlu diziler seri hale getirilemez.
-
-
-
- Cannot serialize type '{0}'.
- '{0}' türü seri hale getirilemiyor.
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- '{0}' türünün seri durumdan çıkarma okuyucusu, yanlış sayıda değer okudu.
-
- Indentation and spacingGirinti ve aralığı
@@ -42,11 +27,6 @@
Akış çok uzun.
-
- The type '{0}' is not understood by the serialization binder.
- '{0}' türü, serileştirme bağlayıcısı tarafından anlaşılamıyor.
-
- Value too large to be represented as a 30 bit unsigned integer.Değer, 30 bit işaretsiz tamsayı olarak temsil edilemeyecek kadar büyük.
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf
index e9fcd58ca57a9..96dc9830f0bb1 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hans.xlf
@@ -12,21 +12,6 @@
必须为此选项指定语言名称。
-
- Arrays with more than one dimension cannot be serialized.
- 不能序列化具有多个维度的数组。
-
-
-
- Cannot serialize type '{0}'.
- 无法序列化类型“{0}”。
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- “{0}”的反序列化读取器读取到错误数量的值。
-
- Indentation and spacing缩进和间距
@@ -42,11 +27,6 @@
“流”过长。
-
- The type '{0}' is not understood by the serialization binder.
- 序列化绑定器不理解“{0}”类型。
-
- Value too large to be represented as a 30 bit unsigned integer.值太大,无法表示为 30 位无符号整数。
diff --git a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf
index 496c7109778ea..d27ad2de0de00 100644
--- a/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf
+++ b/src/CodeStyle/Core/Analyzers/xlf/CodeStyleResources.zh-Hant.xlf
@@ -12,21 +12,6 @@
必須指定此選項的語言名稱。
-
- Arrays with more than one dimension cannot be serialized.
- 無法序列化包含多個維度的陣列。
-
-
-
- Cannot serialize type '{0}'.
- 無法將類型 '{0}' 序列化。
-
-
-
- Deserialization reader for '{0}' read incorrect number of values.
- '{0}' 的還原序列化讀取器所讀取的值數目不正確。
-
- Indentation and spacing縮排和間距
@@ -42,11 +27,6 @@
資料流過長。
-
- The type '{0}' is not understood by the serialization binder.
- 序列化繫結器無法辨識類型 '{0}'。
-
- Value too large to be represented as a 30 bit unsigned integer.值太大,無法呈現為 30 位元不帶正負號的整數。
diff --git a/src/EditorFeatures/CSharp/CSharpEditorResources.resx b/src/EditorFeatures/CSharp/CSharpEditorResources.resx
index 0c85188266fe5..d1d4976bedfe1 100644
--- a/src/EditorFeatures/CSharp/CSharpEditorResources.resx
+++ b/src/EditorFeatures/CSharp/CSharpEditorResources.resx
@@ -126,9 +126,6 @@
(Press TAB to insert)
-
- Smart Indenting
-
Split string
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf
index 83f5df838eaf0..7f7b5c9f24d72 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.cs.xlf
@@ -52,11 +52,6 @@
(Pro vložení stiskněte TAB.)
-
- Smart Indenting
- Chytré odsazování
-
- Split raw stringRozdělit nezpracovaný řetězec
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf
index b514ba01c2205..dc4b02342fff9 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.de.xlf
@@ -52,11 +52,6 @@
(Zum Einfügen TAB-TASTE drücken)
-
- Smart Indenting
- Intelligenter Einzug
-
- Split raw stringRohzeichenfolge teilen
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf
index f2040ac30a13a..b59460b830055 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.es.xlf
@@ -52,11 +52,6 @@
(Presione TAB para insertar)
-
- Smart Indenting
- Sangría inteligente
-
- Split raw stringDividir cadena sin formato
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf
index 5140bf6b601bb..1d0de182ad5c9 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.fr.xlf
@@ -52,11 +52,6 @@
(Appuyez sur TAB pour insérer)
-
- Smart Indenting
- Retrait intelligent
-
- Split raw stringFractionner la chaîne brute
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf
index 9d87f65e41bba..ffb05af54605b 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.it.xlf
@@ -52,11 +52,6 @@
(Premere TAB per inserire)
-
- Smart Indenting
- Rientro automatico
-
- Split raw stringDividi stringa non elaborata
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
index 663feaf7a0ce9..024dbb366400f 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
@@ -52,11 +52,6 @@
(Tab キーを押して挿入)
-
- Smart Indenting
- スマート インデント
-
- Split raw string生文字列の分割
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf
index 38519446fcd9c..0af667ee68fb1 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ko.xlf
@@ -52,11 +52,6 @@
(삽입하려면 <Tab> 키 누름)
-
- Smart Indenting
- 스마트 들여쓰기
-
- Split raw string원시 문자열 분할
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf
index 9df9db622e3ef..0869e65dfd49e 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pl.xlf
@@ -52,11 +52,6 @@
(Naciśnij klawisz TAB, aby wstawić)
-
- Smart Indenting
- Inteligentne tworzenie wcięć
-
- Split raw stringPodziel nieprzetworzony ciąg
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf
index 034ad04abab07..71adb01c65ef2 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.pt-BR.xlf
@@ -52,11 +52,6 @@
(Pressione TAB para inserir)
-
- Smart Indenting
- Recuo Inteligente
-
- Split raw stringDividir cadeia de caracteres bruta
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf
index 8aa57ab44cc5a..7a2e26b488f70 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ru.xlf
@@ -52,11 +52,6 @@
(Нажмите клавишу TAB для вставки)
-
- Smart Indenting
- Интеллектуальные отступы
-
- Split raw stringРазделить необработанную строку
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf
index f19bbf1db2a3a..4f4e0e1b6b51b 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.tr.xlf
@@ -52,11 +52,6 @@
(Eklemek için TAB tuşuna basın)
-
- Smart Indenting
- Akıllı Girintileme
-
- Split raw stringHam dizeyi böl
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf
index 2fbffb81bebb9..5d8955cc11670 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hans.xlf
@@ -52,11 +52,6 @@
(按 Tab 插入)
-
- Smart Indenting
- 智能缩进
-
- Split raw string拆分原始字符串
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf
index 95e6024d5558d..a5bf2b3f46e4e 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.zh-Hant.xlf
@@ -52,11 +52,6 @@
(按 TAB 鍵插入)
-
- Smart Indenting
- 智慧縮排
-
- Split raw string分割原始字串
diff --git a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx b/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx
index 28cfa56bfb39c..c83b28818abf3 100644
--- a/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx
+++ b/src/EditorFeatures/Core.Wpf/EditorFeaturesWpfResources.resx
@@ -129,12 +129,6 @@
Executing selection in Interactive Window.
-
- Print a list of referenced assemblies.
-
-
- The references command is not supported in this Interactive Window implementation.
-
Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process.
@@ -156,9 +150,6 @@
Enter to rename, Shift+Enter to preview
-
- Generating suggestions...
-
Enter to rename, Shift+Enter to preview, Ctrl+Space for rename suggestions
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
index 74efd3bc19924..09984a6f812ca 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
@@ -32,11 +32,6 @@
Výběr se spouští v okně Interactive.
-
- Generating suggestions...
- Generování návrhů…
-
- Get AI-powered rename suggestions (Ctrl+Space)Získejte návrhy přejmenování využívající umělou inteligenci (Ctrl+Mezerník)
@@ -47,11 +42,6 @@
Interaktivní platforma procesů hostitelů
-
- Print a list of referenced assemblies.
- Vytiskne seznam odkazovaných sestavení.
-
- Reset the execution environment to the initial state and keep history, with the option to switch the runtime of the host process.Resetujte spouštěcí prostředí do počátečního stavu a zachovejte historii s možností přepnout modul runtime hostitelského procesu.
@@ -77,11 +67,6 @@
Vlastnost CurrentWindow se dá přiřadit jenom jednou.
-
- The references command is not supported in this Interactive Window implementation.
- Příkaz references není v této implementaci okna Interactive podporovaný.
-
-