diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
index b29a016af3d42..78936d2a8e788 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.cs.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ Proměnná typu discard se dá odebrat.
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Odebrat nepotřebnou proměnnou typu discard
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Použít new(...){Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ Výraz new se dá zjednodušit.
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
index 875bda5b61448..33c16013df6e0 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.de.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ discard-Element kann entfernt werden.
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Nicht benötigtes discard-Element entfernen
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ "new(...)" verwenden{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ new-Ausdruck kann vereinfacht werden
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
index 3abf704748c04..d4e343ce26585 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.es.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ El descarte se puede quitar.
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Quitar un descarte innecesario
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Usar "new(...)"{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ La expresión "new" se puede simplificar.
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
index e25c98d114233..a9f2abb4c8c2c 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.fr.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ Vous pouvez supprimer le discard
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Supprimer tout discard inutile
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Utiliser 'new(...)'{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ L'expression 'new' peut être simplifiée
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
index b12db97b903ab..63601c2810fdd 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.it.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ È possibile rimuovere discard
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Rimuovi discard non necessario
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Usa 'new(...)'{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ L'espressione 'new' può essere semplificata
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
index 88497afe90c8f..00516bfbdf3fd 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ja.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ ディスカードは削除できます
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ 不要なディスカードを削除
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ 'new(...)' を使用する{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ 'new' 式を単純化できます
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
index dd981c6f5b574..a489b70929dc0 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ko.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ 무시 항목은 제거할 수 있습니다.
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ 불필요한 무시 항목 제거
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ 'new(...)' 사용{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ 'new' 식을 간단하게 줄일 수 있습니다.
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
index 50a16c76ced85..d874e2405d230 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pl.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ Odrzucenie można usunąć
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Usuń niepotrzebne odrzucenie
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Użyj operatora „new(...)”{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ Wyrażenie „new” można uprościć
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
index 3365d686a3bd0..90e351a2b31d2 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.pt-BR.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ O discard pode ser removido
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Remover o discard desnecessário
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Usar 'new(...)'{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ A expressão 'new' pode ser simplificada
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
index 0d242b323f521..76b80f76f0b71 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.ru.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ Пустую переменную можно удалить
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Удалите ненужную пустую переменную.
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ Используйте "new(...)".{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ выражение "new" можно упростить
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
index 7ae0ff44dc5f5..09fd323dbc119 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.tr.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ Atma işlemi kaldırılabilir
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ Gereksiz atmayı kaldır
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ 'new(...)' kullanın{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ 'new' ifadesi basitleştirilebilir
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
index 50b4f60a7c81f..3823f59dddf22 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hans.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ 可删除放弃项
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ 删除不必要的放弃项
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ 使用 "new(...)"{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ 可简化 "new" 表达式
diff --git a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
index c94c02f7633e5..6794831460915 100644
--- a/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
+++ b/src/Analyzers/CSharp/Analyzers/xlf/CSharpAnalyzersResources.zh-Hant.xlf
@@ -29,7 +29,7 @@
Discard can be removed
- Discard can be removed
+ 可以移除捨棄
@@ -89,7 +89,7 @@
Remove unnecessary discard
- Remove unnecessary discard
+ 移除不必要的捨棄
@@ -214,7 +214,7 @@
Use 'new(...)'
- Use 'new(...)'
+ 使用 'new(...)'{Locked="new(...)"} This is a C# construct and should not be localized.
@@ -279,7 +279,7 @@
'new' expression can be simplified
- 'new' expression can be simplified
+ 'new' 運算式可簡化
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.cs.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.cs.xlf
index 97c101a392b47..f6fb766bd2e3a 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.cs.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.cs.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Odebrat nadbytečnou rovnost
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Použijte operátor --.
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Použijte operátor ++.
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.de.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.de.xlf
index 24ae9cae0d36a..6ad528e4736bc 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.de.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.de.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Redundante Gleichheit entfernen
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Operator "--" verwenden
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Operator "++" verwenden
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.es.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.es.xlf
index dcc38e9795d0a..cc01604c9bc32 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.es.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.es.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Quitar la igualdad redundante
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Usar el operador "--"
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Usar el operador "++"
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.fr.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.fr.xlf
index 57b1eb9045ebc..42ba4c46b493a 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.fr.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.fr.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Supprimer l'égalité redondante
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Utiliser l'opérateur '--'
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Utiliser l'opérateur '++'
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.it.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.it.xlf
index 32ce910c32132..469918fd1f917 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.it.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.it.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Rimuovi l'uguaglianza ridondante
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Usa l'operatore '--'
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Usa l'operatore '++'
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ja.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ja.xlf
index 479cf0d6ad7d9..5bc4015737e53 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ja.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ja.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ 冗長な等値を削除
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ '--' 演算子を使用する
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ '++' 演算子を使用する
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ko.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ko.xlf
index 55c9d713fe218..a1d00a47b5e80 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ko.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ko.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ 중복 같음 제거
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ '--' 연산자 사용
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ '++' 연산자 사용
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pl.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pl.xlf
index 7fb9f86a853fd..25ec537b574e7 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pl.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pl.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Usuń nadmiarową równość
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Użyj operatora „--”
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Użyj operatora „++”
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pt-BR.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pt-BR.xlf
index a0effc65a5d5d..7c7732413b918 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pt-BR.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.pt-BR.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Remover a igualdade redundante
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Usar o operador '--'
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Usar o operador '++'
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ru.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ru.xlf
index f2d2e0eab3cce..401aaf53a3152 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ru.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.ru.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Удалите лишнее равенство.
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ Используйте оператор "--"
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ Используйте оператор "++"
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.tr.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.tr.xlf
index 3cd879640fa7e..8fd72a3746f7e 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.tr.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.tr.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ Gereksiz eşitliği kaldır
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ '--' operatörünü kullanın
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ '++' operatörünü kullanın
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hans.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hans.xlf
index 4783aa9364568..e89e3e765d9c2 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hans.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hans.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ 删除冗余等同性
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ 使用 "--" 运算符
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ 使用 "++" 运算符
diff --git a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hant.xlf b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hant.xlf
index 844fb97622899..a5f3aae71a2c5 100644
--- a/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hant.xlf
+++ b/src/Analyzers/Core/Analyzers/xlf/AnalyzersResources.zh-Hant.xlf
@@ -229,7 +229,7 @@
Remove redundant equality
- Remove redundant equality
+ 移除多餘的等號
@@ -334,7 +334,7 @@
Use '--' operator
- Use '--' operator
+ 使用 '--' 運算子
@@ -344,7 +344,7 @@
Use '++' operator
- Use '++' operator
+ 使用 '+ +' 運算子
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
index 7ec6b35cb970f..83eceb079e24f 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Typ {0} se nedá použít pro pole záznamu.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ {0} je již uvedeno v seznamu rozhraní u typu {2} jako {1}.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ Vlastnost kontraktu rovnosti záznamu {0} musí mít přístupový objekt get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Ukazatel na funkci se nedá zavolat s pojmenovanými argumenty.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Typ {0} se nedá použít jako cílový typ příkazu new().There is no target type for '{0}'
- There is no target type for '{0}'
+ Není k dispozici žádný cílový typ pro {0}Use of new() is not valid in this context
- Use of new() is not valid in this context
+ Použití new() není v tomto kontextu platné
@@ -944,22 +944,22 @@
discards
- zahození
+ discardsThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Sestavení {0}, které obsahuje typ {1}, se odkazuje na architekturu .NET Framework, což se nepodporuje.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Načtené sestavení se odkazuje na architekturu .NET Framework, což se nepodporujetarget-typed object creation
- target-typed object creation
+ Vytvoření objektu s cílovým typem
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage Vytvoří sestavení instrumentované ke shromažďování
informací o pokrytí.
-sourcelink:<file> Informace o zdrojovém odkazu vkládané do souboru PDB..
-
+
- CHYBY A UPOZORNĚNÍ -
-warnaserror[+|-] Hlásí všechna upozornění jako chyby.
-warnaserror[+|-]:<warn list> Hlásí zadaná upozornění jako chyby.
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Parametr {0} se nepřečetl. Nezapomněli jste ho použít k inicializaci vlastnosti s daným názvem?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Parametr se nepřečetl. Nezapomněli jste ho použít k inicializaci vlastnosti s daným názvem?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Modifikátor partial se může objevit jen bezprostředně před klíčovými slovy class, record, struct, interface nebo void.
+ Modifikátor partial se může objevit jen bezprostředně před klíčovými slovy class, record, struct, interface nebo návratovým typem metody.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
index e6f844082b98e..b8631138012ae 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Der Typ "{0}" darf nicht für ein Feld eines Datensatzes verwendet werden.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ "{0}" wird in der Schnittstellenliste bereits für den Typ "{2}" als "{1}" aufgeführt.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ Die EqualityContract-Eigenschaft "{0}" für Datensätze muss eine get-Zugriffsmethode aufweisen.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Ein Funktionszeiger kann nicht mit benannten Argumenten aufgerufen werden.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Der Typ "{0}" darf nicht als Zieltyp von new() verwendet werden.There is no target type for '{0}'
- There is no target type for '{0}'
+ Für "{0}" ist kein Zieltyp vorhanden.Use of new() is not valid in this context
- Use of new() is not valid in this context
+ Die Verwendung von new() ist in diesem Kontext ungültig.
@@ -944,22 +944,22 @@
discards
- Verwerfungen
+ AusschussvariablenThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Die Assembly "{0}" mit dem Typ "{1}" verweist auf das .NET Framework. Dies wird nicht unterstützt.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Die geladene Assembly verweist auf das .NET Framework. Dies wird nicht unterstützt.target-typed object creation
- target-typed object creation
+ Objekterstellung mit Zieltyp
@@ -1328,7 +1328,7 @@
– FEHLER UND WARNUNGEN –
-warnaserror[+|-] Meldet alle Warnungen als Fehler.
--warnaserror[+|-]:<Warnungsliste> Meldet bestimmte Warnungen als Fehler
+-warnaserror[+|-]:<Warnungsliste> Meldet bestimmte Warnungen als Fehler
(Verwendung von "nullable" für alle Warnungen zur NULL-Zulässigkeit).
-warn:<n> Legt die Warnstufe fest (0 oder höher) (Kurzform: -w).
-nowarn:<Warnungsliste> Deaktiviert bestimmte Warnmeldungen
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Der Parameter "{0}" wird nicht gelesen. Möglicherweise haben Sie ihn nicht zum Initialisieren der gleichnamigen Eigenschaft verwendet?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Der Parameter wird nicht gelesen. Möglicherweise haben Sie ihn nicht zum Initialisieren der gleichnamigen Eigenschaft verwendet?
@@ -3298,7 +3298,7 @@
The as operator must be used with a reference type or nullable type ('{0}' is a non-nullable value type)
- Der as-Operator muss mit einem Referenztyp oder einem Non-Nullable-Typ verwendet werden ("{0}" ist ein Non-Nullable-Werttyp).
+ Der as-Operator muss mit einem Verweis- oder einem Nullable-Typ verwendet werden ("{0}" ist ein Non-Nullable-Werttyp).
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Der partial-Modifizierer kann nur unmittelbar vor "class", "record", "struct", "interface" oder "void" verwendet werden.
+ Der partial-Modifizierer kann nur unmittelbar vor "class", "record", "struct", "interface" oder einem Methodenrückgabetyp verwendet werden.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf
index fe758f1e1a157..afdce42d33221 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ No se puede usar el tipo "{0}" para un campo de un registro.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ "{0}" ya se muestra en la lista de interfaces en el tipo "{2}" como "{1}".
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ La propiedad del contrato de igualdad de registros "{0}" debe tener un descriptor de acceso get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ No se puede llamar a un puntero a función con argumentos con nombre.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ El tipo "{0}" no se puede usar como tipo de destino de new().There is no target type for '{0}'
- There is no target type for '{0}'
+ No hay ningún tipo de destino para "{0}".Use of new() is not valid in this context
- Use of new() is not valid in this context
+ El uso de new() no es válido en este contexto.
@@ -944,22 +944,22 @@
discards
- descarta
+ descartesThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ El ensamblado "{0}" que contiene el tipo "{1}" hace referencia a .NET Framework, lo cual no se admite.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ El ensamblado que se ha cargado hace referencia a .NET Framework, lo cual no se admite.target-typed object creation
- target-typed object creation
+ creación de objetos con tipo de destino
@@ -1263,7 +1263,7 @@
Opciones del compilador de Visual C#
- ARCHIVOS DE SALIDA -
--out:<archivo> Especifica el nombre del archivo de salida (el valor predeterminado: nombre base del
+-out:<archivo> Especifica el nombre del archivo de salida (el valor predeterminado: nombre base del
archivo con la clase principal o el primer archivo)
-target:exe Compila un archivo ejecutable de consola (predeterminado) (forma
corta: -t:exe)
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage Produce un ensamblado instrumentado para recopilar
información de cobertura.
-sourcelink:<archivo> Información del vínculo de origen para insertar en el PDB.
-
+
- ERRORES Y ADVERTENCIAS -
-warnaserror[+|-] Notifica todas las advertencias como errores.
-warnaserror[+|-]:<lista de advertencias > Notifica advertencias específicas como errores
@@ -1397,7 +1397,7 @@
-pdb:<archivo> Especifica el nombre de archivo de información de depuración (valor predeterminado:
nombre de archivo de salida con la extensión .pdb).
-errorendlocation Línea y columna de salida de la ubicación final de
- cada error.
+ cada error.
-preferreduilang Especifica el nombre del lenguaje de salida preferido.
-nosdkpath Deshabilita la búsqueda de la ruta del SDK predeterminada para los ensamblados de biblioteca estándar.
-nostdlib[+|-] No hace referencia a la biblioteca estándar (mscorlib.dll).
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ El parámetro "{0}" no se ha leído. ¿Olvidó usarlo para inicializar la propiedad con ese nombre?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ El parámetro no se ha leído ¿Olvidó usarlo para inicializar la propiedad con ese nombre?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- El modificador "partial" solo puede aparecer inmediatamente antes de "class", "record", "struct", "interface" o "void"
+ El modificador "partial" solo puede aparecer inmediatamente antes de "class", "record", "struct", "interface" o de un tipo de valor devuelto del método.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf
index 27d6f1197fc99..f7fd4be56260b 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Le type '{0}' ne doit pas être utilisé pour un champ d'enregistrement.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}' est déjà listé dans la liste d'interfaces du type '{2}' en tant que '{1}'.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ La propriété de contrat d'égalité d'enregistrement '{0}' doit avoir un accesseur get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Impossible d'appeler un pointeur de fonction avec des arguments nommés.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Le type '{0}' ne doit pas être utilisé en tant que type cible de new()There is no target type for '{0}'
- There is no target type for '{0}'
+ Il n'existe aucun type cible pour '{0}'Use of new() is not valid in this context
- Use of new() is not valid in this context
+ L'utilisation de new() est non valide dans ce contexte
@@ -944,22 +944,22 @@
discards
- abandons
+ discards (éléments ignorés)The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' contenant le type '{1}' référence le .NET Framework, ce qui n'est pas pris en charge.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ L'assembly chargé référence le .NET Framework, ce qui n'est pas pris en charge.target-typed object creation
- target-typed object creation
+ création d'un objet typé cible
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage Produire un assembly instrumenté pour collecter
les informations de couverture
-sourcelink:<fichier> Informations du lien source à incorporer dans le fichier PDB.
-
+
- ERREURS ET AVERTISSEMENTS -
-warnaserror[+|-] Signaler tous les avertissements comme des erreurs
-warnaserror[+|-]:<avertiss.> Signaler des avertissements spécifiques comme des erreurs
@@ -1714,7 +1714,7 @@
return
- retourner
+ de retour
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Le paramètre '{0}' est non lu. Avez-vous oublié de l'utiliser pour initialiser la propriété portant ce nom ?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Le paramètre est non lu. Avez-vous oublié de l'utiliser pour initialiser la propriété portant ce nom ?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Le modificateur 'partial' ne peut apparaître qu'immédiatement avant 'class', 'record', 'struct', 'interface' ou 'void'
+ Le modificateur 'partial' peut apparaître uniquement juste avant 'class', 'record', 'struct', 'interface' ou un type de retour de méthode.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
index 05288f53d8778..9a1aaa7f6b4c1 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Il tipo '{0}' non può essere usato per un campo di un record.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}' è già incluso nell'elenco di interfacce nel tipo '{2}' come '{1}'.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ La proprietà '{0}' del contratto di uguaglianza record deve contenere una funzione di accesso get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Non è possibile chiamare un puntatore a funzione con argomenti denominati.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Non è possibile usare il tipo '{0}' come tipo di destinazione di new()There is no target type for '{0}'
- There is no target type for '{0}'
+ Non esiste alcun tipo di destinazione per '{0}'Use of new() is not valid in this context
- Use of new() is not valid in this context
+ Non è possibile usare new() in questo contesto
@@ -944,22 +944,22 @@
discards
- rimuove
+ rimozioniThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' che contiene il tipo '{1}' fa riferimento a .NET Framework, che non è supportato.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ L'assembly caricato fa riferimento a .NET Framework, che non è supportato.target-typed object creation
- target-typed object creation
+ creazione di oggetti con tipo di destinazione
@@ -1288,7 +1288,7 @@
ai caratteri jolly specificati
-reference:<alias>=<file> Crea un riferimento ai metadati dal file di assembly specificato
usando l'alias indicato. Forma breve: -r
--reference:<elenco file> Crea un riferimento ai metadati dai file di assembly
+-reference:<elenco file> Crea un riferimento ai metadati dai file di assembly
specificati. Forma breve: -r
-addmodule:<elenco file> Collega i moduli specificati in questo assembly
-link:<elenco file> Incorpora metadati dai file di assembly di
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage Produce un assembly instrumentato per raccogliere
informazioni sul code coverage
-sourcelink:<file> Informazioni sul collegamento all'origine da incorporare nel file PDB.
-
+
- ERRORI E AVVISI -
-warnaserror[+|-] Segnala tutti gli avvisi come errori
-warnaserror[+|-]:<elenco avvisi> Segnala determinati avvisi come errori
@@ -1379,7 +1379,7 @@
- AVANZATE -
-baseaddress:<indirizzo> Indirizzo di base della libreria da compilare
--checksumalgorithm:<alg> Consente di specificare l'algoritmo per calcolare il checksum
+-checksumalgorithm:<alg> Consente di specificare l'algoritmo per calcolare il checksum
del file di origine archiviato nel file PDB. I valori supportati sono:
SHA1 o SHA256 (impostazione predefinita).
-codepage:<n> Consente di specificare la tabella codici da usare all'apertura dei file
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Il parametro '{0}' non è stato letto. Si è dimenticato di usarlo per inizializzare la proprietà con tale nome?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Il parametro non è stato letto. Si è dimenticato di usarlo per inizializzare la proprietà con tale nome?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Il modificatore 'partial' può trovarsi solo immediatamente prima di 'class', 'record', 'struct', 'interface' o 'void'
+ Il modificatore 'partial' può trovarsi solo immediatamente prima di 'class', 'record', 'struct', 'interface' o il tipo restituito di un metodo.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf
index 28f64d42589dd..5c35a71430bc3 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ レコードのフィールドに対して型 '{0}' を使用することはできません。
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}' は、型 '{2}' のインターフェイス リストに '{1}' として既に指定されています。
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ レコードの等値コントラクト プロパティ '{0}' には get アクセサーが必要です。
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ 関数ポインターを名前付き引数で呼び出すことはできません。
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ 型 '{0}' は new() のターゲット型として使用することはできませんThere is no target type for '{0}'
- There is no target type for '{0}'
+ '{0}' のターゲット型がありませんUse of new() is not valid in this context
- Use of new() is not valid in this context
+ new() はこのコンテキストでは使用できません
@@ -944,22 +944,22 @@
discards
- 破棄
+ ディスカードThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 型 '{1}' を含むアセンブリ '{0}' が .NET Framework を参照しています。これはサポートされていません。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 読み込まれたアセンブリが .NET Framework を参照しています。これはサポートされていません。target-typed object creation
- target-typed object creation
+ target-typed オブジェクトの作成
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage カバレッジ情報を収集するようにインストルメント化された
アセンブリを生成します
-sourcelink:<file> PDB に埋め込むソース リンク情報。
-
+
- エラーと警告 -
-warnaserror[+|-] すべての警告をエラーとして報告します
-warnaserror[+|-]:<warn list> 特定の警告をエラーとして報告します
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ パラメーター '{0}' は未読です。この名前のプロパティを初期化するために使用していることを確認してください。Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ パラメーターが未読のため、この名前のプロパティを初期化するために使用していることを確認する必要がある
@@ -3298,7 +3298,7 @@
The as operator must be used with a reference type or nullable type ('{0}' is a non-nullable value type)
- as 演算子は参照型または Null 許容型で使用してください ('{0}' は Null 非許容の値型です)
+ as 演算子は参照型または null 許容型で使用してください ('{0}' は null 非許容の値型です)
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- 'partial' 修飾子は、'class'、'record'、'struct'、'interface'、または 'void' の直前にのみ指定できます
+ 'partial' 修飾子は、'class'、'record'、'struct'、'interface'、またはメソッドの戻り値の型の直前にのみ指定できます。
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf
index 002e9df6ed418..8e7da10214b91 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ '{0}' 형식은 레코드의 필드에 사용할 수 없습니다.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}'은(는) '{2}' 형식에 대한 인터페이스 목록에 '{1}'(으)로 이미 나열되어 있습니다.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ 레코드 같음 계약 속성 '{0}'에는 get 접근자가 있어야 합니다.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ 함수 포인터는 명명된 인수를 사용하여 호출할 수 없습니다.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ '{0}' 형식은 대상 형식 new()로 사용할 수 없습니다.There is no target type for '{0}'
- There is no target type for '{0}'
+ '{0}'의 대상 형식이 없습니다.Use of new() is not valid in this context
- Use of new() is not valid in this context
+ 이 컨텍스트에서는 new()를 사용할 수 없습니다.
@@ -949,17 +949,17 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' 형식을 포함하는 '{0}' 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 로드된 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.target-typed object creation
- target-typed object creation
+ 대상으로 형식화된 개체 만들기
@@ -1271,7 +1271,7 @@
-target:library 라이브러리를 빌드합니다. (약식: -t:library)
-target:module 다른 어셈블리에 추가할 수 있는 모듈을
빌드합니다. (약식: -t:module)
--target:appcontainerexe Appcontainer 실행 파일을 빌드합니다. (약식:
+-target:appcontainerexe Appcontainer 실행 파일을 빌드합니다. (약식:
-t:appcontainerexe)
-target:winmdobj WinMDExp에서 사용되는 Windows 런타임 중간
파일을 빌드합니다. (약식: -t:winmdobj)
@@ -1385,7 +1385,7 @@
지정합니다.
-utf8output 컴파일러 메시지를 UTF-8 인코딩으로 출력합니다.
-main:<type> 진입점이 포함된 형식을 지정합니다(다른
- 모든 가능한 진입점 무시).
+ 모든 가능한 진입점 무시).
(약식: -m)
-fullpaths 컴파일러가 정규화된 경로를 생성합니다.
-filealign:<n> 출력 파일 섹션에 사용되는 맞춤을
@@ -2892,12 +2892,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ '{0}' 매개 변수를 읽을 수 없습니다. 이 매개 변수를 사용하여 해당 이름으로 속성을 초기화했는지 확인하세요.Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ 매개 변수를 읽을 수 없습니다. 이 매개 변수를 사용하여 해당 이름으로 속성을 초기화했는지 확인하세요.
@@ -4147,7 +4147,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- 'partial' 한정자는 'class', 'record', 'struct', 'interface' 또는 'void' 바로 앞에만 올 수 있습니다.
+ 'partial' 한정자는 'class', 'record', 'struct', 'interface' 또는 메서드 반환 형식 바로 앞에만 올 수 있습니다.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
index 48508e910f7d1..dd5622ac9f07d 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Typ „{0}” nie może być używany dla pola rekordu.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ Element „{0}” znajduje się już na liście interfejsów typu „{2}” jako „{1}”.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ Właściwość kontraktu równości rekordu „{0}” musi mieć metodę dostępu get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Nie można wywołać wskaźnika funkcji przy użyciu argumentów nazwanych.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Typu „{0}” nie można używać jako typu docelowego wyrażenia new()There is no target type for '{0}'
- There is no target type for '{0}'
+ Brak typu docelowego dla elementu „{0}”Use of new() is not valid in this context
- Use of new() is not valid in this context
+ Użycie wyrażenia new() jest nieprawidłowe w tym kontekście
@@ -949,17 +949,17 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Zestaw „{0}” zawierający typ „{1}” odwołuje się do platformy .NET Framework, co nie jest obsługiwane.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Załadowany zestaw odwołuje się do platformy .NET Framework, co nie jest obsługiwane.target-typed object creation
- target-typed object creation
+ tworzenie obiektu z typem docelowym
@@ -1263,35 +1263,35 @@
Opcje kompilatora Visual C#
- PLIKI WYJŚCIOWE -
--out:<plik> Określ nazwę pliku wyjściowego (domyślnie: nazwa podstawowa
+-out:<plik> Określ nazwę pliku wyjściowego (domyślnie: nazwa podstawowa
pliku z klasą główną lub pierwszego pliku)
--target:exe Kompiluj plik wykonywalny konsoli (domyślnie) (krótka
+-target:exe Kompiluj plik wykonywalny konsoli (domyślnie) (krótka
wersja: -t:exe)
--target:winexe Kompiluj plik wykonywalny systemu Windows (krótka wersja:
+-target:winexe Kompiluj plik wykonywalny systemu Windows (krótka wersja:
-t:winexe)
-target:library Kompiluj bibliotekę (krótka wersja: -t:library)
--target:module Kompiluj moduł, który można dodać do innego
+-target:module Kompiluj moduł, który można dodać do innego
zestawu (krótka wersja: -t:module)
--target:appcontainerexe Kompiluj plik wykonywalny kontenera aplikacji (krótka wersja:
+-target:appcontainerexe Kompiluj plik wykonywalny kontenera aplikacji (krótka wersja:
-t:appcontainerexe)
--target:winmdobj Kompiluj plik pośredni środowiska uruchomieniowego systemu Windows
+-target:winmdobj Kompiluj plik pośredni środowiska uruchomieniowego systemu Windows
przeznaczony dla narzędzia WinMDExp (krótka wersja: -t:winmdobj)
-doc:<plik> Plik dokumentacji XML do wygenerowania
-refout:<plik> Dane wyjściowe zestawu odwołania do wygenerowania
-platform:<ciąg> Ogranicz platformy, na których można uruchamiać ten kod: x86,
- Itanium, x64, arm, arm64, anycpu32bitpreferred lub
+ Itanium, x64, arm, arm64, anycpu32bitpreferred lub
anycpu. Wartość domyślna to anycpu.
- PLIKI WEJŚCIOWE -
--recurse:<symbol wieloznaczny> Uwzględnij wszystkie pliki zawarte w bieżącym katalogu i
- podkatalogach zgodnie ze specyfikacją określoną przy użyciu
+-recurse:<symbol wieloznaczny> Uwzględnij wszystkie pliki zawarte w bieżącym katalogu i
+ podkatalogach zgodnie ze specyfikacją określoną przy użyciu
symboli wieloznacznych
--reference:<alias>=<plik> Odwołuj się do metadanych z określonego pliku
+-reference:<alias>=<plik> Odwołuj się do metadanych z określonego pliku
zestawu przy użyciu podanego aliasu (krótka wersja: -r)
--reference:<lista_plików> Odwołuj się do metadanych z określonych
+-reference:<lista_plików> Odwołuj się do metadanych z określonych
plików zestawów (krótka wersja: -r)
-addmodule:<lista plików> Połącz określone moduły z tym zestawem
--link:<lista_plików> Osadź metadane z określonych plików
+-link:<lista_plików> Osadź metadane z określonych plików
zestawów międzyoperacyjnych (krótka wersja: -l)
-analyzer:<lista_plików> Uruchom analizatory z tego zestawu
(krótka wersja: -a)
@@ -1307,16 +1307,16 @@
-win32manifest:<plik> Określ plik manifestu środowiska Win32 (xml)
-nowin32manifest Nie dołączaj domyślnego manifestu środowiska Win32
-resource:<informacje_o_zasobie> Osadź określony zasób (krótka wersja: -res)
--linkresource:<informacje_o_zasobie> Połącz określony zasób z tym zestawem
- (krótka wersja: -linkres), gdzie format informacji o zasobie
+-linkresource:<informacje_o_zasobie> Połącz określony zasób z tym zestawem
+ (krótka wersja: -linkres), gdzie format informacji o zasobie
to <plik>[,<nazwa ciągu>[,public|private]]
- GENEROWANIE KODU -
-debug[+|-] Emituj informacje o debugowaniu
-debug:{full|pdbonly|portable|embedded}
- Określ typ debugowania (wartość domyślna to „full”,
+ Określ typ debugowania (wartość domyślna to „full”,
wartość „portable” to format międzyplatformowy,
- a wartość „embedded” to format międzyplatformowy wbudowany w
+ a wartość „embedded” to format międzyplatformowy wbudowany w
docelowym pliku dll lub exe)
-optimize[+|-] Włącz optymalizacje (krótka wersja: -o)
-deterministic Utwórz zestaw deterministyczny
@@ -1343,9 +1343,15 @@
-reportanalyzer Zgłaszaj dodatkowe informacje analizatora, takie jak
czas wykonywania.
-skipanalyzers[+|-] Pomiń wykonywanie analizatorów diagnostycznych.
-
+
+ -JĘZYK -
-checked[+|-] Generuj operacje sprawdzenia przepełnienia
-unsafe[+|-] Zezwalaj na niebezpieczny kod
+-define:<lista symboli> Zdefiniuj symbole kompilacji warunkowej (krótka
+ wersja: -d)
+-langversion:? Wyświetl dozwolone wartości dla wersji języka
+-langversion:<ciąg> Określ wersję języka, na przykład
+ „latest” (najnowsza wersja z uwzględnieniem wersji pomocniczych),
„default” (to samo co „latest”),
„latestmajor” (najnowsza wersja z pominięciem wersji pomocniczych),
„preview” (najnowsza wersja z uwzględnieniem funkcji w nieobsługiwanej wersji zapoznawczej),
@@ -1355,7 +1361,7 @@
Określ opcję kontekstu dopuszczającego wartość null: enable|disable|warnings|annotations.
- ZABEZPIECZENIA -
--delaysign[+|-] Podpisz z opóźnieniem zestaw, używając tylko
+-delaysign[+|-] Podpisz z opóźnieniem zestaw, używając tylko
części publicznej klucza o silnej nazwie
-publicsign[+|-] Podpisz publicznie zestaw, używając tylko
części publicznej klucza o silnej nazwie
@@ -1376,34 +1382,34 @@
-checksumalgorithm:<algorytm> Określ algorytm do obliczania sumy kontrolnej
pliku źródłowego przechowywanej w pliku PDB.
Obsługiwane wartości: SHA1 lub SHA256 (domyślnie).
--codepage:<n> Określ stronę kodową do użycia podczas otwierania
+-codepage:<n> Określ stronę kodową do użycia podczas otwierania
plików źródłowych
-utf8output Wyprowadź komunikaty kompilatora przy użyciu kodowania UTF-8
--main:<typ> Określ typ zawierający punkt wejścia
- (zignoruj wszystkie pozostałe możliwe punkty wejścia) (krótka
+-main:<typ> Określ typ zawierający punkt wejścia
+ (zignoruj wszystkie pozostałe możliwe punkty wejścia) (krótka
wersja: -m)
-fullpaths Kompilator generuje w pełni kwalifikowane ścieżki
--filealign:<n> Określ wyrównanie stosowane dla sekcji
+-filealign:<n> Określ wyrównanie stosowane dla sekcji
plików wyjściowych
--pathmap:<K1>=<W1>,<K2>=<W2>,...
- Określ mapowanie dla nazw ścieżek źródłowych wyprowadzanych przez
+-pathmap:<K1>=<W1>,<K2>=<W2>,...
+ Określ mapowanie dla nazw ścieżek źródłowych wyprowadzanych przez
kompilator.
--pdb:<plik> Określ nazwę pliku z informacjami o debugowaniu (domyślnie:
+-pdb:<plik> Określ nazwę pliku z informacjami o debugowaniu (domyślnie:
nazwa pliku wyjściowego z rozszerzeniem pdb)
--errorendlocation Wyprowadź wiersz i kolumnę lokalizacji końcowej dla
+-errorendlocation Wyprowadź wiersz i kolumnę lokalizacji końcowej dla
każdego błędu
-preferreduilang Określ nazwę preferowanego języka wyjściowego.
-nosdkpath Wyłącz przeszukiwanie domyślnej ścieżki zestawu SDK dla zestawów biblioteki standardowej.
-nostdlib[+|-] Nie odwołuj się do biblioteki standardowej (mscorlib.dll)
-subsystemversion:<ciąg> Określ wersję podsystemu tego zestawu
--lib:<lista plików> Określ dodatkowe katalogi do przeszukania pod kątem
+-lib:<lista plików> Określ dodatkowe katalogi do przeszukania pod kątem
odwołań
--errorreport:<ciąg> Określ, w jaki sposób obsługiwać wewnętrzne błędy kompilatora:
- prompt, send, queue lub none. Wartość domyślna to
+-errorreport:<ciąg> Określ, w jaki sposób obsługiwać wewnętrzne błędy kompilatora:
+ prompt, send, queue lub none. Wartość domyślna to
queue.
--appconfig:<plik> Określ plik konfiguracji aplikacji
+-appconfig:<plik> Określ plik konfiguracji aplikacji
zawierający ustawienia powiązania zestawu
--moduleassemblyname:<ciąg> Nazwa zestawu, którego częścią
+-moduleassemblyname:<ciąg> Nazwa zestawu, którego częścią
ma być ten moduł
-modulename:<ciąg> Określ nazwę modułu źródłowego
-generatedfilesout:<katalog> Umieść pliki wygenerowane podczas kompilacji
@@ -2887,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Parametr „{0}” nie został odczytany. Czy zapomniano użyć go do zainicjowania właściwości o tej nazwie?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Parametr nie został odczytany. Czy zapomniano użyć go do zainicjowania właściwości o tej nazwie?
@@ -4142,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Modyfikator „partial” może się pojawić tylko bezpośrednio przed typem „class”, „record” „struct”, „interface” lub „void”
+ Modyfikator „partial” może pojawić się tylko bezpośrednio przed słowem kluczowym „class”, „record” „struct”, „interface” lub zwracanym typem metody.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf
index 3a4aeed90919f..000c3f5d0ce12 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ O tipo '{0}' não pode ser usado para um campo de um registro.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}' já está listado na lista de interfaces no tipo '{2}' como '{1}'.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ A propriedade de contrato de igualdade do registro '{0}' precisa ter um acessador get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Um ponteiro de função não pode ser chamado com argumentos nomeados.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ O tipo '{0}' pode não ser usado como o tipo de destino de new()There is no target type for '{0}'
- There is no target type for '{0}'
+ Não há um tipo de destino para '{0}'Use of new() is not valid in this context
- Use of new() is not valid in this context
+ O uso de new() não é válido neste contexto
@@ -944,22 +944,22 @@
discards
- descarta
+ descarteThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ O assembly '{0}' contendo o tipo '{1}' referencia o .NET Framework, mas não há suporte para isso.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ O assembly carregado referencia o .NET Framework, mas não há suporte para isso.target-typed object creation
- target-typed object creation
+ criação de objeto de tipo de destino
@@ -1288,12 +1288,11 @@
curinga
-reference:<alias>=<file> Metadados de referência do arquivo de assembly
especificado usando o alias fornecido (Forma abreviada: -r)
--reference:<file list> Metadados de referência dos arquivos de assembly
+-reference:<file list> Metadados de referência dos arquivos de assembly
especificados (Forma abreviada: -r)
-addmodule:<file list> Vincular o módulo especificado a este assembly
-link:<file list> Inserir os metadados dos arquivos de assembly de
- interoperabilidade especificados
- (Forma abreviada: -l)
+ interoperabilidade especificados (Forma abreviada: -l)
-analyzer:<file list> Executar os analisadores deste assembly
(Forma abreviada: -a)
-additionalfile:<file list> Arquivos adicionais que não afetam diretamente a geração do
@@ -1317,7 +1316,7 @@
-debug:{full|pdbonly|portable|embedded}
Especificar o tipo de depuração ('full' é o padrão,
'portable' é um formato multiplataforma,
- 'embedded' é um formato multiplataforma inserido no
+ 'embedded' é um formato multiplataforma inserido no
.dll ou no .exe de destino)
-optimize[+|-] Habilitar as otimizações (Forma abreviada: -o)
-deterministic Produzir um assembly determinístico
@@ -1351,7 +1350,7 @@
-define:<symbol list> Definir os símbolos de compilação condicional (Forma
abreviada: -d)
-langversion:? Exibir os valores permitidos para a versão da linguagem
--langversion:<string> Especificar a versão da linguagem, como
+-langversion:<string> Especificar a versão da linguagem, como
`latest` (última versão, incluindo as versões secundárias),
`default` (igual a `latest`),
`latestmajor` (última versão, excluindo as versões secundárias),
@@ -1368,7 +1367,7 @@
da chave de nome forte
-keyfile:<file> Especificar a arquivo de chave de nome forte
-keycontainer:<string> Especificar o contêiner de chave de nome forte
--highentropyva[+|-] Habilitar a ASLR de alta entropia
+-highentropyva[+|-] Habilitar a ASLR de alta entropia
– DIVERSOS –
@<file> Ler o arquivo de resposta de mais opções
@@ -1715,7 +1714,7 @@
return
- retornar
+ retorno
@@ -2894,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ O parâmetro '{0}' não foi lido. Você esqueceu de usá-lo para inicializar a propriedade com esse nome?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ O parâmetro não foi lido. Você esqueceu de usá-lo para inicializar a propriedade com esse nome?
@@ -3299,7 +3298,7 @@
The as operator must be used with a reference type or nullable type ('{0}' is a non-nullable value type)
- O operador as deve ser usado com um tipo de referência ou tipo anulável ("{0}" é um tipo de valor não anulável)
+ O operador as deve ser usado com um tipo de referência ou um tipo que permite valor nulo ("{0}" é um tipo de valor que não permite valor nulo)
@@ -4149,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- O modificador 'partial' só pode aparecer imediatamente antes de 'class', 'record', 'struct', 'interface' ou 'void'
+ O modificador 'partial' só pode aparecer imediatamente antes de 'class', de 'record', de 'struct', de 'interface' ou de um tipo de retorno de método.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
index e392a33e387cd..dad928fa0d841 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ Тип "{0}" не может быть использован для поля записи.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ "{0}" уже указан в списке интерфейсов в типе "{2}" в виде "{1}".
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ Свойство контракта на равенство записей "{0}" должно иметь метод доступа get.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ Невозможно вызвать указатель на функцию с именованными аргументами.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ Тип "{0}" не может использоваться в качестве типа целевого объекта для new()There is no target type for '{0}'
- There is no target type for '{0}'
+ Отсутствует целевой тип для "{0}".Use of new() is not valid in this context
- Use of new() is not valid in this context
+ Использование new() в этом контексте не допускается.
@@ -944,22 +944,22 @@
discards
- отменяет
+ пустые переменныеThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Сборка "{0}", содержащая тип "{1}", ссылается на платформу .NET Framework, которая не поддерживается.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Загруженная сборка ссылается на платформу .NET Framework, которая не поддерживается.target-typed object creation
- target-typed object creation
+ создание объекта с типом целевого объекта
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage Создать сборку, инструментированную для сбора
сведений об объеме протестированного кода
-sourcelink:<file> Данные о ссылке на исходные файлы для внедрения в PDB.
-
+
— Ошибки и предупреждения -
-warnaserror[+|-] Регистрировать все предупреждения как ошибки
-warnaserror[+|-]:<warn list> Регистрировать указанные предупреждения как ошибки
@@ -1714,7 +1714,7 @@
return
- возврат
+ возвращаемый
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ Параметр "{0}" не читается. Возможно, вы забыли использовать его для инициализации свойства с таким же именем?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Параметр не читается. Возможно, вы забыли использовать его для инициализации свойства с таким же именем?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- Модификатор "partial" может использоваться только перед "class", "record", "struct", "interface" и "void".
+ Модификатор "partial" может использоваться только перед ключевыми словами "class", "record", "struct" и "interface" и перед возвращаемым типом метода.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf
index 40f39af32a009..8c7ab84263b86 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ '{0}' türü, kayıt alanı için kullanılamaz.
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}', '{2}' türünün arabirim listesinde zaten '{1}' olarak listelenmiş.
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ '{0}' kayıt eşitlik anlaşması özelliğinin get erişimcisine sahip olması gerekir.
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ İşlev işaretçisi, adlandırılmış bağımsız değişkenler ile çağrılamaz.
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ '{0}' türü, new() işleminin hedef türü olarak kullanılamazThere is no target type for '{0}'
- There is no target type for '{0}'
+ {0} için hedef tür yokUse of new() is not valid in this context
- Use of new() is not valid in this context
+ Bu bağlamda new() kullanımı geçerli değildir
@@ -944,22 +944,22 @@
discards
- atmalar
+ atılabilir değişkenlerThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' türünü içeren '{0}' bütünleştirilmiş kodu, desteklenmeyen .NET Framework'e başvuruyor.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Yüklenen bütünleştirilmiş kod, desteklenmeyen .NET Framework'e başvuruyor.target-typed object creation
- target-typed object creation
+ hedeflenen türde nesne oluşturma
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ '{0}' parametresi okunmadı. Bu ada sahip özelliği başlatmak için bu parametreyi kullanmayı unutmuş olabilirsiniz.Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ Parametre okunmadı. Bu ada sahip özelliği başlatmak için bu parametreyi kullanmayı unutmuş olabilirsiniz.
@@ -3298,7 +3298,7 @@
The as operator must be used with a reference type or nullable type ('{0}' is a non-nullable value type)
- As işleci bir başvuru türüyle veya null olabilen bir türle birlikte kullanılmalıdır ('{0}', null olamayan bir değer türüdür)
+ As işleci bir başvuru türüyle veya null atanabilir bir türle birlikte kullanılmalıdır ('{0}', null atanamaz bir değer türüdür)
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- 'partial' değiştiricisi yalnızca 'class', 'record', 'struct', 'interface' veya 'void' sözcüklerinden hemen önce gelebilir
+ 'partial' değiştiricisi yalnızca 'class', 'record', 'struct', 'interface' ifadelerinden veya metot dönüş türünden hemen önce gelebilir.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf
index 2ba99ed12f061..37fc108ebaf50 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ 类型“{0}”不能用于记录的字段。
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ “{0}”已作为“{1}”列入类型“{2}”的接口列表中。
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ 记录等同性合同属性“{0}”必须具有 get 访问器。
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ 不能使用命名参数调用函数指针。
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ 类型 "{0}" 不能用作 new() 目标类型There is no target type for '{0}'
- There is no target type for '{0}'
+ "{0}" 没有目标类型Use of new() is not valid in this context
- Use of new() is not valid in this context
+ 在此上下文中使用 new() 无效
@@ -944,22 +944,22 @@
discards
- 放弃
+ 弃元The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含类型“{1}”的程序集“{0}”引用了 .NET Framework,而此操作不受支持。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 加载的程序集引用了 .NET Framework,而此操作不受支持。target-typed object creation
- target-typed object creation
+ 创建目标类型对象
@@ -1259,7 +1259,7 @@
-generatedfilesout:<dir> Place files generated during compilation in the
specified directory.
-
+
Visual C# 编译器选项
- 输出文件 -
@@ -1278,12 +1278,12 @@
(短格式: - t:winmdobj)
-doc:<file> 要生成的 XML 文档文件
-refout:<file> 要生成的引用程序集输出
-
+
-platform:<string> 限制可以运行此代码的平台: x86、
Itanium、x64、arm、arm64、 anycpu32bitpreferred 或
anycpu。默认值是 anycpu。
- - 输入文件 -
+ - 输入文件 -
-recurse:<wildcard> 根据通配符规范包括当前目录和
子目录中的
所有文件
@@ -1297,7 +1297,7 @@
-analyzer:<file list> 从此程序集运行分析器
(短格式: -a)
-additionalfile:<file list> 不直接影响代码生成
- 但由分析器用于生成错误或警报
+ 但由分析器用于生成错误或警报
的其他文件。
-embed 在 PDB 中嵌入所有源文件。
-embed:<file list> 在 PDB 中嵌入特定文件。
@@ -1310,7 +1310,7 @@
-resource:<resinfo> 嵌入指定的资源(短格式: -res)
- linkresource:<resinfo> 将指定资源关联到此程序集
(短格式: -linkres),其中 resinfo 格式
-
+
是 <file>[,<string name>[,public|private]]
- 代码生成 -
@@ -1327,16 +1327,16 @@
-instrument:TestCoverage 生成 已检测的程序集以收集
覆盖范围信息
-sourcelink:<file> 要嵌入 PDB 的源链接信息。
-
+
- 错误和警报 -
-warnaserror[+|-] 将所有警报报告为错误
-warnaserror[+|-]:<warn list> 将特定警报报告为错误
(将 "nullable" 用于所有可为 null 的警报)
-warn:<n> 设置警报级别(0 或更高) (短格式: -w)
-
+
-nowarn:<warn list> 禁用特定警报消息
(将 "nullable" 用于所有可为 null 的警报)
-
+
-ruleset:<file> 指定禁用特定诊断的规则集
文件。
-errorlog:<file> [,version=<sarif_version>]
@@ -1345,7 +1345,7 @@
sarif_version:{1|2|2.1} 默认值是 1. 2 和 2.1
这两者 都是指 SARIF 版本 2.1.0。
-reportanalyzer 报告其他分析器信息,例如
- 执行时间。
+ 执行时间。
-skipanalyzers[+|-] 跳过诊断分析器的执行。
- 语言 -
@@ -1386,7 +1386,7 @@
-checksumalgorithm:<alg> 指定算法以计算存储在 PDB 中的源文件
校验和。支持的值是:
SHA1 或 SHA256 (默认)。
-
+
-codepage:<n> 指定打开源文件时使用的
代码页
-utf8output 采用 UTF-8 编码的输出编译器消息
@@ -2898,12 +2898,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ 参数“{0}”未读。是否忘记通过它来使用该名称初始化属性?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ 参数未读。是否忘记通过它来使用该名称初始化属性?
@@ -4153,7 +4153,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- "partial" 修饰符的后面只能紧跟 "class"、"record"、"struct"、"interface" 或 "void"
+ "partial" 修饰符的后面只能紧跟 "class"、"record"、"struct"、"interface" 或方法返回类型。
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf
index 6909c740dc23b..0f8811ef9ccee 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf
@@ -104,7 +104,7 @@
The type '{0}' may not be used for a field of a record.
- The type '{0}' may not be used for a field of a record.
+ 類型 '{0}' 不可用於記錄的欄位。
@@ -294,7 +294,7 @@
'{0}' is already listed in the interface list on type '{2}' as '{1}'.
- '{0}' is already listed in the interface list on type '{2}' as '{1}'.
+ '{0}' 已列於類型 '{2}' 的介面清單中,名稱為 '{1}'。
@@ -319,7 +319,7 @@
Record equality contract property '{0}' must have a get accessor.
- Record equality contract property '{0}' must have a get accessor.
+ 記錄相等 contract 屬性 '{0}' 必須要有 get 存取子。
@@ -429,7 +429,7 @@
A function pointer cannot be called with named arguments.
- A function pointer cannot be called with named arguments.
+ 無法以具名引數呼叫函式指標。
@@ -454,17 +454,17 @@
The type '{0}' may not be used as the target type of new()
- The type '{0}' may not be used as the target type of new()
+ new() 的目標類型不可為類型 '{0}'There is no target type for '{0}'
- There is no target type for '{0}'
+ '{0}' 沒有任何目標類型Use of new() is not valid in this context
- Use of new() is not valid in this context
+ 此內容中不可使用 new()
@@ -944,22 +944,22 @@
discards
- 捨棄
+ DiscardThe assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含類型 '{1}' 的組件 '{0}' 參考了 .NET Framework,此情形不受支援。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 載入的組件參考了 .NET Framework,此情形不受支援。target-typed object creation
- target-typed object creation
+ 建立具目標類型的物件
@@ -1325,7 +1325,7 @@
-instrument:TestCoverage 產生經檢測的組件,以收集
涵蓋範圍資訊
-sourcelink:<file> 要內嵌至 PDB 的來源連結資訊。
-
+
- 錯誤與警告 -
-warnaserror[+|-] 將所有警告回報為錯誤
-warnaserror[+|-]:<warn list> 將特定警告回報為錯誤
@@ -1714,7 +1714,7 @@
return
- 返回
+ 傳回
@@ -2893,12 +2893,12 @@
Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
- Parameter '{0}' is unread. Did you forget to use it to initialize the property with that name?
+ 參數 '{0}' 未讀取。是否忘記使用該參數來初始化該名稱的屬性?Parameter is unread. Did you forget to use it to initialize the property with that name?
- Parameter is unread. Did you forget to use it to initialize the property with that name?
+ 參數未讀取。是否忘記使用該參數來初始化該名稱的屬性?
@@ -4148,7 +4148,7 @@
The 'partial' modifier can only appear immediately before 'class', 'record', 'struct', 'interface', or a method return type.
- 'partial' 修飾元只可緊接在 'class'、'record'、'struct'、'interface' 或 'void' 之前
+ 'partial' 修飾元只可緊接在 'class'、'record'、'struct'、'interface' 或方法傳回型別之前。
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.cs.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.cs.xlf
index f49aaa1cfcc7a..7af0e5646464a 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.cs.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.cs.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Změny musí spadat do mezí SourceText.
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.de.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.de.xlf
index cbbfc93724a9b..3e5b6e4cf15c7 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.de.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.de.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Änderungen müssen innerhalb der Grenzen von "SourceText" erfolgen.
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.es.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.es.xlf
index 8a9f6fd9ef603..1b3ff3ffea107 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.es.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.es.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Los cambios deben estar dentro de los límites de SourceText.
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.fr.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.fr.xlf
index b9b0bcc05b118..f424b82388804 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.fr.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.fr.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Les changements doivent se situer dans les limites de SourceText
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.it.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.it.xlf
index 43b1b2ce49438..8858f5f15739a 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.it.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.it.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Le modifiche devono rientrare nei limiti di SourceText
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ja.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ja.xlf
index e0f7310c5e9ab..1ace32468a2c0 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ja.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ja.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ 変更は SourceText の範囲内でなければなりません
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ko.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ko.xlf
index e8f6da7062d90..8455c20fc3e8e 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ko.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ko.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ 변경 내용은 SourceText의 범위 내에 있어야 합니다.
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pl.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pl.xlf
index 006d56f4b6980..78cefd7b714eb 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pl.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pl.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Zmiany muszą należeć do zakresu elementu SourceText
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pt-BR.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pt-BR.xlf
index 3b62db2cab3f8..1e2a813164d11 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pt-BR.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.pt-BR.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ As alterações precisam estar dentro dos limites do SourceText
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ru.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ru.xlf
index 85b42072cc694..034d80857a098 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ru.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.ru.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Изменения должны находиться в границах SourceText
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.tr.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.tr.xlf
index b10fda770b6dd..5acb4f23c94ca 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.tr.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.tr.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ Değişiklikler, SourceText sınırları içinde olmalıdır
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hans.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hans.xlf
index 0582b91da1fba..1f3fb9506bf0d 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hans.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hans.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ 必须在 SourceText 的边界内进行更改
diff --git a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hant.xlf b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hant.xlf
index 8e049eff28626..9e04c86d96f2b 100644
--- a/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hant.xlf
+++ b/src/Compilers/Core/Portable/xlf/CodeAnalysisResources.zh-Hant.xlf
@@ -19,7 +19,7 @@
Changes must be within bounds of SourceText
- Changes must be within bounds of SourceText
+ 變更必須在 SourceText 的界限內
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.cs.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.cs.xlf
index 3588f9ca4088c..0c2f9b9a5efa0 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.cs.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.cs.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Sestavení {0}, které obsahuje typ {1}, se odkazuje na architekturu .NET Framework, což se nepodporuje.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Načtené sestavení se odkazuje na architekturu .NET Framework, což se nepodporujeGenerator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Generátor {0} nemohl vygenerovat zdroj. V důsledku toho může docházet k chybám kompilace a generátor nebude přispívat na výstup. Výjimka měla typ {1} se zprávou {2}.{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Generátor vyvolal následující výjimku:
+{0}.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Generátoru se nepovedlo vygenerovat zdrojGenerator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Generátor {0} se nepovedlo inicializovat. V důsledku toho může docházet k chybám kompilace a generátor nebude přispívat na výstup. Výjimka měla typ {1} se zprávou {2}.{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Generátor vyvolal následující výjimku:
+{0}.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Generátor se nepovedlo inicializovat
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.de.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.de.xlf
index 524a621421ac1..24d84acaabc0a 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.de.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.de.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Die Assembly "{0}" mit dem Typ "{1}" verweist auf das .NET Framework. Dies wird nicht unterstützt.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Die geladene Assembly verweist auf das .NET Framework. Dies wird nicht unterstützt.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Fehler beim Generieren der Quelle durch den Generator "{0}". Dieser wird bei der Ausgabe nicht berücksichtigt, deshalb kann es zu Kompilierungsfehlern kommen. Ausnahmetyp: {1}. Meldung: {2}{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Der Generator hat die folgende Ausnahme ausgelöst:
+{0}{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Fehler beim Generieren der Quelle durch den Generator.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Fehler beim Initialisieren des Generators "{0}". Er wird bei der Ausgabe nicht berücksichtigt, deshalb kann es zu Kompilierungsfehlern kommen. Ausnahmetyp: {1}. Meldung: {2}{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Der Generator hat die folgende Ausnahme ausgelöst:
+{0}{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Fehler beim Initialisieren des Generators.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.es.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.es.xlf
index 9cdcfc250fa8e..65cccf48c5e75 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.es.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.es.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ El ensamblado "{0}" que contiene el tipo "{1}" hace referencia a .NET Framework, lo cual no se admite.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ El ensamblado que se ha cargado hace referencia a .NET Framework, lo cual no se admite.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Error del generador "{0}" al crear código fuente. No contribuirá a la salida y pueden producirse errores de compilación como resultado. Se produjo la excepción de tipo "{1}" con el mensaje "{2}"{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ El generador produjo la excepción siguiente:
+"{0}".{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Error del generador al crear código fuente.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Error de inicialización del generador "{0}". No contribuirá a la salida y pueden producirse errores de compilación como resultado. Se produjo la excepción de tipo "{1}" con el mensaje "{2}"{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ El generador produjo la excepción siguiente:
+"{0}".{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Error de inicialización del generador.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.fr.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.fr.xlf
index 328192a105302..537566ac37b2e 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.fr.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.fr.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' contenant le type '{1}' référence le .NET Framework, ce qui n'est pas pris en charge.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ L'assembly chargé référence le .NET Framework, ce qui n'est pas pris en charge.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Le générateur '{0}' n'a pas pu générer la source. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Le générateur a levé l'exception suivante :
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Le générateur n'a pas pu générer la source.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Échec de l'initialisation du générateur '{0}'. Dans la mesure où il ne va pas contribuer à la sortie, des erreurs de compilation peuvent se produire. Exception levée de type '{1}' avec le message '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Le générateur a levé l'exception suivante :
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Échec de l'initialisation du générateur.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.it.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.it.xlf
index 47cebeee5a1ee..bb17a775b497c 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.it.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.it.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' che contiene il tipo '{1}' fa riferimento a .NET Framework, che non è supportato.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ L'assembly caricato fa riferimento a .NET Framework, che non è supportato.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Il generatore '{0}' non è riuscito a generare l'origine. Non verrà aggiunto come contributo all'output e potrebbero verificarsi errori di compilazione. Eccezione di tipo '{1}'. Messaggio '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Il generatore dell'analizzatore ha generato l'eccezione seguente:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Il generatore non è riuscito a generare l'origine.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Non è stato possibile inizializzare il generatore '{0}'. Non verrà aggiunto come contributo all'output e potrebbero verificarsi errori di compilazione. Eccezione di tipo '{1}'. Messaggio '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Il generatore dell'analizzatore ha generato l'eccezione seguente:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Non è stato possibile inizializzare il generatore.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ja.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ja.xlf
index dfcc98ee9af62..05c4385a09fe0 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ja.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ja.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 型 '{1}' を含むアセンブリ '{0}' が .NET Framework を参照しています。これはサポートされていません。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 読み込まれたアセンブリが .NET Framework を参照しています。これはサポートされていません。Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ ジェネレーター '{0}' でソースを生成できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ ジェネレーターで次の例外がスローされました:
+'{0}'。{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ ジェネレーターはソースを生成できませんでした。Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ ジェネレーター '{0}' を初期化できませんでした。出力には寄与しません。結果として、コンパイル エラーが発生する可能性があります。例外の型: '{1}'。メッセージ: '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ ジェネレーターで次の例外がスローされました:
+'{0}'。{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ ジェネレーターを初期化できませんでした。
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ko.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ko.xlf
index 4b24a2cacfcba..cef47d7a1328c 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ko.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ko.xlf
@@ -291,6 +291,7 @@
SARIF 버전 2.1.0을 의미합니다.
-reportanalyzer 추가 분석기 정보(예: 실행 시간)를
보고합니다.
+-skipanalyzers[+|-] 진단 분석기의 실행을 건너뜁니다.
- 언어 -
-define:<symbol_list> 전역 조건부 컴파일 기호를
@@ -464,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' 형식을 포함하는 '{0}' 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 로드된 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 생성기 '{0}'이(가) 소스를 생성하지 못했습니다. 출력에 기여하지 않으므로 컴파일 오류가 발생할 수 있습니다. 예외의 형식은 '{1}'이고 메시지는 '{2}'입니다.{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ 생성기에서 다음 예외를 throw했습니다.
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ 생성기가 소스를 생성하지 못했습니다.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 생성기 '{0}'이(가) 초기화하지 못했습니다. 출력에 기여하지 않으므로 컴파일 오류가 발생할 수 있습니다. 예외의 형식은 '{1}'이고 메시지는 '{2}'입니다.{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ 생성기에서 다음 예외를 throw했습니다.
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ 생성기가 초기화하지 못했습니다.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.pl.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.pl.xlf
index 852cb6a94edba..097427e155e25 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.pl.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.pl.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Zestaw „{0}” zawierający typ „{1}” odwołuje się do platformy .NET Framework, co nie jest obsługiwane.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Załadowany zestaw odwołuje się do platformy .NET Framework, co nie jest obsługiwane.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Generator „{0}” nie mógł wygenerować źródła. W rezultacie nie będzie on współtworzyć danych wyjściowych i mogą wystąpić błędy kompilacji. Typ wyjątku: „{1}”, komunikat: „{2}”{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Generator zgłosił następujący wyjątek:
+„{0}”.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Generator nie mógł wygenerować źródła.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Generator „{0}” nie mógł przeprowadzić inicjalizacji. W rezultacie nie będzie on współtworzyć danych wyjściowych i mogą wystąpić błędy kompilacji. Typ wyjątku: „{1}”, komunikat: „{2}”{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Generator zgłosił następujący wyjątek:
+„{0}”.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Generator nie mógł przeprowadzić inicjalizacji.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.pt-BR.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.pt-BR.xlf
index 62bf17a38179e..ef4b3ce5f8cd0 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.pt-BR.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.pt-BR.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ O assembly '{0}' contendo o tipo '{1}' referencia o .NET Framework, mas não há suporte para isso.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ O assembly carregado referencia o .NET Framework, mas não há suporte para isso.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ O gerador '{0}' não pôde gerar a origem. Ele não contribuirá com a saída e poderão ocorrer erros de compilação como resultado. A exceção foi do tipo '{1}', com a mensagem '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ O gerador gerou a seguinte exceção:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ O gerador não pôde gerar a origem.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Falha na inicialização do gerador '{0}'. Ele não contribuirá com a saída e poderão ocorrer erros de compilação como resultado. A exceção foi do tipo '{1}', com a mensagem '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ O gerador gerou a seguinte exceção:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Falha na inicialização do gerador.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ru.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ru.xlf
index 94dc6cca8d7fb..d8868f290a36e 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.ru.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.ru.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Сборка "{0}", содержащая тип "{1}", ссылается на платформу .NET Framework, которая не поддерживается.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Загруженная сборка ссылается на платформу .NET Framework, которая не поддерживается.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Генератору "{0}" не удалось создать источник. Это не повлияет на выходные данные и ошибки компиляции, которые могут возникнуть в результате. Тип возникшего исключения: "{1}", сообщение: "{2}"{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Генератор создал следующее исключение:
+"{0}".{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Генератору не удалось создать источник.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ Не удалось инициализировать генератор "{0}". Это не повлияет на выходные данные и ошибки компиляции, которые могут возникнуть в результате. Тип возникшего исключения: "{1}", сообщение: "{2}"{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ Генератор создал следующее исключение:
+"{0}".{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Не удалось инициализировать генератор.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.tr.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.tr.xlf
index 7a67e297961c4..6e338188158df 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.tr.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.tr.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' türünü içeren '{0}' bütünleştirilmiş kodu, desteklenmeyen .NET Framework'e başvuruyor.{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ Yüklenen bütünleştirilmiş kod, desteklenmeyen .NET Framework'e başvuruyor.Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ '{0}' oluşturucusu kaynak oluşturamadı. Oluşturucu çıkışa katkıda bulunmayacağından, bunun sonucunda derleme hataları oluşabilir. Özel durum '{2}' iletisi ile '{1}' türündeydi{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Oluşturucu aşağıdaki özel durumu oluşturdu:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ Oluşturucu kaynak oluşturamadı.Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ '{0}' oluşturucusu başlatılamadı. Oluşturucu çıkışa katkıda bulunmayacağından, bunun sonucunda derleme hataları oluşabilir. Özel durum '{2}' iletisi ile '{1}' türündeydi{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
+ Oluşturucu aşağıdaki özel durumu oluşturdu:
'{0}'.{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ Oluşturucu başlatılamadı.
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hans.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hans.xlf
index 33b8f300d7438..a2d19a6339d01 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hans.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hans.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含类型“{1}”的程序集“{0}”引用了 .NET Framework,而此操作不受支持。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 加载的程序集引用了 .NET Framework,而此操作不受支持。Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 生成器“{0}”未能生成源。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ 生成器引发以下异常:
+“{0}”。{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ 生成器无法生成源。Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 生成器“{0}”未能初始化。它不会影响输出,因此可能会造成编译错误。异常的类型为“{1}”,显示消息“{2}”{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ 生成器引发以下异常:
+“{0}”。{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ 生成器初始化失败。
diff --git a/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hant.xlf b/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hant.xlf
index 16b1da6fe3e33..be4692c2afe57 100644
--- a/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hant.xlf
+++ b/src/Compilers/VisualBasic/Portable/xlf/VBResources.zh-Hant.xlf
@@ -465,46 +465,46 @@
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含類型 '{1}' 的組件 '{0}' 參考了 .NET Framework,此情形不受支援。{1} is the type that was loaded, {0} is the containing assembly.The loaded assembly references .NET Framework, which is not supported.
- The loaded assembly references .NET Framework, which is not supported.
+ 載入的組件參考了 .NET Framework,此情形不受支援。Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to generate source. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 產生器 '{0}' 無法產生來源。其不會提供給輸出,並可能導致編譯錯誤。例外狀況的類型為 '{1}',訊息為 '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ 產生器擲回了下列例外狀況:
+'{0}'。{0} is the string representation of the exception that was thrown.Generator failed to generate source.
- Generator failed to generate source.
+ 產生器無法產生來源。Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
- Generator '{0}' failed to initialize. It will not contribute to the output and compilation errors may occur as a result. Exception was of type '{1}' with message '{2}'
+ 產生器 '{0}' 無法初始化。其不會提供給輸出,並可能導致編譯錯誤。例外狀況的類型為 '{1}',訊息為 '{2}'{0} is the name of the generator that failed. {1} is the type of exception that was thrown {2} is the message in the exceptionGenerator threw the following exception:
'{0}'.
- Generator threw the following exception:
-'{0}'.
+ 產生器擲回了下列例外狀況:
+'{0}'。{0} is the string representation of the exception that was thrown.Generator failed to initialize.
- Generator failed to initialize.
+ 產生器無法初始化。
diff --git a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
index 6b3356e558394..22f38fb97cdfa 100644
--- a/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
+++ b/src/EditorFeatures/CSharp/xlf/CSharpEditorResources.ja.xlf
@@ -47,16 +47,16 @@
1 つのアセンブリが見つかりました: '{0}'
-
- Load from: '{0}'
- 読み込み元: '{0}'
-
- Generate Event Subscriptionイベント サブスクリプションの生成
+
+ Load from: '{0}'
+ 読み込み元: '{0}'
+
+ Module not found!モジュールが見つかりません
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.cs.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.cs.xlf
index cdbbdc2d51ad1..9a1c854ac6e35 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.cs.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.cs.xlf
@@ -9,12 +9,12 @@
Copying selection to Interactive Window.
- Výběr se kopíruje do interaktivního okna.
+ Výběr se kopíruje do okna Interactive.Executing selection in Interactive Window.
- Výběr se spouští v interaktivním okně.
+ Výběr se spouští v okně Interactive.
@@ -29,7 +29,7 @@
The references command is not supported in this Interactive Window implementation.
- Příkaz references není v této implementaci interaktivního okna podporovaný.
+ Příkaz references není v této implementaci okna Interactive podporovaný.
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.de.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.de.xlf
index fff3838613c83..e7ae53f59e6d9 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.de.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.de.xlf
@@ -9,12 +9,12 @@
Copying selection to Interactive Window.
- Die Auswahl wird in Interactive Window kopiert.
+ Die Auswahl wird in Interactive-Fenster kopiert.Executing selection in Interactive Window.
- Die Auswahl wird in Interactive Window ausgeführt.
+ Die Auswahl wird im Interactive-Fenster ausgeführt.
@@ -29,7 +29,7 @@
The references command is not supported in this Interactive Window implementation.
- Der Befehl "references" wird in dieser Interactive Window-Implementierung nicht unterstützt.
+ Der Befehl "references" wird in dieser Implementierung von Interactive-Fenster nicht unterstützt.
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ja.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ja.xlf
index 3f2d58e43473b..52c9bc7c4d170 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ja.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ja.xlf
@@ -14,7 +14,7 @@
Executing selection in Interactive Window.
- 対話型ウィンドウで選択を実行します。
+ インタラクティブ ウィンドウで選択を実行します。
@@ -29,7 +29,7 @@
The references command is not supported in this Interactive Window implementation.
- この対話型ウィンドウの実装で、参照コマンドはサポートされていません。
+ このインタラクティブ ウィンドウの実装で、参照コマンドはサポートされていません。
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.pl.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.pl.xlf
index 7ddcb6e9a6b09..831d3a1e3541c 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.pl.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.pl.xlf
@@ -9,12 +9,12 @@
Copying selection to Interactive Window.
- Kopiowanie zaznaczenia do okna interaktywnego.
+ Kopiowanie zaznaczenia do okna Interactive.Executing selection in Interactive Window.
- Wykonywanie zaznaczenia w oknie interaktywnym.
+ Wykonywanie zaznaczenia w oknie Interactive.
@@ -29,7 +29,7 @@
The references command is not supported in this Interactive Window implementation.
- Polecenie references nie jest obsługiwane w tej implementacji okna interaktywnego.
+ Polecenie references nie jest obsługiwane w tej implementacji okna Interactive.
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ru.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ru.xlf
index 45688b5107cdd..a16c8bb9b8377 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ru.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.ru.xlf
@@ -14,7 +14,7 @@
Executing selection in Interactive Window.
- Выполнение выделенного фрагмента в интерактивном окне.
+ Выполнение выделенного фрагмента в Интерактивном окне.
@@ -29,7 +29,7 @@
The references command is not supported in this Interactive Window implementation.
- Команда, на которую указывает ссылка, не поддерживается в этой интерактивной реализации Windows.
+ Команда, на которую указывает ссылка, не поддерживается в этой реализации Интерактивного окна.
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hans.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hans.xlf
index 084a4e0781650..51e93ff05f4cf 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hans.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hans.xlf
@@ -1,6 +1,6 @@
-
+ Building Project
@@ -9,12 +9,12 @@
Copying selection to Interactive Window.
- 将所选内容复制到交互式窗口。
+ 将所选内容复制到交互窗口。Executing selection in Interactive Window.
- 在交互式窗口中执行所选内容。
+ 在交互窗口中执行所选内容。
diff --git a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hant.xlf b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hant.xlf
index d8b5f9bb21ea9..01cec4fb3993e 100644
--- a/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hant.xlf
+++ b/src/EditorFeatures/Core.Wpf/Interactive/xlf/InteractiveEditorFeaturesResources.zh-Hant.xlf
@@ -1,6 +1,6 @@
-
+ Building Project
@@ -9,12 +9,12 @@
Copying selection to Interactive Window.
- 正在將選取範圍複製到互動式視窗。
+ 正在將選取範圍複製到互動視窗。Executing selection in Interactive Window.
- 正在於互動式視窗中執行選取範圍。
+ 正在於互動視窗中執行選取範圍。
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
index 79343a9b721f5..2122cedcf0d68 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.cs.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Nepovedlo se provést přejmenování: {0}
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf
index be554684dd4e3..48ba913476158 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.de.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Fehler beim Umbenennen: "{0}"
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf
index 58cdaa1be4513..ac13e8377183f 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.es.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Error al realizar el cambio de nombre: "{0}"
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf
index 1c1e912ac1a62..7ef4dfab948be 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.fr.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Erreur au moment du renommage : '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf
index 825f7ee2780af..e7ae427e2bdef 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.it.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Si è verificato un errore durante la ridenominazione: '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf
index f9a8544ed53fd..1c7d1cd8ecff1 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ja.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ 名前変更の実行でエラーが発生しました: '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf
index c9c7c45ed2c0b..5945717b3b52d 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ko.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ 이름 바꾸기 수행 중 오류 발생: '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf
index b6bf79dce119f..8166476a00797 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pl.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Błąd podczas wykonywania operacji zmiany nazwy: „{0}”
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf
index 1fe3975ecc7d4..ee988f2509faf 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.pt-BR.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Erro ao executar a renomeação: '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf
index b96dfeb8578c7..86ca75e6f2a52 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.ru.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Ошибка при выполнении переименования: "{0}"
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf
index 7053b1eb6a1bb..8eae379c18e00 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.tr.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ Yeniden adlandırma işlemi gerçekleştirilirken hata oluştu: '{0}'
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf
index cb22046a78bfc..4b0694101e09a 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hans.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ 执行重命名时出错:“{0}”
diff --git a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf
index b7a8c56069b98..e2a01e3543531 100644
--- a/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf
+++ b/src/EditorFeatures/Core.Wpf/xlf/EditorFeaturesWpfResources.zh-Hant.xlf
@@ -4,7 +4,7 @@
Error performing rename: '{0}'
- Error performing rename: '{0}'
+ 執行重新命名時發生錯誤: '{0}'
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf
index aa2232eaf4c3a..acb37b784a996 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.cs.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Vložené nápovědy
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Dělený komentář
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Typy uživatelů – Záznamy
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf
index 3d8d786b8eea0..91196135e6b7d 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.de.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Inlinehinweise
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Kommentar teilen
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Benutzertypen – Datensätze
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Wir können den Fehler beheben, indem die Struktur der "out/ref"-Parameter nicht erstellt wird.
+ Wir können den Fehler beheben, indem die Struktur der "out/ref"-Parameter nicht erstellt wird.
Möchten Sie fortfahren?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf
index b761e19ab1546..25f4a05ac96ac 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.es.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Sugerencias insertadas
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Dividir comentario
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Tipos de usuario: registros
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Podemos arreglar el error si no hacemos parámetro(s) de estructura "out/ref".
+ Podemos arreglar el error si no hacemos parámetro(s) de estructura "out/ref".
¿Quiere continuar?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf
index 57f54f90a6be0..64d61696a80c0 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.fr.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Indicateurs inline
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Diviser le commentaire
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Types d'utilisateur - Enregistrements
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Nous pouvons corriger l'erreur en ne créant pas de paramètre(s) "out/ref" dans le struct.
+ Nous pouvons corriger l'erreur en ne créant pas de paramètre(s) "out/ref" dans le struct.
Voulez-vous continuer ?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf
index 40361a29306c0..93f5be573a44b 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.it.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Suggerimenti inline
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Dividi commento
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Tipi utente - Record
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Per correggere l'errore, non verranno creati i parametri "out/ref" dello struct.
+ Per correggere l'errore, non verranno creati i parametri "out/ref" dello struct.
Continuare?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf
index c7265c597a27d..eb9a8adc7cf97 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ja.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ インラインのヒント
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ コメントの分割
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ ユーザー タイプ - レコード
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf
index 1472c0ef41ff2..2dd71585c3b1d 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ko.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ 인라인 힌트
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ 주석 분할
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ 사용자 유형 - 레코드
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- 구조체 "out/ref" 매개 변수를 만들지 않는 방법으로 오류를 수정할 수 있습니다.
+ 구조체 "out/ref" 매개 변수를 만들지 않는 방법으로 오류를 수정할 수 있습니다.
계속하시겠습니까?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf
index dfe31bcb7a984..6d272bf833bae 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pl.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Wskazówki w tekście
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Podziel komentarz
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Typy użytkownika — rekordy
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Możemy naprawić ten błąd, pomijając utworzenie parametrów struktury „out/ref”.
+ Możemy naprawić ten błąd, pomijając utworzenie parametrów struktury „out/ref”.
Czy chcesz kontynuować?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf
index 0f5ff33e0bd75..1e98d2c4e5cd1 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.pt-BR.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Dicas Embutidas
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Dividir o comentário
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Tipos de Usuário – Registros
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Podemos corrigir o erro ao não fazer struct de parâmetro(s) "out/ref".
+ Podemos corrigir o erro ao não fazer struct de parâmetro(s) "out/ref".
Deseja continuar?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf
index 1fadc8a10728a..31ebdfd306e68 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.ru.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Встроенные подсказки
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Разделительный комментарий
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Пользовательские типы — записи
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Можно устранить ошибку без создания параметров "out/ref" структуры.
+ Можно устранить ошибку без создания параметров "out/ref" структуры.
Вы хотите продолжить?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf
index 13ff63a597264..80a50d63bddbe 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.tr.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ Satır İçi İpuçları
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ Açıklamayı böl
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ Kullanıcı Türleri - Kayıtlar
@@ -1100,7 +1100,7 @@
We can fix the error by not making struct "out/ref" parameter(s).
Do you want to proceed?
- Yapı "out/ref" parametrelerini yapmayarak hatayı düzeltebiliriz.
+ Yapı "out/ref" parametrelerini yapmayarak hatayı düzeltebiliriz.
Devam etmek istiyor musunuz?
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf
index 60fff77314766..7efa8fb1d22c1 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hans.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ 内联提示
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ 拆分注释
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ 用户类型 - 记录
diff --git a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf
index 1fa0aee97fcc0..397f80f81207d 100644
--- a/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf
+++ b/src/EditorFeatures/Core/xlf/EditorFeaturesResources.zh-Hant.xlf
@@ -79,7 +79,7 @@
Inline Hints
- Inline Hints
+ 內嵌提示
@@ -144,7 +144,7 @@
Split comment
- Split comment
+ 分割註解
@@ -259,7 +259,7 @@
User Types - Records
- User Types - Records
+ 使用者類型 - 記錄
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.cs.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.cs.xlf
index 06dff5eac806e..ceabb7b796609 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.cs.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.cs.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Snímek neobsahuje zadanou pozici.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Snímek neobsahuje zadaný rozsah.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.de.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.de.xlf
index 1bc488bf1a1cb..aa92751bd4408 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.de.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.de.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Die Momentaufnahme weist nicht die angegebene Position auf.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Die Momentaufnahme weist nicht die angegebene Spanne auf.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.es.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.es.xlf
index f5ff3e046ee62..d1428264288f4 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.es.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.es.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ La instantánea no contiene la posición especificada.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ La instantánea no contiene el intervalo especificado.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.fr.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.fr.xlf
index f7c98f662bc06..7941667c61955 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.fr.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.fr.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ La capture instantanée ne contient pas la position spécifiée.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ La capture instantanée ne contient pas l'étendue spécifiée.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.it.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.it.xlf
index 7296e9e73672f..6f3363f474e5c 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.it.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.it.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Lo snapshot non contiene la posizione specificata.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Lo snapshot non contiene la selezione specificata.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.ja.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.ja.xlf
index 3e352677621b6..46ed4ea9ced73 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.ja.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.ja.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ 指定された位置がスナップショットに含まれていません。The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ 指定された範囲がスナップショットに含まれていません。
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.ko.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.ko.xlf
index ab803973e21d9..35b8dfabd3cda 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.ko.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.ko.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ 스냅샷에 지정된 위치가 없습니다.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ 스냅샷에 지정된 범위가 없습니다.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.pl.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.pl.xlf
index 687d8c7cddfe9..aa2a5d840d5fb 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.pl.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.pl.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Migawka nie zawiera określonej pozycji.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Migawka nie zawiera podanego okresu.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.pt-BR.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.pt-BR.xlf
index 560ec4426b0d7..2abe84d684d37 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.pt-BR.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.pt-BR.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ O instantâneo não contém a posição especificada.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ O instantâneo não contém o intervalo especificado.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.ru.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.ru.xlf
index c2dde4ec7f93a..e8caa57d6b103 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.ru.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.ru.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Моментальный снимок не содержит указанную позицию.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Моментальный снимок не содержит указанный диапазон.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.tr.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.tr.xlf
index ab1affc0b97e1..4262d4dff5bb9 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.tr.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.tr.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ Anlık görüntü belirtilen konumu içermiyor.The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ Anlık görüntü belirtilen kapsamı içermiyor.
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hans.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hans.xlf
index 79faa8a1c44f7..9cb92cef2bab9 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hans.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hans.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ 快照不包含指定的位置。The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ 快照不包含指定的范围。
diff --git a/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hant.xlf b/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hant.xlf
index e82c5c8add52d..3abe3a6dbb474 100644
--- a/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hant.xlf
+++ b/src/EditorFeatures/Text/xlf/TextEditorResources.zh-Hant.xlf
@@ -4,12 +4,12 @@
The snapshot does not contain the specified position.
- The snapshot does not contain the specified position.
+ 此快照集未包含指定的位置。The snapshot does not contain the specified span.
- The snapshot does not contain the specified span.
+ 此快照集未包含指定的範圍。
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf
index 0871b1aa0e590..32d5dd7abb79b 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.cs.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Změnit na výraz asChange to cast
- Change to cast
+ Změnit na přetypování
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf
index d30fb4b375ee5..9a9a990254eb8 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.de.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ In as-Ausdruck ändernChange to cast
- Change to cast
+ In "cast" ändern
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf
index 0d947e9201804..a3a23d78cf33f 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.es.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Cambiar a la expresión "as"Change to cast
- Change to cast
+ Cambiar a cast
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf
index 61e256efa7f03..2dd8c62d867d3 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.fr.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Changer en expression 'as'Change to cast
- Change to cast
+ Changer en cast
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf
index 2ed0768b74412..dfc2f20b7d69c 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.it.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Cambia in espressione 'as'Change to cast
- Change to cast
+ Cambia in cast
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf
index 19889ae6fc14b..f25a29e0b3833 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ja.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ 'as' 式に変更Change to cast
- Change to cast
+ キャストに変更
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf
index a2d324906b446..1e69bf064eb23 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ko.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ 'as' 식으로 변경Change to cast
- Change to cast
+ 캐스트로 변경
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf
index 73bc54eccee2b..77bd93ac75bff 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pl.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Zmień na wyrażenie „as”Change to cast
- Change to cast
+ Zmień na rzutowanie
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf
index 674a7e7bb4401..08eb1c37ac7b6 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.pt-BR.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Alterar para a expressão 'as'Change to cast
- Change to cast
+ Alterar para conversão
@@ -249,7 +249,7 @@
<element name> :
- <nome do elemento:>
+ <nome do elemento> :
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf
index c2a30be285dbf..3a31a1f1dabd0 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.ru.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ Изменить на выражение "as"Change to cast
- Change to cast
+ Изменить на приведение
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf
index 49a82d0b6526d..4da7854d48e9a 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.tr.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ 'as' ifadesine değiştirChange to cast
- Change to cast
+ Tür dönüştürme olarak değiştir
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf
index a2a72f3513ecb..7cfde0eca8f7f 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hans.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ 更改为 "as" 表达式Change to cast
- Change to cast
+ 更改为强制转换
diff --git a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf
index d41d0fcc11d0b..b7813a2f5ad58 100644
--- a/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf
+++ b/src/Features/CSharp/Portable/xlf/CSharpFeaturesResources.zh-Hant.xlf
@@ -89,12 +89,12 @@
Change to 'as' expression
- Change to 'as' expression
+ 變更為 'as' 運算式Change to cast
- Change to cast
+ 變更為 'cast'
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf
index a0ad65225cbed..2623bba996db4 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.cs.xlf
@@ -652,7 +652,7 @@ Ujistěte se, že specifikátor tt použijete pro jazyky, pro které je nezbytn
No valid location to insert method call.
- No valid location to insert method call.
+ Není k dispozici žádné platné umístění, kam vložit volání metody.
@@ -1887,7 +1887,7 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Sestavení {0}, které obsahuje typ {1}, se odkazuje na architekturu .NET Framework, což se nepodporuje.
@@ -2092,12 +2092,12 @@ Pozitivní kontrolní výrazy zpětného vyhledávání s nulovou délkou se obv
'{0}' cannot be null or empty.
- Hodnota {0} nemůže být null nebo prázdná.
+ Hodnota {0} nemůže být nulová a toto pole nemůže být prázdné.'{0}' cannot be null or whitespace.
- Hodnota {0} nemůže být null ani prázdný znak.
+ Hodnota {0} nemůže být null ani prázdný znak.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf
index bf3a9500fd3a3..a2fddbcff93fa 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.de.xlf
@@ -652,7 +652,7 @@ Stellen Sie sicher, dass Sie den Bezeichner "tt" für Sprachen verwenden, für d
No valid location to insert method call.
- No valid location to insert method call.
+ Keine gültige Position zum Einfügen eines Methodenaufrufs.
@@ -1887,7 +1887,7 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Die Assembly "{0}" mit dem Typ "{1}" verweist auf das .NET Framework. Dies wird nicht unterstützt.
@@ -2092,12 +2092,12 @@ Positive Lookbehindassertionen mit Nullbreite werden normalerweise am Anfang reg
'{0}' cannot be null or empty.
- "{0}" darf nicht NULL oder leer sein.
+ "{0}" kann nicht NULL oder leer sein.'{0}' cannot be null or whitespace.
- "{0}" darf nicht NULL oder ein Leerraumzeichen sein.
+ "{0}" darf nicht NULL oder ein Leerraumzeichen sein.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf
index d757107f3f339..8c1b0edf1961c 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.es.xlf
@@ -652,7 +652,7 @@ Asegúrese de usar el especificador "tt" para los idiomas para los que es necesa
No valid location to insert method call.
- No valid location to insert method call.
+ No hay ninguna ubicación válida para insertar una llamada de método.
@@ -1887,7 +1887,7 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ El ensamblado "{0}" que contiene el tipo "{1}" hace referencia a .NET Framework, lo cual no se admite.
@@ -2092,12 +2092,12 @@ Las aserciones de búsqueda retrasada (lookbehind) positivas de ancho cero se us
'{0}' cannot be null or empty.
- "{0}" no puede ser NULL ni estar vacío.
+ '{0}' no puede ser nulo ni estar vacío.'{0}' cannot be null or whitespace.
- "{0}" no puede ser NULL ni un espacio en blanco.
+ "{0}" no puede ser NULL ni un espacio en blanco.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf
index ad68ca094e86e..1147237719676 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.fr.xlf
@@ -652,7 +652,7 @@ Veillez à utiliser le spécificateur "tt" pour les langues où il est nécessai
No valid location to insert method call.
- No valid location to insert method call.
+ Aucun emplacement valide pour l'insertion de l'appel de méthode.
@@ -1887,7 +1887,7 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' contenant le type '{1}' référence le .NET Framework, ce qui n'est pas pris en charge.
@@ -2092,12 +2092,12 @@ Les assertions arrière positives de largeur nulle sont généralement utilisée
'{0}' cannot be null or empty.
- '{0}' ne peut pas être null ou vide.
+ « {0} » ne peut pas être vide ou avoir la valeur Null.'{0}' cannot be null or whitespace.
- '{0}' ne peut pas être null ou un espace.
+ '{0}' ne peut pas avoir une valeur null ou être un espace blanc.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf
index bc5477284d0cf..0ec6e4dc811f5 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.it.xlf
@@ -652,7 +652,7 @@ Assicurarsi di usare l'identificatore "tt" per le lingue per le quali è necessa
No valid location to insert method call.
- No valid location to insert method call.
+ Non ci sono posizioni valide per inserire la chiamata a un metodo.
@@ -1887,7 +1887,7 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all'
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ L'assembly '{0}' che contiene il tipo '{1}' fa riferimento a .NET Framework, che non è supportato.
@@ -2092,12 +2092,12 @@ Le asserzioni lookbehind positive di larghezza zero vengono usate in genere all'
'{0}' cannot be null or empty.
- '{0}' non può essere Null o vuoto.
+ '{0}' non può essere null o vuoto.'{0}' cannot be null or whitespace.
- '{0}' non può essere Null o uno spazio vuoto.
+ '{0}' non può essere Null o uno spazio vuoto.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf
index 56a1094f7daf7..a47c94d9cad0b 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.ja.xlf
@@ -652,7 +652,7 @@ Make sure to use the "tt" specifier for languages for which it's necessary to ma
No valid location to insert method call.
- No valid location to insert method call.
+ メソッド呼び出しを挿入する有効な場所がありません。
@@ -1887,7 +1887,7 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 型 '{1}' を含むアセンブリ '{0}' が .NET Framework を参照しています。これはサポートされていません。
@@ -2092,12 +2092,12 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
'{0}' cannot be null or empty.
- '{0}' を null または空にすることはできません。
+ '{0}' を NULL または空にすることはできません。'{0}' cannot be null or whitespace.
- '{0}' を null または空白にすることはできません。
+ '{0}' を null または空白にすることはできません。
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf
index 9d7c1b44f66c3..c701e1966e78c 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.ko.xlf
@@ -652,7 +652,7 @@ Make sure to use the "tt" specifier for languages for which it's necessary to ma
No valid location to insert method call.
- No valid location to insert method call.
+ 메서드 호출을 삽입할 유효한 위치가 없습니다.
@@ -1887,7 +1887,7 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' 형식을 포함하는 '{0}' 어셈블리가 지원되지 않는 .NET Framework를 참조합니다.
@@ -2092,12 +2092,12 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
'{0}' cannot be null or empty.
- '{0}'은(는) Null이거나 비워 둘 수 없습니다.
+ '{0}'은(는) Null이거나 비워 둘 수 없습니다.'{0}' cannot be null or whitespace.
- '{0}'은(는) Null이거나 공백일 수 없습니다.
+ '{0}'은(는) null이거나 공백일 수 없습니다.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf
index 2442511b19560..0e2551121ac97 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.pl.xlf
@@ -652,7 +652,7 @@ Pamiętaj, aby nie używać specyfikatora „tt” dla wszystkich języków, w k
No valid location to insert method call.
- No valid location to insert method call.
+ Brak prawidłowej lokalizacji dla wstawienia wywołania metody.
@@ -1887,7 +1887,7 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Zestaw „{0}” zawierający typ „{1}” odwołuje się do platformy .NET Framework, co nie jest obsługiwane.
@@ -2092,12 +2092,12 @@ Pozytywne asercje wsteczne o zerowej szerokości są zwykle używane na początk
'{0}' cannot be null or empty.
- Element „{0}” nie może mieć wartości null ani być pusty.
+ Element „{0}” nie może mieć wartości null ani być pusty.'{0}' cannot be null or whitespace.
- Element „{0}” nie może mieć wartości null ani składać się ze znaków odstępu.
+ Element „{0}” nie może mieć wartości null ani składać się ze znaków odstępu.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf
index 253027b124fa5..a9ea8a860d4bd 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.pt-BR.xlf
@@ -652,7 +652,7 @@ Verifique se o especificador "tt" foi usado para idiomas para os quais é necess
No valid location to insert method call.
- No valid location to insert method call.
+ Não há nenhum local válido para inserir a chamada de método.
@@ -1887,7 +1887,7 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ O assembly '{0}' contendo o tipo '{1}' referencia o .NET Framework, mas não há suporte para isso.
@@ -2092,12 +2092,12 @@ As declarações de lookbehind positivas de largura zero normalmente são usadas
'{0}' cannot be null or empty.
- '{0}' não pode ser nulo ou vazio.
+ '{0}' não pode ser nulo nem vazio.'{0}' cannot be null or whitespace.
- '{0}' não pode ser nulo ou ter espaço em branco.
+ '{0}' não pode ser nulo nem espaço em branco.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf
index d37c330582285..54a7c66867865 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.ru.xlf
@@ -652,7 +652,7 @@ Make sure to use the "tt" specifier for languages for which it's necessary to ma
No valid location to insert method call.
- No valid location to insert method call.
+ Отсутствует допустимое расположение для вставки вызова метода.
@@ -1887,7 +1887,7 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ Сборка "{0}", содержащая тип "{1}", ссылается на платформу .NET Framework, которая не поддерживается.
@@ -2092,12 +2092,12 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
'{0}' cannot be null or empty.
- "{0}" не может быть пустым или иметь значение null.
+ "{0}" не может быть неопределенным или пустым.'{0}' cannot be null or whitespace.
- "{0}" не может быть пустым или содержать только пробел.
+ "{0}" не может быть пустым или содержать только пробел.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf
index dab51c0e5ba51..0a178556dbcc7 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.tr.xlf
@@ -652,7 +652,7 @@ AM ve PM arasındaki farkın korunmasının gerekli olduğu diller için "tt" be
No valid location to insert method call.
- No valid location to insert method call.
+ Metot çağrısının ekleneceği geçerli konum yok.
@@ -1887,7 +1887,7 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ '{1}' türünü içeren '{0}' bütünleştirilmiş kodu, desteklenmeyen .NET Framework'e başvuruyor.
@@ -2092,12 +2092,12 @@ Sıfır genişlikli pozitif geri yönlü onaylamalar genellikle normal ifadeleri
'{0}' cannot be null or empty.
- '{0}' null veya boş olamaz.
+ '{0}' null veya boş olamaz.'{0}' cannot be null or whitespace.
- '{0}' null veya boşluk karakteri olamaz.
+ '{0}' null veya boşluk olamaz.
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf
index aba5db7e5ba87..a9cb2f0cbd6c9 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hans.xlf
@@ -652,7 +652,7 @@ Make sure to use the "tt" specifier for languages for which it's necessary to ma
No valid location to insert method call.
- No valid location to insert method call.
+ 没有插入方法调用的有效位置。
@@ -825,8 +825,8 @@ This option is recommended if you know that backtracking will not succeed. Preve
'name1' is the current group (optional), 'name2' is a previously defined group, and 'subexpression' is any valid regular expression pattern. The balancing group definition deletes the definition of name2 and stores the interval between name2 and name1 in name1. If no name2 group is defined, the match backtracks. Because deleting the last definition of name2 reveals the previous definition of name2, this construct lets you use the stack of captures for group name2 as a counter for keeping track of nested constructs such as parentheses or opening and closing brackets.
The balancing group definition uses 'name2' as a stack. The beginning character of each nested construct is placed in the group and in its Group.Captures collection. When the closing character is matched, its corresponding opening character is removed from the group, and the Captures collection is decreased by one. After the opening and closing characters of all nested constructs have been matched, 'name1' is empty.
- 均衡组定义删除以前定义的组的定义,并在当前组中存储以前定义的组和当前组之间的时间间隔。
-
+ 均衡组定义删除以前定义的组的定义,并在当前组中存储以前定义的组和当前组之间的时间间隔。
+
"name1" 是当前组(可选),"name2" 是以前定义的组,而 "subexpression" 是任何有效的正则表达式模式。均衡组定义将删除 name2 的定义,并在 name1 中存储 name2 和 name1 之间的间隔。如果未定义 name2 组,则匹配回溯。由于删除 name2 的最后一个定义会发现 name2 的上一个定义,此构造使你能够使用作为计数器的组的捕获堆栈来跟踪嵌套构造(如括号)或左括号和右括号。
均衡组定义使用 "name2" 作为堆栈。每个嵌套构造的开始字符都放在该组中并位于其组中。捕获集合。匹配结束字符时,将从组中删除其相应的左符号,并减小捕获集合 1。在所有嵌套构造的开始和结束字符都匹配后,"name1" 为空。
@@ -1887,7 +1887,7 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含类型“{1}”的程序集“{0}”引用了 .NET Framework,而此操作不受支持。
@@ -2092,12 +2092,12 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
'{0}' cannot be null or empty.
- “{0}”不能是 Null 或为空。
+ “{0}”不能为 Null 或空。'{0}' cannot be null or whitespace.
- “{0}”不能为 Null 或空白。
+ “{0}”不能为 null 或空白。
@@ -3595,7 +3595,7 @@ Strings that are passed to the Parse, TryParse, ParseExact, and TryParseExact me
"O" 或 "o" 标准格式说明符对应于 DateTime 值的 "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" 自定义格式字符串和 DateTimeOffset 值的 "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffzzz" 自定义格式字符串。在此字符串中,分隔单个字符的单引号标记对(如连字符、冒号和字母 "T")指示单个字符是不能更改的文本。撇号不会出现在输出字符串中。
-"O" 或 "o" 标准格式说明符(以及 "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" 自定义格式字符串)利用 ISO 8601 表示时区信息的三种方式保留日期时间值的 Kind 属性:
+"O" 或 "o" 标准格式说明符(以及 "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffffffK" 自定义格式字符串)利用 ISO 8601 表示时区信息的三种方式保留日期时间值的 Kind 属性:
DateTimeKind 日期和时间值的时区部分是相对于 UTC 的偏移量(例如 +01:00, -07:00)。所有 DateTimeOffset 值也以这种格式表示。
@@ -3710,7 +3710,7 @@ If the ":" format specifier is used without other custom format specifiers, it's
For DateTimeOffset values, the "K" format specifier is equivalent to the "zzz" format specifier, and produces a result string containing the DateTimeOffset value's offset from UTC.
If the "K" format specifier is used without other custom format specifiers, it's interpreted as a standard date and time format specifier and throws a FormatException.
- "K" 自定义格式说明符表示日期和时间值的时区信息。将此格式说明符与 DateTime 值一起使用时,结果字符串由 DateTime.Kind 属性的值定义:
+ "K" 自定义格式说明符表示日期和时间值的时区信息。将此格式说明符与 DateTime 值一起使用时,结果字符串由 DateTime.Kind 属性的值定义:
对于本地时区(DateTimeKind.Local 的 DateTime.Kind 属性值),此说明符等效于 "zzz" 说明符,并生成包含协调世界时(UTC)的本地偏移量的结果字符串;例如 "-07:00"。
diff --git a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf
index d457a45a06170..1820365b1d9b0 100644
--- a/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf
+++ b/src/Features/Core/Portable/xlf/FeaturesResources.zh-Hant.xlf
@@ -652,7 +652,7 @@ Make sure to use the "tt" specifier for languages for which it's necessary to ma
No valid location to insert method call.
- No valid location to insert method call.
+ 沒有可插入方法呼叫的有效位置。
@@ -1887,7 +1887,7 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
- The assembly '{0}' containing type '{1}' references .NET Framework, which is not supported.
+ 包含類型 '{1}' 的組件 '{0}' 參考了 .NET Framework,此情形不受支援。
@@ -2092,12 +2092,12 @@ Zero-width positive lookbehind assertions are typically used at the beginning of
'{0}' cannot be null or empty.
- {0} 不得為 Null 或空白。
+ '{0}' 不可為 Null 或空白。'{0}' cannot be null or whitespace.
- {0} 不得為 Null 或空白字元。
+ '{0}' 不得為 Null 或空白字元。
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.cs.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.cs.xlf
index 6e4a032400c5e..aed678464b07a 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.cs.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.cs.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Změnit na DirectCastChange to 'TryCast'
- Change to 'TryCast'
+ Změnit na TryCast
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Odebrat klíčové slovo Shared ze členu modulu{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.de.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.de.xlf
index 860a57a11b485..957f4fab2c344 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.de.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.de.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ In "DirectCast" ändernChange to 'TryCast'
- Change to 'TryCast'
+ In "TryCast" ändern
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Schlüsselwort "Shared" aus Modulmember entfernen{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.es.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.es.xlf
index 579b22114bd3d..bf44304929ff4 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.es.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.es.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Cambiar a "DirectCast"Change to 'TryCast'
- Change to 'TryCast'
+ Cambiar a "TryCast"
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Quitar la palabra clave "Shared" del miembro del módulo{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.fr.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.fr.xlf
index 855128e99d22f..9dec7d7f7090e 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.fr.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.fr.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Changer en 'DirectCast'Change to 'TryCast'
- Change to 'TryCast'
+ Changer en 'TryCast'
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Supprimer le mot clé 'Shared' du membre de module{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.it.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.it.xlf
index 192ba6b6ccb19..54d6be85af51a 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.it.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.it.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Cambia in 'DirectCast'Change to 'TryCast'
- Change to 'TryCast'
+ Cambia in 'TryCast'
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Rimuovi la parola chiave 'Shared' dal membro Module{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ja.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ja.xlf
index dbbbebda8cf61..68c4b46bd4f50 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ja.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ja.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ 'DirectCast' に変更Change to 'TryCast'
- Change to 'TryCast'
+ 'TryCast' に変更
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ モジュール メンバーから 'Shared' キーワードを削除{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ko.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ko.xlf
index 1dac916f627d2..e3f2f4615ef85 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ko.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ko.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ 'DirectCast'로 변경Change to 'TryCast'
- Change to 'TryCast'
+ 'TryCast'로 변경
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ 모듈 멤버에서 'Shared' 키워드 제거{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pl.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pl.xlf
index 9b370414a8f0a..4aea8384d90ee 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pl.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pl.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Zmień na wyrażenie „DirectCast”Change to 'TryCast'
- Change to 'TryCast'
+ Zmień na wyrażenie „TryCast”
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Usuń słowo kluczowe "Shared" ze składowej modułu{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pt-BR.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pt-BR.xlf
index a1d0f9d810a07..76b140c1ad0f7 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pt-BR.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.pt-BR.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Alterar para 'DirectCast'Change to 'TryCast'
- Change to 'TryCast'
+ Alterar para 'TryCast'
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Remover a palavra-chave 'Shared' do membro do Módulo{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ru.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ru.xlf
index 828c57489fbe1..372ec5d74c07f 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ru.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.ru.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ Изменить на "DirectCast"Change to 'TryCast'
- Change to 'TryCast'
+ Изменить на "TryCast"
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Удалить ключевое слово "Shared" из элемента модуля{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.tr.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.tr.xlf
index 29578a6775990..599d78d2e8358 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.tr.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.tr.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ 'DirectCast' olarak değiştirChange to 'TryCast'
- Change to 'TryCast'
+ 'TryCast' olarak değiştir
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ Modül üyesinden 'Shared' anahtar sözcüğünü kaldır{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hans.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hans.xlf
index 5a9442de76c2e..0be40b2629fe7 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hans.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hans.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ 更改为 "DirectCast"Change to 'TryCast'
- Change to 'TryCast'
+ 更改为 "TryCast"
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ 从模块成员中删除 "Shared" 关键字{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hant.xlf b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hant.xlf
index 7ad157c4c3c6f..d1634286df128 100644
--- a/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hant.xlf
+++ b/src/Features/VisualBasic/Portable/xlf/VBFeaturesResources.zh-Hant.xlf
@@ -29,12 +29,12 @@
Change to 'DirectCast'
- Change to 'DirectCast'
+ 變更為 'DirectCast'Change to 'TryCast'
- Change to 'TryCast'
+ 變更為 'TryCast'
@@ -99,7 +99,7 @@
Remove 'Shared' keyword from Module member
- Remove 'Shared' keyword from Module member
+ 從模組成員移除 'Shared' 關鍵字{Locked="Shared"} "Shared" is a VB keyword and should not be localized.
diff --git a/src/Scripting/CSharp/xlf/CSharpScriptingResources.ko.xlf b/src/Scripting/CSharp/xlf/CSharpScriptingResources.ko.xlf
index af0c2fa9a10f7..7b45947332ccd 100644
--- a/src/Scripting/CSharp/xlf/CSharpScriptingResources.ko.xlf
+++ b/src/Scripting/CSharp/xlf/CSharpScriptingResources.ko.xlf
@@ -48,7 +48,8 @@ Options:
/r:<file list> 지정된 어셈블리 파일에서 메타데이터를 참조합니다(대체 형식: /reference).
/lib:<path list> #r 지시문으로 지정된 라이브러리를 찾을 디렉터리의 목록입니다.
(대체 형식: /libPath /libPaths)
- /u:<namespace> 전역 네임스페이스 using을 정의합니다(대체 형식: /using, /usings, /import, /imports). /langversion:? 언어 버전의 허용된 값을 표시하고 종료합니다.
+ /u:<namespace> 전역 네임스페이스 using을 정의합니다(대체 형식: /using, /usings, /import, /imports).
+ /langversion:? 언어 버전의 허용된 값을 표시하고 종료합니다.
/langversion:<string>
`latest`(최신 버전, 부 버전 포함),
`default`(`latest`와 같음),
diff --git a/src/Scripting/Core/xlf/ScriptingResources.tr.xlf b/src/Scripting/Core/xlf/ScriptingResources.tr.xlf
index f291dead049bb..e25977f4b8ecb 100644
--- a/src/Scripting/Core/xlf/ScriptingResources.tr.xlf
+++ b/src/Scripting/Core/xlf/ScriptingResources.tr.xlf
@@ -108,7 +108,8 @@ Script directives:
Enter Geçerli gönderim tamamlanmış görünüyorsa değerlendir. Aksi takdirde, yeni bir satır ekle.
Escape Geçerli gönderimi sil.
Yukarı Ok Geçerli gönderimi önceki bir gönderimle değiştir.
- Aşağı Ok Geçerli gönderimi sonraki bir gönderimle değiştir (daha önce geriye gittikten sonra). Ctrl-C REPL'den çık.
+ Aşağı Ok Geçerli gönderimi sonraki bir gönderimle değiştir (daha önce geriye gittikten sonra).
+ Ctrl-C REPL'den çık.
REPL komutları:
#help Kullanılabilir komutlarda ve anahtar bağlamalarında yardımı görüntüle.
Betik yönergeleri:
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
index ee16bed9a1031..f0671af1aa463 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Automaticky zobrazovat seznam dokončení v seznamech argumentů (experimentální)
+ Automaticky zobrazovat seznam dokončení v seznamech argumentů (experimentální)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Při psaní komentářů // na začátek řádku vkládat //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Upřednostňovat implicitní vytvoření objektu, pokud je typ zřejmý
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Zobrazit nápovědy pro výrazy newShow items from unimported namespaces
- Zobrazit položky z neimportovaných oborů názvů (experimentální)
+ Zobrazit položky z neimportovaných oborů názvů
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
index 90e359a94a282..3cee2e6f926e6 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Vervollständigungsliste in Argumentlisten automatisch anzeigen (experimentell)
+ Vervollständigungsliste in Argumentlisten automatisch anzeigen (experimentell)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Fügen Sie beim Schreiben von //-Kommentaren zwei Schrägstriche (//) am Anfang der neuen Zeilen ein.
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Implizite Objekterstellung bevorzugen, wenn der Typ offensichtlich ist
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Hinweise für new-Ausdrücke anzeigenShow items from unimported namespaces
- Elemente aus nicht importierten Namespaces anzeigen (experimentell)
+ Elemente aus nicht importierten Namespaces anzeigen
@@ -549,7 +549,7 @@
_Place 'System' directives first when sorting usings
- "System"-Direktiven beim Sortieren von Using-Direktiven zuerst anordnen
+ System-Anweisungen beim Sortieren von using-Anweisungen an erster Stelle _platzieren
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
index f7c7133786045..3b7a2da86ad5c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Mostrar automáticamente la lista de finalización en las listas de argumentos (experimental)
+ Mostrar automáticamente la lista de finalización en las listas de argumentos (experimental)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Insertar // al comienzo de las líneas nuevas al escribir comentarios //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Preferir la creación implícita de objetos cuando el tipo sea aparente
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Mostrar sugerencias para las expresiones "new"Show items from unimported namespaces
- Mostrar elementos de espacios de nombres no importados (experimental)
+ Mostrar elementos de espacios de nombres no importados
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
index b5e97010eaef0..f109f30d4413c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Afficher automatiquement la liste de complétion dans les listes d'arguments (expérimental)
+ Afficher automatiquement la liste de complétion dans les listes d'arguments (expérimental)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Insérer // au début des nouvelles lignes pour l'écriture de commentaires //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Préférer la création d'objets implicites quand le type est apparent
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Afficher les indicateurs pour les expressions 'new'Show items from unimported namespaces
- Afficher les éléments des espaces de noms qui ne sont pas importés (expérimental)
+ Afficher les éléments des espaces de noms qui ne sont pas importés
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
index 45639f7a05520..a4d689a153301 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Mostra automaticamente l'elenco di completamento negli elenchi di argomenti (sperimentale)
+ Mostra automaticamente l'elenco di completamento negli elenchi di argomenti (sperimentale)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Inserisci * all'inizio di nuove righe quando si scrivono commenti //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Preferisci la creazione implicita di oggetti quando il tipo è apparente
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Mostra suggerimenti per le espressioni 'new'Show items from unimported namespaces
- Mostra elementi da spazi dei nomi non importati (sperimentale)
+ Mostra elementi da spazi dei nomi non importati
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
index 035c59d314bc7..82225924401c7 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- 入力候補一覧を引数リストに自動的に表示する (試験段階)
+ 入力候補一覧を引数リストに自動的に表示する (試験段階)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ // コメントの記述時に // を新しい行の先頭に挿入する
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ 型が明白な場合に暗黙的なオブジェクトの作成を優先する
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ 'new' 式のヒントを表示するShow items from unimported namespaces
- インポートされていない名前空間の項目を表示する (試験段階)
+ インポートされていない名前空間の項目を表示する
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
index 2228d3129b12a..00eaa3c1a324b 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- 인수 목록에 자동으로 완성 목록 표시(실험적)
+ 인수 목록에 자동으로 완성 목록 표시(실험적)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ // 주석을 작성할 때 새 줄의 시작 부분에 // 삽입
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ 형식이 명백한 경우 암시적 개체 만들기 선호
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ 'new' 식에 대한 힌트 표시Show items from unimported namespaces
- 가져오지 않은 네임스페이스의 항목 표시(실험적)
+ 가져오지 않은 네임스페이스의 항목 표시
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
index b00888c365c10..072ef4a6dc9f6 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Automatycznie pokaż listę uzupełniania na listach argumentów (eksperymentalne)
+ Automatycznie pokaż listę uzupełniania na listach argumentów (eksperymentalne)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Wstaw znaki // na początku nowych wierszy podczas pisania komentarzy ze znakami //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Preferuj niejawne tworzenie obiektu, gdy typ jest oczywisty
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Pokaż wskazówki dla wyrażeń „new”Show items from unimported namespaces
- Pokaż elementy z nieimportowanych przestrzeni nazw (eksperymentalne)
+ Pokaż elementy z nieimportowanych przestrzeni nazw
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
index 375f67c818d99..16f45fabd672b 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Mostrar automaticamente a lista de conclusão nas listas de argumentos (experimental)
+ Mostrar automaticamente a lista de conclusão nas listas de argumentos (experimental)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Inserir // no início de novas linhas ao escrever comentários de //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Preferir a criação de objeto implícito quando o tipo for aparente
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Mostrar as dicas para as expressões 'new'Show items from unimported namespaces
- Mostrar itens de namespaces não importados (experimental)
+ Mostrar os itens de namespaces não importados
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
index 4cf7db284bc52..4cdc8a09cbacb 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Автоматически показывать список завершения в списках аргументов (экспериментальная функция)
+ Автоматически показывать список завершения в списках аргументов (экспериментальная функция)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ Вставлять "//" в начале новых строк при написании комментариев "//".
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Предпочитать неявное создание объекта, когда тип очевиден.
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ Отображать подсказки для выражений "new"Show items from unimported namespaces
- Показать элементы из неимпортированных пространств имен (экспериментальная функция)
+ Отображать элементы из неимпортированных пространств имен
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
index 9b2af475fa677..5e157eef16dac 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- Bağımsız değişken listelerinde tamamlama listesini otomatik olarak göster (deneysel)
+ Bağımsız değişken listelerinde tamamlama listesini otomatik olarak göster (deneysel)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ // açıklamaları yazılırken yeni satırların başlangıcına // ekle
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ Tür görünür olduğunda örtük nesne oluşturmayı tercih et
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ 'new' ifadeleri için ipuçlarını gösterShow items from unimported namespaces
- İçeri aktarılmayan ad alanlarındaki öğeleri göster (deneysel)
+ İçeri aktarılmayan ad alanlarındaki öğeleri göster
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
index b5beb92c4c76f..1b8c9fd2fa090 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- 自动显示参数列表中的完成列表(实验性)
+ 自动显示参数列表中的完成列表(实验性)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ 编写 // 注释时,在新行开头插入 //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ 类型明显时首选隐式对象创建
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ 显示 "new" 表达式的提示Show items from unimported namespaces
- 显示 unimported 命名空间中的项(实验)
+ 显示 unimported 命名空间中的项
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
index 4f453d1e94af4..2e481edee8e83 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
@@ -9,7 +9,7 @@
Automatically show completion list in argument lists (experimental)
- 自動在引數清單中顯示自動完成清單 (實驗性)
+ 自動在引數清單中顯示自動完成清單 (實驗性)
@@ -59,7 +59,7 @@
Insert // at the start of new lines when writing // comments
- Insert // at the start of new lines when writing // comments
+ 撰寫 // 註解時,於新行開頭插入 //
@@ -84,7 +84,7 @@
Prefer implicit object creation when type is apparent
- Prefer implicit object creation when type is apparent
+ 當類型為實際型態時,建議建立隱含物件
@@ -119,12 +119,12 @@
Show hints for 'new' expressions
- Show hints for 'new' expressions
+ 顯示 'new' 運算式的提示Show items from unimported namespaces
- 顯示來自未匯入命名空間的項目 (實驗性)
+ 顯示來自未匯入命名空間的項目
@@ -514,7 +514,7 @@
_Insert * at the start of new lines when writing /* */ comments
- _在寫入 /* */ 時,於新行開頭插入 *(_I)
+ 在寫入 /* */ 時,於新行開頭插入 *(_I)
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf
index 83163b35b7f88..626d86190ab87 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.cs.xlf
@@ -81,7 +81,7 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Zobrazovat nápovědy k názvům vložených parametrů;
+ Zobrazovat vložené nápovědy;
Zobrazit diagnostiku pro zavřené soubory;
Vybarvit regulární výraz;
Zvýrazňovat související komponenty pod kurzorem;
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf
index b0cc734320d1c..063d5420d9d49 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.de.xlf
@@ -81,7 +81,7 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Hinweise zu Inlineparameternamen anzeigen;
+ Inlinehinweise anzeigen;
Diagnoseinformationen für geschlossene Dateien anzeigen;
Reguläre Ausdrücke farbig hervorheben;
Zugehörige Komponenten unter dem Cursor markieren;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Blockinhalte einziehen;
-Öffnende und schließende geschweifte Klammern einziehen;
-case-Inhalte einziehen;
-case-Inhalte einziehen (bei Block);
-case-Bezeichnungen einziehen;
-Bezeichnungseinzug;
-goto-Bezeichnungen in Spalte ganz links platzieren;
-Bezeichnungen normal einziehen;
+ Blockinhalte einziehen;
+Öffnende und schließende geschweifte Klammern einziehen;
+case-Inhalte einziehen;
+case-Inhalte einziehen (bei Block);
+case-Bezeichnungen einziehen;
+Bezeichnungseinzug;
+goto-Bezeichnungen in Spalte ganz links platzieren;
+Bezeichnungen normal einziehen;
goto-Bezeichnungen um eine Einzugsebene weiter links als die aktuelle Position platzieren;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf
index c4ae849fb304d..5632620d9cf34 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.es.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Mostrar sugerencias de nombre de parámetro insertado;
+ Mostrar sugerencias insertadas;
Mostrar diagnóstico para archivos cerrados;
-Colorear expresión regular;
-Resaltar componentes relacionados bajo el cursor;
+Colorear expresión regular;
+Resaltar componentes relacionados bajo el cursor;
Informar sobre expresiones regulares no válidas;
Habilitar análisis de la solución completa;
Realizar el análisis de características del editor en proceso externo;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Aplicar sangría al contenido del bloque;
-aplicar sangría a llaves de apertura y de cierre;
-aplicar sangría al contenido de case;
-aplicar sangría al contenido de case (cuando está bloqueado);
-aplicar sangría a etiquetas case;
-sangría de etiquetas;
-colocar etiquetas goto en primera columna de la izquierda;
-aplicar sangría normal a etiquetas;
+ Aplicar sangría al contenido del bloque;
+aplicar sangría a llaves de apertura y de cierre;
+aplicar sangría al contenido de case;
+aplicar sangría al contenido de case (cuando está bloqueado);
+aplicar sangría a etiquetas case;
+sangría de etiquetas;
+colocar etiquetas goto en primera columna de la izquierda;
+aplicar sangría normal a etiquetas;
reducir una sangría para las etiquetas goto;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf
index d92ffa721ce4e..2e234183d395e 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.fr.xlf
@@ -81,54 +81,54 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Afficher les indicateurs de nom de paramètre en ligne;
-Afficher les diagnostics pour les fichiers fermés;
-Coloriser l'expression régulière;
-Surligner les composants liés sous le curseur;
-Signaler les expressions régulières non valides;
-Activer l'analyse complète de la solution;
-Effectuer l'analyse des fonctionnalités de l'éditeur dans un processus externe;
-Activer la navigation vers les sources décompilées;
-Directives using;
-Placer en premier les directives system au moment du tri des using;
-Séparer les groupes de directives using;
-Suggérer des using pour les types dans les assemblys de référence;
-Suggérer des using pour les types dans les packages NuGet;
-Mise en surbrillance;
-Mettre en surbrillance les références au symbole sous le curseur;
-Surligner les mots clés liés sous le curseur;
-Mode Plan;
-Passer en mode Plan à l'ouverture des fichiers;
-Afficher les séparateurs de ligne de procédure;
-Afficher le mode Plan pour les constructions au niveau des déclarations;
-Afficher le mode Plan pour les constructions au niveau du code;
-Afficher le mode Plan pour les commentaires et les régions du préprocesseur;
-Réduire les régions au moment de la réduction aux définitions;
-Suppression;
-Supprimer les using inutilisés;
-Supprimer le code inaccessible;
-Repères de structure de bloc;
-Afficher les repères pour les constructions au niveau des déclarations;
-Afficher les repères pour les constructions au niveau du code;
-Aide de l'éditeur;
-Générer des commentaires de documentation XML pour ///;
-Insérer * au début des nouvelles lignes pour l'écriture de commentaires /* */;
-Afficher un aperçu pour le suivi des renommages;
-Diviser les littéraux de chaîne avec Entrée;
-Signaler les espaces réservés non valides dans les appels de string.Format;
-Extraire la méthode;
-Ne pas ajouter ref ou out dans un struct personnalisé;
-Implémenter une interface ou une classe abstraite;
-Quand vous insérez des propriétés, des événements et des méthodes, placez-les;
-avec d'autres membres du même genre;
-à la fin;
-Durant la génération des propriétés;
-préférer les propriétés de levée d'exceptions;
-préférer les propriétés automatiques;
-regex;
-expression régulière;
-Utiliser des couleurs améliorées;
-Modèle de couleurs de l'éditeur;
+ Afficher les indicateurs inline ;
+Afficher les diagnostics pour les fichiers fermés ;
+Mettre en couleurs l'expression régulière ;
+Surligner les composants liés sous le curseur ;
+Signaler les expressions régulières non valides ;
+Activer l'analyse complète de la solution ;
+Effectuer l'analyse des fonctionnalités de l'éditeur dans un processus externe ;
+Activer la navigation vers les sources décompilées ;
+Directives using ;
+Placer en premier les directives system au moment du tri des using ;
+Séparer les groupes de directives using ;
+Suggérer des using pour les types dans les assemblys de référence ;
+Suggérer des using pour les types dans les packages NuGet ;
+Mise en surbrillance ;
+Mettre en surbrillance les références au symbole sous le curseur ;
+Mettre en surbrillance les mots clés liés sous le curseur ;
+Mode Plan ;
+Passer en mode Plan à l'ouverture des fichiers ;
+Afficher les séparateurs de ligne de procédure ;
+Afficher le mode Plan pour les constructions au niveau des déclarations ;
+Afficher le mode Plan pour les constructions au niveau du code ;
+Afficher le mode Plan pour les commentaires et les régions du préprocesseur ;
+Réduire les régions au moment de la réduction aux définitions ;
+Atténuation ;
+Atténuer les using inutilisés ;
+Atténuer le code inaccessible ;
+Repères de structure de bloc ;
+Afficher les repères pour les constructions au niveau des déclarations ;
+Afficher les repères pour les constructions au niveau du code ;
+Aide de l'éditeur ;
+Générer des commentaires de documentation XML pour /// ;
+Insérer * au début des nouvelles lignes pour l'écriture de commentaires /* */ ;
+Afficher un aperçu pour le suivi des renommages ;
+Diviser les littéraux de chaîne avec Entrée ;
+Signaler les espaces réservés non valides dans les appels de string.Format ;
+Extraire la méthode ;
+Ne pas placer ref ou out dans un struct personnalisé ;
+Implémenter une interface ou une classe abstraite ;
+Au moment d'insérer des propriétés, des événements et des méthodes, les placer ;
+avec d'autres membres du même genre ;
+à la fin ;
+Durant la génération de propriétés ;
+préférer les propriétés de levée d'exceptions ;
+préférer les propriétés automatiques ;
+regex ;
+expression régulière ;
+Utiliser des couleurs améliorées ;
+Modèle de couleurs de l'éditeur ;C# Advanced options page keywords
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Mettre en retrait le contenu d'un bloc ;
-mettre en retrait les accolades ouvrantes et fermantes ;
-mettre en retrait le contenu de case ;
-mettre en retrait le contenu de case (dans un bloc) ;
-mettre en retrait les étiquettes case ;
-mise en retrait d'étiquette ;
-placer des étiquettes goto dans la colonne située le plus à gauche ;
-mettre en retrait normalement les étiquettes ;
+ Mettre en retrait le contenu d'un bloc ;
+mettre en retrait les accolades ouvrantes et fermantes ;
+mettre en retrait le contenu de case ;
+mettre en retrait le contenu de case (dans un bloc) ;
+mettre en retrait les étiquettes case ;
+mise en retrait d'étiquette ;
+placer des étiquettes goto dans la colonne située le plus à gauche ;
+mettre en retrait normalement les étiquettes ;
placer les étiquettes goto en retrait d'un niveau par rapport au niveau actuel ;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf
index 052074feab97c..c304cde5e99dd 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.it.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Visualizza suggerimenti per i nomi di parametro inline;
+ Visualizza suggerimenti inline;
Mostra diagnostica per file chiusi;
-Colora espressione regolare;
-Evidenzia i componenti correlati sotto il cursore;
+Colora espressione regolare;
+Evidenzia i componenti correlati sotto il cursore;
Segnala espressioni regolari non valide;
Abilita analisi della soluzione completa;
Esegui analisi delle funzionalità dell'editor in processo esterno;
@@ -103,19 +103,19 @@ Mostra separatori di riga routine;
Mostra la struttura per i costrutti a livello di dichiarazione;
Mostra la struttura per i costrutti a livello di codice;
Mostra la struttura per i commenti e le aree del preprocessore;
-Comprimi aree durante la compressione delle definizioni;
+Comprimi regions durante la compressione delle definizioni;
Dissolvenza;
Applica dissolvenza a direttive using non usate;
Applica dissolvenza a codice non eseguibile;
Guide per strutture a blocchi;
Mostra le guide per i costrutti a livello di dichiarazione;
Mostra le guide per i costrutti a livello di codice;
-Guida Editor;
+Guida dell'editor;
Genera commenti relativi alla documentazione XML per ///;
Inserisci * all'inizio di nuove righe quando si scrivono commenti /* */;
Mostra anteprima per verifica ridenominazione;
Dividi valori letterali stringa dopo INVIO;
-Segnala segnaposto non validi in chiamate String.Format;
+Segnala segnaposto non validi in chiamate string.Format;
Estrai metodo;
Non inserire out o ref in struct personalizzato;
Implementa interfaccia o classe astratta;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Imposta rientro per contenuto del blocco;
-imposta rientro per parentesi graffe di apertura e chiusura;
-imposta rientro per contenuto case;
-imposta rientro per contenuto case (quando è un blocco);
-imposta rientro per etichette case;
-imposta rientro per etichetta;
-inserisci etichette goto nella colonna più a sinistra;
-imposta rientro per etichette normalmente;
+ Imposta rientro per contenuto del blocco;
+imposta rientro per parentesi graffe di apertura e chiusura;
+imposta rientro per contenuto case;
+imposta rientro per contenuto case (quando è un blocco);
+imposta rientro per etichette case;
+imposta rientro per etichetta;
+inserisci etichette goto nella colonna più a sinistra;
+imposta rientro per etichette normalmente;
inserisci etichette goto con un livello di rientro inferiore al corrente;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf
index e838b852176f4..0dcfd97e5707c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ja.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- インライン パラメーター名のヒントを表示する;
+ インラインのヒントを表示する;
閉じているファイルの診断結果を表示する;
正規表現をカラー化する;
-カーソルの下にある関連コンポーネントをハイライトする;
+カーソルの下にある関連コンポーネントを強調表示する;
無効な正規表現を報告する;
完全ソリューション解析を有効にする;
外部プロセスでエディター機能解析を実行する;
@@ -95,8 +95,8 @@ using ディレクティブ グループを分離する;
参照アセンブリの型に using を提案する;
NuGet パッケージの型に using を提案する;
強調表示;
-カーソルの下にあるシンボルへの参照をハイライトする;
-カーソルの下にある関連キーワードをハイライトする;
+カーソルの下にあるシンボルへの参照を強調表示する;
+カーソルの下にある関連キーワードを強調表示する;
アウトライン;
ファイルを開くときにアウトライン モードに入る;
プロシージャ行の区切り記号を表示する;
@@ -154,7 +154,7 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- ブロックの内容をインデントする;
+ ブロックの内容をインデントする;
始めと終わりの中かっこをインデントする;
case の内容をインデントする;
case の内容をインデントする (ブロックする場合);
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf
index 3927cf9267a93..ba1cfb69cf73b 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ko.xlf
@@ -81,54 +81,54 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- 인라인 매개 변수 이름 힌트 표시;
-닫힌 파일에 대한 진단 표시;
-정규식 색 지정;
-커서 아래의 관련 구성 요소 강조;
-잘못된 정규식 보고;
-전체 솔루션 분석 사용;
-외부 프로세스에서 편집기 기능 분석 수행;
-디컴파일된 소스 탐색 사용;
-Using 지시문;
-using 정렬 시 system 지시문 먼저 배치;
-using 지시문 그룹 구분;
-참조 어셈블리의 형식에 대해 using 제안;
-NuGet 패키지의 형식에 대해 using 제안;
-강조 표시;
-커서 아래의 기호에 대한 참조 강조;
-커서 아래의 관련 키워드 강조;
-개요;
-개요 모드로 파일 열기;
-프로시저 줄 구분 기호 표시;
-선언 수준 구문의 개요 표시;
-코드 수준 구문의 개요 표시;
-주석 및 전처리기 영역의 개요 표시;
-정의로 접을 때 영역 접기;
-페이딩;
-사용하지 않는 using 페이드 아웃;
-접근할 수 없는 코드 페이드 아웃;
-블록 구조 가이드;
-선언 수준 구문에 대한 가이드 표시;
-코드 수준 구문에 대한 가이드 표시;
-편집기 도움말;
-///에 대해 XML 문서 주석 생성;
-/* */ 주석을 작성할 때 새 줄의 시작 부분에 * 삽입;
-이름 바꾸기 추적용 미리 보기 표시;
-<Enter> 키를 누르면 문자열 리터럴 분할;
-string.Format 호출에서 잘못된 자리 표시자 보고;
-메서드 추출;
-사용자 지정 구조체에 ref 또는 out 배치 안 함;
-인터페이스 또는 추상 클래스 구현;
-속성, 이벤트 및 메서드 삽입 시;
-동일한 종류의 다른 멤버와 함께;
-끝에 배치;
-속성 생성 시;
-throw되는 속성 선호;
-자동 속성 선호;
-regex;
-정규식;
-향상된 색 사용;
-편집기 색 구성표;
+ 인라인 힌트 표시,
+닫힌 파일에 대한 진단 표시,
+정규식 색 지정,
+커서 아래의 관련 구성 요소 강조 표시,
+잘못된 정규식 보고,
+전체 솔루션 분석 사용,
+외부기 프로세스에서 편집기 기능 분석 수행,
+디컴파일된 소스 탐색 사용,
+Using 지시문,
+nusing 정렬 시 system 지시문 먼저 배치,
+nusing 지시문 그룹 구분,
+참조 어셈블리의 형식에 using 제안,
+NuGet 패키지의 형식에 using 제안,
+강조 표시,
+커서 아래의 기호에 대한 참조 강조 표시,
+커서 아래의 관련 키워드 강조 표시,
+개요,
+개요 모드로 파일 열기,
+프로시저 줄 구분선 표시,
+선언 수준 구문에 대한 개요 표시,
+코드 수준 구문에 대한 개요 표시,
+설명 및 전처리기 영역에 대한 개요 표시,
+정의로 축소할 때 영역 축소,
+페이딩,
+사용하지 않는 using 페이드 아웃,
+접근할 수 없는 코드 페이드 아웃,
+블록 구조 가이드,
+선언 수준 구조에 대한 가이드 표시,
+코드 수준 구조에 대한 가이드 표시,
+편집기 도움말,
+///에 대해 XML 문서 주석 생성,
+/* */ 주석을 작성할 때 새 줄의 시작 부분에 * 삽입,
+이름 바꾸기 추적 미리 보기 표시,
+<Enter> 키를 누르면 문자열 리터럴 분할,
+string.Format 호출에서 잘못된 자리 표시자 보고,
+메서드 추출,
+사용자 지정 구조체에 ref 또는 out 추가 안 함,
+인터페이스 또는 추상 클래스 구현,
+속성, 이벤트 및 메서드 삽입 시 다음과 같이 배치,
+같은 종류의 다른 멤버와 함께,
+끝에,
+속성 생성 시,
+throw되는 속성 선호,
+자동 속성 선호,
+regex,
+정규식,
+향상된 색 사용,
+편집기 색 구성표,C# Advanced options page keywords
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- 블록 내용 들여쓰기;
-여는 중괄호 및 닫는 중괄호 들여쓰기;
-case 내용 들여쓰기;
-case 내용 들여쓰기(블록);
-case 레이블 들여쓰기;
-레이블 들여쓰기;
-맨 왼쪽 열에 goto 레이블 배치;
-보통 수준으로 레이블 들여쓰기;
+ 블록 내용 들여쓰기;
+여는 중괄호 및 닫는 중괄호 들여쓰기;
+case 내용 들여쓰기;
+case 내용 들여쓰기(블록);
+case 레이블 들여쓰기;
+레이블 들여쓰기;
+맨 왼쪽 열에 goto 레이블 배치;
+보통 수준으로 레이블 들여쓰기;
goto 레이블을 현재 수준보다 한 수준 더 들여쓰기;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf
index 526bd5cb4874b..c2184146cfb5f 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pl.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Wyświetlaj wbudowane wskazówki dotyczące nazw parametrów;
+ Wyświetlaj wskazówki w tekście;
Pokaż dane diagnostyczne dla zamkniętych plików;
-Koloruj wyrażenia regularne;
-Wyróżnij powiązane składniki pod kursorem;
+Koloruj wyrażenia regularne;
+Wyróżnij powiązane składniki pod kursorem;
Raportuj nieprawidłowe wyrażenia regularne;
Włącz pełną analizę rozwiązania;
Wykonaj analizę funkcji edytora w procesie zewnętrznym;
@@ -112,7 +112,7 @@ Pokaż prowadnice dla konstrukcji na poziomie deklaracji;
Pokaż prowadnice dla konstrukcji na poziomie kodu;
Pomoc edytora;
Generuj komentarze dokumentacji XML dla elementów ///;
-Wstaw znak * na początku nowych wierszy podczas pisania komentarzy (/* */);
+Wstaw znak * na początku nowych wierszy podczas pisania komentarzy typu /* */;
Pokaż podgląd śledzenia zmian nazw;
Dziel literały ciągów po naciśnięciu klawisza Enter;
Zgłaszaj nieprawidłowe symbole zastępcze w wywołaniach metody string.Format;
@@ -123,7 +123,7 @@ W przypadku wstawiania właściwości, zdarzeń i metod umieszczaj je;
razem z innymi składowymi tego samego rodzaju;
na końcu;
Podczas generowania właściwości;
-preferuj właściwości przerzucane;
+preferuj zgłaszanie właściwości;
preferuj właściwości automatyczne;
wyrażenie regularne;
wyrażenie regularne;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Wcięcie zawartości bloku;
-wcięcie otwierających i zamykających nawiasów klamrowych;
-wcięcie zawartości elementu case;
-wcięcie zawartości elementu case (w przypadku bloku);
-wcięcie etykiet elementu case;
-wcięcia etykiet;
-umieść etykiety instrukcji goto w kolumnie z lewej strony;
-normalne wcięcie etykiet;
+ Wcięcie zawartości bloku;
+wcięcie otwierających i zamykających nawiasów klamrowych;
+wcięcie zawartości elementu case;
+wcięcie zawartości elementu case (w przypadku bloku);
+wcięcie etykiet elementu case;
+wcięcia etykiet;
+umieść etykiety instrukcji goto w kolumnie z lewej strony;
+normalne wcięcie etykiet;
umieść etykiety instrukcji goto o jedno wcięcie bliżej niż bieżący element;C# Formatting > Indentation options page keywords
@@ -292,7 +292,7 @@ Show items from unimported namespaces (experimental);
Zmień ustawienia listy uzupełniania;Wybierz wstępnie ostatnio używaną składową; Listy uzupełniania;
Pokaż listę uzupełniania po wpisaniu znaku;
Pokaż listę uzupełniania po usunięciu znaku;
-Automatycznie pokazuj listę uzupełniania na liście argumentów (wersja eksperymentalna);
+Automatycznie pokazuj listę uzupełniania na liście argumentów (funkcja eksperymentalna);
Wyróżnij pasujące fragmenty elementów listy uzupełniania;
Pokaż filtry elementów uzupełniania;
Zachowanie fragmentów kodu;
@@ -303,7 +303,8 @@ Zachowanie klawisza Enter;
Nigdy nie dodawaj nowego wiersza po naciśnięciu klawisza Enter;
Dodaj nowy wiersz po naciśnięciu klawisza Enter tylko po zakończeniu pełnego wpisanego wyrazu;
Zawsze dodawaj nowy wiersz po naciśnięciu klawisza Enter;
-Pokaż sugestie dotyczące nazwy;
+Pokaż sugestie dotyczące nazwy;
+Pokaż elementy z niezaimportowanych przestrzeni nazw (funkcja eksperymentalna);
C# IntelliSense options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf
index 583a0ccc89f5d..36ef3f1776f4c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.pt-BR.xlf
@@ -81,48 +81,48 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Exibir dicas de nome de parâmetro embutidas;
-Mostrar diagnósticos de arquivos fechados;
-Colorir a expressão regular;
-Realçar os componentes relacionados sob o cursor;
-Relatar expressões regulares inválidas;
+ Exibir as dicas embutidas;
+Mostrar os diagnósticos de arquivos fechados;
+Colorir a expressão regular;
+Realçar os componentes relacionados sob o cursor;
+Relatar as expressões regulares inválidas;
Habilitar a análise completa da solução;
-Executar análise de recurso do editor em processo externo;
+Executar a análise de recurso do editor em processo externo;
Habilitar a navegação para fontes decompiladas;
Diretivas using;
Colocar as diretivas do sistema primeiro ao classificar usings;
Separar grupos de diretivas using;
Sugerir usings para tipos em assemblies de referência;
Sugerir usings para tipos em pacotes NuGet;
-Realçar;
+Realce;
Realçar as referências ao símbolo sob o cursor;
Realçar as palavras-chave relacionadas sob o cursor;
Estrutura de tópicos;
-Inserir modo de estrutura de tópicos quando os arquivos são abertos;
+Entrar no modo de estrutura de tópicos quando os arquivos são abertos;
Mostrar separadores de linha de procedimento;
-Mostrar estrutura de tópicos para constructos no nível da declaração;
-Mostrar estrutura de tópicos para constructos no nível do código;
-Mostrar estrutura de tópicos para comentários e regiões de pré-processador;
-Recolher regiões ao recolher definições;
+Mostrar a estrutura de tópicos para constructos no nível da declaração;
+Mostrar a estrutura de tópicos para constructos no nível do código;
+Mostrar a estrutura de tópicos para comentários e regiões de pré-processador;
+Recolher as regiões ao recolher as definições;
Esmaecimento;
-Esmaecer usings não usados;
-Esmaecer código inacessível;
-Bloquear Guias de Estrutura;
-Mostrar guias para constructos no nível da declaração;
-Mostrar guias de constructos no nível do código;
+Esmaecer as usings não usadas;
+Esmaecer o código inacessível;
+Bloquear as Guias de Estrutura;
+Mostrar as guias de constructos no nível da declaração;
+Mostrar as guias de constructos no nível do código;
Ajuda do Editor;
Gerar comentários da documentação XML para ///;
-Inserir * no início de novas linhas ao escrever comentários /* */;
-Mostrar visualização para acompanhamento de renomeação;
-Dividir literais de cadeia de caracteres ao pressionar Enter;
-Relatar espaços reservados inválidos nas chamadas a string.Format;
-Extrair Método;
-Não colocar ref ou out no struct personalizado;
+Inserir * no início de novas linhas ao escrever comentários de /* */;
+Mostrar a visualização para acompanhamento de renomeação;
+Dividir os literais de cadeia de caracteres ao pressionar Enter;
+Relatar os espaços reservados inválidos nas chamadas a string.Format;
+Extrair o Método;
+Não colocar ref nem out no struct personalizado;
Implementar a Classe de Interface ou Abstrata;
Ao inserir propriedades, eventos e métodos, colocá-los;
com outros membros do mesmo tipo;
no fim;
-Ao gerar propriedade;
+Ao gerar uma propriedade;
preferir propriedades de lançamento;
preferir propriedades automáticas;
regex;
@@ -154,7 +154,7 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Conteúdo do bloqueio de recuo;
+ Conteúdo do bloqueio de recuo;
recuo aberto e fechamento de chaves;
recuo do conteúdo do caso;
recuo do conteúdo do caso (ao bloquear);
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf
index 18eb573bebc44..88e61474f346a 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.ru.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Отображать подсказки для имен встроенных параметров;
-Показывать диагностику для закрытых файлов;
-Выделять регулярные выражения цветом;
-Выделять связанные компоненты под курсором;
+ Отображать встроенные подсказки;
+Отображать диагностику для закрытых файлов;
+Выделять регулярные выражения цветом;
+Выделять связанные компоненты под курсором;
Сообщать о недопустимых регулярных выражениях;
Включить полный анализ решения;
Выполнять анализ функций редактора во внешнем процессе;
@@ -112,7 +112,7 @@ Editor Color Scheme;
Показывать направляющие для конструкций уровня кода;
Справка по редактору;
Создавать комментарии XML-документации для ///;
-Вставлять * в начале новой строки при написании комментариев /* */;
+Вставлять "*" в начале новой строки при написании комментариев "/* */";
Отображать предварительный просмотр для отслеживания переименований;
Разделять строковые литералы при нажатии клавиши ВВОД;
Сообщать о недопустимых заполнителях в вызовах string.Format;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Делать отступ перед блоком комментариев;
-Делать отступ для открывающих и закрывающих фигурных скобок;
-Делать отступ в содержимом case;
-Делать отступ в содержимом case (для блока);
-Делать отступ меток case;
-Отступ для меток;
-Помещать метки goto в самый левый столбец;
-Делать нормальный отступ для меток;
+ Делать отступ перед блоком комментариев;
+Делать отступ для открывающих и закрывающих фигурных скобок;
+Делать отступ в содержимом case;
+Делать отступ в содержимом case (для блока);
+Делать отступ меток case;
+Отступ для меток;
+Помещать метки goto в самый левый столбец;
+Делать нормальный отступ для меток;
Помещать метки goto на один отступ меньше, чем текущие;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf
index 9c2840646edfa..4dccdb36766ad 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.tr.xlf
@@ -81,22 +81,22 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- Satır içi parametre adı ipuçlarını göster;
+ Satır içi ipuçlarını göster;
Kapatılan dosyalara ilişkin tanılamaları göster;
-Normal ifadeyi renklendir;
-İmlecin altında ilgili bileşenleri vurgula;
+Normal ifadeyi renklendir;
+İmlecin altındaki ilgili bileşenleri vurgula;
Geçersiz normal ifadeleri bildir;
Tam çözüm analizini etkinleştir;
Dış işlemde düzenleyici özellik analizi gerçekleştir;
Kaynak koda dönüştürülen kaynaklar için gezintiyi etkinleştir;
Using yönergeleri;
-using yönergelerini sıralarken sistem yönergelerini ilk sıraya yerleştir;
-using yönerge gruplarını ayır;
-Başvuru bütünleştirilmiş kodlarında türler için using öner;
-NuGet paketlerinde türler için using öner;
+Using yönergelerini sıralarken sistem yönergelerini en başa yerleştir;
+Using yönerge gruplarını ayır;
+Başvuru bütünleştirilmiş kodlarında türler için using yönergeleri öner;
+NuGet paketlerinde türler için using yönergeleri öner;
Vurgulama;
İmlecin altındaki sembole yönelik başvuruları vurgula;
-İmlecin altında ilgili anahtar sözcükleri vurgula;
+İmlecin altındaki ilgili anahtar sözcükleri vurgula;
Ana Hat Oluşturma;
Dosyalar açılırken ana hat oluşturma moduna gir;
Yordam satır ayırıcılarını göster;
@@ -112,18 +112,18 @@ Bildirim düzeyinde yapılar için kılavuzları göster;
Kod düzeyinde yapılar için kılavuzları göster;
Düzenleyici Yardımı;
/// için XML belge açıklamaları oluştur;
-/* */ açıklamaları yazarken her yeni satırın başına * ekle;
+/* */ açıklamaları yazılırken her yeni satırın başına * ekle;
Yeniden adlandırma izlemesi için önizleme göster;
Enter tuşuna basıldığında dize sabit değerlerini böl;
string.Format çağrılarındaki geçersiz yer tutucuları bildir;
Ayıklama Metodu;
Özel yapıya ref veya out koyma;
-Arabirim veya Soyut Sınıfı Uygula;
-Özellik, olay ve metot eklerken, bunları;
-aynı türden başka üyelerle birlikte;
+Arabirim veya Soyut Sınıfı uygula;
+Özellik, olay ve metot eklerken bunları;
+aynı türdeki başka üyelerle birlikte;
sona yerleştir;
Özellik oluştururken;
-oluşturma özelliklerini tercih et;
+özel durum oluşturan özellikleri tercih et;
otomatik özellikleri tercih et;
normal ifade;
normal ifade;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- Blok içeriğini girintile;
-açma ve kapama küme ayraçlarını girintile;
-case içeriğini girintile;
-case içeriğini girintile (engelliyken);
-case etiketlerini girintile;
-etiket girintileme;
-goto etiketlerini en soldaki sütuna yerleştir;
-etiketleri normal şekilde girintile;
+ Blok içeriğini girintile;
+açma ve kapama küme ayraçlarını girintile;
+case içeriğini girintile;
+case içeriğini girintile (engelliyken);
+case etiketlerini girintile;
+etiket girintileme;
+goto etiketlerini en soldaki sütuna yerleştir;
+etiketleri normal şekilde girintile;
goto etiketlerinin girintisi geçerli düzeyden bir düzey az olsun;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf
index d4d7ab97fec6c..bfb50f7ca355f 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hans.xlf
@@ -81,7 +81,7 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- 显示内联参数名称提示;
+ 显示内联提示;
显示对已关闭文件的诊断;
对正则表达式着色;
突出显示游标下的相关组件;
diff --git a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf
index cfba0d438353f..efad5d6f3a9bc 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/VSPackage.zh-Hant.xlf
@@ -81,10 +81,10 @@ regex;
regular expression;
Use enhanced colors;
Editor Color Scheme;
- 顯示內嵌參數名稱提示;
+ 顯示內嵌提示;
顯示已關閉檔案的診斷;
-為規則運算式標示色彩;
-醒目提示資料指標下的相關元件;
+為規則運算式著色;
+醒目提示游標下的相關元件;
回報無效的規則運算式;
啟用完整解決方案分析;
在外部處理序中執行編輯器功能分析;
@@ -95,18 +95,18 @@ using 指示詞;
為參考組件中的類型建議 using;
為 NuGet 套件中的類型建議 using;
醒目提示;
-醒目提示資料指標下的符號參考;
-醒目提示資料指標下的相關關鍵字;
+醒目提示游標下的符號參考;
+醒目提示游標下的相關關鍵字;
大綱;
在檔案開啟時進入大綱模式;
顯示程序行分隔符號;
顯示宣告層級建構的大綱;
顯示程式碼層級建構的大綱;
-顯示註解和前置處理器區域的大綱;
+顯示註解與前置處理器區域的大綱;
在摺疊到定義時摺疊區域;
-淡化;
-淡化未使用的 using;
-淡化無法執行到的程式碼;
+漸層;
+淡出未使用的 using;
+淡出無法執行到的程式碼;
區塊結構輔助線;
顯示宣告層級建構的輔助線;
顯示程式碼層級建構的輔助線;
@@ -115,14 +115,14 @@ using 指示詞;
在撰寫 /* */ 註解時,於新行開頭插入 *;
顯示重新命名追蹤的預覽;
在按 Enter 鍵時分割字串常值;
-回報 string.Format 呼叫中的無效預留位置;
+回報 string.Format 呼叫中無效的預留位置;
擷取方法;
不要在自訂結構上放置 ref 或 out;
實作介面或抽象類別;
在插入屬性、事件和方法時,予以放置;
隨同其他同種類的成員;
-在結尾;
-在產生屬性時;
+結尾處;
+產生屬性時;
建議使用擲回屬性;
建議使用自動屬性;
regex;
@@ -154,14 +154,14 @@ label indentation;
place goto labels in leftmost column;
indent labels normally;
place goto labels one indent less than current;
- 將區塊內容縮排;
-將左右大括號縮排;
-將 case 內容縮排;
-將 case 內容 (若為區塊) 縮排;
-將 case 標籤縮排;
-標籤縮排;
-將 goto 標籤放入最左方欄位;
-將標籤正常縮排;
+ 將區塊內容縮排;
+將左右大括號縮排;
+將 case 內容縮排;
+將 case 內容 (若為區塊) 縮排;
+將 case 標籤縮排;
+標籤縮排;
+將 goto 標籤放入最左方欄位;
+將標籤正常縮排;
將 goto 標籤在目前的位置凸出一排;C# Formatting > Indentation options page keywords
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.cs.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.cs.xlf
index 3af028fa44992..646c47c36abc1 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.cs.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.cs.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.de.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.de.xlf
index 10112ea4b1d06..82dc17d6fbeb1 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.de.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.de.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.es.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.es.xlf
index 6577a784771a7..3a230f73e861b 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.es.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.es.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.fr.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.fr.xlf
index 6a219e7a0a493..5d3bb3bad0423 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.fr.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.fr.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.it.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.it.xlf
index 7d1e5667e5f4e..9ab4f9ab9da30 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.it.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.it.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ja.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ja.xlf
index 61a6eefe6090b..1d329b634a821 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ja.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ja.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ko.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ko.xlf
index 47faabbb8a70a..a52578e81d8d7 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ko.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ko.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.pl.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.pl.xlf
index 1dfad90ed9823..ebcca12449dcb 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.pl.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.pl.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.pt-BR.xlf
index f4afc4c6611f5..27de984854c8e 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.pt-BR.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.pt-BR.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ru.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ru.xlf
index 3c86772ff48a1..b08555c8f680e 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.ru.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.ru.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.tr.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.tr.xlf
index 02445b6844e06..0f66c44e7250b 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.tr.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.tr.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hans.xlf
index c267f9c64d2a1..955e404135e8a 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hans.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hans.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hant.xlf
index 998aed322c4d0..e94838d852490 100644
--- a/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hant.xlf
+++ b/src/VisualStudio/Core/Def/xlf/Commands.vsct.zh-Hant.xlf
@@ -39,7 +39,7 @@
&Default
- &Default
+ &Default
@@ -49,12 +49,12 @@
Default
- Default
+ Default&Error
- &Error
+ &Error
@@ -64,12 +64,12 @@
Error
- Error
+ Error&Silent
- &Silent
+ &Silent
@@ -79,12 +79,12 @@
Silent
- Silent
+ Silent&Suggestion
- &Suggestion
+ &Suggestion
@@ -94,12 +94,12 @@
Suggestion
- Suggestion
+ Suggestion&None
- &None
+ &None
@@ -109,12 +109,12 @@
None
- None
+ NoneSet severity
- Set severity
+ Set severity
@@ -124,12 +124,12 @@
Set severity
- Set severity
+ Set severity&Warning
- &Warning
+ &Warning
@@ -139,7 +139,7 @@
Warning
- Warning
+ Warning
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf
index 38e3c692fbeba..e27d3a4c7f4b9 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.cs.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Klient jazyka diagnostiky C# nebo Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Barevné nápovědy
@@ -164,7 +164,7 @@
Comments
- Comments
+ Komentáře
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Při podržení kláves Alt+F1 zobrazit všechny nápovědyDisp_lay inline parameter name hints
- Zobrazovat nápovědy k názvům v_ložených parametrů (experimentální)
+ Zobrazovat nápovědy k názvům v_ložených parametrůDisplay inline type hints
- Display inline type hints
+ Zobrazovat vložené nápovědy k typům
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Povolit diagnostiku pull Razor (experimentální, vyžaduje restart)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Povolit diagnostiku pull (experimentální, vyžaduje restart)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Vložené nápovědy (experimentální)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Název nového typu:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Zobrazit nápovědy pro všechno ostatníShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Zobrazit nápovědy pro typy parametrů lambdaShow hints for literals
- Show hints for literals
+ Zobrazit nápovědy pro literályShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Zobrazit nápovědy pro proměnné s odvozenými typy
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Potlačit nápovědy, když název parametru odpovídá záměru metodySuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Potlačit nápovědy, když se název parametru liší jen předponou
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf
index 588b9f13398c9..4322be404c217 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.de.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Client für C#-/Visual Basic-Diagnosesprache
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Farbhinweise
@@ -164,7 +164,7 @@
Comments
- Comments
+ Kommentare
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Alle Hinweise beim Drücken von ALT+F1 anzeigenDisp_lay inline parameter name hints
- Hinweise zu In_lineparameternamen anzeigen
+ Hinweise zu In_lineparameternamen anzeigenDisplay inline type hints
- Display inline type hints
+ Inlinetyphinweise anzeigen
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Razor-Pull-Diagnose aktivieren (experimentell, Neustart erforderlich)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Pull-Diagnose aktivieren (experimentell, Neustart erforderlich)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Inlinehinweise (experimentell)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Neuer Typname:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Hinweise für alles andere anzeigenShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Hinweise für Lambda-Parametertypen anzeigenShow hints for literals
- Show hints for literals
+ Hinweise für Literale anzeigenShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Hinweise für Variablen mit abgeleiteten Typen anzeigen
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Hinweise unterdrücken, wenn der Parametername mit der Methodenabsicht übereinstimmtSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Hinweise unterdrücken, wenn sich Parameternamen nur durch das Suffix unterscheiden
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf
index 9bdfd201bb103..4e8d5bc657127 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.es.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Cliente de lenguaje de diagnóstico de C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Sugerencias de color
@@ -164,7 +164,7 @@
Comments
- Comments
+ Comentarios
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Mostrar todas las sugerencias al presionar Alt+F1Disp_lay inline parameter name hints
- _Mostrar sugerencias de nombre de parámetro insertado
+ _Mostrar sugerencias de nombre de parámetro insertadasDisplay inline type hints
- Display inline type hints
+ Mostrar sugerencias de tipo insertado
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Habilitar diagnósticos "pull" de Razor (experimental, requiere reiniciar)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Habilitar diagnósticos "pull" (experimental, requiere reiniciar)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Sugerencias en línea (experimental)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Nombre de tipo nuevo:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Mostrar sugerencias para todo lo demásShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Mostrar sugerencias para los tipos de parámetros lambdaShow hints for literals
- Show hints for literals
+ Mostrar sugerencias para los literalesShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Mostrar sugerencias para las variables con tipos inferidos
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Suprimir las sugerencias cuando el nombre del parámetro coincida con la intención del métodoSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Suprimir las sugerencias cuando los nombres de parámetro solo se diferencien por el sufijo
@@ -1851,7 +1851,7 @@ Use la lista desplegable para ver y cambiar a otros proyectos a los que puede pe
3. Establezca la variable de entorno “TraceDesignTime” en true (TraceDesignTime=true).
4. Elimine el archivo .suo en el directorio .vs.
5. Reinicie VS desde el símbolo del sistema donde estableció la variable de entorno (devenv).
-6. Abra la solución.
+6. Abra la solución.
7. Compruebe “{0}”y busque las tareas con errores (FAILED).
@@ -2359,9 +2359,9 @@ Your use of the Decompiler is optional. Microsoft is not responsible and discla
I agree to all of the foregoing:
IMPORTANTE: Visual Studio incluye la funcionalidad de descompilación ("Descompilador") que permite la reproducción de código fuente a partir de código binario. Al acceder al Descompilador y usarlo, acepta los términos de licencia de Visual Studio y los términos del Descompilador que figuran a continuación. Si no acepta la combinación de estos términos, no acceda al Descompilador ni lo use.
-
+
Reconoce que el código binario y el código fuente pueden estar protegidos por leyes de marca comercial y copyright. Antes de usar el Descompilador en cualquier código binario, primero debe:
-(i) confirmar que los términos de licencia que rigen el uso del código binario no incluyen ninguna disposición que le prohíba descompilar el software; o bien,
+(i) confirmar que los términos de licencia que rigen el uso del código binario no incluyen ninguna disposición que le prohíba descompilar el software; o bien,
(ii) obtener permiso del propietario del software para descompilar el código fuente.
Su uso del Descompilador es opcional. Microsoft no es responsable y renuncia a toda responsabilidad con respecto a su uso del Descompilador que infrinja cualquier ley o término de licencia de software que prohíba la descompilación del mismo.
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf
index 5c3f8097859f6..7c748fbf02ca1 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.fr.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Client de langage de diagnostics C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Indicateurs de couleurs
@@ -164,7 +164,7 @@
Comments
- Comments
+ Commentaires
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Afficher tous les indicateurs en appuyant sur Alt+F1Disp_lay inline parameter name hints
- Afficher _les indicateurs de nom de paramètre en ligne
+ Affic_her les indicateurs de noms de paramètres inlineDisplay inline type hints
- Display inline type hints
+ Afficher les indicateurs de type inline
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Activer les diagnostics de 'tirage (pull)' Razor (expérimental, nécessite un redémarrage)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Activer les diagnostics de 'tirage (pull)' (expérimental, nécessite un redémarrage)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Indicateurs inline (expérimental)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Nouveau nom de type :
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Afficher les indicateurs pour tout le resteShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Afficher les indicateurs pour les types de paramètre lambdaShow hints for literals
- Show hints for literals
+ Afficher les indicateurs pour les littérauxShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Afficher les indicateurs pour les variables ayant des types déduits
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Supprimer les indicateurs quand le nom de paramètre correspond à l'intention de la méthodeSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Supprimer les indicateurs quand les noms de paramètres ne diffèrent que par le suffixe
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf
index 229cee97296f1..9b69608c76986 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.it.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Client del linguaggio di diagnostica C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Suggerimenti per i colori
@@ -164,7 +164,7 @@
Comments
- Comments
+ Commenti
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Visualizza tutti i suggerimenti quando si preme ALT+F1Disp_lay inline parameter name hints
- Visua_lizza suggerimenti per i nomi di parametro inline
+ Visua_lizza suggerimenti per i nomi di parametro inlineDisplay inline type hints
- Display inline type hints
+ Visualizza suggerimenti di tipo inline
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Abilita diagnostica 'pull' di Razor (sperimentale, richiede il riavvio)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Abilita diagnostica 'pull' (sperimentale, richiede il riavvio)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Suggerimenti inline (sperimentale)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Nuovo nome di tipo:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Mostra suggerimenti per tutto il restoShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Mostra suggerimenti per i tipi di parametro lambdaShow hints for literals
- Show hints for literals
+ Mostra suggerimenti per i valori letteraliShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Mostra suggerimenti per variabili con tipi dedotti
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Non visualizzare suggerimenti quando il nome del parametro corrisponde alla finalità del metodoSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Non visualizzare suggerimenti quando i nomi dei parametri differiscono solo per il suffisso
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf
index bdac5653b5703..35af8afd651e6 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ja.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ C#/Visual Basic 診断言語クライアント
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ 色のヒント
@@ -164,7 +164,7 @@
Comments
- Comments
+ コメント
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Alt+F1 を押しながらすべてのヒントを表示するDisp_lay inline parameter name hints
- インライン パラメーター名のヒントを表示する (_L)
+ インライン パラメーター名のヒントを表示する(_L)Display inline type hints
- Display inline type hints
+ インライン型のヒントを表示する
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Razor 'pull' 診断を有効にする (試験段階、再起動が必要)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ 'pull' 診断を有効にする (試験段階、再起動が必要)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ インラインのヒント (試験段階)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ 新しい型名:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ その他すべてのヒントを表示するShow hints for lambda parameter types
- Show hints for lambda parameter types
+ ラムダ パラメーター型のヒントを表示するShow hints for literals
- Show hints for literals
+ リテラルのヒントを表示するShow hints for variables with inferred types
- Show hints for variables with inferred types
+ 推論された型の変数のヒントを表示する
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ パラメーター名がメソッドの意図と一致する場合にヒントを非表示にするSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ パラメーター名のサフィックスのみが異なる場合にヒントを非表示にする
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf
index fe8cf2fc5883e..bf5dbf830514a 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ko.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ C#/Visual Basic 진단 언어 클라이언트
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ 색 힌트
@@ -164,7 +164,7 @@
Comments
- Comments
+ 설명
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Alt+F1을 누른 채 모든 힌트 표시Disp_lay inline parameter name hints
- 인라인 매개 변수 이름 힌트 표시(_L)
+ 인라인 매개 변수 이름 힌트 표시(_L)Display inline type hints
- Display inline type hints
+ 인라인 유형 힌트 표시
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Razor '풀' 진단 사용(실험적, 다시 시작 필요)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ '풀' 진단 사용(실험적, 다시 시작 필요)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ 인라인 힌트(실험적)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ 새 형식 이름:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ 다른 모든 항목에 대한 힌트 표시Show hints for lambda parameter types
- Show hints for lambda parameter types
+ 람다 매개 변수 형식에 대한 힌트 표시Show hints for literals
- Show hints for literals
+ 리터럴에 대한 힌트 표시Show hints for variables with inferred types
- Show hints for variables with inferred types
+ 유추된 형식의 변수에 대한 힌트 표시
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ 매개 변수 이름이 메서드의 의도와 일치하는 경우 힌트 표시 안 함Suppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ 매개 변수 이름이 접미사만 다른 경우 힌트 표시 안 함
@@ -2359,11 +2359,11 @@ Your use of the Decompiler is optional. Microsoft is not responsible and discla
I agree to all of the foregoing:
중요: Visual Studio에는 이진 코드에서 소스 코드를 재생할 수 있는 디컴파일 기능("디컴파일러")이 포함됩니다. 디컴파일러에 액세스하고 사용함으로써 아래의 Visual Studio 라이선스 조건 및 디컴파일러 조건에 동의하게 됩니다. 이러한 결합된 조건에 동의하지 않는 경우 디컴파일러에 액세스하거나 사용하지 마세요.
-
-이진 코드 및 소스 코드는 저작권 및 상표법으로 보호될 수 있습니다. 이진 코드에 디컴파일러를 사용하기 전에 먼저
+
+이진 코드 및 소스 코드는 저작권 및 상표법으로 보호될 수 있습니다. 이진 코드에 디컴파일러를 사용하기 전에 먼저
(i) 이진 코드 사용과 관련된 라이선스 조건에 소프트웨어 디컴파일을 금지하는 조항이 포함되어 있지 않은지 확인하거나
(ii) 소프트웨어 소유자에게 이진 코드 디컴파일 권한을 얻으세요.
-
+
디컴파일 사용은 선택 사항입니다. Microsoft는 소프트웨어 디컴파일을 금지하는 법 또는 소프트웨어 라이선스 조건을 위반하는 디컴파일러 사용을 책임지지 않으며 이와 관련된 모든 책임을 부인합니다.
본인은 상기 내용에 모두 동의합니다.
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf
index b4a7f30e62bce..5cf9e0548fda2 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pl.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Klient języka diagnostyki języka C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Wskazówki kolorów
@@ -164,7 +164,7 @@
Comments
- Comments
+ Komentarze
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Wyświetl wszystkie wskazówki po naciśnięciu klawiszy Alt+F1Disp_lay inline parameter name hints
- Wyś_wietlaj wbudowane wskazówki dotyczące nazw parametrów
+ Wyś_wietl wskazówki w tekście dla nazw parametrówDisplay inline type hints
- Display inline type hints
+ Wyświetl wskazówki w tekście dla typów
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Włącz diagnostykę operacji „pull” oprogramowania Razor (eksperymentalne, wymaga ponownego uruchomienia)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Włącz diagnostykę operacji „pull” (eksperymentalne, wymaga ponownego uruchomienia)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Wskazówki w tekście (eksperymentalne)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Nazwa nowego typu:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Pokaż wskazówki dla wszystkich innych elementówShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Pokaż wskazówki dla typów parametrów funkcji lambdaShow hints for literals
- Show hints for literals
+ Pokaż wskazówki dla literałówShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Pokaż wskazówki dla zmiennych z wnioskowanymi typami
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Pomiń wskazówki, gdy nazwa parametru pasuje do intencji metodySuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Pomiń wskazówki, gdy nazwy parametrów różnią się tylko sufiksem
@@ -2090,7 +2090,7 @@ Dodatkowe informacje: {1}
Collapse #regions when collapsing to definitions
- Zwiń bloki #region podczas zwijania do definicji
+ Zwiń bloki #regions podczas zwijania do definicji
@@ -2360,7 +2360,7 @@ Your use of the Decompiler is optional. Microsoft is not responsible and discla
I agree to all of the foregoing:
WAŻNE: Program Visual Studio zawiera funkcję dekompilacji („Dekompilator”), która pozwala odtworzyć kod źródłowy na podstawie kodu binarnego. Otwierając Dekompilator i korzystając z niego, wyrażasz zgodę na postanowienia licencyjne programu Visual Studio i przedstawione niżej warunki dotyczące Dekompilatora. Jeśli nie zgadzasz się na połączenie tych warunków, nie otwieraj Dekompilatora i nie korzystaj z niego.
-Potwierdzasz, że kod binarny i kod źródłowy mogą być chronione prawem autorskim i jako znak towarowy. Przed użyciem Dekompilatora na jakimkolwiek kodzie binarnym musisz najpierw:
+Potwierdzasz, że kod binarny i kod źródłowy mogą być chronione prawem autorskim i jako znak towarowy. Przed użyciem Dekompilatora na jakimkolwiek kodzie binarnym musisz najpierw:
(i) potwierdzić, że postanowienia licencyjne, na mocy których korzystasz z kodu binarnego, nie zawierają zapisów zabraniających dekompilowania tego oprogramowania; lub
(ii) uzyskać zgodę na dekompilację kodu binarnego od właściciela tego oprogramowania.
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf
index 629ef968f462f..93c0e217edd6f 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.pt-BR.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Cliente da Linguagem de Diagnóstico C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Dicas com cores
@@ -164,7 +164,7 @@
Comments
- Comments
+ Comentários
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Exibir todas as dicas ao pressionar Alt+F1Disp_lay inline parameter name hints
- Exi_bir dicas de nome de parâmetro embutidas
+ Exi_bir as dicas embutidas de nome de parâmetroDisplay inline type hints
- Display inline type hints
+ Exibir as dicas embutidas de tipo
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Habilitar o diagnóstico de 'pull' do Razor (experimental, exige uma reinicialização)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Habilitar o diagnóstico de 'pull' (experimental, exige uma reinicialização)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Dicas Embutidas (experimental)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Novo Nome de Tipo:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Mostrar as dicas para tudoShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Mostrar as dicas para os tipos de parâmetro lambdaShow hints for literals
- Show hints for literals
+ Mostrar as dicas para os literaisShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Mostrar as dicas para as variáveis com tipos inferidos
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Suprimir as dicas quando o nome do parâmetro corresponder à intenção do métodoSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Suprimir as dicas quando os nomes de parâmetros diferirem somente pelo sufixo
@@ -2359,11 +2359,11 @@ Your use of the Decompiler is optional. Microsoft is not responsible and discla
I agree to all of the foregoing:
IMPORTANTE: o Visual Studio inclui a funcionalidade de descompilação (“Descompilador”) que permite a reprodução do código-fonte usando código binário. Ao acessar e usar o Descompilador, você concorda com os termos de licença do Visual Studio e com os termos do Descompilador abaixo. Se você não concorda com esses termos combinados, não acesse nem use o Descompilador.
-
+
Você reconhece que o código binário e o código-fonte podem estar protegidos por leis de direitos autorais e de marca. Antes de usar o Descompilador em qualquer código binário, você deve primeiro:
(i) confirmar que os termos da licença que regem o uso do código binário não contenham uma provisão que proíba você de descompilar o software; ou
(ii) obter permissão do proprietário do software para descompilar o código binário.
-
+
O uso que você faz do Descompilador é opcional. A Microsoft não é responsável e isenta-se de toda obrigação referente ao uso que você faz do Descompilador em violação a alguma lei ou termo de licença do software que proíba a descompilação do software.
Eu concordo com todo o conteúdo citado acima:
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf
index ad0d01e826627..0f1f090f80318 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.ru.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ Языковой клиент диагностики C#/Visual Basic
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Цветовые подсказки
@@ -164,7 +164,7 @@
Comments
- Comments
+ Комментарии
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Отображать все подсказки при нажатии клавиш ALT+F1Disp_lay inline parameter name hints
- Отображать п_одсказки для имен встроенных параметров
+ Отображать п_одсказки для имен встроенных параметровDisplay inline type hints
- Display inline type hints
+ Отображать подсказки для встроенных типов
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Включить диагностику "pull" Razor (экспериментальная функция, требуется перезапуск)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ Включить диагностику "pull" (экспериментальная функция, требуется перезапуск)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Встроенные подсказки (экспериментальная функция)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Новое имя типа:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Отображать подсказки для всех остальных элементовShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Отображать подсказки для типов лямбда-параметровShow hints for literals
- Show hints for literals
+ Отображать подсказки для литераловShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Отображать подсказки для переменных с выводимыми типами
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Скрывать подсказки, если имя параметра соответствует намерению метода.Suppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Скрывать подсказки, если имена параметров различаются только суффиксом.
@@ -2360,7 +2360,7 @@ Your use of the Decompiler is optional. Microsoft is not responsible and discla
I agree to all of the foregoing:
ВАЖНО! Visual Studio включает в себя функцию декомпиляции ("декомпилятор"), позволяющую воспроизводить исходный код из двоичного. Открывая и используя декомпилятор, вы принимаете условия лицензионного соглашения Visual Studio, а также приведенные ниже условия для декомпилятора. Если вы не согласны с какими-либо из этих условий, не открывайте и не используйте декомпилятор.
-Вы подтверждаете, что двоичный и исходный код может быть защищен законами об авторских правах и торговых марках. Прежде чем применять декомпилятор на любом двоичном коде, вам следует:
+Вы подтверждаете, что двоичный и исходный код может быть защищен законами об авторских правах и торговых марках. Прежде чем применять декомпилятор на любом двоичном коде, вам следует:
(i) убедиться, что условия лицензии, регулирующие использование вами этого двоичного кода, не содержат положение, запрещающее декомпиляцию данного программного обеспечения; или
(ii) получить разрешение на декомпиляцию этого двоичного кода у владельца соответствующего программного обеспечения.
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf
index 58ebeb788c1fd..155d5b20db467 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.tr.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ C#/Visual Basic Tanılama Dili İstemcisi
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ Renk ipuçları
@@ -164,7 +164,7 @@
Comments
- Comments
+ Açıklamalar
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ Alt+F1 tuşlarına basılırken tüm ipuçlarını görüntüleDisp_lay inline parameter name hints
- Satır içi parametre adı ipuçlarını gös_ter
+ Satır içi parametre adı ipuç_larını gösterDisplay inline type hints
- Display inline type hints
+ Satır içi tür ipuçlarını göster
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ Razor 'pull' tanılamasını etkinleştir (deneysel, yeniden başlatma gerekir)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ 'Pull' tanılamasını etkinleştir (deneysel, yeniden başlatma gerekir)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ Satır İçi İpuçları (deneysel)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ Yeni Tür Adı:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ Diğer her şey için ipuçlarını gösterShow hints for lambda parameter types
- Show hints for lambda parameter types
+ Lambda parametre türleri için ipuçlarını gösterShow hints for literals
- Show hints for literals
+ Sabit değerler için ipuçlarını gösterShow hints for variables with inferred types
- Show hints for variables with inferred types
+ Çıkarsanan türlere sahip değişkenler için ipuçlarını göster
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ Parametre adı metodun hedefi ile eşleştiğinde ipuçlarını gizleSuppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ Parametre adlarının yalnızca sonekleri farklı olduğunda ipuçlarını gizle
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf
index a6a72f05e3e35..758f6f50b8192 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hans.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ C#/Visual Basic 语言服务器客户端
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ 颜色提示
@@ -164,7 +164,7 @@
Comments
- Comments
+ 备注
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ 按 Alt+F1 时显示所有提示Disp_lay inline parameter name hints
- 显示内联参数名称提示(实验)(_L)
+ 显示内联参数名称提示(_L)Display inline type hints
- Display inline type hints
+ 显示内联类型提示
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ 启用 Razor“拉取”诊断(实验性,需要重启)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ 启用“拉取”诊断(实验性,需要重启)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ 内联提示(实验性)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ 新类型名称:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ 显示其他所有内容的提示Show hints for lambda parameter types
- Show hints for lambda parameter types
+ 显示 lambda 参数类型的提示Show hints for literals
- Show hints for literals
+ 显示文本提示Show hints for variables with inferred types
- Show hints for variables with inferred types
+ 显示具有推断类型的变量的提示
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ 当参数名称与方法的意图匹配时禁止显示提示Suppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ 当参数名称只有后缀不同时禁止显示提示
diff --git a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf
index c2577b8b0142c..7d22efc7094b4 100644
--- a/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf
+++ b/src/VisualStudio/Core/Def/xlf/ServicesVSResources.zh-Hant.xlf
@@ -109,7 +109,7 @@
C#/Visual Basic Diagnostics Language Client
- C#/Visual Basic Diagnostics Language Client
+ C#/Visual Basic 診斷語言用戶端
@@ -154,7 +154,7 @@
Color hints
- Color hints
+ 色彩提示
@@ -164,7 +164,7 @@
Comments
- Comments
+ 註解
@@ -189,17 +189,17 @@
Display all hints while pressing Alt+F1
- Display all hints while pressing Alt+F1
+ 按 Alt+F1 時顯示所有提示Disp_lay inline parameter name hints
- 顯示內嵌參數名稱提示 (_L)
+ 顯示內嵌參數名稱提示(_L)Display inline type hints
- Display inline type hints
+ 顯示內嵌類型提示
@@ -229,12 +229,12 @@
Enable Razor 'pull' diagnostics (experimental, requires restart)
- Enable Razor 'pull' diagnostics (experimental, requires restart)
+ 啟用 Razor 'pull' 診斷 (實驗性,需要重新啟動)Enable 'pull' diagnostics (experimental, requires restart)
- Enable 'pull' diagnostics (experimental, requires restart)
+ 啟用 'pull' 診斷 (實驗性,需要重新啟動)
@@ -304,7 +304,7 @@
Inline Hints (experimental)
- Inline Hints (experimental)
+ 內嵌提示 (實驗性)
@@ -569,7 +569,7 @@
New Type Name:
- New Type Name:
+ 新的型別名稱:
@@ -814,22 +814,22 @@
Show hints for everything else
- Show hints for everything else
+ 顯示所有其他項目的提示Show hints for lambda parameter types
- Show hints for lambda parameter types
+ 顯示 Lambda 參數類型的提示Show hints for literals
- Show hints for literals
+ 顯示常值的提示Show hints for variables with inferred types
- Show hints for variables with inferred types
+ 顯示有推斷類型之變數的提示
@@ -839,12 +839,12 @@
Suppress hints when parameter name matches the method's intent
- Suppress hints when parameter name matches the method's intent
+ 當參數名稱符合方法的意圖時,不出現提示Suppress hints when parameter names differ only by suffix
- Suppress hints when parameter names differ only by suffix
+ 當參數名稱只有尾碼不同時,不出現提示
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf
index e76a8734c185b..47d57e12893b2 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.cs.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Při psaní komentářů ' na začátek řádku vkládat '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Zobrazit nápovědy pro výrazy NewShow items from unimported namespaces
- Zobrazit položky z neimportovaných oborů názvů (experimentální)
+ Zobrazit položky z neimportovaných oborů názvů
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf
index 5863aea1c8bb5..a0439ae671676 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.de.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Fügen Sie beim Schreiben von '-Kommentaren ein Apostroph (') am Anfang der neuen Zeilen ein.
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Hinweise für new-Ausdrücke anzeigenShow items from unimported namespaces
- Elemente aus nicht importierten Namespaces anzeigen (experimentell)
+ Elemente aus nicht importierten Namespaces anzeigen
@@ -174,7 +174,7 @@
_Place 'System' directives first when sorting imports
- System-Direktiven beim Sortieren von Import-Direktiven an erster Stelle platzieren
+ System-Anweisungen beim Sortieren von import-Anweisungen an erster Stelle _platzieren
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf
index b9e5055f90cb1..f69b126a06ea9 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.es.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Insertar ' al comienzo de las líneas nuevas al escribir comentarios '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Mostrar sugerencias para las expresiones "new"Show items from unimported namespaces
- Mostrar elementos de espacios de nombres no importados (experimental)
+ Mostrar elementos de espacios de nombres no importados
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf
index 66777d2d6b8ac..5848638ca2a9b 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.fr.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Insérer ' au début des nouvelles lignes pour l'écriture de commentaires '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Afficher les indicateurs pour les expressions 'New'Show items from unimported namespaces
- Afficher les éléments des espaces de noms qui ne sont pas importés (expérimental)
+ Afficher les éléments des espaces de noms qui ne sont pas importés
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf
index b5328024b9489..0f2432c961162 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.it.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Inserisci * all'inizio di nuove righe quando si scrivono commenti '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Mostra suggerimenti per le espressioni 'New'Show items from unimported namespaces
- Mostra elementi da spazi dei nomi non importati (sperimentale)
+ Mostra elementi da spazi dei nomi non importati
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf
index 35bee6113ec78..10616b3c6dee6 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ja.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ ' コメントの記述時に ' を新しい行の先頭に挿入する
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ 'New' 式のヒントを表示するShow items from unimported namespaces
- インポートされていない名前空間の項目を表示する (試験段階)
+ インポートされていない名前空間の項目を表示する
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf
index 6b2bda69a65b5..b943ec55772aa 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ko.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ ' 주석을 작성할 때 새 줄의 시작 부분에 ' 삽입
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ 'New' 식에 대한 힌트 표시Show items from unimported namespaces
- 가져오지 않은 네임스페이스의 항목 표시(실험적)
+ 가져오지 않은 네임스페이스의 항목 표시
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf
index 7160d65509c6f..96f3385fcf157 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pl.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Wstaw znak ' na początku nowych wierszy podczas pisania komentarzy ze znakiem '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Pokaż wskazówki dla wyrażeń „New”Show items from unimported namespaces
- Pokaż elementy z nieimportowanych przestrzeni nazw (eksperymentalne)
+ Pokaż elementy z nieimportowanych przestrzeni nazw
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf
index fc83a6f7ae1ab..0d47c79ddb495 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.pt-BR.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Inserir ' no início de novas linhas ao escrever comentários de '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Mostrar as dicas para as expressões 'New'Show items from unimported namespaces
- Mostrar itens de namespaces não importados (experimental)
+ Mostrar os itens de namespaces não importados
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf
index a56577ca8f689..07647a16be40d 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.ru.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ Вставлять "'" в начале новых строк при написании комментариев "'"
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ Отображать подсказки для выражений "New"Show items from unimported namespaces
- Показать элементы из неимпортированных пространств имен (экспериментальная функция)
+ Отображать элементы из неимпортированных пространств имен
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf
index 3ef8258adea4d..3cb179ca41e5d 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.tr.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ ' açıklamaları yazılırken yeni satırların başlangıcına ' ekle
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ 'New' ifadeleri için ipuçlarını gösterShow items from unimported namespaces
- İçeri aktarılmayan ad alanlarındaki öğeleri göster (deneysel)
+ İçeri aktarılmayan ad alanlarındaki öğeleri göster
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf
index 8860261e0702f..157c04bd36106 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hans.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ 编写 ' 注释时,在新行开头插入 '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ 显示 "New" 表达式的提示Show items from unimported namespaces
- 显示 unimported 命名空间中的项(实验)
+ 显示 unimported 命名空间中的项
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf
index e1b6def8ac6d6..93d0f27a419a2 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/BasicVSResources.zh-Hant.xlf
@@ -9,7 +9,7 @@
Insert ' at the start of new lines when writing ' comments
- Insert ' at the start of new lines when writing ' comments
+ 撰寫 ' 註解時,於新行開頭插入 '
@@ -49,12 +49,12 @@
Show hints for 'New' expressions
- Show hints for 'New' expressions
+ 顯示 'New' 運算式的提示Show items from unimported namespaces
- 顯示來自未匯入命名空間的項目 (實驗性)
+ 顯示來自未匯入命名空間的項目
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf
index 8fa341ccfeaf9..f1fc32c2ce5f3 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.cs.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Zobrazovat nápovědy k názvům vložených parametrů;Automatické vložení koncových konstruktorů;Změnit nastavení přehledného výpisu;Změnit režim sbalení;Automatické vkládání členů Interface a MustOverride;Zobrazit nebo skrýt oddělovače řádků procedur;Zapnout nebo vypnout návrhy oprav;Zapnout nebo vypnout zvýrazňování odkazů a klíčových slov;Regex;Obarvit regulární výrazy;Zvýrazňovat související komponenty pod kurzorem;Nahlásit neplatné regulární výrazy;reg. výr.;regulární výraz;Používat rozšířené barvy;Barevné schéma editoru;
+ Zobrazovat vložené nápovědy;Automatické vložení koncových konstruktorů;Změnit nastavení přehledného výpisu;Změnit režim sbalení;Automatické vkládání členů Interface a MustOverride;Zobrazit nebo skrýt oddělovače řádků procedur;Zapnout nebo vypnout návrhy oprav;Zapnout nebo vypnout zvýrazňování odkazů a klíčových slov;Regex;Obarvit regulární výrazy;Zvýrazňovat související komponenty pod kurzorem;Nahlásit neplatné regulární výrazy;reg. výr.;regulární výraz;Používat rozšířené barvy;Barevné schéma editoru;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf
index 7eb122db84862..ea2b9181f9614 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.de.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Hinweise zu Inlineparameternamen anzeigen;Endkonstrukte automatisch einfügen;Einstellungen für automatische Strukturierung und Einrückung ändern;Gliederungsmodus ändern;Schnittstellen- und MustOverride-Member automatisch einfügen;Zeilentrennzeichen zwischen Prozeduren anzeigen oder ausblenden;Vorschläge für Fehlerkorrektur ein- oder ausschalten;Hervorhebung von Verweisen und Schlüsselwörtern ein- oder ausschalten;Regex;Reguläre Ausdrücke farbig markieren;Verwandte Komponenten unter Cursor hervorheben;Ungültige reguläre Ausdrücke melden;regex;regulärer Ausdruck;nErweiterte Farben verwenden;Editor-Farbschema;
+ Inline-Hinweise anzeigen;Endkonstrukte automatisch einfügen;Einstellungen für automatische Strukturierung und Einrückung ändern;Gliederungsmodus ändern;Schnittstellen- und MustOverride-Member automatisch einfügen;Zeilentrennzeichen zwischen Prozeduren anzeigen oder ausblenden;Vorschläge für Fehlerkorrektur ein- oder ausschalten;Hervorhebung von Verweisen und Schlüsselwörtern ein- oder ausschalten;Regex;Reguläre Ausdrücke farbig markieren;Verwandte Komponenten unter Cursor hervorheben;Ungültige reguläre Ausdrücke melden;regex;regulärer Ausdruck;nErweiterte Farben verwenden;Editor-Farbschema;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf
index e71096d3ec224..dafd2973a2002 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.es.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Mostrar sugerencias de nombre de parámetro insertado;Inserción automática de construcciones End;Cambiar configuración de la lista descriptiva;Cambiar modo de esquematización;Inserción automática de miembros Interface y MustOverride;Mostrar u ocultar separadores de línea de procedimientos;Activar o desactivar sugerencias de corrección de errores;Activar o desactivar resaltado de referencias y palabras clave;Regex;Colorear expresiones regulares;Resaltar componentes relacionados bajo el cursor;Informar sobre expresiones regulares no válidas;regex;expresión regular;Usar colores mejorados;Combinación de colores del editor;
+ Mostrar sugerencias insertadas;Inserción automática de construcciones End;Cambiar configuración de la lista descriptiva;Cambiar modo de esquematización;Inserción automática de miembros Interface y MustOverride;Mostrar u ocultar separadores de línea de procedimientos;Activar o desactivar sugerencias de corrección de errores;Activar o desactivar resaltado de referencias y palabras clave;Regex;Colorear expresiones regulares;Resaltar componentes relacionados bajo el cursor;Informar sobre expresiones regulares no válidas;regex;expresión regular;Usar colores mejorados;Combinación de colores del editor;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf
index 1772752e8746c..8af1fb613c47c 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.fr.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Afficher les indicateurs de nom de paramètre en ligne;Insertion automatique des constructions de fin;Changer les paramètres de listing en mode Pretty;Changer le mode Plan;Insertion automatique des membres Interface et MustOverride;Afficher ou masquer les séparateurs de ligne de procédure;Activer ou désactiver les suggestions de correction d'erreurs;Activer ou désactiver la mise en surbrillance des références et des mots clés;Regex;Mettre en couleurs les expressions régulières;Mettre en surbrillance les composants connexes sous le curseur;Signaler les expressions régulières non valides;regex;expression régulière;Utiliser des couleurs améliorées;Modèle de couleurs de l'éditeur;
+ Afficher les indicateurs inline;Insertion automatique des constructions de fin;Changer les paramètres de listing en mode Pretty;Changer le mode Plan;Insertion automatique des membres Interface et MustOverride;Afficher ou masquer les séparateurs de ligne de procédure;Activer ou désactiver les suggestions de correction d'erreurs;Activer ou désactiver la mise en surbrillance des références et des mots clés;Regex;Mettre en couleurs les expressions régulières;Mettre en surbrillance les composants connexes sous le curseur;Signaler les expressions régulières non valides;regex;expression régulière;Utiliser des couleurs améliorées;Modèle de couleurs de l'éditeur;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf
index 9c1087c5f822b..f6cf37d00242d 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.it.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Visualizza suggerimenti per i nomi di parametro inline;Inserimento automatico di costrutti End;Modifica impostazioni di riformattazione;Modifica modalità struttura;Inserimento automatico di membri Interface e MustOverride;Mostra o nascondi separatori di riga routine;Attiva o disattiva i suggerimenti per la correzione degli errori;Attiva o disattiva l'evidenziazione di riferimenti e parole chiave;Regex;Colora espressioni regolari;Evidenzia i componenti correlati sotto il cursore;Segnala espressioni regolari non valide;regex;espressione regolare;Usa colori migliorati;Combinazione colori editor;
+ Visualizza suggerimenti inline;Inserimento automatico di costrutti End;Modifica impostazioni di riformattazione;Modifica modalità struttura;Inserimento automatico di membri Interface e MustOverride;Mostra o nascondi separatori di riga routine;Attiva o disattiva i suggerimenti per la correzione degli errori;Attiva o disattiva l'evidenziazione di riferimenti e parole chiave;Regex;Colora espressioni regolari;Evidenzia i componenti correlati sotto il cursore;Segnala espressioni regolari non valide;regex;espressione regolare;Usa colori migliorati;Combinazione colori editor;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf
index 7862b070a3a93..6c5a51b6074d4 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ja.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- インライン パラメーター名のヒントを表示する;コンストラクトの終端の自動挿入;再フォーマット設定の変更;アウトライン モードの変更;Interface と MustOverride メンバーの自動挿入;プロシージャ行の区切り記号の表示/非表示;エラー修正候補のオン/オフの切り替え;参照とキーワードの強調表示のオン/オフの切り替え;Regex;正規表現の色付け;カーソルの下の関連コンポーネントのハイライト;無効な正規表現の報告;Regex;正規表現;拡張された色を使用する;エディターの配色;
+ インラインのヒントを表示する;コンストラクトの終端の自動挿入;再フォーマット設定の変更;アウトライン モードの変更;Interface と MustOverride メンバーの自動挿入;プロシージャ行の区切り記号の表示/非表示;エラー修正候補のオン/オフの切り替え;参照とキーワードの強調表示のオン/オフの切り替え;Regex;正規表現の色付け;カーソルの下の関連コンポーネントの強調表示;無効な正規表現の報告;Regex;正規表現;拡張された色を使用する;エディターの配色;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf
index bbd65fe58c72a..1676ff6c48eed 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ko.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- 인라인 매개 변수 이름 힌트 표시;맺음 구문 자동 삽입;자동 서식 지정 설정 변경;개요 모드 변경;인터페이스 및 MustOverride 멤버 자동 삽입;프로시저 줄 구분 기호 표시/숨기기;오류 수정 제안 설정/해제;참조 및 키워드 강조 설정/해제;Regex;정규식 색 지정;커서 아래의 관련 구성 요소 강조;잘못된 정규식 보고;regex;정규식;향상된 색 사용;편집기 색 구성표;
+ 인라인 힌트 표시; 맺음 구문 자동 삽입; 자동 서식 지정 설정 변경; 개요 모드 변경; 인터페이스 및 MustOverride 멤버 자동 삽입; 프로시저 줄 구분 기호 표시/숨기기; 오류 수정 제안 설정/해제; 참조 및 키워드 강조 표시 설정/해제; Regex; 정규식 색 지정; 커서 아래의 관련 구성 요소 강조 표시; 잘못된 정규식 보고; regex; 정규식; 향상된 색 사용; 편집기 색 구성표;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf
index ba6ba97921d32..1e500657f2141 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pl.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Wyświetlaj wbudowane wskazówki dotyczące nazw parametrów;Automatyczne wstawianie konstrukcji końcowych;Zmień ustawienia formatowania kodu;Zmień tryb konspektu;Automatyczne wstawianie składowych Interface i MustOverride;Pokaż lub ukryj separatory wierszy procedury;Włącz lub wyłącz sugestie dotyczące poprawy błędów;Włącz lub wyłącz wyróżnianie odwołań i słów kluczowych;Wyrażenie regularne;Koloruj wyrażenia regularne;Wyróżnij pokrewne składniki wskazane przez kursor;Zgłaszaj nieprawidłowe wyrażenia regularne;wyrażenie regularne;wyrażenie regularne;Użyj ulepszonych kolorów;Schemat kolorów edytora;
+ Wyświetlaj wskazówki w tekście;Automatyczne wstawianie konstrukcji końcowych;Zmień ustawienia formatowania kodu;Zmień tryb konspektu;Automatyczne wstawianie składowych Interface i MustOverride;Pokaż lub ukryj separatory wierszy procedury;Włącz lub wyłącz sugestie dotyczące poprawy błędów;Włącz lub wyłącz wyróżnianie odwołań i słów kluczowych;Wyrażenie regularne;Koloruj wyrażenia regularne;Wyróżnij pokrewne składniki wskazane przez kursor;Zgłaszaj nieprawidłowe wyrażenia regularne;wyrażenie regularne;wyrażenie regularne;Użyj ulepszonych kolorów;Schemat kolorów edytora;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf
index 179104dab08f0..0f58644c134dc 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.pt-BR.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Exibir dicas de nome de parâmetro embutidas;Inserção automática de constructos finais;Alterar as configurações de reformatação automática;Alterar o modo de estrutura de tópicos;Inserção automática de membros de Interface e de MustOverride;Mostrar ou ocultar separadores de linha de procedimento;Ativar ou desativar sugestões para correção de erros;Ativar ou desativar o realce de referências e palavras-chave;Regex;Colorir expressões regulares;Realçar os componentes relacionados sob o cursor;Relatar expressões regulares inválidas;regex;expressão regular;Usar cores avançadas;Esquema de Cores do Editor;
+ Exibir as dicas embutidas;Inserção automática de constructos finais;Alterar as configurações de reformatação automática;Alterar o modo de estrutura de tópicos;Inserção automática dos membros Interface e MustOverride;Mostrar ou ocultar os separadores de linha de procedimento;Ativar ou desativar as sugestões para correção de erros;Ativar ou desativar o realce de referências e palavras-chave;Regex;Colorir as expressões regulares;Realçar os componentes relacionados sob o cursor;Relatar as expressões regulares inválidas;regex;expressão regular;Usar cores avançadas;Esquema de Cores do Editor;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf
index df258a6fc430e..54fe830209e41 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.ru.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Отображать подсказки для имен встроенных параметров;Автоматическая вставка конечных конструкций;Изменение параметров автоматического форматирования;Изменение режима структуры;Автоматическая вставка интерфейса и элементов MustOverride;Отображение или скрытие разделителей строк для процедуры;Включение или отключение предложений об исправлении ошибок;Включение или отключение выделения ссылок и ключевых слов;Регулярные выражения;Выделение регулярных выражений цветом;Выделение связанных компонентов под курсором;Выделение недопустимых регулярных выражений;регулярное выражение;регулярное выражение;Использование расширенных цветов;Цветовая схема редактора;
+ Отображать встроенные подсказки;Автоматическая вставка конечных конструкций;Изменение параметров автоматического форматирования;Изменение режима структуры;Автоматическая вставка интерфейса и элементов MustOverride;Отображение или скрытие разделителей строк для процедуры;Включение или отключение предложений об исправлении ошибок;Включение или отключение выделения ссылок и ключевых слов;Регулярные выражения;Выделение регулярных выражений цветом;Выделение связанных компонентов под курсором;Выделение недопустимых регулярных выражений;регулярное выражение;регулярное выражение;Использование расширенных цветов;Цветовая схема редактора;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf
index a6f6ec0d13b48..9b61761bf5a82 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.tr.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- Satır içi parametre adı ipuçlarını göster;Bitiş yapılarının otomatik olarak eklenmesi;Düzgün listeleme ayarlarını değiştir;Ana hat modunu değiştir;Arabirim ve MustOverride üyelerinin otomatik olarak eklenmesi;Yordam satır ayıraçlarını göster veya gizle;Hata düzeltme önerilerini aç veya kapat;Başvuruları ve anahtar sözcükleri vurgulamayı aç veya kapat;Normal ifade;Normal ifadeleri renklendir;İmlecin altında ilgili bileşenleri vurgula;Geçersiz normal ifadeleri bildir;normal ifade;normal ifade;Gelişmiş renkleri kullan;Düzenleyici Renk Düzeni;
+ Satır içi ipuçlarını göster;Bitiş yapılarının otomatik olarak eklenmesi;Düzgün listeleme ayarlarını değiştir;Ana hat modunu değiştir;Interface ve MustOverride üyelerinin otomatik olarak eklenmesi;Yordam satır ayıraçlarını göster veya gizle;Hata düzeltme önerilerini aç veya kapat;Başvuruları ve anahtar sözcükleri vurgulamayı aç veya kapat;Normal ifade;Normal ifadeleri renklendir;İmlecin altındaki ilgili bileşenleri vurgula;Geçersiz normal ifadeleri bildir;normal ifade;normal ifade;Gelişmiş renkleri kullan;Düzenleyici Renk Düzeni;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf
index 68f65a9667479..660927eccecf9 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hans.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- 显示内联参数名称提示;自动插入 End 构造;更改整齐排列设置;更改大纲模式;自动插入 Interface 和 MustOverride 成员;显示或隐藏过程行分隔符;打开或关闭错误纠正建议;打开或关闭引用和关键字的突出显示;正则表达式;对正则表达式着色;突出显示光标下的相关部分;报告无效正则表达式;regex;正则表达式;使用增强色;编辑器配色方案;
+ 显示内联提示;自动插入 End 构造;更改整齐排列设置;更改大纲模式;自动插入 Interface 和 MustOverride 成员;显示或隐藏过程行分隔符;打开或关闭错误纠正建议;打开或关闭引用和关键字的突出显示;正则表达式;对正则表达式着色;突出显示光标下的相关部分;报告无效正则表达式;regex;正则表达式;使用增强色;编辑器配色方案;Advanced options page keywords
diff --git a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf
index f5b2fc6211c64..8cba14141c0cf 100644
--- a/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf
+++ b/src/VisualStudio/VisualBasic/Impl/xlf/VSPackage.zh-Hant.xlf
@@ -19,7 +19,7 @@
Display inline hints;Automatic insertion of end constructs;Change pretty listing settings;Change outlining mode;Automatic insertion of Interface and MustOverride members;Show or hide procedure line separators;Turn error correction suggestions on or off;Turn highlighting of references and keywords on or off;Regex;Colorize regular expressions;Highlight related components under cursor;Report invalid regular expressions;regex;regular expression;Use enhanced colors;Editor Color Scheme;
- 顯示內嵌參數名稱提示;自動插入 End 建構;變更美化排列設定;變更大綱模式;自動插入 Interface 和 MustOverride 成員;顯示或隱藏程序行分隔符號;開啟或關閉錯誤修正建議;開啟或關閉參考及關鍵字的醒目提示;Regex;為規則運算式標示色彩;醒目提示資料指標下的相關元件;回報無效的規則運算式;regex;規則運算式;使用進階色彩;編輯器色彩配置;
+ 顯示內嵌提示;自動插入 End 建構;變更美化列表設定;變更大綱模式;自動插入 Interface 和 MustOverride 成員;顯示或隱藏程序行分隔符號;開啟或關閉錯誤修正建議;開啟或關閉參考及關鍵字的醒目提示;Regex;為規則運算式著色;醒目提示游標下的相關元件;回報無效的規則運算式;regex;規則運算式;使用進階色彩;編輯器色彩配置;Advanced options page keywords
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
index bde326b76f460..198a2abd4bd95 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Synchronizace prostředkůAsynchronous operation listener
- Asynchronous operation listener
+ Naslouchací proces asynchronní operace
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Poskytovatel prostředků
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
index 82dd982d058c1..e9639a40c3cc7 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ ObjektsynchronisierungAsynchronous operation listener
- Asynchronous operation listener
+ Listener für asynchrone Vorgänge
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Objektanbieter
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.es.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.es.xlf
index 6b490c7e50ccf..f9dfbeaeb1bfe 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.es.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.es.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Sincronización de recursosAsynchronous operation listener
- Asynchronous operation listener
+ Cliente de escucha de operaciones asincrónicas
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Proveedor de recursos
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
index edc83997d1216..fb0db8d999273 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Synchronisation des ressourcesAsynchronous operation listener
- Asynchronous operation listener
+ Écouteur d'opérations asynchrones
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Fournisseur de ressources
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
index c669da9dbb78d..0130eba262ffe 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Sincronizzazione degli assetAsynchronous operation listener
- Asynchronous operation listener
+ Listener di operazioni asincrone
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Provider di asset
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ja.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ja.xlf
index 2fb38a95f4540..eb4049380b08e 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ja.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ja.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ 資産の同期Asynchronous operation listener
- Asynchronous operation listener
+ 非同期操作リスナー
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ 資産プロバイダー
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ko.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ko.xlf
index fea838cbbffc7..438c0c63453e4 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ko.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ko.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ 자산 동기화Asynchronous operation listener
- Asynchronous operation listener
+ 비동기 작업 수신기
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ 자산 공급자
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pl.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pl.xlf
index 033aaf45bf279..fffaf2db5fbcf 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pl.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pl.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Synchronizacja elementów zawartościAsynchronous operation listener
- Asynchronous operation listener
+ Odbiornik operacji asynchronicznej
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Dostawca elementów zawartości
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
index 2955e8f565d14..25ea356cf0590 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Sincronização de ativosAsynchronous operation listener
- Asynchronous operation listener
+ Ouvinte de operação assíncrona
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Provedor de ativos
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
index 4ad5217a4ec2d..267b5f1aa7df1 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Синхронизация ресурсовAsynchronous operation listener
- Asynchronous operation listener
+ Прослушиватель асинхронных операций
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Поставщик ресурсов
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
index b95a47f062977..a5d98a2e65887 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ Varlık eşitlemeAsynchronous operation listener
- Asynchronous operation listener
+ Asenkron işlem dinleyicisi
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ Varlık sağlayıcısı
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hans.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hans.xlf
index fb1e4c742bab5..c7089647d197e 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hans.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hans.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ 资产同步Asynchronous operation listener
- Asynchronous operation listener
+ 异步操作侦听器
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ 资产提供商
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hant.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hant.xlf
index 69ce6d87d4e54..06e84486b2465 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hant.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.zh-Hant.xlf
@@ -4,12 +4,12 @@
Asset synchronization
- Asset synchronization
+ 資產同步Asynchronous operation listener
- Asynchronous operation listener
+ 非同步作業接聽程式
@@ -94,7 +94,7 @@
Asset provider
- Asset provider
+ 資產提供者