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 d03e4dc8b5d68d..80868ddb5db05e 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Vlastnosti rozhraní COM generovaných ze zdroje nepodporují modifikátory ani přístupové metody 'static', 'extern', 'required' a 'init'. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + Vlastnost '{0}' v rozhraní '{1}' používá '{2}', což není u vlastnosti rozhraní COM generovaného ze zdroje podporované Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + Vlastnost používá nepodporovaný modifikátor nebo přístupovou metodu pro rozhraní COM generované ze zdroje @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Atributy marshallingu, například 'MarshalUsing' a 'MarshalAs', u člena s výchozí implementací (s tělem) v rozhraní COM generovaném ze zdroje nemají žádný účinek. Výchozí implementace jsou čistě spravovaný kód, který obchází kanál marshallingu COM a negeneruje se pro ně žádný stub. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + Atribut marshallingu u člena '{0}' s výchozí implementací v rozhraní '{1}' se bude ignorovat, protože výchozí implementace negenerují kód marshallingu COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + Atribut marshallingu u člena s výchozí implementací v rozhraní COM generovaném ze zdroje nemá žádný účinek @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Když se atribut 'MarshalUsing' použije u přístupové metody vlastnosti v rozhraní COM generovaném ze zdroje (pomocí '[return: MarshalUsing(...)]' u getteru nebo '[param: MarshalUsing(...)]' u setteru), musí prostřednictvím argumentu konstruktoru poskytovat typ marshalleru. Formy jen s počtem nebo jen s hloubkou ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)' nebo 'MarshalUsing(ElementIndirectionDepth = ...)' u přístupové metody) by tiše přepsaly atribut 'MarshalUsing' na úrovni vlastnosti nebo by s ním částečně kolidovaly. Zkombinujte typ marshalleru a informace o počtu v jednom atributu 'MarshalUsing' u přístupové metody. Hodnoty 'ConstantElementCount' a 'ElementIndirectionDepth' se můžou zadat také pomocí atributu 'MarshalUsing' na úrovni vlastnosti. Hodnota 'CountElementName' není u přístupových metod vlastností ani indexerů podporovaná, protože v tomto kontextu nejsou dostupná vyhledávání partnerských parametrů. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + Atribut 'MarshalUsing' u přístupové metody vlastnosti '{0}' v rozhraní '{1}' musí určovat typ marshalleru. Zkombinujte typ marshalleru a počet v jednom atributu 'MarshalUsing' u přístupové metody, nebo zadejte 'ConstantElementCount' či 'ElementIndirectionDepth' v deklaraci vlastnosti. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + Atribut 'MarshalUsing' použitý u přístupové metody vlastnosti v rozhraní COM generovaném ze zdroje musí určovat typ marshalleru @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + U rozhraní COM generovaného ze zdroje je vlastnost buď plně abstraktní (bez těl přístupových metod, považuje se za vlastnost COM obsazující sloty ve vtable), nebo plně implementovaná ve výchozím nastavení (každá přístupová metoda má tělo, považuje se za čistě spravovaný kód, který obchází marshalling COM). Kombinování těchto dvou podob v rámci jedné vlastnosti není podporované. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + Vlastnost „{0}“ v rozhraní „{1}“ kombinuje abstraktní přístupové metody a přístupové metody s výchozí implementací. Buď musí mít těla všechny přístupové metody, nebo je nesmí mít žádná. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Přístupové metody vlastností v rozhraní COM generovaném ze zdroje musí buď všechny mít těla, nebo je nesmí mít žádná 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 40468a8da8992c..34be0338905f6a 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Von der Quelle generierte COM-Schnittstelleneigenschaften unterstützen die Modifizierer/Accessoren „static“, „extern“, „required“ oder „init“ nicht. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + Die Eigenschaft „{0}“ für die Schnittstelle „{1}“ verwendet „{2}“, was für eine vom Quellcode generierte COM-Schnittstelleneigenschaft nicht unterstützt wird. Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + Die Eigenschaft verwendet einen nicht unterstützten Modifizierer oder Accessor für eine von der Quelle generierte COM-Schnittstelle. @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Marshalling-Attribute wie „MarshalUsing“ und „MarshalAs“ für einen standardmäßig implementiertes Mitglied (texttragend) einer von der Quelle generierten COM-Schnittstelle haben keine Auswirkungen. Standardimplementierungen sind reiner verwalteter Code, der die COM-Marshalling-Pipeline umgeht und keinen generierten Stub erhält. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + Das Marshalling-Attribut für das standardmäßig implementierte Mitglied „{0}“ für die Schnittstelle „{1}“ wird ignoriert, da Standardimplementierungen keinen COM-Marshallingcode generieren. Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + Das Marshalling-Attribut für ein standardmäßig implementiertes Mitglied einer von der Quelle generierten COM-Schnittstelle hat keine Auswirkungen. @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Wenn „MarshalUsing“ auf einen vom Quellcode generierten COM-Schnittstelleneigenschaften-Accessor angewendet wird (über „[return: MarshalUsing(...)]“ für einen Getter oder „[param: MarshalUsing(...)]“ für einen Setter), muss er einen Marshallertyp über das Konstruktorargument bereitstellen. Count-only- oder Depth-only-Formulare („MarshalUsing(ConstantElementCount = ...)“, „MarshalUsing(CountElementName = ...)“ oder „MarshalUsing(ElementIndirectionDepth = ...)“ für einen Accessor) überschreiben oder verursachen einen teilweisen Konflikt mit einem MarshalUsing-Attribut auf Eigenschaftsebene. Kombinieren Sie den Marshallertyp und die Anzahl von Informationen für ein einzelnes MarshalUsing-Attribut auf dem Accessor. „ConstantElementCount“ und „ElementIndirectionDepth“ können auch über eine MarshalUsing-Eigenschaftsebene bereitgestellt werden. „CountElementName“ wird für Eigenschaften- oder Indexer-Accessoren nicht unterstützt, da Peer-Parametersuchen in diesem Kontext nicht verfügbar sind. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + Das Attribut „MarshalUsing“ für einen Accessor der Eigenschaft „{0}“ für die Schnittstelle „{1}“ muss einen Marshallertyp angeben. Kombinieren Sie den Marshallertyp und die Anzahl auf einem einzelnen „MarshalUsing“ für den Accessor, oder geben Sie „ConstantElementCount“ oder „ElementIndirectionDepth“ in der Eigenschaftendeklaration an. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + „MarshalUsing“, das auf einen von der Quelle generierten COM-Schnittstelleneigenschaften-Accessor angewendet wird, muss einen Marshallertyp angeben. @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + Auf einer von der Quelle generierten COM-Schnittstelle ist eine Eigenschaft entweder vollständig abstrakt (kein Accessortext, wird als COM-Eigenschaft behandelt, die vtable-Slots belegt) oder vollständig standardmäßig implementiert (jeder Accessor verfügt über einen Text, der als verwalteter Code behandelt wird, der COM-Marshalling umgeht). Das Kombinieren der beiden Formen innerhalb einer einzelnen Eigenschaft wird nicht unterstützt. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + Die Eigenschaft „{0}“ für die Schnittstelle „{1}“ kombiniert abstrakte und standardmäßig implementierte Accessoren. Entweder müssen alle Accessoren Textkörper aufweisen, oder keiner darf Text enthalten. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Eigenschaften-Accessoren auf einer von der Quelle generierten COM-Schnittstelle müssen entweder alle Textkörper oder keine Textkörper aufweisen. 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 85c1f42bb4ed6f..e5d24ed16d3542 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Las propiedades de interfaz COM generadas por el origen no admiten los modificadores o descriptores de acceso "static", "extern", "required" o "init". The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + La propiedad "{0}" de la interfaz "{1}" usa "{2}", que no se admite en una propiedad de interfaz COM generada por origen Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + La propiedad usa un modificador o descriptor de acceso no admitido para una interfaz COM generada por el origen @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Los atributos de serialización, como "MarshalUsing" y "MarshalAs", en un miembro implementado de forma predeterminada (que incluye el cuerpo) de una interfaz COM generada por el origen no tienen ningún efecto. Las implementaciones predeterminadas son código administrado puro que omite la canalización de serialización COM y no obtiene un código auxiliar generado. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + El atributo de serialización del miembro implementado de forma predeterminada "{0}" en la interfaz "{1}" se omitirá porque las implementaciones predeterminadas no generan código de serialización COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + La serialización del atributo en un miembro implementado de forma predeterminada de una interfaz COM generada por el origen no tiene ningún efecto @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Cuando se aplica "MarshalUsing" a un descriptor de acceso de propiedad de interfaz COM generado por el origen (a través de "[return: MarshalUsing(...)]" en un captador o "[param: MarshalUsing(...)]" en un establecedor), debe proporcionar un tipo de serializador a través del argumento constructor. Los formularios de solo recuento o de solo profundidad ("MarshalUsing(ConstantElementCount = ...)", "MarshalUsing(CountElementName = ...)" o "MarshalUsing(ElementIndirectionDepth = ...)" en un descriptor de acceso) invalidarían silenciosamente o entrarían en conflicto parcialmente con un "MarshalUsing" de nivel de propiedad. Combine el tipo de serializador y la información de recuento en un solo atributo "MarshalUsing" en el descriptor de acceso. "ConstantElementCount" y "ElementIndirectionDepth" también se pueden proporcionar a través de un "MarshalUsing" de nivel de propiedad; "CountElementName" no se admite en descriptores de acceso de propiedad o indizador porque las búsquedas de parámetros del mismo nivel no están disponibles en ese contexto. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + El atributo "MarshalUsing" en un descriptor de acceso de la propiedad "{0}" en la interfaz "{1}" debe especificar un tipo de serializador. Combine el tipo de serializador y cuente en un único "MarshalUsing" en el descriptor de acceso, o especifique "ConstantElementCount" o "ElementIndirectionDepth" en la declaración de propiedad. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + "MarshalUsing" aplicado a un descriptor de acceso de propiedad de interfaz COM generado por el origen debe especificar un tipo de serializador @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + En una interfaz COM generada por el origen, una propiedad es totalmente abstracta (ningún cuerpo de descriptor de acceso, se trata como una propiedad COM que ocupa ranuras de vtable) o totalmente implementada de forma predeterminada (cada descriptor de acceso tiene un cuerpo, tratado como código de solo administración que omite la serialización COM). No se admite la combinación de las dos formas dentro de una sola propiedad. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + La propiedad "{0}" de la interfaz "{1}" combina descriptores de acceso abstractos e implementados de forma predeterminada. Todos los descriptores de acceso deben tener cuerpos o ninguno. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Los descriptores de acceso de propiedad en una interfaz COM generada por origen deben tener cuerpos o ninguno 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 8f30a6438a3f15..9031bc0eac1aa8 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Les propriétés d’interface COM générées par la source ne prennent pas en charge les modificateurs ou accesseurs « static », « extern », « required » ou « init ». The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + La propriété « {0} » sur l’interface « {1} » utilise « {2} », ce qui n’est pas pris en charge pour une propriété d’interface COM générée par la source Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + La propriété utilise un modificateur ou un accesseur non pris en charge pour une interface COM générée par la source @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Les attributs de marshaling tels que « MarshalUsing » et « MarshalAs » sur un membre d’une interface COM générée à partir du code source et implémenté par défaut (avec corps) n’ont aucun effet. Les implémentations par défaut sont du code managé pur qui contourne le pipeline de marshaling COM et ne reçoivent pas de stub généré. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + L’attribut de marshaling appliqué au membre avec implémentation par défaut « {0} » sur l’interface « {1} » sera ignoré, car les implémentations par défaut ne génèrent pas de code de marshaling COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + L’attribut de marshaling appliqué à un membre avec implémentation par défaut d’une interface COM générée par la source n’a aucun effet @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Lorsque « MarshalUsing » est appliqué à un accesseur de propriété d’une interface COM générée à partir du code source (via « [return: MarshalUsing(...)] » sur un getter ou « [param: MarshalUsing(...)] » sur un setter), il doit fournir un type de marshaleur via l’argument du constructeur. Les formes limitées au nombre ou à la profondeur (« MarshalUsing(ConstantElementCount = ...) », « MarshalUsing(CountElementName = ...) » ou « MarshalUsing(ElementIndirectionDepth = ...) » sur un accesseur) remplaceraient silencieusement ou entreraient partiellement en conflit avec un « MarshalUsing » au niveau de la propriété. Combinez le type de marshaleur et les informations de nombre dans un seul attribut « MarshalUsing » sur l’accesseur. « ConstantElementCount » et « ElementIndirectionDepth » peuvent également être fournis via un « MarshalUsing » au niveau de la propriété; « CountElementName » n’est pas pris en charge sur les accesseurs de propriété ou d’indexeur, car les recherches des paramètres associés ne sont pas disponibles dans ce contexte. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + L’attribut « MarshalUsing» sur un accesseur de la propriété « {0} » de l’interface « {1} » doit spécifier un type de marshaleur. Combinez le type de marshaleur et le nombre dans un seul « MarshalUsing» sur l’accesseur, ou spécifiez « ConstantElementCount » ou « ElementIndirectionDepth» dans la déclaration de la propriété. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + ‘MarshalUsing’ appliqué à un accesseur de propriété d’une interface COM générée par la source doit spécifier un type de marshaller @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + Sur une interface COM générée à partir du code source, une propriété est soit entièrement abstraite (aucun corps d’accesseur, traitée comme une propriété COM occupant des emplacements de table virtuelle), soit entièrement implémentée par défaut (chaque accesseur a un corps, traité comme du code managé uniquement qui contourne le marshaling COM). Le mélange des deux formes au sein d’une même propriété n’est pas pris en charge. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + La propriété « {0} » sur l’interface « {1} » mélange des accesseurs abstraits et avec implémentation par défaut. Tous les accesseurs doivent avoir un corps ou n’en avoir aucun. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Les accesseurs de propriété d’une interface COM générée par la source doivent tous avoir un corps ou n’en avoir aucun 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 792ce69256b893..819990f2268529 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Le proprietà di un'interfaccia COM generata dall'origine non supportano i modificatori/le funzioni di accesso ''static'', ''extern'', ''required'' o ''init''. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + La proprietà ''{0}'' nell'interfaccia ''{1}'' usa ''{2}'', che non è supportato per una proprietà di interfaccia COM generata dall'origine Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + La proprietà usa un modificatore o una funzione di accesso non supportata per un'interfaccia COM generata dall'origine @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Gli attributi di marshalling come ''MarshalUsing'' e ''MarshalAs'' in un membro implementato per impostazione predefinita (con corpo) di un'interfaccia COM generata dall'origine non hanno effetto. Le implementazioni predefinite sono puro codice gestito che bypassa la pipeline di marshalling COM e non ricevono uno stub generato. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + L'attributo di marshalling nel membro implementato per impostazione predefinita ''{0}'' sull'interfaccia ''{1}'' verrà ignorato perché le implementazioni predefinite non generano codice di marshalling COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + L'attributo di marshalling in un membro con implementazione predefinita di un'interfaccia COM generata dal codice sorgente non ha alcun effetto @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Quando ''MarshalUsing'' viene applicato a una funzione di accesso alla proprietà dell'interfaccia COM generata dall'origine (tramite '[return: MarshalUsing(...)]' su un getter o ''[param: MarshalUsing(...)]'' in un setter), deve fornire un tipo di marshaller tramite l'argomento del costruttore. I moduli con solo conteggio o solo profondità (''MarshalUsing(ConstantElementCount = ...)'', ''MarshalUsing(CountElementName = ...)'' oppure ''MarshalUsing(ElementIndirectionDepth = ...)'' su una funzione di accesso) sovrascriverebbero in modo silenzioso o entrerebbero in conflitto parziale con un ''MarshalUsing'' a livello di proprietà. Combinare il tipo di marshaller e contare le informazioni su un singolo attributo ''MarshalUsing'' nella funzione di accesso. ''ConstantElementCount'' ed ''ElementIndirectionDepth'' possono essere forniti anche tramite un ''MarshalUsing'' a livello di proprietà; ''CountElementName'' non è supportato nelle funzioni di accesso alle proprietà o all'indicizzatore perché le ricerche di parametri peer non sono disponibili in tale contesto. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + L'attributo ''MarshalUsing'' su una funzione di accesso della proprietà ''{0}'' nell'interfaccia ''{1}'' deve specificare un tipo di marshaller. Combinare il tipo di marshaller e contare su un singolo ''MarshalUsing'' nella funzione di accesso oppure specificare ''ConstantElementCount'' o ''ElementIndirectionDepth'' nella dichiarazione di proprietà. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + ''MarshalUsing'' applicato a una funzione di accesso di proprietà di un'interfaccia COM generata dall'origine deve specificare un tipo di marshaller @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + In un'interfaccia COM generata dall'origine, una proprietà o è completamente astratta (senza corpo delle funzioni di accesso, trattata come una proprietà COM che occupa slot nella vtable) o è completamente implementata con impostazione predefinita (ogni funzione di accesso ha un corpo, considerato come codice solo gestito che ignora il marshalling COM). La combinazione delle due forme all'interno di una singola proprietà non è supportata. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + La proprietà ''{0}'' nell'interfaccia ''{1}'' combina funzioni di accesso astratte e con implementazione predefinita. Tutte le funzioni di accesso devono avere un corpo oppure nessuna deve averne uno. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Le funzioni di accesso alle proprietà in un'interfaccia COM generata dall'origine devono avere tutti corpi o nessuna deve avere corpi 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 4b41f895ae5ac5..cd5a062a510fa2 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + ソース生成 COM インターフェイスのプロパティでは、'static'、'extern'、'required'、または 'init' 修飾子/アクセサーはサポートされていません。 The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + インターフェイス '{1}' のプロパティ '{0}' では '{2}' が使用されていますが、これはソース生成 COM インターフェイスのプロパティではサポートされていません Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + プロパティで、ソース生成 COM インターフェイスに対してサポートされていない修飾子またはアクセサーが使用されています @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + ソース生成 COM インターフェイスの既定実装 (本文を持つ) メンバーのマーシャリング属性 ('MarshalUsing' や 'MarshalAs' など) には効果がありません。既定の実装は、COM マーシャリング パイプラインをバイパスし、生成されたスタブを取得しない純粋なマネージド コードです。 The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + 既定の実装では COM マーシャリング コードが生成されないため、インターフェイス '{1}' の既定実装メンバー '{0}' のマーシャリング属性は無視されます Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + ソース生成 COM インターフェイスの既定実装メンバーのマーシャリング属性には効果がありません @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + ソース生成 COM インターフェイス プロパティ アクセサーに 'MarshalUsing' を適用する場合 (ゲッターの場合は '[return: MarshalUsing(...)]'、セッターの場合は '[param: MarshalUsing(...)]' 経由)、コンストラクター引数でマーシャラー型を指定する必要があります。カウントのみまたは深度のみの形式 ('MarshalUsing(ConstantElementCount = ...)'、'MarshalUsing(CountElementName = ...)'、またはアクセサー上の 'MarshalUsing(ElementIndirectionDepth = ...)') は、プロパティ レベルの 'MarshalUsing' をサイレントにオーバーライドするか、部分的に競合します。アクセサーの 1 つの 'MarshalUsing' 属性で、マーシャラー型とカウント情報を組み合わせます。'ConstantElementCount' と 'ElementIndirectionDepth' は、プロパティ レベルの 'MarshalUsing' 経由で指定することもできます。'CountElementName' は、プロパティまたはインデクサー アクセサーではサポートされていません。ピアパラメーターの検索がそのコンテキストでは使用できないためです。 The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + インターフェイス '{1}' のプロパティ '{0}' のアクセサーの 'MarshalUsing' 属性では、マーシャラー型を指定する必要があります。アクセサーの 1 つの 'MarshalUsing' で、マーシャラー型とカウントを組み合わせるか、プロパティ宣言で 'ConstantElementCount' または 'ElementIndirectionDepth' を指定してください。 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + ソース生成 COM インターフェイス プロパティ アクセサーに適用される 'MarshalUsing' では、マーシャラー型を指定する必要があります @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + ソース生成 COM インターフェイスでは、プロパティは完全に抽象 (アクセサー本体なし、vtable スロットを占有する COM プロパティとして扱われます) であるか、完全に既定実装 (すべてのアクセサーに本体があり、COM マーシャリングをバイパスするマネージド専用コードとして扱われます) であるかのいずれかです。1 つのプロパティ内で 2 つの形態を混在させることはサポートされていません。 The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + インターフェイス '{1}' のプロパティ '{0}' では、抽象および既定実装アクセサーが混在しています。すべてのアクセサーが本体を持つか、本体を持つアクサーがないかのどちらかである必要があります。 Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + ソース生成 COM インターフェイス プロパティ アクセサーは、すべて本体を持つか、本体を持たないかのどちらかである必要があります 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 8f9c5b999b8df0..225d0e444546ab 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + 소스 생성 COM 인터페이스 속성은 'static', 'extern', 'required' 또는 'init' 한정자/접근자를 지원하지 않습니다. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + 인터페이스 '{1}'의 속성 '{0}'은(는) 소스 생성 COM 인터페이스 속성에서 지원되지 않는 '{2}'을(를) 사용합니다. Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + 속성에서 소스 생성 COM 인터페이스에 지원되지 않는 한정자 또는 접근자를 사용합니다. @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + 소스 생성 COM 인터페이스의 기본 구현(본문 포함) 멤버에서 'MarshalUsing' 및 'MarshalAs' 같은 마샬링 특성은 효과가 없습니다. 기본 구현은 COM 마샬링 파이프라인을 우회하고 생성된 스텁을 가져오지 않는 순수 관리 코드입니다. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + 인터페이스 '{1}'의 기본 구현 멤버 '{0}'에 대한 마샬링 특성은 기본 구현에서 COM 마샬링 코드를 생성하지 않으므로 무시됩니다. Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + 소스 생성 COM 인터페이스의 기본 구현 멤버에 대한 마샬링 특성은 영향을 주지 않습니다. @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + 'MarshalUsing'을 소스 생성 COM 인터페이스 속성 접근자에 적용하는 경우(getter의 '[return: MarshalUsing(...)]' 또는 setter의 '[param: MarshalUsing(...)]'을 통해) 생성자 인수를 통해 마샬러 형식을 제공해야 합니다. 접근자에서 개수만 지정하는 형식이나 깊이만 지정하는 형식('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)' 또는 'MarshalUsing(ElementIndirectionDepth = ...)')는 속성 수준 'MarshalUsing'을 자동으로 재정의거나 부분적으로 충돌합니다. 접근자에서 단일 'MarshalUsing' 특성에 마샬러 형식과 개수 정보를 결합합니다. 'ConstantElementCount' 및 'ElementIndirectionDepth'는 속성 수준 'MarshalUsing'을 통해서도 지정할 수 있습니다. 'CountElementName'은 해당 컨텍스트에서 피어 매개 변수 조회를 사용할 수 없으므로 속성 또는 인덱서 접근자에서는 지원되지 않습니다. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + 인터페이스 '{1}'의 속성 '{0}'에 있는 접근자의 'MarshalUsing' 특성에는 마샬러 형식을 지정해야 합니다. 접근자에서 마샬러 형식과 개수를 단일 'MarshalUsing'에 결합하거나, 속성 선언에서 'ConstantElementCount' 또는 'ElementIndirectionDepth'를 지정하세요. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + 소스 생성 COM 인터페이스 속성 접근자에 적용된 'MarshalUsing'은 마샬러 형식을 지정해야 합니다. @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + 소스 생성 COM 인터페이스에서 속성은 완전히 추상적이거나, 아니면 완전히 기본 구현되어야 합니다. 완전히 추상적인 속성은 접근자 본문이 없으며 vtable 슬롯을 차지하는 COM 속성으로 처리됩니다. 완전히 기본 구현된 속성은 모든 접근자에 본문이 있고, COM 마샬링을 우회하는 관리 코드로만 처리됩니다. 하나의 속성에서 이 두 형태를 섞을 수는 없습니다. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + 인터페이스 '{1}'의 속성 '{0}'은(는) 추상 접근자와 기본 구현 접근자를 함께 사용합니다. 모든 접근자에 본문이 있거나 모두 본문이 없어야 합니다. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + 소스 생성 COM 인터페이스의 속성 접근자는 모두 본문이 있거나 모두 본문이 없어야 합니다. 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 c263205d897efe..daac9d6a6625d0 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Właściwości interfejsu COM wygenerowanego przez źródło nie obsługują modyfikatorów ani metod dostępu „static”, „extern”, „required” ani „init”. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + Właściwość „{0}” w interfejsie „{1}” używa „{2}”, co nie jest obsługiwane we właściwości interfejsu COM wygenerowanym przez źródło Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + Właściwość używa nieobsługiwanego modyfikatora lub metody dostępu w interfejsie COM wygenerowanym przez źródło @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Atrybuty serializacji, takie jak „MarshalUsing” i „MarshalAs”, w domyślnie zaimplementowanym elemencie (z treścią) interfejsu COM generowanego ze źródła nie mają żadnego wpływu. Domyślne implementacje to czysty kod zarządzany, który omija potok serializacji COM i nie ma wygenerowanej nakładki. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + Atrybut serializacji na domyślnie zaimplementowanym elemencie „{0}” w interfejsie „{1}” zostanie zignorowany, ponieważ domyślne implementacje nie generują kodu serializacji COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + Atrybut serializacji na domyślnie zaimplementowanym elemencie interfejsu COM wygenerowanego przez źródło nie ma wpływu @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Gdy „MarshalUsing” jest stosowany do metody dostępu właściwości interfejsu COM generowanego ze źródła (za pomocą „[return: MarshalUsing(...)]” w metodzie pobierającej lub „[param: MarshalUsing(...)]” w metodzie ustawiającej), musi przekazywać typ serializatora w argumencie konstruktora. Formy tylko z liczbą lub tylko z głębokością („MarshalUsing(ConstantElementCount = ...)”, „MarshalUsing(CountElementName = ...)” lub „MarshalUsing(ElementIndirectionDepth = ...)” w metodzie dostępu) mogą po cichu zastąpić lub częściowo wejść w konflikt z „MarshalUsing” na poziomie właściwości. Połącz typ serializatora i informacje o liczbie w jednym atrybucie „MarshalUsing” w metodzie dostępu. „ConstantElementCount” i „ElementIndirectionDepth” możesz też podać w „MarshalUsing” na poziomie właściwości; „CountElementName” nie jest obsługiwany w metodzie dostępu właściwości ani indeksatora, bo w tym kontekście nie ma dostępu do wyszukiwania parametrów równorzędnych. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + Atrybut „MarshalUsing” w metodzie dostępu właściwości „{0}” w interfejsie „{1}” musi określać typ serializatora. Połącz typ serializatora i liczbę w jednym atrybucie „MarshalUsing” na metodzie dostępu albo podaj „ConstantElementCount” lub „ElementIndirectionDepth” w deklaracji właściwości. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + Atrybut „MarshalUsing” zastosowany do metody dostępu do właściwości w interfejsie COM wygenerowanym przez źródło musi określać typ serializatora @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + W interfejsie COM generowanym ze źródła właściwość jest albo w pełni abstrakcyjna (bez treści metod dostępu, traktowana jako właściwość COM zajmująca miejsca w tabeli vtable), albo w pełni zaimplementowana domyślnie (każda metoda dostępu ma treść, a kod jest traktowany jako tylko zarządzany i omija serializację COM). Mieszanie tych dwóch postaci w obrębie jednej właściwości nie jest obsługiwane. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + Właściwość „{0}” w interfejsie „{1}” łączy metody dostępu abstrakcyjne i domyślnie zaimplementowane. Wszystkie metody dostępu muszą mieć treść albo żadna nie może jej mieć. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Metody dostępu do właściwości w interfejsie COM wygenerowanym przez źródło muszą albo wszystkie mieć treść, albo żadna nie może jej mieć 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 19313d63bd4f6f..d5eb03c0744bc4 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + As propriedades da interface COM geradas pela fonte não dão suporte aos modificadores/acessadores 'static', 'extern', 'required' ou 'init'. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + A propriedade '{0}' na interface '{1}' usa '{2}', o qual não tem suporte em uma propriedade de interface COM gerada pela fonte Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + A propriedade usa um modificador ou acessador sem suporte em uma interface COM gerada pela fonte @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Os atributos de marshaling, como 'MarshalUsing' e 'MarshalAs' em um membro implementado por padrão (com base no corpo) de uma interface COM gerada pela fonte, não têm efeito. As implementações padrão são código gerenciado puro que ignora o pipeline de marshalling do COM e não recebem um stub gerado. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + O atributo de marshaling no membro com implementação padrão '{0}' na interface '{1}' será ignorado porque as implementações padrão não geram código de marshaling COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + O atributo de marshalling em um membro com implementação padrão de uma interface COM gerada com base no código-fonte não tem efeito @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Quando 'MarshalUsing' é aplicado a um acessador de propriedade da interface COM gerado pela fonte (via '[return: MarshalUsing(...)]' em um getter ou '[param: MarshalUsing(...)]' em um setter), ele deve fornecer um tipo de marshaller pelo argumento do construtor. Formas que consideram apenas a contagem ou apenas a profundidade ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)' ou 'MarshalUsing(ElementIndirectionDepth = ...)' em um acessador) substituiriam silenciosamente ou entrariam em conflito parcial com um “MarshalUsing” no nível da propriedade. Combine o tipo de marshaller e as informações de contagem em um único atributo 'MarshalUsing' no acessador. 'ConstantElementCount' e ‘ElementIndirectionDepth’ também podem ser fornecidos através de um ‘MarshalUsing’ no nível da propriedade; ‘CountElementName’ não é compatível com acessadores de propriedade ou indexadores, pois as pesquisas de parâmetros de pares não estão disponíveis nesse contexto. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + O atributo 'MarshalUsing' em um acessador da propriedade '{0}' na interface '{1}' deve especificar um tipo de marshaller. Combine o tipo de marshaller e a contagem em um único 'MarshalUsing' no acessador ou especifique 'ConstantElementCount' ou 'ElementIndirectionDepth' na declaração de propriedade. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + O método ‘MarshalUsing’, quando aplicado a um acessador de propriedade de uma interface COM gerada pela fonte, deve especificar um tipo de marshaller @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + Em uma interface COM gerada pela fonte, uma propriedade é totalmente abstrata (sem corpos de acessadores, tratada como uma propriedade COM que ocupa slots da vtable) ou totalmente implementada por padrão (cada acessador possui um corpo, tratada como código exclusivamente gerenciado que contorna o marshalling do COM). Não há suporte para combinar duas formas em uma única propriedade. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + A propriedade '{0}' na interface '{1}' combina acessadores abstratos e implementados por padrão. Todos os acessadores devem ter corpos ou nenhum deve ter corpos. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Todos os acessadores de propriedade em uma interface COM gerada pela fonte devem ter corpos ou nenhum deles deve ter corpo 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 8172725cd0f7ad..d151ae881df3df 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Свойства COM-интерфейса, генерируемые исходным кодом, не поддерживают модификаторы/методы доступа "static", "extern", "required" или "init". The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + Свойство "{0}" в интерфейсе "{1}" использует "{2}", что не поддерживается для свойств COM-интерфейса, сгенерированных из исходного кода Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + Свойство использует неподдерживаемый модификатор или метод доступа для COM-интерфейса, сгенерированного исходным кодом @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Атрибуты маршалинга, такие как "MarshalUsing" и "MarshalAs", применяемые к реализованному по умолчанию (содержащему тело) элементу COM-интерфейса, сгенерированного из исходного кода, не оказывают эффекта. Реализации по умолчанию представляют собой чистый управляемый код, который обходит конвейер маршалинга COM и не генерирует заглушку. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + Атрибут маршалинга у реализованного по умолчанию элемента "{0}" в интерфейсе "{1}" будет проигнорирован, поскольку реализации по умолчанию не генерируют код маршалинга COM Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + Атрибут маршалинга для реализованного по умолчанию члена сгенерированного из исходного кода COM-интерфейса не оказывает эффекта @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Когда "MarshalUsing" применяется к методу доступа к свойству COM-интерфейса, сгенерированному исходным кодом (через "[return: MarshalUsing(...)]" в геттере или "[param: MarshalUsing(...)]" в сеттере), необходимо указать тип маршаллера в качестве аргумента конструктора. Формы, содержащие только подсчет или только глубину ("MarshalUsing(ConstantElementCount = ...)", "MarshalUsing(CountElementName = ...)" или "MarshalUsing(ElementIndirectionDepth = ...)" в методе доступа), будут молча переопределять или частично конфликтовать с "MarshalUsing" на уровне свойства. Объедините сведения о типе маршалера и количестве вызовов в одном атрибуте "MarshalUsing" в методе доступа. Параметры "ConstantElementCount" и "ElementIndirectionDepth" также могут быть заданы через свойство "MarshalUsing"; "CountElementName" не поддерживается для методов доступа к свойствам или индексаторам, поскольку в этом контексте недоступен поиск параметров в рамках одного объекта. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + Атрибут "MarshalUsing" у метода доступа к свойству "{0}" интерфейса "{1}" должен указывать тип маршалера. Объедините тип маршалера и подсчет на основе одного параметра 'MarshalUsing' в методе доступа или укажите "ConstantElementCount" или "ElementIndirectionDepth" в объявлении свойства. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + Параметр "MarshalUsing", применяемый к средству доступа к свойствам COM-интерфейса, сгенерированного исходным кодом, должен указывать тип маршалера @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + В сгенерированном исходным кодом COM-интерфейсе свойство может быть либо полностью абстрактным (без тел доступа, рассматривается как свойство COM, занимающее слоты таблицы виртуальных функций), либо полностью реализованным по умолчанию (каждый метод доступа имеет тело, рассматривается как управляемый код, обходящий маршалинг COM). Смешивание двух фигур в одном свойстве не поддерживается. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + Свойство "{0}" в интерфейсе "{1}" смешивает абстрактные и стандартные методы доступа. Все методы доступа должны содержать текст или ни один из них не должен его содержать. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + В COM-интерфейсе, сгенерированном исходным кодом, все методы доступа к свойствам должны содержать текст или ни один из них не должен его содержать 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 926ea614094eb5..bef2894aa7962f 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + Kaynak tarafından oluşturulan COM arabirimi özellikleri 'static', 'extern', 'required' veya 'init' değiştiricilerini/erişimcilerini desteklemez. The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + '{1}' arabirimindeki '{0}' özelliği, kaynak tarafından oluşturulan bir COM arabirimi özelliğinde desteklenmeyen '{2}' kullanıyor Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + Özellik, kaynak tarafından oluşturulan COM arabirimi için desteklenmeyen bir değiştirici veya erişimci kullanıyor @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + Kaynak tarafından oluşturulan bir COM arabiriminin varsayılan olarak uygulanan (gövdesi olan) üyesinde 'MarshalUsing' ve 'MarshalAs' gibi sıralama özniteliklerinin bir etkisi yoktur. Varsayılan uygulamalar, COM sıralama işlem hattını atlayan ve oluşturulan bir saplama oluşturmayan, saf yönetilen kodlardır. The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + Varsayılan uygulamalar COM sıralama kodu üretmediğinden, '{1}' arabiriminde varsayılan olarak oluşturulan '{0}' üyesindeki sıralama özniteliği yoksayılır Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + Kaynak tarafından oluşturulan bir COM arabiriminin varsayılan olarak uygulanan üyesindeki sıralama özniteliğinin bir etkisi yoktur @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + Kaynak tarafından oluşturulan bir COM arabirimi özellik erişimcisine 'MarshalUsing' uygulandığında '(alıcı üzerinde '[return: MarshalUsing(...)]' veya ayarlayıcı üzerinde '[param: MarshalUsing(...)]' yoluyla), oluşturucu bağımsız değişkeni yoluyla bir sıralayıcı türü sağlamalıdır. Yalnızca sayı ya da yalnızca derinlik biçimleri (erişimci üzerinde 'MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)' veya 'MarshalUsing(ElementIndirectionDepth = ...)'), özellik düzeyindeki 'MarshalUsing' ile sessizce geçersiz kılınabilir veya kısmen çakışabilir. Sıralayıcı türü ve sayısı bilgilerini erişimci üzerindeki tek bir 'MarshalUsing' özniteliğinde birleştirin. 'ConstantElementCount' ve 'ElementIndirectionDepth', özellik düzeyindeki bir 'MarshalUsing' yoluyla da sağlanabilir; 'CountElementName' özellik veya dizin oluşturucu erişimcilerinde desteklenmez çünkü bu bağlamda eş parametre aramaları desteklenmez. The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + '{1}' arabirimindeki '{0}' özelliğinin erişimcisinde bulunan 'MarshalUsing' özniteliği bir sıralayıcı türü belirtmelidir. Sıralayıcı türünü ve sayısını erişimci üzerindeki tek bir 'MarshalUsing' özniteliğinde birleştirin ya da özellik bildiriminde 'ConstantElementCount' veya 'ElementIndirectionDepth' belirtin. 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + Kaynak tarafından oluşturulan bir COM arabirimi özellik erişimcisine uygulanan 'MarshalUsing' özniteliği bir sıralayıcı türü belirtmelidir @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + Kaynak tarafından oluşturulan COM arabiriminde bir özellik tamamen soyuttur (erişimci gövdesi yoktur, vtable yuvalarını kullanan bir COM özelliği olarak değerlendirilir) veya tamamen varsayılan olarak uygulanır (her erişimcinin gövdesi vardır, COM sıralamasını atlayan ve yalnızca yönetilen bir kod olarak değerlendirilir). Tek bir özellik içinde bu iki biçimin karıştırılması desteklenmez. The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + '{1}' arabirimindeki '{0}' özelliği soyut erişimcilerle varsayılan olarak uygulanan erişimcileri birlikte kullanıyor. Tüm erişimcilerin gövdesi olmalı veya hiçbirinin gövdesi olmamalıdır. Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + Kaynak tarafından oluşturulan bir COM arabirimindeki özellik erişimcilerinin tümünün gövdesi olmalı veya hiçbirinin gövdesi olmamalıdır 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 76ff339b47a54c..5223e9d8c92e9c 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + 源生成的 COM 接口属性不支持 "static"、"extern"、"required" 或 "init" 修饰符/访问器。 The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + 接口 "{1}" 上的属性 "{0}" 使用 "{2}",而源生成的 COM 接口属性不支持它 Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + 属性对源生成的 COM 接口使用不受支持的修饰符或访问器 @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + 源生成的 COM 接口中,默认实现(带主体的)成员上的封送特性,如 "MarshalUsing" 和 "MarshalAs",不起作用。默认实现是纯托管代码,会绕过 COM 封送管道,并且不会生成存根。 The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + 接口 "{1}" 上默认实现成员 "{0}" 的封送属性将被忽略,因为默认实现不会生成 COM 封送代码 Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + 源生成的 COM 接口的默认实现成员的封送属性不起作用 @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + 当将 "MarshalUsing" 应用于源生成的 COM 接口属性访问器时(在 getter 上使用 "[return: MarshalUsing(...)]",或在 setter 上使用 "[param: MarshalUsing(...)]"),必须通过构造函数参数提供封送程序类型。仅指定计数或仅指定深度的形式(如访问器上的 "MarshalUsing(ConstantElementCount = ...)"、"MarshalUsing(CountElementName = ...)" 或 "MarshalUsing(ElementIndirectionDepth = ...)")会静默覆盖或与属性级 "MarshalUsing" 部分冲突。请在访问器上的单个 "MarshalUsing" 特性中同时指定封送程序类型和计数信息。也可以通过属性级 "MarshalUsing" 提供 "ConstantElementCount" 和 "ElementIndirectionDepth";属性或索引器访问器不支持 "CountElementName",因为在该上下文中无法进行同级参数查找。 The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + 接口 "{1}" 上属性 "{0}" 的访问器上的 "MarshalUsing" 属性必须指定一个封送程序类型。请在访问器上的单个 "MarshalUsing" 中同时指定封送程序类型和计数,或者在属性声明上指定 "ConstantElementCount" 或 "ElementIndirectionDepth"。 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + 应用于源生成的 COM 接口属性访问器的 "MarshalUsing" 必须指定封送程序类型 @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + 在源生成的 COM 接口中,属性要么是完全抽象的(没有访问器主体,按占用 vtable 槽位的 COM 属性处理),要么是完全默认实现的(每个访问器都有主体,按绕过 COM 封送的仅托管代码处理)。不支持在同一个属性中混用这两种形式。 The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + 接口 "{1}" 上的属性 "{0}" 混合了抽象访问器和默认实现访问器。要么所有访问器都必须有主体,要么都不能有主体。 Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + 源生成的 COM 接口上的属性访问器必须全部有主体,或者都没有主体 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 445948fae86b61..da3860843d8b10 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 @@ -694,17 +694,17 @@ Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. - Source-generated COM interface properties do not support the 'static', 'extern', 'required', or 'init' modifiers/accessors. + 來源產生的 COM 介面屬性不支援 'static'、'extern'、'required' 或 'init' 修飾元/存取子。 The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property - The property '{0}' on interface '{1}' uses '{2}', which is not supported on a source-generated COM interface property + 介面 '{1}' 上的屬性 '{0}' 使用 '{2}',在來源產生的 COM 介面屬性上不支援 Property uses an unsupported modifier or accessor for a source-generated COM interface - Property uses an unsupported modifier or accessor for a source-generated COM interface + 屬性針對來源產生的 COM 介面使用不支援的修飾元或存取子 @@ -849,17 +849,17 @@ Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. - Marshalling attributes such as 'MarshalUsing' and 'MarshalAs' on a default-implemented (body-bearing) member of a source-generated COM interface have no effect. Default implementations are pure managed code that bypasses the COM marshalling pipeline and does not get a generated stub. + 來源產生的 COM 介面的預設實作 (承載主體) 成員上的封送處理屬性 (例如 'MarshalUsing' 和 'MarshalAs') 沒有作用。預設實作是單純的受控程式碼,其會略過 COM 封送處理管線,且不會取得產生的虛設常式。 The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code - The marshalling attribute on the default-implemented member '{0}' on interface '{1}' will be ignored because default implementations do not generate COM marshalling code + 將忽略介面 '{1}' 上預設實作成員 '{0}' 上的封送處理屬性,因為預設實作不會產生 COM 封送處理程式碼 Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect - Marshalling attribute on a default-implemented member of a source-generated COM interface has no effect + 來源產生的 COM 介面的預設實作成員上的封送處理屬性沒有作用 @@ -869,17 +869,17 @@ When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. - When 'MarshalUsing' is applied to a source-generated COM interface property accessor (via '[return: MarshalUsing(...)]' on a getter or '[param: MarshalUsing(...)]' on a setter), it must supply a marshaller type via the constructor argument. Count-only or depth-only forms ('MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)', or 'MarshalUsing(ElementIndirectionDepth = ...)' on an accessor) would silently override or partially conflict with a property-level 'MarshalUsing'. Combine the marshaller type and count information on a single 'MarshalUsing' attribute on the accessor. 'ConstantElementCount' and 'ElementIndirectionDepth' may also be supplied via a property-level 'MarshalUsing'; 'CountElementName' is not supported on property or indexer accessors because peer-parameter lookups are not available in that context. + 將 'MarshalUsing' 套用至來源產生的 COM 介面屬性存取子 (透過 getter 上的 '[return: MarshalUsing(...)]' 或 setter 上的 '[param: MarshalUsing(...)]') 時,必須透過建構函式引數提供封送處理程式類型。只有數量或只有深度的形式 (在存取子上的 'MarshalUsing(ConstantElementCount = ...)', 'MarshalUsing(CountElementName = ...)',或 'MarshalUsing(ElementIndirectionDepth = ...)') 可能會無訊息地覆寫,或與屬性層級的 'MarshalUsing' 部分衝突。合併封送處理程式類型與存取子上單一 'MarshalUsing' 屬性的計數資訊。'ConstantElementCount' 和 'ElementIndirectionDepth' 也可以透過屬性層級的 'MarshalUsing' 提供; 但屬性或索引子存取子上不支援 'CountElementName',因為在該內容中無法使用對等參數查詢。 The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. - The 'MarshalUsing' attribute on an accessor of property '{0}' on interface '{1}' must specify a marshaller type. Combine the marshaller type and count on a single 'MarshalUsing' on the accessor, or specify 'ConstantElementCount' or 'ElementIndirectionDepth' on the property declaration. + 介面 '{1}' 上屬性 '{0}' 的存取子上的 'MarshalUsing' 屬性必須指定封送處理程式類型。合併封送處理程式類型與存取子上單一 'MarshalUsing' 的計數,或在屬性宣告上指定 'ConstantElementCount' 或 'ElementIndirectionDepth'。 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type - 'MarshalUsing' applied to a source-generated COM interface property accessor must specify a marshaller type + 對來源產生的 COM 介面屬性存取子套用的 'MarshalUsing' 必須指定封送處理程式類型 @@ -1014,17 +1014,17 @@ On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. - On a source-generated COM interface, a property is either fully abstract (no accessor bodies, treated as a COM property occupying vtable slots) or fully default-implemented (every accessor has a body, treated as managed-only code that bypasses COM marshalling). Mixing the two shapes within a single property is not supported. + 在來源產生的 COM 介面上,屬性是完全抽象 (沒有存取子主體,被視為佔用 vtable 插槽的 COM 屬性) 或完全預設實作 (每個存取子有一個主體,被視為會略過 COM 封送處理的僅受控程式碼)。不支援在單一屬性內混合這兩個形式。 The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. - The property '{0}' on interface '{1}' mixes abstract and default-implemented accessors. Either all accessors must have bodies or none must have bodies. + 介面 '{1}' 上的屬性 '{0}' 混合抽象和預設實作的存取子。所有存取子都必須有主體,或均沒有主體。 Property accessors on a source-generated COM interface must either all have bodies or none have bodies - Property accessors on a source-generated COM interface must either all have bodies or none have bodies + 來源產生的 COM 介面上的屬性存取子必須有主體或均沒有主體 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 dd58a77601950d..b55f6d6983d368 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 @@ -52,16 +52,6 @@ Atribut JsonDerivedTypeAttribute se v JsonSourceGenerationMode.Serialization nepodporuje. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Člen {0}.{1} má anotaci od JsonIncludeAttribute, ale není pro zdrojový generátor viditelný. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Nepřístupné vlastnosti anotované s JsonIncludeAttribute se v režimu generování zdroje nepodporují. - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. Typ JsonConverterAttribute {0} specifikovaný u členu {1} není typem konvertoru nebo neobsahuje přístupný konstruktor bez parametrů. 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 b82c12772fc563..c0d0eaef022cfb 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 @@ -52,16 +52,6 @@ „JsonDerivedTypeAttribute“ wird in „JsonSourceGenerationMode.Serialization“ nicht unterstützt. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Der Member "{0}. {1}" wurde mit dem JsonIncludeAttribute versehen, ist jedoch für den Quellgenerator nicht sichtbar. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Nicht zugängliche Eigenschaften, die mit dem JsonIncludeAttribute versehen sind, werden im Quellgenerierungsmodus nicht unterstützt. - - 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. 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 42fbfa808390e7..c80268035c6e94 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 @@ -52,16 +52,6 @@ \"JsonDerivedTypeAttribute\" no se admite en \"JsonSourceGenerationMode.Serialization\". - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - El miembro '{0}.{1}' se ha anotado con JsonIncludeAttribute, pero no es visible para el generador de origen. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Las propiedades inaccesibles anotadas con JsonIncludeAttribute no se admiten en el modo de generación de origen. - - 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. 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 a34e720723f0b2..3f3a6e8c87beb5 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 @@ -52,16 +52,6 @@ « JsonDerivedTypeAttribute » n’est pas pris en charge dans « JsonSourceGenerationMode.Serialization ». - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Le membre '{0}.{1}' a été annoté avec JsonIncludeAttribute mais n’est pas visible pour le générateur source. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Les propriétés inaccessibles annotées avec JsonIncludeAttribute ne sont pas prises en charge en mode de génération de source. - - 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. 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 469686d5e19f8e..21a23d538faefa 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 @@ -52,16 +52,6 @@ 'JsonDerivedTypeAttribute' non è supportato in 'JsonSourceGenerationMode.Serialization'. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Il membro ' {0}.{1}' è stato annotato con JsonIncludeAttribute ma non è visibile al generatore di origine. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Le proprietà inaccessibili annotate con JsonIncludeAttribute non sono supportate nella modalità di generazione di origine. - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. Il tipo 'JsonConverterAttribute' '{0}' specificato nel membro '{1}' non è un tipo di convertitore o non contiene un costruttore senza parametri accessibile. 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 3863bb2b28bb53..db1cbf88bda348 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 @@ -52,16 +52,6 @@ 'JsonDerivedTypeAttribute' は 'JsonSourceGenerationMode.Serialization' ではサポートされていません。 - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - メンバー '{0}.{1}' には、JsonIncludeAttribute で注釈が付けられていますが、ソース ジェネレーターには表示されません。 - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - JsonIncludeAttribute で注釈が付けられたアクセスできないプロパティは、ソース生成モードではサポートされていません。 - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. メンバー '{1}' で指定されている 'JsonConverterAttribute' 型 '{0}' はコンバーター型ではないか、アクセス可能なパラメーターなしのコンストラクターを含んでいません。 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 d127c4ad67eb7b..40625805982421 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 @@ -52,16 +52,6 @@ 'JsonSourceGenerationMode.Serialization'에서는 'JsonDerivedTypeAttribute'가 지원되지 않습니다. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - 멤버 '{0}.{1}'이(가) JsonIncludeAttribute로 주석 처리되었지만 원본 생성기에는 표시되지 않습니다. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - JsonIncludeAttribute로 주석 처리된 액세스할 수 없는 속성은 원본 생성 모드에서 지원되지 않습니다. - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. '{1}' 멤버에 지정된 'JsonConverterAttribute' 형식 '{0}'이(가) 변환기 형식이 아니거나 액세스 가능한 매개 변수가 없는 생성자를 포함하지 않습니다. 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 76a5941f660295..17dffc837a5103 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 @@ -52,16 +52,6 @@ Atrybut „JsonDerivedTypeAttribute” nie jest obsługiwany w elemecie „JsonSourceGenerationMode.Serialization”. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Składowa "{0}. {1}" jest adnotowana za pomocą atrybutu JsonIncludeAttribute, ale nie jest widoczna dla generatora źródła. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Niedostępne właściwości adnotowane za pomocą atrybutu JsonIncludeAttribute nie są obsługiwane w trybie generowania źródła. - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. Typ „{0}” „JsonConverterAttribute” określony w przypadku składowej „{1}” nie jest typem konwertera lub nie zawiera dostępnego konstruktora bez parametrów. 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 26ebe55ffc7f40..f9438ee48ed62a 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 @@ -52,16 +52,6 @@ 'JsonDerivedTypeAttribute' não tem suporte em 'JsonSourceGenerationMode.Serialization'. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - O membro '{0}.{1}' foi anotado com o JsonIncludeAttribute, mas não é visível para o gerador de origem. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Propriedades inacessíveis anotadas com JsonIncludeAttribute não são suportadas no modo de geração de origem. - - 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. 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 779233795a57b4..46daaa8228822e 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 @@ -52,16 +52,6 @@ Атрибут JsonDerivedTypeAttribute не поддерживается в \"JsonSourceGenerationMode.Serialization\". - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - Элемент "{0}.{1}" аннотирован с использованием класса JsonIncludeAttribute, но генератор исходного кода не обнаруживает этот элемент. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - Недоступные свойства, аннотированные с использованием класса JsonIncludeAttribute, не поддерживаются в режиме создания исходного кода. - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. Тип "JsonConverterAttribute" "{0}", указанный в элементе "{1}", не является типом преобразователя или не содержит доступного конструктора без параметров. 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 09310022d2c685..961644457743a8 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 @@ -52,16 +52,6 @@ 'JsonSourceGenerationMode.Serialization' içinde 'JsonDerivedTypeAttribute' desteklenmiyor. - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - '{0}.{1}' üyesine JsonIncludeAttribute notu eklendi ancak bu üye kaynak oluşturucu tarafından görülmüyor. - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - JsonIncludeAttribute notu eklenmiş erişilemeyen özellikler kaynak oluşturma modunda desteklenmiyor. - - 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. 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 d2ff1f2c3cae86..bba5d574bb8539 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 @@ -52,16 +52,6 @@ \"JsonSourceGenerationMode.Serialization\" 中不支持 \"JsonDerivedTypeAttribute\"。 - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - 已使用 JsonIncludeAttribute 注释成员“{0}.{1}”,但对源生成器不可见。 - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - 源生成模式不支持使用 JsonIncludeAttribute 注释的不可访问属性。 - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. 在成员 "{1}" 上指定的 "JsonConverterAttribute" 类型 "{0}" 不是转换器类型或不包含可访问的无参数构造函数。 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 f4d26b17872fe0..2f64e9918c993d 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 @@ -52,16 +52,6 @@ 'JsonSourceGenerationMode.Serialization' 中不支援 'JsonDerivedTypeAttribute'。 - - The member '{0}.{1}' has been annotated with the JsonIncludeAttribute but is not visible to the source generator. - 成員 '{0}.{1}' 已經以 JsonIncludeAttribute 標註,但對來源產生器是不可見的。 - - - - Inaccessible properties annotated with the JsonIncludeAttribute are not supported in source generation mode. - 來源產生模式不支援以 JsonIncludeAttribute 標註的無法存取屬性。 - - The 'JsonConverterAttribute' type '{0}' specified on member '{1}' is not a converter type or does not contain an accessible parameterless constructor. 成員 '{1}' 上指定的 'JsonConverterAttribute' 類型 '{0}' 不是轉換器類型,或不包含可存取的無參數建構函式。