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 ba26cf8cb3e90..184bbb39d6dc4 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,132 +4,132 @@ 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. 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. 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”. 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 748bf1cbda2b7..cb0596b5def02 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,132 +4,132 @@ 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. 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. 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'. 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.ru.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ru.xlf index 7c01d660f80f0..3bb2c0e505c51 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,132 +4,132 @@ 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" для полей или свойств с открытыми универсальными типами. 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 не реализует необходимый интерфейс. 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. 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/System.Text.Json/gen/Resources/xlf/Strings.es.xlf b/src/libraries/System.Text.Json/gen/Resources/xlf/Strings.es.xlf index 2eabf459872da..7ae1246d09b21 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 @@ -64,12 +64,12 @@ The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. + El tipo “JsonConverterAttribute” “{0}” especificado en el miembro “{1}” no es un tipo de convertidor o no contiene un constructor sin parámetros accesible. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + “JsonConverterAttribute.Type” contiene un argumento no válido o inaccesible. 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 6f1a66a53552e..c77fd3bc30bc0 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 @@ -64,12 +64,12 @@ The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. + Le type 'JsonConverterAttribute' '{0}' spécifié sur le membre '{1}' n’est pas un type convertisseur ou ne contient pas de constructeur sans paramètre accessible. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + 'JsonConverterAttribute.Type' contient un argument non valide ou inaccessible. 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 af4e072d09d75..bc0c780f8dbe2 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 @@ -64,12 +64,12 @@ The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. + Тип "JsonConverterAttribute" "{0}", указанный в элементе "{1}", не является типом преобразователя или не содержит доступного конструктора без параметров. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + Аргумент "JsonConverterAttribute.Type" содержит недопустимый или недоступный аргумент.