From: dotnet bot Date: Fri, 23 Jun 2023 09:57:48 +0000 (+0200) Subject: Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 220791... X-Git-Tag: accepted/tizen/unified/riscv/20231226.055536~1419 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04133eb3999c103fff49a04f6a7a146bdd75fa36;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2207912 (#87948) * Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2207695 * Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2207695 * Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2207695 --- 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 1a25435..df204ef 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,132 +4,132 @@ 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. 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. 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. 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.ja.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.ja.xlf index 1f4ccf0..00a2e4f 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,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}. + 静的クラス {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' は、オープンジェネリック型を持つフィールドまたはプロパティでは使用できません。 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' の注釈が付けられた型が、必要とされるインターフェイスを実装していません。 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 のバリデーター型が指定されています。 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 283d22e..14137b6 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,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}. + 열린 제네릭 형식 {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'를 사용할 수 없습니다. 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]은(는) 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 유효성 검사기 형식이 지정되었습니다. 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.pt-BR.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.pt-BR.xlf index 80eb423..b226f9c 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,132 +4,132 @@ 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. 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. 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". 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.tr.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.tr.xlf index 4c7a25e..6d56473 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,132 +4,132 @@ 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. 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. 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. 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-Hant.xlf b/src/libraries/Microsoft.Extensions.Options/gen/Resources/xlf/Strings.zh-Hant.xlf index 3b7ddf5..ee2d977 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,132 +4,132 @@ 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'。 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}. + 參照會員 {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 驗證程式類型。 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/ComInterfaceGenerator/Resources/xlf/Strings.es.xlf b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.es.xlf index eb3887b..40ca99b 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.es.xlf +++ b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.es.xlf @@ -59,7 +59,7 @@ A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. - A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. + ''GeneratedComInterface'' no puede especificar ''ComInterfaceOptions.ManagedObjectWrapper'' o ''ComInterfaceOptions.ComObjectWrapper'' a menos que el tipo de interfaz base no especifique opciones o especifique al menos las mismas opciones. @@ -304,12 +304,12 @@ The specified 'ComInterfaceOptions' are invalid. - The specified 'ComInterfaceOptions' are invalid. + El elemento ''ComInterfaceOptions'' especificado no es válido. The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} - The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} + El elemento ''ComInterfaceOptions'' especificado en ''{0}'' no es válido. {1} @@ -384,7 +384,7 @@ Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. - Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. + Debe especificarse ''ComInterfaceOptions.ManagedObjectWrapper'' o ''ComInterfaceOptions.ComObjectWrapper''. diff --git a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.fr.xlf b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.fr.xlf index 5e5761e..779f4fa 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.fr.xlf +++ b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.fr.xlf @@ -59,7 +59,7 @@ A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. - A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. + Un 'GeneratedComInterface' ne peut pas spécifier 'ComInterfaceOptions.ManagedObjectWrapper' ou 'ComInterfaceOptions.ComObjectWrapper' sauf si le type d’interface de base n’a pas spécifié d’options ou spécifié au moins les mêmes options. @@ -304,12 +304,12 @@ The specified 'ComInterfaceOptions' are invalid. - The specified 'ComInterfaceOptions' are invalid. + Les 'ComInterfaceOptions' spécifiées ne sont pas valides. The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} - The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} + Les 'ComInterfaceOptions' spécifiées sur « {0} » ne sont pas valides. {1} @@ -384,7 +384,7 @@ Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. - Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. + 'ComInterfaceOptions.ManagedObjectWrapper' ou 'ComInterfaceOptions.ComObjectWrapper' doit être spécifié. diff --git a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ja.xlf b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ja.xlf index 7b59bdc..4bfca4c 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ja.xlf +++ b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ja.xlf @@ -59,7 +59,7 @@ A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. - A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. + 基底インターフェイスの型でオプションが指定されていないか、少なくとも同じオプションが指定されていない限り、'GeneratedComInterface' では 'ComInterfaceOptions.ManagedObjectWrapper' または 'ComInterfaceOptions.ComObjectWrapper' を指定できません。 @@ -304,12 +304,12 @@ The specified 'ComInterfaceOptions' are invalid. - The specified 'ComInterfaceOptions' are invalid. + 指定された 'ComInterfaceOptions' が無効です。 The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} - The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} + '' で指定された '{0}' の 'ComInterfaceOptions' が無効です。{1} @@ -384,7 +384,7 @@ Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. - Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. + 'ComInterfaceOptions.ManagedObjectWrapper' または 'ComInterfaceOptions.ComObjectWrapper' を指定する必要があります。 diff --git a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ru.xlf b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ru.xlf index 7eac7a6..8675f1d 100644 --- a/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ru.xlf +++ b/src/libraries/System.Runtime.InteropServices/gen/ComInterfaceGenerator/Resources/xlf/Strings.ru.xlf @@ -59,7 +59,7 @@ A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. - A 'GeneratedComInterface' cannot specify 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' unless the base interface type did not specify options or specified at least the same options. + Параметр "GeneratedComInterface" не может указывать "ComInterfaceOptions.ManagedObjectWrapper" или "ComInterfaceOptions.ComObjectWrapper" кроме случаев, когда базовый тип интерфейса не указывает параметры или указывает по крайней мере те же параметры. @@ -304,12 +304,12 @@ The specified 'ComInterfaceOptions' are invalid. - The specified 'ComInterfaceOptions' are invalid. + Указанный параметр "ComInterfaceOptions" недопустим. The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} - The specified 'ComInterfaceOptions' on '{0}' are invalid. {1} + Указанный параметр "ComInterfaceOptions" в "{0}" недопустим. {1} @@ -384,7 +384,7 @@ Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. - Either 'ComInterfaceOptions.ManagedObjectWrapper' or 'ComInterfaceOptions.ComObjectWrapper' must be specified. + Необходимо указать "ComInterfaceOptions.ManagedObjectWrapper" или "ComInterfaceOptions.ComObjectWrapper". 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 8f49e4e..8c9ce370 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 @@ -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. + Der für den Member "{1}" angegebene JsonConverterAttribute-Typ "{0}" ist kein Konvertertyp oder enthält keinen parameterlosen Konstruktor, auf den zugegriffen werden kann. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + "JsonConverterAttribute.Type" enthält ein ungültiges oder nicht zugängliches Argument. 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 c37b0a0..c3851ce 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 @@ -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. + メンバー '{1}' で指定されている 'JsonConverterAttribute' 型 '{0}' はコンバーター型ではないか、アクセス可能なパラメーターなしのコンストラクターを含んでいません。 The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + 'JsonConverterAttribute.Type' に無効な、またはアクセスできない引数が含まれています。 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 12ab8a5..ccbb118 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 @@ -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. + '{1}' 멤버에 지정된 'JsonConverterAttribute' 형식 '{0}'이(가) 변환기 형식이 아니거나 액세스 가능한 매개 변수가 없는 생성자를 포함하지 않습니다. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + 'JsonConverterAttribute.Type'에 잘못되었거나 액세스할 수 없는 인수가 포함되어 있습니다. 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 978cfcd..51e802c 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 @@ -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. + O tipo "JsonConverterAttribute" "{0}" especificado no membro "{1}" não é um tipo de conversor ou não contém um construtor sem parâmetros acessível. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + O "JsonConverterAttribute.Type" contém um argumento inválido ou inacessível. 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 12b746e..478b2fb 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 @@ -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. + '{1}' üyesi üzerinde belirtilen 'JsonConverterAttribute' '{0}' türü dönüştürücü türü değil veya erişilebilir parametresiz bir oluşturucu içermiyor. The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + 'JsonConverterAttribute.Type' geçersiz veya erişilemeyen bir bağımsız değişken içeriyor. 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 9c24bb2..64849d5 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 @@ -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. + 成員 '{1}' 上指定的 'JsonConverterAttribute' 類型 '{0}' 不是轉換器類型,或不包含可存取的無參數建構函式。 The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. - The 'JsonConverterAttribute.Type' contains an invalid or inaccessible argument. + 'JsonConverterAttribute.Type' 包含無效或無法存取的引數。