diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
index 7415593f6b3ee..07e2cbe456df1 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
@@ -504,7 +504,7 @@
Collection initializer results in an infinite chain of instantiations of collection '{0}'.
- Collection initializer results in an infinite chain of instantiations of collection '{0}'.
+ Inicializátor kolekce má za následek nekonečný řetězec vytváření instancí kolekce '{0}'.
@@ -1149,7 +1149,7 @@
The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
- The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
+ Experimentální funkce interceptors není v tomto oboru názvů povolená. Přidejte do projektu {0}.
@@ -1739,7 +1739,7 @@
A partial property cannot have an initializer on both the definition and implementation.
- A partial property cannot have an initializer on both the definition and implementation.
+ Částečná vlastnost nemůže mít inicializátor v definici i implementaci.
@@ -2929,12 +2929,12 @@
In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
- In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
+ V jazykové verzi {0}se klíčové slovo field váže na syntetizované zálohovací pole pro vlastnost. Pokud se chcete vyhnout generování syntetizovaného záložního pole a odkazovat na existujícího člena, použijte místo toho this.field nebo @field.The 'field' keyword binds to a synthesized backing field for the property.
- The 'field' keyword binds to a synthesized backing field for the property.
+ Klíčové slovo field se váže k syntetizovanému záložnímu poli pro vlastnost.
@@ -5285,12 +5285,12 @@
Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Proměnná {0} {1}, která nemůže být null, musí při ukončování konstruktoru obsahovat hodnotu, která není null. Zvažte přidání modifikátoru required, deklaraci {0} jako s možnou hodnotou null nebo přidání atributů [field: MaybeNull, AllowNull].Similar diagnostic message as 'WRN_UninitializedNonNullableField'Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Při ukončovacím konstruktoru musí vlastnost, která nemůže mít hodnotu null, obsahovat hodnotu, která není null. Zvažte přidání modifikátoru required, deklaraci vlastnosti jako s možnou hodnotou null nebo přidání atributů [field: MaybeNull, AllowNull].
@@ -12176,7 +12176,7 @@ Pokud chcete odstranit toto varování, můžete místo toho použít /reference
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
- Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
+ Inicializátory můžou mít jenom automaticky implementované vlastnosti nebo vlastnosti, které používají klíčové slovo field.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
index db66b3e6bf4b3..f7ed72854a2ac 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
@@ -504,7 +504,7 @@
Collection initializer results in an infinite chain of instantiations of collection '{0}'.
- Collection initializer results in an infinite chain of instantiations of collection '{0}'.
+ Der Sammlungsinitialisierer führt zu einer unendlichen Kette von Instanziierungen von Sammlungs- "{0}".
@@ -1149,7 +1149,7 @@
The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
- The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
+ Das Feature "Interceptors" ist in diesem Namespace nicht aktiviert. Fügen Sie Ihrem Projekt "{0}" hinzu.
@@ -1739,7 +1739,7 @@
A partial property cannot have an initializer on both the definition and implementation.
- A partial property cannot have an initializer on both the definition and implementation.
+ Eine partielle Eigenschaft kann nicht sowohl für die Definition als auch für die Implementierung einen Initialisierer aufweisen.
@@ -2929,12 +2929,12 @@
In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
- In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
+ In der Sprachversion {0}wird das Schlüsselwort "field" an ein synthetisiertes Sicherungsfeld für die Eigenschaft gebunden. Verwenden Sie stattdessen "this.field" oder "@field", um ein synthetisiertes Sicherungsfeld zu vermeiden und auf das vorhandene Element zu verweisen.The 'field' keyword binds to a synthesized backing field for the property.
- The 'field' keyword binds to a synthesized backing field for the property.
+ Das Keyword "field" wird an ein synthetisiertes Sicherungsfeld für die Eigenschaft gebunden.
@@ -5285,12 +5285,12 @@
Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Non-Nullable-{0} "{1}" muss beim Beenden des Konstruktors einen Wert ungleich NULL enthalten. Fügen Sie ggf. den Modifizierer "required" hinzu, oder deklarieren Sie die {0} als Nullwerte zulassend, oder fügen Sie "[field: MaybeNull, AllowNull] "-Attribute hinzu.Similar diagnostic message as 'WRN_UninitializedNonNullableField'Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Non-Nullable-Eigenschaft muss beim Beenden des Konstruktors einen Wert ungleich NULL enthalten. Fügen Sie ggf. den Modifizierer "required" hinzu, oder deklarieren Sie die Eigenschaft als Nullwerte zulassend, oder fügen Sie "[field: MaybeNull, AllowNull] "-Attribute hinzu.
@@ -12176,7 +12176,7 @@ Um die Warnung zu beheben, können Sie stattdessen /reference verwenden (Einbett
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
- Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
+ Nur automatisch implementierte Eigenschaften oder Eigenschaften, die die Keyword "field" verwenden, können Initialisierer aufweisen.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
index fb9f1f2fa98ff..059527944a097 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
@@ -504,7 +504,7 @@
Collection initializer results in an infinite chain of instantiations of collection '{0}'.
- Collection initializer results in an infinite chain of instantiations of collection '{0}'.
+ L'inizializzatore di raccolta genera una catena infinita di creazioni di istanze della raccolta '{0}'.
@@ -1149,7 +1149,7 @@
The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
- The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
+ La funzionalità 'intercettori' non è abilitata in questo spazio dei nomi. Aggiungere '{0}' al progetto.
@@ -1739,7 +1739,7 @@
A partial property cannot have an initializer on both the definition and implementation.
- A partial property cannot have an initializer on both the definition and implementation.
+ Una proprietà parziale non può avere un inizializzatore sia nella definizione che nell'implementazione.
@@ -2929,12 +2929,12 @@
In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
- In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
+ Nella versione del linguaggio {0}, la parola chiave 'field' è associata a un campo di supporto sintetizzato per la proprietà. Per evitare di generare un campo di supporto sintetizzato e fare riferimento al membro esistente, utilizzare 'this.field' o '@field'.The 'field' keyword binds to a synthesized backing field for the property.
- The 'field' keyword binds to a synthesized backing field for the property.
+ La parola chiave 'field' è associata a un campo di supporto sintetizzato per la proprietà.
@@ -5285,12 +5285,12 @@ target:module Compila un modulo che può essere aggiunto ad altro
Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ L'elemento {0} '{1}' che non ammette i valori Null deve contenere un valore non Null all'uscita dal costruttore. Prendere in considerazione l'aggiunta del modificatore 'required' o la dichiarazione come {0} che ammette i valori Null, oppure l'aggiunta di attributi '[field: MaybeNull, AllowNull]'.Similar diagnostic message as 'WRN_UninitializedNonNullableField'Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ La proprietà che non ammette i valori Null deve contenere un valore non Null all'uscita dal costruttore. Provare ad aggiungere il modificatore 'required', a dichiarare la proprietà come che ammette i valori Null, oppure ad aggiungere gli attributi '[field: MaybeNull, AllowNull]'.
@@ -12176,7 +12176,7 @@ Per rimuovere l'avviso, è invece possibile usare /reference (impostare la propr
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
- Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
+ Solo le proprietà implementate automaticamente o le proprietà che usano la parola chiave 'field' possono avere inizializzatori.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
index c4487c73ccf29..670fd9cc342ce 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
@@ -504,7 +504,7 @@
Collection initializer results in an infinite chain of instantiations of collection '{0}'.
- Collection initializer results in an infinite chain of instantiations of collection '{0}'.
+ Inicjator kolekcji powoduje utworzenie nieskończonego łańcucha wystąpień kolekcji „{0}”.
@@ -1149,7 +1149,7 @@
The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
- The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
+ Funkcja „interceptory” nie jest włączona w tej przestrzeni nazw. Dodaj „{0}” do swojego projektu.
@@ -1739,7 +1739,7 @@
A partial property cannot have an initializer on both the definition and implementation.
- A partial property cannot have an initializer on both the definition and implementation.
+ Właściwość częściowa nie może mieć inicjatora zarówno definicji, jak i implementacji.
@@ -2929,12 +2929,12 @@
In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
- In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
+ W wersji językowej {0}, słowo kluczowe „field” jest powiązane ze zsyntetyzowanym polem zapasowym właściwości. Aby uniknąć generowania zsyntetyzowanego pola zapasowego i odwoływać się do istniejącego elementu członkowskiego, użyj zamiast niego wartości „this.field” lub „@field”.The 'field' keyword binds to a synthesized backing field for the property.
- The 'field' keyword binds to a synthesized backing field for the property.
+ Słowo kluczowe „field” jest powiązane ze zsyntetyzowanym polem zapasowym właściwości.
@@ -5285,12 +5285,12 @@
Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Niedopuszczający wartości null element {0} „{1}” musi zawierać wartość inną niż null podczas kończenia działania konstruktora. Rozważ dodanie modyfikatora „required”, zadeklarowanie {0} jako dopuszczającej wartość null lub dodanie atrybutów „[field: MaybeNull, AllowNull]”.Similar diagnostic message as 'WRN_UninitializedNonNullableField'Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Właściwość niedopuszczająca wartości null musi zawierać wartość inną niż null podczas zamykania konstruktora. Rozważ dodanie modyfikatora „required” lub zadeklarowanie właściwości dopuszczającej wartość null lub dodanie atrybutów „[field: MaybeNull, AllowNull]”.
@@ -12176,7 +12176,7 @@ Aby usunąć ostrzeżenie, możesz zamiast tego użyć opcji /reference (ustaw w
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
- Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
+ Tylko automatycznie zaimplementowane właściwości lub właściwości używające słowa kluczowego „field” mogą mieć inicjatory.
diff --git a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
index 7ead739fb9ed5..3be327c0ea0c5 100644
--- a/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
+++ b/src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
@@ -504,7 +504,7 @@
Collection initializer results in an infinite chain of instantiations of collection '{0}'.
- Collection initializer results in an infinite chain of instantiations of collection '{0}'.
+ Инициализатор коллекции приводит к созданию бесконечной цепочки экземпляров коллекции "{0}".
@@ -1149,7 +1149,7 @@
The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
- The 'interceptors' feature is not enabled in this namespace. Add '{0}' to your project.
+ Функция "interceptors" не включена в этом пространстве имен. Добавьте "{0}" в свой проект.
@@ -1739,7 +1739,7 @@
A partial property cannot have an initializer on both the definition and implementation.
- A partial property cannot have an initializer on both the definition and implementation.
+ Частичное свойство не может содержать инициализатор одновременно в определении и реализации.
@@ -2929,12 +2929,12 @@
In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
- In language version {0}, the 'field' keyword binds to a synthesized backing field for the property. To avoid generating a synthesized backing field, and to refer to the existing member, use 'this.field' or '@field' instead.
+ В версии языка {0} ключевое слово "field" привязывается к синтезированному резервному полю для свойства. Чтобы не создавать синтезированное резервное поле и ссылаться на существующий элемент, используйте вместо этого "this.field" или "@field".The 'field' keyword binds to a synthesized backing field for the property.
- The 'field' keyword binds to a synthesized backing field for the property.
+ Ключевое слово "field" привязывается к синтезированному резервному полю для свойства.
@@ -5286,12 +5286,12 @@
Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable {0} '{1}' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the {0} as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ {0} "{1}", не допускающий значения NULL, должен содержать значение, отличное от NULL, при выходе из конструктора. Рассмотрите возможность добавить модификатор "required", объявить {0} как допускающее значение NULL или добавить атрибуты "[field: MaybeNull, AllowNull]".Similar diagnostic message as 'WRN_UninitializedNonNullableField'Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
- Non-nullable property must contain a non-null value when exiting constructor. Consider adding the 'required' modifier, or declaring the property as nullable, or adding '[field: MaybeNull, AllowNull]' attributes.
+ Свойство, не допускающее значения NULL, должно содержать значение, отличное от NULL, при выходе из конструктора. Рассмотрите возможность добавить модификатор "required", объявить свойство как допускающее значение NULL или добавить атрибуты "[field: MaybeNull, AllowNull]".
@@ -12177,7 +12177,7 @@ To remove the warning, you can use /reference instead (set the Embed Interop Typ
Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
- Only auto-implemented properties, or properties that use the 'field' keyword, can have initializers.
+ Только автоматически реализованные свойства или свойства, использующие ключевое слово "field", могут содержать инициализаторы.
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf
index 886437ae4d6df..4fd164718f662 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.de.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Zusätzliche Informationsmeldungen
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Debugablaufverfolgungs-Meldungen
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ StandardfehlermeldungenStandard Output Messages
- Standard Output Messages
+ Standardausgabemeldungen
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf
index 04fa3a8aeb227..97b63e0930a2e 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.es.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Mensajes de información adicionales
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Depurar mensajes de seguimiento
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ Mensajes de error estándarStandard Output Messages
- Standard Output Messages
+ Mensajes de salida estándar
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf
index bc6c2f5fad0a4..308d65d9ef8d9 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.it.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Messaggi informativi aggiuntivi
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Debug dei messaggi di traccia
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ Messaggi di errore standardStandard Output Messages
- Standard Output Messages
+ Messaggi di output standard
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf
index 1ca432945e8f9..7051b6c03c14b 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ko.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ 추가 정보 메시지
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ 디버그 추적 메시지
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ 표준 오류 메시지Standard Output Messages
- Standard Output Messages
+ 표준 출력 메시지
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf
index 2bc8e705be376..9635cd3e59ca6 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.pt-BR.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Mensagens de Informações Adicionais
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Mensagens de Rastreamento de Depuração
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ Mensagens de Erro PadrãoStandard Output Messages
- Standard Output Messages
+ Mensagens de Saída Padrão
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf
index 59437ba4e25a2..96642097778ff 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.ru.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Дополнительные информационные сообщения
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Сообщения трассировки отладки
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ Стандартные сообщения об ошибкеStandard Output Messages
- Standard Output Messages
+ Стандартные выходные сообщения
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf
index a21f0b3303281..a7361dc7f1bcc 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.tr.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ Ek Bilgi İletileri
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ Hata Ayıklama İzleyici İletileri
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ Standart Hata İletileriStandard Output Messages
- Standard Output Messages
+ Standart Çıkış İletileri
diff --git a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf
index 80c31b1ade404..4709c13a23289 100644
--- a/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf
+++ b/src/LanguageServer/Microsoft.CodeAnalysis.LanguageServer/xlf/LanguageServerResources.zh-Hans.xlf
@@ -9,7 +9,7 @@
Additional Info Messages
- Additional Info Messages
+ 其他信息消息
@@ -39,7 +39,7 @@
Debug Trace Messages
- Debug Trace Messages
+ 调试跟踪消息
@@ -174,12 +174,12 @@
Standard Error Messages
- Standard Error Messages
+ 标准错误消息Standard Output Messages
- Standard Output Messages
+ 标准输出消息
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf
index 1a2ad3249fbe9..5ede56b6d31a2 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.cs.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Ke splnění úkolu se vyžaduje služba typu {0}, není ale z pracovního prostoru {1} dostupná.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf
index 949ce7b1e1052..85808bb74a52e 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.de.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Der Dienst vom Typ „{0}“ ist erforderlich, um die Aufgabe auszuführen, ist aber nicht im Arbeitsbereich „{1}“ verfügbar.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf
index f446133660fc7..386d783f1df4f 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.fr.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Le service de type « {0} » est nécessaire pour accomplir la tâche mais n’est pas disponible dans l’espace de travail « {1} ».
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf
index 69c713070665d..9102370fc1f72 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.it.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Il servizio di tipo '{0}' è necessario per eseguire l'attività ma non è disponibile dall'area di lavoro '{1}'.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf
index 908a1d14cb9eb..233b805566db6 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ko.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ '{0}' 유형의 서비스가 작업을 완료하는 데 필요하지만 ‘{1}’ 작업 영역에서 사용할 수 없습니다.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf
index 4894672181e97..e2d255ceb2c9d 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.pt-BR.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ O serviço do tipo '{0}' é necessário para realizar a tarefa, mas não está disponível no workspace '{1}'.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf
index e2fced4712877..1756299af7308 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.ru.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Служба типа "{0}" необходима для выполнения задачи, но она недоступна из рабочей области "{1}".
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf
index 8a226ae944b64..0820b03b3cbbb 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.tr.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ Görevi gerçekleştirmek için '{0}' türünde hizmet gerekli ancak bu hizmet '{1}' çalışma alanında yok.
diff --git a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf
index 121701002f895..e25958c5b134f 100644
--- a/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf
+++ b/src/Workspaces/Core/Portable/xlf/WorkspacesResources.zh-Hans.xlf
@@ -154,7 +154,7 @@
Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
- Service of type '{0}' is required to accomplish the task but is not available from '{1}' workspace.
+ 完成任务需要使用类型为 ‘{0}’ 的服务,但 ‘{1}’ 工作区未提供该服务。
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
index 90c06c2b86709..d62020c15d81f 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.cs.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Související dokumenty
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
index f1c31c329fc9e..8bb309e1d00d5 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.de.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Zugehörige Dokumente
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
index 1b7eb01b22b22..4a39bd4627f35 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.fr.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Documents connexes
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
index 0d2e18bd2629f..b90d57e88f718 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.it.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Documenti correlati
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
index 41321490c4d63..dc123a1d667aa 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.pt-BR.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Documentos relacionados
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
index 71a1ea99d6728..9aefb92600d36 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.ru.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ Связанные документы
diff --git a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
index 02cc65e31deda..ce2c1d33eeb3d 100644
--- a/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
+++ b/src/Workspaces/Remote/Core/xlf/RemoteWorkspacesResources.tr.xlf
@@ -119,7 +119,7 @@
Related documents
- Related documents
+ İlgili belgeler