Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Typ {0} již implementuje metodu Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Typ už obsahuje implementaci metody Validate.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] nelze použít pro statickou třídu {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ OptionsValidatorAttribute nelze použít pro statickou třídu.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ U polí nebo vlastností s otevřeným obecným typem {0} nelze použít [ValidateObjectMembers] nebo [ValidateEnumeratedItems].Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ U polí nebo vlastností s otevřenými obecnými typy nelze použít ValidateObjectMembersAttribute nebo ValidateEnumeratedItemsAttribute.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Atributy ověřování nelze použít u konstantního ani statického člena {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Nelze ověřit konstanty, statická pole ani vlastnosti.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Existuje cyklický odkaz obsahující typ {0}, který brání jeho použití pro statické ověření.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Nepodporované cyklické odkazy v typech modelů.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Typ {0} neimplementuje požadované rozhraní IValidateOptions<{1}> .A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Typ anotovaný třídou OptionsValidatorAttribute neimplementuje nezbytné rozhraní.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ Ověřovací atribut „{0}“ u člena „{1}“ není přístupný z typu validátoru „{2}“.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ Ověřovací atribut u člena není přístupný z typu validátoru.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Ověřovací atributy nelze použít u privátního pole nebo vlastnosti {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Nelze ověřit privátní pole nebo vlastnosti.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Typ {0} nemá žádná pole ani vlastnosti k ověření, na které odkazuje člen {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Typ člena nemá žádná pole ani vlastnosti k ověření.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Typ {0} nemá žádná pole ani vlastnosti k ověření, na které odkazuje typ {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Typ nemá žádná pole ani vlastnosti k ověření.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] nelze použít u členů typu {0}, protože neimplementuje rozhraní IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ Typ členu není výčtový.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Typ validátoru s hodnotou null zadaný v atributech [ValidateObjectMembers] nebo [ValidateEnumeratedItems].Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Pro atributy ValidateObjectMembersAttribute nebo ValidateEnumeratedItemsAttribute byl specifikovaný typ validátoru s hodnotou null.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Typ {0} obsahuje validační anotace, ale člen {1} neurčuje [ValidateEnumeratedItems], což může být přehlédnutí.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ U člena potenciálně chybí ověření výčtu.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Typ {0} obsahuje validační anotace, ale člen {1} neurčuje [ValidateObjectMembers], což může být přehlédnutí.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ U člena potenciálně chybí přenositelné ověření.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Typ validátoru {0} nemá konstruktor bez parametrů.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Validátory používané pro přenositelné nebo výčtové ověřování musí mít konstruktor bez parametrů.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.de.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.de.xlf
index 5f6febba85c205..507e5896457a51 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.de.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.de.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Der Typ "{0}" implementiert bereits die Validate-Methode.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Ein Typ enthält bereits eine Implementierung der Validate-Methode.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] kann nicht auf die statische Klasse "{0}" angewendet werden.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ "OptionsValidatorAttribute" kann nicht auf eine statische Klasse angewendet werden.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ "ValidateObjectMembers" oder "ValidateEnumeratedItems" kann nicht für Felder oder Eigenschaften mit offenem generischen Typ {0} verwendet werden.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ "ValidateObjectMembersAttribute" oder "ValidateEnumeratedItemsAttribute" kann nicht für Felder oder Eigenschaften mit offenen generischen Typen verwendet werden.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Validierungsattribute können nicht auf konstanten oder statischen Member {0} angewendet werden.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Konstanten, statische Felder oder Eigenschaften können nicht überprüft werden.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Es gibt einen Zirkelverweis, der den Typ "{0}" verhindert, dass er für die statische Validierung verwendet wird.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Nicht unterstützte Zirkelverweise in Modelltypen.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Der Typ "{0}" implementiert nicht die erforderliche IValidateOptions<{1}>-Schnittstelle.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Ein mit "OptionsValidatorAttribute" versehener Typ implementiert nicht die erforderliche Schnittstelle.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ Auf das Validierungsattribut "{0}" für den Member "{1}" kann vom Validierungssteuerelementtyp "{2}" nicht zugegriffen werden.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ Auf das Validierungsattribut für den Member kann vom Validierungssteuerelementtyp nicht zugegriffen werden.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Validierungsattribute können nicht auf private Felder oder Eigenschaften {0} angewendet werden.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Private Felder oder Eigenschaften können nicht überprüft werden.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Der Typ "{0}" weist keine zu überprüfenden Felder oder Eigenschaften auf, auf die von Member "{1}" verwiesen wird.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Ein Membertyp weist keine zu überprüfenden Felder oder Eigenschaften auf.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Der Typ "{0}" weist keine zu überprüfenden Felder oder Eigenschaften auf, auf die vom Typ "{1}" verwiesen wird.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Ein Typ weist keine zu überprüfenden Felder oder Eigenschaften auf.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] kann nicht für Member vom Typ "{0}" verwendet werden, da es IEnumerable<T> nicht implementiert.Member type is not enumerable.
- Member type is not enumerable.
+ Der Membertyp ist nicht aufzählbar.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Der in den Attributen [ValidateObjectMembers] oder [ValidateEnumeratedItems] angegebene NULL-Validierungssteuerelementtyp.Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Für die Attribute "ValidateObjectMembersAttribute" oder "ValidateEnumeratedItemsAttribute" wurde ein NULL-Validierungssteuerelementtyp angegeben.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Der Typ "{0}" weist Validierungsanmerkungen auf, der Member "{1}" gibt jedoch keine [ValidateEnumeratedItems] an, die eine Vorhersage darstellen könnten.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Dem Mitglied fehlt möglicherweise eine aufzählbare Validierung.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Der Typ "{0}" weist Validierungsanmerkungen auf, aber Member "{1}" gibt [ValidateObjectMembers] nicht an, was ein Versehen sein könnte.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Dem Member fehlt möglicherweise die transitive Validierung.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Der Validierungssteuerelementtyp "{0}" hat keinen parameterlosen Konstruktor.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Validierungssteuerelemente, die für die transitive oder enumerierbare Validierung verwendet werden, müssen über einen Konstruktor ohne Parameter verfügen.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.es.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.es.xlf
index 84c12b9739ab1a..4ee57aa7312aa0 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.es.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.es.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ El tipo {0} ya implementa el método Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Un tipo ya incluye una implementación del método “Validate”.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ No se puede aplicar [OptionsValidator] a la clase estática {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ “OptionsValidatorAttribute” no se puede aplicar a una clase estática.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ No se puede usar [ValidateObjectMembers] ni [ValidateEnumeratedItems] en campos o propiedades con tipos genéricos abiertos {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ No se puede usar “ValidateObjectMembersAttribute” o “ValidateEnumeratedItemsAttribute” en campos o propiedades con tipos genéricos abiertos.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ No se pueden aplicar atributos de validación a un miembro {0}constante o estático.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ No se pueden validar constantes, campos estáticos ni propiedades.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Hay una referencia de tipo circular que implica al tipo {0} que impide que se use para la validación estática.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Referencias circulares no admitidas en los tipos de modelo.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ El tipo {0} no implementa la interfaz IValidateOptions<{1}> necesaria.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Un tipo anotado con “OptionsValidatorAttribute” no implementa la interfaz necesaria.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ No se puede obtener acceso al atributo de validación '{0}' en el miembro '{1}' desde el tipo de validador '{2}'.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ No se puede obtener acceso al atributo de validación en el miembro desde el tipo de validador.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ No se pueden aplicar atributos de validación a la propiedad o campo privado {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ No se pueden validar los campos o propiedades privadas.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ El tipo {0} no tiene campos ni propiedades para validar, al que hace referencia el tipo {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Un tipo de miembro no tiene campos ni propiedades para validar.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ El tipo {0} no tiene campos ni propiedades para validar, al que hace referencia el tipo {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Un tipo no tiene campos ni propiedades para validar.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] no se puede usar en miembros de tipo {0} porque no implementa IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ El tipo de miembro no es enumerable.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Se especificó un tipo de validador nulo en los atributos [ValidateObjectMembers] o [ValidateEnumeratedItems].Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Se especificó un tipo de validador nulo para los atributos “ValidateObjectMembersAttribute” o “ValidateEnumeratedItemsAttribute”.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ El tipo {0} tiene anotaciones de validación, pero el miembro {1} no especifica [ValidateEnumeratedItems], lo que podría ser un error.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Posiblemente falta la validación enumerable en el miembro.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ El tipo {0} tiene anotaciones de validación, pero el miembro {1} no especifica [ValidateObjectMembers], lo que podría ser un error.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Posiblemente falta la validación transitiva en el miembro.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ El tipo de validador {0} no tiene un constructor sin parámetros.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Los validadores usados para la validación transitiva o enumerable deben tener un constructor sin parámetros.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.fr.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.fr.xlf
index 58a27f1e4b33cb..9e300eaed00812 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.fr.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.fr.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Le type {0} implémente déjà la méthode Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Un type inclut déjà une implémentation de la méthode 'Validate'.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] ne peut pas être appliqué à la classe statique {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 'OptionsValidatorAttribute' ne peut pas être appliqué à une classe statique.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ Impossible d’utiliser [ValidateObjectMembers] ou [ValidateEnumeratedItems] sur des champs ou des propriétés avec un type générique ouvert {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Impossible d’utiliser 'ValidateObjectMembersAttribute' ou 'ValidateEnumeratedItemsAttribute' sur des champs ou des propriétés avec des types génériques ouverts.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Impossible d’appliquer les attributs de validation au membre constant ou statique {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Impossible de valider les constantes, les champs statiques ou les propriétés.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Une référence de type circulaire implique un type {0} l’empêche d’être utilisé pour la validation statique.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Références circulaires non prises en charge dans les types de modèle.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Le type {0} n’implémente pas l’interface<{1}> IValidateOptions requise.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Un type annoté avec 'OptionsValidatorAttribute' n’implémente pas l’interface nécessaire.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ L’attribut de validation '{0}' sur le membre '{1}' n’est pas accessible à partir du type de validateur '{2}'.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ L’attribut de validation sur le membre n’est pas accessible à partir du type de validateur.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Impossible d’appliquer les attributs de validation au champ privé ou à la propriété {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Impossible de valider les champs ou propriétés privés.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Le type {0} n’a aucun champ ou propriété à valider, référencé à partir du membre {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Un type de membre n’a aucun champ ou propriété à valider.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Le type {0} n’a pas de champs ou de propriétés à valider, référencé par type {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Un type n’a pas de champs ou de propriétés à valider.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] ne peut pas être utilisé sur des membres de type {0}, car il n’implémente pas IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ Le type de membre n’est pas énumérable.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Type de validateur Null spécifié dans les attributs [ValidateObjectMembers] ou [ValidateEnumeratedItems].Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Type de validateur Null spécifié pour les attributs 'ValidateObjectMembersAttribute' ou 'ValidateEnumeratedItemsAttribute'.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Le type {0} a des annotations de validation, mais le membre {1} ne spécifie pas [ValidateEnumeratedItems] qui peut être une supervision.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Le membre n’a peut-être pas de validation énumérable.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Le type {0} a des annotations de validation, mais le membre {1} ne spécifie pas [ValidateObjectMembers] qui pourrait être une méthode de récupération.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Le membre n’a peut-être pas de validation transitive.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Le type de validateur {0} n’a pas de constructeur sans paramètre.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Les validateurs utilisés pour la validation transitive ou énumérable doivent avoir un constructeur sans paramètres.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.it.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.it.xlf
index 2355a93c01db99..f59cc9dcbeeefb 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.it.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.it.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Il tipo {0} implementa già il metodo Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Un tipo include già un'implementazione del metodo 'Validate'.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ impossibile applicare [OptionsValidator] alla classe statica {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 'OptionsValidatorAttribute' non può essere applicato a una classe statica.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ Non è possibile usare [ValidateObjectMembers] o [ValidateEnumeratedItems] in campi o proprietà con tipo generico aperto {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Non è possibile usare 'ValidateObjectMembersAttribute' o 'ValidateEnumeratedItemsAttribute' nei campi o nelle proprietà con tipi generici aperti.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Non è possibile applicare attributi di convalida a un membro costante o statico {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Non è possibile convalidare costanti, campi statici o proprietà.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Esiste un riferimento di tipo circolare che interessa il tipo {0} e ne impedisce l'utilizzo per la convalida statica.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Riferimenti circolari non supportati nei tipi di modello.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Il tipo {0} non implementa l'interfaccia IValidateOptions<{1}> richiesta.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Un tipo annotato con 'OptionsValidatorAttribute' non implementa l'interfaccia necessaria.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ L'attributo di convalida '{0}' nel membro '{1}' non è accessibile dal tipo di validator '{2}'.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ L'attributo di convalida nel membro non è accessibile dal tipo di validator.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Non è possibile applicare gli attributi di convalida al campo privato o alla proprietà {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Non è possibile convalidare proprietà o campi privati.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Il tipo {0} non contiene campi o proprietà da convalidare, riferiti dal membro {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Un tipo di membro non contiene campi o proprietà da convalidare.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Il tipo {0} non contiene campi o proprietà da convalidare, riferiti per tipo {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Un tipo non contiene campi o proprietà da convalidare.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] non può essere usato nei membri di tipo {0} perché non implementa IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ Il tipo di membro non è enumerabile.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Tipo di validator Null specificato negli attributi [ValidateObjectMembers] o [ValidateEnumeratedItems].Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Tipo di validator Null specificato per gli attributi 'ValidateObjectMembersAttribute' o 'ValidateEnumeratedItemsAttribute'.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Il tipo {0} include annotazioni di convalida, ma il membro {1} non specifica [ValidateEnumeratedItems] che potrebbe essere una supervisione.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Convalida enumerabile potenzialmente mancante nel membro.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Il tipo {0} include annotazioni di convalida, ma il membro {1} non specifica [ValidateObjectMembers] che potrebbe essere una supervisione.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Il membro potrebbe non avere una convalida transitiva.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Il tipo di convalida {0} non dispone di un costruttore senza parametri.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ I convalidatori usati per la convalida transitiva o enumerabile devono avere un costruttore senza parametri.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ja.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ja.xlf
index 60e9a7db80c8d4..72a828f97c5e29 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ja.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ja.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ 型 {0} に Validate メソッドが既に実装されています。A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ 型には 'Validate' メソッドの実装が既に含まれています。[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ 静的クラス {0} には [OptionsValidator] を適用できません。'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 'OptionsValidatorAttribute' は静的クラスに適用できません。Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ [ValidateObjectMembers] または [ValidateEnumeratedItems] は、オープンジェネリック型 {0} を持つフィールドまたはプロパティでは使用できません。Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ 'ValidateObjectMembersAttribute' または 'ValidateEnumeratedItemsAttribute' は、オープンジェネリック型を持つフィールドまたはプロパティでは使用できません。Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ 定数または静的メンバー {0} に検証属性を適用できません。Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ 定数、静的フィールド、またはプロパティを検証できません。There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ 型{0}を含む循環型参照があるため、静的検証に使用できません。Unsupported circular references in model types.
- Unsupported circular references in model types.
+ モデル型でサポートされていない循環参照です。Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ 必要な IValidateOptions<{1}> インターフェイスが型 {0} に実装されていません。A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ 'OptionsValidatorAttribute' の注釈が付けられた型が、必要とされるインターフェイスを実装していません。Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ メンバー '{0}' の検証属性 '{1}' は、検証コントロールの種類 '{2}'からアクセスできません。Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ メンバーの検証属性は、検証コントロールの種類からアクセスできません...Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ プライベート フィールドまたはプロパティ {0} には検証属性を適用できません。Can't validate private fields or properties.
- Can't validate private fields or properties.
+ プライベート フィールドまたはプロパティを検証できません。Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ 型 {0} にメンバー {1} から参照されている検証対象のフィールドまたはプロパティがありません。A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ メンバー型に検証対象のフィールドまたはプロパティがありません。Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ 型 {0} に型 {1} で参照されている検証対象のフィールドまたはプロパティがありません。A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ 型に検証対象のフィールドまたはプロパティがありません。[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] は IEnumerable<T> を実装していないため、型 {0} のメンバーでは使用できません。Member type is not enumerable.
- Member type is not enumerable.
+ メンバー型は列挙型ではありません。Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ [ValidateObjectMembers] 属性または [ValidateEnumeratedItems] 属性で null のバリデーター型が指定されています。Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ 'ValidateObjectMembersAttribute' 属性または 'ValidateEnumeratedItemsAttribute' 属性に対して NULL のバリデーター型が指定されています。
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ 型 {0} には検証の注釈がありますが、メンバー {1} では [ValidateEnumeratedItem] が指定されていません。これは誤りである可能性があります。Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ 列挙型の検証がメンバーに存在しない可能性があります。Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ 型 {0} には検証の注釈がありますが、メンバー {1} では [ValidateObjectMembers] が指定されていません。これは誤りである可能性があります。Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ メンバーに推移性の検証がない可能性があります。Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ バリデーター型 {0} にパラメーターなしのコンストラクターがありません。Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ 推移性または列挙型の検証に使用されるバリデーターには、パラメーターのないコンストラクターが必要です。
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ko.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ko.xlf
index e350b2f6f437de..9018aaf6993610 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ko.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ko.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ 형식 {0}은(는) Validate 메서드를 이미 구현하고 있습니다.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ 형식에 'Validate' 메서드 구현이 이미 포함되어 있습니다.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator]은(는) 정적 클래스 {0}에 적용할 수 없습니다.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 'OptionsValidatorAttribute'는 정적 클래스에 적용할 수 없습니다.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ 열린 제네릭 형식 {0}의 필드 또는 속성에는 [ValidateObjectMembers] 또는 [ValidateEnumeratedItems]을(를) 사용할 수 없습니다.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ 열린 제네릭 형식의 필드 또는 속성에는 'ValidateObjectMembersAttribute' 또는 'ValidateEnumeratedItemsAttribute'를 사용할 수 없습니다.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ 상수 또는 정적 멤버 {0}에 유효성 검사 특성을 적용할 수 없습니다.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ 상수, 정적 필드 또는 속성을 확인할 수 없습니다.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ 정적 유효성 검사에 사용할 수 없으므로 형식 {0} 관련된 순환 형식 참조가 있습니다.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ 모델 형식에 지원되지 않는 순환 참조가 있습니다.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ 형식 {0}은(는) 필요한 IValidateOptions<{1}> 인터페이스를 구현하지 않습니다.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ 'OptionsValidatorAttribute'로 주석이 추가된 형식은 필요한 인터페이스를 구현하지 않습니다.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ 유효성 검사기 유형 '{2}'에서 '{1}' 멤버의 '{0}' 유효성 검사 특성에 액세스할 수 없습니다.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ 유효성 검사기 유형에서 멤버의 유효성 검사 특성에 액세스할 수 없습니다.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ 프라이빗 필드 또는 속성 {0}에 유효성 검사 특성을 적용할 수 없습니다.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ 프라이빗 필드 또는 속성의 유효성을 검사할 수 없습니다.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ 형식 {0}은(는) 유효성을 검사할 필드 또는 속성이 없으므로 멤버 {1}을(를) 참조합니다.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ 멤버 형식에 유효성을 검사할 필드 또는 속성이 없습니다.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ 형식 {0}은(는) 유효성을 검사할 필드 또는 속성이 없으므로 형식 {1}을(를) 참조합니다.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ 형식에 유효성을 검사할 필드 또는 속성이 없습니다.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems]은(는) IEnumerable<T>을(를) 구현하지 않으므로 형식 {0}의 멤버에 사용할 수 없습니다.Member type is not enumerable.
- Member type is not enumerable.
+ 멤버 형식을 열거할 수 없습니다.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ [ValidateObjectMembers] 또는 [ValidateEnumeratedItems] 특성에 Null 유효성 검사기 형식이 지정되었습니다.Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ 'ValidateObjectMembersAttribute' 또는 'ValidateEnumeratedItemsAttribute' 특성에 Null 유효성 검사기 형식이 지정되었습니다.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ 형식 {0}은(는) 유효성 검사 주석이 있지만 멤버 {1}은(는) 참조할 수 있는 [ValidateEnumeratedItems]을(를) 지정하지 않습니다.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ 멤버에 열거 가능한 유효성 검사가 누락되었을 수 있습니다.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ 형식 {0}은(는) 유효성 검사 주석이 있지만 멤버 {1}은(는) 참조할 수 있는 [ValidateObjectMembers]을(를) 지정하지 않습니다.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ 멤버에 전이적 유효성 검사가 누락되었을 수 있습니다.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ 유효성 검사기 형식 {0}은(는) 매개 변수가 없는 생성자가 없습니다.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ 전이적 또는 열거형 유효성 검사에 사용되는 유효성 검사기에는 매개 변수가 없는 생성자가 있어야 합니다.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pl.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pl.xlf
index edaf8b9d00e9ba..126471f22a6c9e 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pl.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pl.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Typ {0} już implementuje metodę Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Typ zawiera już implementację metody „Validate”.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ Nie można zastosować elementu [OptionsValidator] do klasy statycznej {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ Nie można zastosować elementu „OptionsValidatorAttribute” do klasy statycznej.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ Nie można użyć atrybutu [ValidateObjectMembers] lub [ValidateEnumeratedItems] w polach lub właściwościach z otwartymi typami ogólnymi {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Nie można użyć atrybutu „ValidateObjectMembersAttribute” lub „ValidateEnumeratedItemsAttribute” w polach lub właściwościach z otwartymi typami ogólnymi.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Nie można zastosować atrybutów walidacji do stałych lub statycznych elementów członkowskich {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Nie można zweryfikować stałych, pól statycznych lub właściwości.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Istnieje cykliczne odwołanie do typu dotyczące typu {0} uniemożliwiające użycie go do weryfikacji statycznej.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Nieobsługiwane odwołania cykliczne w typach modeli.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Typ {0} nie implementuje wymaganego interfejsu IValidateOptions<{1}>.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Typ z adnotacją „OptionsValidatorAttribute” nie implementuje wymaganego interfejsu.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ Atrybut walidacji „{0}” elementu członkowskiego „{1}” jest niedostępny z typu modułu sprawdzania poprawności „{2}”.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ Atrybut walidacji elementu członkowskiego jest niedostępny z typu modułu sprawdzania poprawności.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Nie można zastosować atrybutów weryfikacji do pola prywatnego lub właściwości {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Nie można zweryfikować prywatnych pól lub właściwości.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Typ {0} nie ma pól ani właściwości do zweryfikowania, do których odwołuje się element członkowski {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Typ elementu członkowskiego nie ma pól ani właściwości do zweryfikowania.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Typ {0} nie ma pól ani właściwości do zweryfikowania, do których odwołuje się typ {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Typ nie ma pól ani właściwości do zweryfikowania.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ Atrybutu [ValidateEnumeratedItems] nie można używać w przypadku elementów członkowskich typu {0}, ponieważ nie implementuje interfejsu IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ Nie można wyliczyć typu elementu członkowskiego.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ W atrybutach [ValidateObjectMembers] lub [ValidateEnumeratedItems] określono typ modułu sprawdzania poprawności o wartości null.Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Określono typ modułu sprawdzania poprawności o wartości null dla atrybutu „ValidateObjectMembersAttribute” lub „ValidateEnumeratedItemsAttribute”.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Typ {0} ma adnotacje walidacji, ale element członkowski {1} nie określa atrybutu [ValidateEnumeratedItems], co może być przeoczeniem.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ W elemencie członkowskim może brakować walidacji możliwej do wyliczenia.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Typ {0} ma adnotacje walidacji, ale element członkowski {1} nie określa atrybutu [ValidateObjectMembers], co może być przeoczeniem.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ W przypadku elementu członkowskiego może potencjalnie brakować weryfikacji przechodniej.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Typ modułu sprawdzania poprawności {0} nie ma konstruktora bez parametrów.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Moduły sprawdzania poprawności używane do weryfikacji przechodniej lub weryfikacji możliwej do wyliczenia muszą mieć konstruktora bez żadnych parametrów.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pt-BR.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pt-BR.xlf
index f62a1ef241e372..dcc8db9dcbefe4 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pt-BR.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pt-BR.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ O tipo {0} já implementa o método Validar.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Um tipo já inclui uma implementação do método "Validar".[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] não pode ser aplicado à classe estática {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ "OptionsValidatorAttribute" não pode ser aplicado a uma classe estática.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ Não é possível usar [ValidateObjectMembers] ou [ValidateEnumeratedItems] em campos ou propriedades com o tipo genérico aberto {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Não é possível usar "ValidateObjectMembersAttribute" ou "ValidateEnumeratedItemsAttribute" em campos ou propriedades com tipos genéricos abertos.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Não é possível aplicar atributos de validação a um membro constante ou estático {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Não é possível validar constantes, campos estáticos ou propriedades.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Há uma referência de tipo circular que envolve o tipo {0} que a impede de ser usada para validação estática.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Referências circulares sem suporte em tipos de modelo.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ O tipo {0} não implementa a interface IValidateOptions<{1}> necessária.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Um tipo anotado com "OptionsValidatorAttribute" não implementa a interface necessária.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ O atributo de validação '{0}' no membro '{1}' está inacessível do tipo de validador '{2}'.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ O atributo de validação no membro está inacessível do tipo de validador.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Não é possível aplicar atributos de validação a um campo privado ou propriedade {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Não é possível validar propriedades ou campos privados.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ O tipo {0} não tem campos ou propriedades para validar, referenciados do membro {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Um tipo de membro não tem campos ou propriedades a serem validados.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ O tipo {0} não tem campos ou propriedades para validar, referenciados por tipo {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Um tipo não tem campos ou propriedades a serem validados.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] não pode ser usado em membros do tipo {0}, pois ele não implementa IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ O tipo de membro não é enumerável.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Tipo de validador nulo especificado nos atributos [ValidateObjectMembers] ou [ValidateEnumeratedItems].Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Tipo de validador nulo especificado para os atributos "ValidateObjectMembersAttribute" ou "ValidateEnumeratedItemsAttribute".
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ O tipo {0} tem anotações de validação, mas o membro {1} não especifica [ValidateEnumeratedItems], o que pode ser uma desatenção.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Membro potencialmente ausente na validação enumerável.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ O tipo {0} tem anotações de validação, mas o membro {1} não especifica [ValidateObjectMembers], o que pode ser uma desatenção.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Membro potencialmente ausente na validação transitiva.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ O tipo de validador {0} não tem um construtor sem parâmetros.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Os validadores usados para validação transitiva ou enumerável devem ter um construtor sem parâmetros.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ru.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ru.xlf
index b8069e4266ae37..c1fd957bf6c53d 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ru.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ru.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ Тип {0} уже реализует метод Validate.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Тип уже содержит реализацию метода Validate.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] невозможно применить к статическому классу {0}.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ Параметр OptionsValidatorAttribute не может быть применен к статическому классу.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ Нельзя использовать [ValidateObjectMembers] или [ValidateEnumeratedItems] для полей или свойств с открытыми универсальными типами {0}.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Нельзя использовать "ValidateObjectMembersAttribute" или "ValidateEnumeratedItemsAttribute" для полей или свойств с открытыми универсальными типами.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Не удалось применить атрибуты проверки к константе или статическому элементу {0}.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Не удалось проверить константы, статические поля или свойства.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Существует циклическая ссылка на тип, включающая тип {0}, предотвращающий его использование для статической проверки.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Неподдерживаемые циклические ссылки в типах моделей.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ Тип {0} не реализует требуемый интерфейс IValidateOptions<{1}>.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ Тип с аннотацией OptionsValidatorAttribute не реализует необходимый интерфейс.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ Атрибут проверки "{0}" элемента "{1}" недоступен из типа средства проверки "{2}".Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ Атрибут проверки элемента недоступен из типа средства проверки.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Не удается применить атрибуты проверки к закрытому полю или свойству {0}.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Не удается проверить частные поля или свойства.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ Тип {0} не содержит полей или свойств для проверки, на которые ссылается из элемента {1}.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Тип элемента не имеет полей или свойств для проверки.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ Тип {0} не содержит полей или свойств для проверки, на которые ссылается тип {1}.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Тип не имеет полей или свойств для проверки.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] не может использоваться для элементов типа {0}, так как он не реализует IEnumerable<T>.Member type is not enumerable.
- Member type is not enumerable.
+ Тип элемента не является перечисляемым.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ Тип проверяющего элемента управления, указанный в [ValidateObjectMembers] или [ValidateEnumeratedItems] атрибутах, имеет значение NULL.Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ Для атрибутов ValidateObjectMembersAttribute или ValidateEnumeratedItemsAttribute указан тип проверяющего элемента управления NULL.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ Тип {0} содержит примечания проверки, но элемент {1} не указывает [ValidateEnumeratedItems], который может быть задан.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Элемент потенциально пропускает перечисляемую проверку.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ Тип {0} содержит примечания проверки, но элемент {1} не указывает [ValidateObjectMembers], который может быть задан.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Возможно, в элементе отсутствует транзитивная проверка.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ Тип проверяющего элемента управления {0} не имеет конструктора без параметров.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ У проверяющих элементов управления, используемых для транзитивной или перечисляемой проверки, должен быть конструктор без параметров.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.tr.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.tr.xlf
index 8cb34b9b6f900a..4adda20ccd1581 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.tr.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.tr.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ {0} türü Doğrulama yöntemini zaten uyguluyor.A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ Bir tür zaten 'Validate' yönteminin bir uygulamasını içeriyor.[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator], {0} statik sınıfına uygulanamıyor.'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 'OptionsValidatorAttribute' statik sınıfa uygulanamaz.Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ {0} açık genel türündeki alanlarda veya özelliklerde [ValidateObjectMembers] veya [ValidateEnumeratedItems] kullanılamaz.Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ Açık genel türleri olan alanlarda veya özelliklerde 'ValidateObjectMembersAttribute' veya 'ValidateEnumeratedItemsAttribute' kullanılamaz.Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ Doğrulama öznitelikleri sabit veya statik üye {0} için geçerli değildir.Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ Sabitler, statik alanlar veya özellikler doğrulanamıyor.There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ Statik doğrulama için kullanılmasını engelleyen {0} türü içeren döngüsel bir tür başvurusu var.Unsupported circular references in model types.
- Unsupported circular references in model types.
+ Model türlerde döngüsel başvurular desteklenmiyor.Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ {0} türü gerekli IValidateOptions<{1}> arabirimini uygulamıyor.A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ 'OptionsValidatorAttribute' ile açıklama eklenmiş bir tür gerekli arabirimi uygulamıyor.Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ '{1}' adlı üye üzerindeki '{0}' doğrulama özniteliğine '{2}' doğrulayıcı türünden erişilemiyor.Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ Üye üzerindeki doğrulama özniteliğine doğrulayıcı türünden erişilemiyor.Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ Doğrulama öznitelikleri, {0} özel alanına veya özelliğine uygulanamıyor.Can't validate private fields or properties.
- Can't validate private fields or properties.
+ Özel alanlar veya özellikler doğrulanamıyor.Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ {0} türünde doğrulanacak alan veya özellik yok, {1} üyesinden başvurulur.A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ Üye türünde doğrulanacak alan veya özellik yok.Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ {0} türünde doğrulanacak alan veya özellik yok, {1} türü tarafından başvurulur.A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ Türde doğrulanacak alan veya özellik yok.[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems], IEnumerable<T> uygulamadığından {0} türündeki üyeler üzerinde kullanılamıyor.Member type is not enumerable.
- Member type is not enumerable.
+ Üye türü numaralandırılabilir değil.Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ [ValidateObjectMembers] veya [ValidateEnumeratedItems] özniteliklerinde null doğrulayıcı türü belirtildi.Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ 'ValidateObjectMembersAttribute' veya 'ValidateEnumeratedItemsAttribute' öznitelikleri için null doğrulayıcı türü belirtildi.
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ {0} türünde doğrulama ek açıklamaları var, ancak {1} üyesi gözden kaçmış olabilecek [ValidateEnumeratedItems] belirtmiyor.Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ Üyede numaralandırılabilir doğrulama eksik olabilir.Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ {0} türünde doğrulama ek açıklamaları var, ancak {1} üyesi gözden kaçmış olabilecek [ValidateObjectMembers] belirtmiyor.Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ Üyede geçişli doğrulama eksik olabilir.Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ {0} doğrulayıcı türü parametresiz bir oluşturucuya sahip değil.Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ Geçişli veya numaralandırılabilir doğrulama için kullanılan doğrulayıcıların parametresi olmayan bir oluşturucusu olmalıdır.
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hans.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hans.xlf
index 707dcb36c697b0..4a6d79badc79f4 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hans.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hans.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ 类型 {0} 已实现 Validate 方法。A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ 类型已包含“Validate”方法的实现。[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] 无法应用于静态类 {0}。'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ “OptionsValidatorAttribute”不能应用于静态类。Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ 不能对具有开放泛型类型 {0} 的字段或属性使用 [ValidateObjectMembers] 或 [ValidateEnumeratedItems]。Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ 不能对具有开放泛型类型的字段或属性使用 "ValidateObjectMembersAttribute" 或 "ValidateEnumeratedItemsAttribute"。Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ 无法将验证属性应用于常量或静态成员 {0}。Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ 无法验证常量、静态字段或属性。There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ 存在一个循环类型引用,其中涉及的类型 {0} 阻止将其用于静态验证。Unsupported circular references in model types.
- Unsupported circular references in model types.
+ 模型类型中不支持的循环引用。Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ 类型 {0} 未实现所需的 IValidateOptions<{1}> 接口。A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ 用 "OptionsValidatorAttribute" 批注的类型未实现必要的接口。Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ 无法从验证程序类型“{2}”访问成员“{1}”上的验证属性“{0}”。Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ 无法从验证程序类型访问成员上的验证属性。Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ 无法将验证属性应用于专用字段或属性 {0}。Can't validate private fields or properties.
- Can't validate private fields or properties.
+ 无法验证专用字段或属性。Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ 类型 {0} 没有要验证的字段或属性,从成员 {1} 中引用。A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ 成员类型没有要验证的字段或属性。Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ 类型 {0} 没有要验证的字段或属性,由类型 {1} 引用。A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ 类型没有要验证的字段或属性。[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ 无法对类型 {0} 的成员使用 [ValidateEnumeratedItems],因为它未实现 IEnumerable<T>。Member type is not enumerable.
- Member type is not enumerable.
+ 成员类型不可枚举。Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ [ValidateObjectMembers] 或 [ValidateEnumeratedItems] 属性中指定的 Null 验证程序类型。Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ 为“ValidateObjectMembersAttribute”或“ValidateEnumeratedItemsAttribute”属性指定的验证程序类型为 Null。
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ 类型 {0} 具有验证注释,但成员 {1} 未指定 [ValidateEnumeratedItems],这可能是一种监督。Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ 成员可能缺少可枚举验证。Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ 类型 {0} 具有验证注释,但成员 {1} 未指定 [ValidateObjectMembers],这可能是一种监督。Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ 成员可能缺少可传递验证。Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ 验证程序类型 {0} 没有无参数构造函数。Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ 用于可传递验证或可枚举验证的验证程序必须具有没有参数的构造函数。
diff --git a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hant.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hant.xlf
index f8087186cb294b..f0d9a24cdfb1eb 100644
--- a/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hant.xlf
+++ b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hant.xlf
@@ -4,122 +4,122 @@
Type {0} already implements the Validate method.
- Type {0} already implements the Validate method.
+ 類型 {0} 已實作 [驗證] 方法。A type already includes an implementation of the 'Validate' method.
- A type already includes an implementation of the 'Validate' method.
+ 類型已經包含 [驗證] 方法的實作。[OptionsValidator] cannot be applied to static class {0}.
- [OptionsValidator] cannot be applied to static class {0}.
+ [OptionsValidator] 無法套用至靜態類別 {0}。'OptionsValidatorAttribute' can't be applied to a static class.
- 'OptionsValidatorAttribute' can't be applied to a static class.
+ 無法將 'OptionsValidatorAttribute' 套用至靜態類別。Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
- Can't use [ValidateObjectMembers] or [ValidateEnumeratedItems] on fields or properties with open generic type {0}.
+ 無法在有開放式泛型型別 {0} 的欄位或屬性上使用 [ValidateObjectMembers] 或 [ValidateEnumeratedItems]。Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
- Can't use 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' on fields or properties with open generic types.
+ 無法在有開放式泛型型別的欄位或屬性上使用 'ValidateObjectMembersAttribute' 或 'ValidateEnumeratedItemsAttribute'。Can't apply validation attributes to constant or static member {0}.
- Can't apply validation attributes to constant or static member {0}.
+ 無法將驗證屬性套用至常數或靜態成員 {0}。Can't validate constants, static fields or properties.
- Can't validate constants, static fields or properties.
+ 無法驗證常數、靜態欄位或屬性。There is a circular type reference involving type {0} preventing it from being used for static validation.
- There is a circular type reference involving type {0} preventing it from being used for static validation.
+ 有涉及類型 {0} 的循環類型參考讓它無法用於靜態驗證。Unsupported circular references in model types.
- Unsupported circular references in model types.
+ 模型類型中不支援的循環參考。Type {0} does not implement the required IValidateOptions<{1}> interface.
- Type {0} does not implement the required IValidateOptions<{1}> interface.
+ 類型 {0} 未實作必要的 IValidateOptions<{1}> 介面。A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
- A type annotated with 'OptionsValidatorAttribute' doesn't implement the necessary interface.
+ 以 'OptionsValidatorAttribute' 附註的類型未實作必要的介面。Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
- Validation attribute '{0}' on the member '{1}' is inaccessible from the validator type '{2}'.
+ 無法從驗證程式類型 '{2}' 存取成員 '{1}' 上的驗證屬性 '{0}'。Validation attribute on the member is inaccessible from the validator type..
- Validation attribute on the member is inaccessible from the validator type..
+ 無法從驗證程式類型存取成員上的驗證屬性。Can't apply validation attributes to private field or property {0}.
- Can't apply validation attributes to private field or property {0}.
+ 無法將驗證屬性套用至私用欄位或屬性 {0}。Can't validate private fields or properties.
- Can't validate private fields or properties.
+ 無法驗證私人欄位或屬性。Type {0} has no fields or properties to validate, referenced from member {1}.
- Type {0} has no fields or properties to validate, referenced from member {1}.
+ 參照會員 {1},類型 {0} 沒有欄位或屬性可供驗證。A member type has no fields or properties to validate.
- A member type has no fields or properties to validate.
+ 成員類型沒有欄位或屬性可供驗證。Type {0} has no fields or properties to validate, referenced by type {1}.
- Type {0} has no fields or properties to validate, referenced by type {1}.
+ 參照類型 {1},類型 {0} 沒有欄位或屬性可供驗證。A type has no fields or properties to validate.
- A type has no fields or properties to validate.
+ 類型沒有欄位或屬性可供驗證。[ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
- [ValidateEnumeratedItems] cannot be used on members of type {0} as it doesn't implement IEnumerable<T>.
+ [ValidateEnumeratedItems] 無法用於類型 {0} 的成員,因為其未實作 IEnumerable<T>。Member type is not enumerable.
- Member type is not enumerable.
+ 成員類型無法列舉。Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
- Null validator type specified in [ValidateObjectMembers] or [ValidateEnumeratedItems] attributes.
+ [ValidateObjectMembers] 或 [ValidateEnumeratedItems] 屬性中指定的 Null 驗證程式類型。Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
- Null validator type specified for the 'ValidateObjectMembersAttribute' or 'ValidateEnumeratedItemsAttribute' attributes.
+ 為 'ValidateObjectMembersAttribute' 或 'ValidateEnumeratedItemsAttribute' 屬性指定的 Null 驗證程式類型。
@@ -134,32 +134,32 @@
Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateEnumeratedItems] which could be an oversight.
+ 成員 {0} 具備驗證註釋,但成員 {1} 未指定 [ValidateObjectMembers] (可能為監督)。Member potentially missing enumerable validation.
- Member potentially missing enumerable validation.
+ 成員可能遺漏可列舉的驗證。Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
- Type {0} has validation annotations, but member {1} doesn't specify [ValidateObjectMembers] which could be an oversight.
+ 類型 {0} 具備驗證註釋,但成員 {1} 未指定 [ValidateObjectMembers] (可能為監督)。Member potentially missing transitive validation.
- Member potentially missing transitive validation.
+ 成員可能遺漏轉移的驗證。Validator type {0} doesn't have a parameterless constructor.
- Validator type {0} doesn't have a parameterless constructor.
+ 驗證程式類型 {0} 沒有無參數建構函式。Validators used for transitive or enumerable validation must have a constructor with no parameters.
- Validators used for transitive or enumerable validation must have a constructor with no parameters.
+ 用於轉移或可列舉驗證的驗證程式必須具備沒有參數的建構函式。
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.cs.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.cs.xlf
index aba6380486a3b7..e1b25c7690ffa4 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.cs.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.cs.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Typ {0} bude v nativním podpisu považován za strukturu, nikoli za nativní HRESULT. Pokud jej chcete považovat za HRESULT, přidejte do metody [return:MarshalAs(UnmanagedType.Error)].This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Tento typ bude v nativním podpisu považován za strukturu, nikoli za nativní HRESULT.
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ Atribut „[Out]“ se podporuje pouze u parametrů pole. Zvažte použití klíčových slov „out“ nebo „ref“, aby se parametr dalo měnit.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.de.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.de.xlf
index 6b978f9aff5a9f..1b056b0cb4118e 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.de.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.de.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Der Typ '{0}' wird als Struktur in der nativen Signatur und nicht als natives HRESULT behandelt. Um ihn als HRESULT zu behandeln, fügen Sie der Methode "[return:MarshalAs(UnmanagedType.Error)]" hinzu.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Dieser Typ wird als Struktur in der nativen Signatur und nicht als natives HRESULT behandelt
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ Das [Out]-Attribut wird nur für Arrayparameter gemarshallt werden. Erwägen Sie die Verwendung der Schlüsselwörter "out" oder "ref", um den Parameter änderbar zu machen.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.es.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.es.xlf
index 077827dbf7ef9b..7d67b06c68960e 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.es.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.es.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ El tipo '{0}' se tratará como un struct en la firma nativa, no como un HRESULT nativo. Para tratarlo como un HRESULT, añade '[return:MarshalAs(UnmanagedType.Error)]' al método.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Este tipo se tratará como una estructura en la firma nativa, no como un HRESULT nativo.
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ El atributo "[Out]" solo se admite en parámetros de matriz. Considere la posibilidad de usar palabras clave "out" o "ref" para hacer que el parámetro sea mutable.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.fr.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.fr.xlf
index 7b06fbb9966ce1..e4a153641da409 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.fr.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.fr.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Le type « {0} » sera traité en tant que struct dans la signature native, et non en tant que HRESULT natif. Pour le traiter en tant que HRESULT, ajoutez « [return:MarshalAs(UnmanagedType.Error)] » à la méthode.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Ce type sera traité en tant que struct dans la signature native, et non en tant que HRESULT natif
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.it.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.it.xlf
index ee4ead36b3e114..acc74fc43e9ed5 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.it.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.it.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Il tipo '{0}' verrà considerato come uno struct nella firma nativa, non come HRESULT nativo. Per considerare questo valore come HRESULT, aggiungere '[return:MarshalAs(UnmanagedType.Error)]' al metodo.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Questo tipo verrà considerato come uno struct nella firma nativa, non come HRESULT nativo
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ja.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ja.xlf
index 9c12755cb80b44..946718bd8962ed 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ja.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ja.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ 型 '{0}' は、ネイティブ HRESULT としてではなく、ネイティブ シグネチャ内の構造体として扱われます。これを HRESULT として扱うには、'[return:MarshalAs(UnmanagedType.Error)]' をメソッドに追加します。This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ この型はネイティブの HRESULT ではなく、ネイティブ シグネチャの構造体として扱われます
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ '[Out]' 属性は、配列パラメーターでのみサポートされます。パラメーターを変更可能にするには、'out' または 'ref' キーワードを使用することを検討してください。
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ko.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ko.xlf
index 53b72d47f60fa3..baa3e6381b26d7 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ko.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ko.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ '{0}' 형식은 네이티브 HRESULT가 아니라 네이티브 서명에서 구조체로 처리됩니다. HRESULT로 처리하려면 메서드에 '[return:MarshalAs(UnmanagedType.Error)]'를 추가하세요.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ 이 형식은 네이티브 HRESULT가 아니라 네이티브 서명의 구조체로 처리됩니다.
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ '[Out]' 특성은 배열 매개 변수에서만 지원됩니다. 매개 변수를 변경할 수 있도록 'out' 또는 'ref' 키워드를 사용하는 것이 좋습니다.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pl.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pl.xlf
index fb6cf9f172c21b..5f5447d2cd1ec5 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pl.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pl.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Typ „{0}” będzie traktowany jako struktura w podpisie natywnym, a nie jako natywny wynik HRESULT. Aby traktować to jako HRESULT, dodaj element „[return:MarshalAs(UnmanagedType.Error)]” do metody.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Ten typ będzie traktowany jako struktura w podpisie natywnym, a nie jako natywny wynik HRESULT
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pt-BR.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pt-BR.xlf
index 8d2e606d2d0307..5eac2e488d6ee1 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pt-BR.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.pt-BR.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ O tipo '{0}' será tratado como uma estrutura na assinatura nativa, não como um HRESULT nativo. Para tratar isso como um HRESULT, adicione '[return:MarshalAs(UnmanagedType.Error)]' ao método.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Este tipo será tratado como uma estrutura na assinatura nativa, não como um HRESULT nativo
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ O atributo "[Out]" só tem suporte em parâmetros de matriz. Considere usar palavras-chave "out" ou "ref" para tornar o parâmetro mutável.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ru.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ru.xlf
index fca13d2b25e7f6..3c763338f053c4 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ru.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.ru.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ Тип "{0}" будет рассматриваться как структура в собственной подписи, а не как собственный HRESULT. Чтобы обработать это как HRESULT, добавьте в метод "[return:MarshalAs(UnmanagedType.Error)]".This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Этот тип будет рассматриваться как структура в собственной подписи, а не как собственный HRESULT.
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.tr.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.tr.xlf
index 44d2a4a4cbadd3..b3551845a81494 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.tr.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.tr.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ '{0}' türü, yerel HRESULT olarak değil, yerel imzada bir yapı olarak değerlendirilir. Bunu bir HRESULT olarak değerlendirmek için yönteme '[return:MarshalAs(UnmanagedType.Error)]' ekleyin.This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ Bu tür, yerel HRESULT olarak değil, yerel imzada bir yapı olarak değerlendirilir
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hans.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hans.xlf
index e6fbf9115aec2d..5f77e5d137a900 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hans.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hans.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ 类型“{0}”将被视为本机签名中的结构,而不是本机 HRESULT。若要将其视为 HRESULT,请将“[return:MarshalAs(UnmanagedType.Error)]”添加到方法。This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ 此类型将被视为本机签名中的结构,而不是本机 HRESULT
@@ -904,7 +904,7 @@
The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
- The `[Out]` attribute is only supported on array parameters. Consider using 'out' or 'ref' keywords to make the parameter mutable.
+ `[Out]` 属性仅在数组参数上受支持。请考虑使用“out”或“ref”关键字使参数可变。
diff --git a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hant.xlf b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hant.xlf
index 528339678cefdb..30be4f574082e7 100644
--- a/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hant.xlf
+++ b/src/libraries/System.Runtime.InteropServices/gen/Common/Resources/xlf/Strings.zh-Hant.xlf
@@ -439,12 +439,12 @@
The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
- The type '{0}' will be treated as a struct in the native signature, not as a native HRESULT. To treat this as an HRESULT, add '[return:MarshalAs(UnmanagedType.Error)]' to the method.
+ 類型 '{0}' 會被視為原生簽章中的結構,而非原生 HRESULT。若要將此視為 HRESULT,請將 '[return:MarshalAs(UnmanagedType.Error)]' 新增至方法。This type will be treated as a struct in the native signature, not as a native HRESULT
- This type will be treated as a struct in the native signature, not as a native HRESULT
+ 此類型會被視為原生簽章中的結構,而非原生 HRESULT
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.cs.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.cs.xlf
index 41ce7674876442..0911c52f6700e0 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.cs.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.cs.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Zdrojový generátor System.Text.Json není k dispozici v jazyce C#{0}. Použijte prosím jazykovou verzi {1} nebo vyšší.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.de.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.de.xlf
index a0b49aa02c03f3..156d9972bb6799 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.de.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.de.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Der System.Text.Json-Quellgenerator ist in C# „{0}“ nicht verfügbar. Verwenden Sie die Sprachversion {1} oder höher.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.es.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.es.xlf
index bdd7876fa38cd3..d609f70c4f02fb 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.es.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.es.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- El generador de origen System.Text.Json no está disponible en C# '{0}'. Use la versión de idioma {1} o superior.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.fr.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.fr.xlf
index 4b93e17edd6eb6..796b0000fa0973 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.fr.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.fr.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Le générateur de source System.Text.Json n'est pas disponible en C# '{0}'. Veuillez utiliser la version linguistique {1} ou supérieure.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.it.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.it.xlf
index cb163ff94ec4f9..5c5f6a6d079979 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.it.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.it.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Il generatore di origine System.Text.Json non è disponibile in C# '{0}'. Usare la versione del linguaggio {1} o successiva.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ja.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ja.xlf
index 9e3366a8bf09a2..b9b33f30c719c2 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ja.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ja.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- System.Text.Json ソース ジェネレーターは C# '{0}' では使用できません。言語バージョン {1} 以上を使用してください。
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ko.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ko.xlf
index 735e6d772f7c26..4247e794b564a7 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ko.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ko.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- System.Text.Json 원본 생성기는 C# '{0}'에서 사용할 수 없습니다. {1} 이상의 언어 버전을 사용하세요.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pl.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pl.xlf
index 8282fa16aa908b..3ac0444fdee2a2 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pl.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pl.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Generator źródła System.Text.Json nie jest dostępny w języku C# „{0}”. Użyj wersji językowej lub nowszej {1} .
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf
index 030a3f3302e729..d351ab9fa8a9ab 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.pt-BR.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- O gerador de fonte System.Text.Json não está disponível em C# '{0}'. Use a versão do idioma {1} ou superior.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ru.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ru.xlf
index 556fa665267f30..35b0dfef2a6640 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ru.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.ru.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- Генератор исходного кода System.Text.Json не доступен в C# "{0}". Используйте языковую версию {1} или выше.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.tr.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.tr.xlf
index e74d8818167e3d..8f9d470847a1b8 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.tr.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.tr.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- System.Text.Json kaynak oluşturucusu C# '{0}' içinde kullanılamıyor. Lütfen dil sürümü {1} veya üstü sürümü kullanın.
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hans.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hans.xlf
index 3ac4929b2b76dd..fc6ddb4af529ef 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hans.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hans.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- System.Text.Json 源生成器在 C#“{0}”中不可用。请使用{1}或更高版本的语言版本。
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
diff --git a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hant.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hant.xlf
index a194d8afc278d7..46c0ae9ab63087 100644
--- a/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hant.xlf
+++ b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.zh-Hant.xlf
@@ -114,7 +114,7 @@
The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.
- C# '{0}' 中無法使用 System.Text.Json 來源產生器。請使用 {1} 或更新的語言版本。
+ The System.Text.Json source generator is not available in C# {0}. Please use language version {1} or greater.