Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 679:…
Browse files Browse the repository at this point in the history
… Build ID 1770798 (#69337)
  • Loading branch information
dotnet-bot committed May 14, 2022
1 parent 44034cc commit f25db16
Show file tree
Hide file tree
Showing 52 changed files with 297 additions and 297 deletions.
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="CallerAllocConstructorMustHaveBufferSizeTitle">
<source>'BufferSize' should be set on 'CustomTypeMarshallerAttribute'</source>
<target state="new">'BufferSize' should be set on 'CustomTypeMarshallerAttribute'</target>
<target state="translated">Vlastnost BufferSize by měla být nastavená na CustomTypeMarshallerAttribute</target>
<note />
</trans-unit>
<trans-unit id="CallerAllocMarshallingShouldSupportAllocatingMarshallingFallbackDescription">
Expand Down Expand Up @@ -89,7 +89,7 @@
</trans-unit>
<trans-unit id="ConfigurationNotSupportedMessageValue">
<source>The specified value '{0}' for '{1}' is not supported by source-generated P/Invokes. If the specified value is required, use a regular `DllImport` instead.</source>
<target state="new">The specified value '{0}' for '{1}' is not supported by source-generated P/Invokes. If the specified value is required, use a regular `DllImport` instead.</target>
<target state="translated">Určená hodnota {0} pro {1} se nepodporuje u volání P/Invokes generovaných zdrojem. Pokud je určená hodnota povinná, použijte místo ní regulární DllImport.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationNotSupportedTitle">
Expand Down Expand Up @@ -139,7 +139,7 @@
</trans-unit>
<trans-unit id="CustomMarshallerTypeMustHaveRequiredShapeTitle">
<source>Marshaller type does not have the required shape</source>
<target state="new">Marshaller type does not have the required shape</target>
<target state="translated">Zařazovací typ nemá požadovaný tvar</target>
<note />
</trans-unit>
<trans-unit id="CustomMarshallerTypeMustSupportDirectionDescription">
Expand Down Expand Up @@ -219,7 +219,7 @@
</trans-unit>
<trans-unit id="InTwoStageMarshallingRequiresToNativeValueMessage">
<source>A marshaller type '{0}' that supports marshalling in the 'In' direction with the 'TwoStageMarshalling' feature must provide a 'ToNativeValue' instance method that returns the native value</source>
<target state="new">A marshaller type '{0}' that supports marshalling in the 'In' direction with the 'TwoStageMarshalling' feature must provide a 'ToNativeValue' instance method that returns the native value</target>
<target state="translated">Typ zařazování {0} podporuje zařazování ve směru In s funkcí TwoStageMarshalling podporující instanční metodu ToNativeValue, která vrací nativní hodnotu.</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributedMethodContainingTypeMissingModifiersMessage">
Expand All @@ -239,7 +239,7 @@
</trans-unit>
<trans-unit id="InvalidCustomTypeMarshallerAttributeUsageTitle">
<source>Invalid `CustomTypeMarshallerAttribute` usage</source>
<target state="new">Invalid `CustomTypeMarshallerAttribute` usage</target>
<target state="translated">Neplatné použití atributu CustomTypeMarshallerAttribute</target>
<note />
</trans-unit>
<trans-unit id="InvalidLibraryImportAttributeUsageTitle">
Expand All @@ -249,12 +249,12 @@
</trans-unit>
<trans-unit id="InvalidNativeTypeTitle">
<source>Specified native type is invalid</source>
<target state="new">Specified native type is invalid</target>
<target state="translated">Zadaný nativní typ je neplatný</target>
<note />
</trans-unit>
<trans-unit id="InvalidSignaturesInMarshallerShapeTitle">
<source>Marshaller type has incompatible method signatures</source>
<target state="new">Marshaller type has incompatible method signatures</target>
<target state="translated">Zařazovací typ má nekompatibilní signatury metod</target>
<note />
</trans-unit>
<trans-unit id="InvalidStringMarshallingConfigurationDescription">
Expand Down Expand Up @@ -379,7 +379,7 @@
</trans-unit>
<trans-unit id="MissingAllocatingMarshallingFallbackTitle">
<source>Marshaller type does not support allocating constructor</source>
<target state="new">Marshaller type does not support allocating constructor</target>
<target state="translated">Zařazovací typ nepodporuje přidělování konstruktoru</target>
<note />
</trans-unit>
<trans-unit id="NativeGenericTypeMustBeClosedOrMatchArityDescription">
Expand Down Expand Up @@ -444,7 +444,7 @@
</trans-unit>
<trans-unit id="ProvidedMethodsNotSpecifiedInFeaturesTitle">
<source>Marshaller type defines a well-known method without specifying support for the corresponding feature</source>
<target state="new">Marshaller type defines a well-known method without specifying support for the corresponding feature</target>
<target state="translated">Zařazovací typ definuje známou metodu bez zadání podpory pro odpovídající funkci.</target>
<note />
</trans-unit>
<trans-unit id="RefNativeValueUnsupportedDescription">
Expand Down Expand Up @@ -526,12 +526,12 @@
</trans-unit>
<trans-unit id="ValueInCallerAllocatedBufferRequiresSpanConstructorDescription">
<source>A 'Value'-kind native type that supports the 'CallerAllocatedBuffer' feature must provide a two-parameter constructor taking the managed type and a 'Span' of an 'unmanaged' type as parameters</source>
<target state="new">A 'Value'-kind native type that supports the 'CallerAllocatedBuffer' feature must provide a two-parameter constructor taking the managed type and a 'Span' of an 'unmanaged' type as parameters</target>
<target state="translated">Nativní typ druhu Value, který podporuje funkci CallerAllocatedBuffer, musí poskytovat dvouparametrový konstruktor přebírající spravovaný prvek a hodnotu Span jako parametry.</target>
<note />
</trans-unit>
<trans-unit id="ValueInCallerAllocatedBufferRequiresSpanConstructorMessage">
<source>The type '{0}' specifies that it supports 'In' marshalling with the 'CallerAllocatedBuffer' feature for '{1}' but does not provide a two-parameter constructor that takes a '{1}' and 'Span' of an 'unmanaged' type as parameters</source>
<target state="new">The type '{0}' specifies that it supports 'In' marshalling with the 'CallerAllocatedBuffer' feature for '{1}' but does not provide a two-parameter constructor that takes a '{1}' and 'Span' of an 'unmanaged' type as parameters</target>
<target state="translated">Typ {0} určuje, že podporuje zařazování In s funkcí CallerAllocatedBuffer pro {1}, ale neposkytuje dvouparametrový konstruktor, který přebírá {1} a Span jako parametry.</target>
<note />
</trans-unit>
<trans-unit id="ValueInRequiresOneParameterConstructorDescription">
Expand Down
Expand Up @@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="CallerAllocConstructorMustHaveBufferSizeTitle">
<source>'BufferSize' should be set on 'CustomTypeMarshallerAttribute'</source>
<target state="new">'BufferSize' should be set on 'CustomTypeMarshallerAttribute'</target>
<target state="translated">„BufferSize“ muss auf „CustomTypeMarshallerAttribute“ festgelegt werden</target>
<note />
</trans-unit>
<trans-unit id="CallerAllocMarshallingShouldSupportAllocatingMarshallingFallbackDescription">
Expand Down Expand Up @@ -89,7 +89,7 @@
</trans-unit>
<trans-unit id="ConfigurationNotSupportedMessageValue">
<source>The specified value '{0}' for '{1}' is not supported by source-generated P/Invokes. If the specified value is required, use a regular `DllImport` instead.</source>
<target state="new">The specified value '{0}' for '{1}' is not supported by source-generated P/Invokes. If the specified value is required, use a regular `DllImport` instead.</target>
<target state="translated">Der angegebene Wert „{0}“ für „{1}“ wird von P/Invoke nicht unterstützt, das von der Quelle generiert wurde. Wenn der angegebene Wert erforderlich ist, verwenden Sie stattdessen einen regulären „DllImport“.</target>
<note />
</trans-unit>
<trans-unit id="ConfigurationNotSupportedTitle">
Expand Down Expand Up @@ -139,7 +139,7 @@
</trans-unit>
<trans-unit id="CustomMarshallerTypeMustHaveRequiredShapeTitle">
<source>Marshaller type does not have the required shape</source>
<target state="new">Marshaller type does not have the required shape</target>
<target state="translated">Der Marshaller-Typ weist nicht die erforderliche Form auf</target>
<note />
</trans-unit>
<trans-unit id="CustomMarshallerTypeMustSupportDirectionDescription">
Expand Down Expand Up @@ -219,7 +219,7 @@
</trans-unit>
<trans-unit id="InTwoStageMarshallingRequiresToNativeValueMessage">
<source>A marshaller type '{0}' that supports marshalling in the 'In' direction with the 'TwoStageMarshalling' feature must provide a 'ToNativeValue' instance method that returns the native value</source>
<target state="new">A marshaller type '{0}' that supports marshalling in the 'In' direction with the 'TwoStageMarshalling' feature must provide a 'ToNativeValue' instance method that returns the native value</target>
<target state="translated">Ein Marshaller-Typ „{0}“, der das Marshalling in der Richtung „In“ mit dem Feature „TwoStageMarshalling“ unterstützt, muss eine „ToNativeValue“-Instanzmethode bereitstellen, die den nativen Wert zurückgibt</target>
<note />
</trans-unit>
<trans-unit id="InvalidAttributedMethodContainingTypeMissingModifiersMessage">
Expand All @@ -239,7 +239,7 @@
</trans-unit>
<trans-unit id="InvalidCustomTypeMarshallerAttributeUsageTitle">
<source>Invalid `CustomTypeMarshallerAttribute` usage</source>
<target state="new">Invalid `CustomTypeMarshallerAttribute` usage</target>
<target state="translated">Ungültige Verwendung von „CustomTypeMarshallerAttribute“</target>
<note />
</trans-unit>
<trans-unit id="InvalidLibraryImportAttributeUsageTitle">
Expand All @@ -249,12 +249,12 @@
</trans-unit>
<trans-unit id="InvalidNativeTypeTitle">
<source>Specified native type is invalid</source>
<target state="new">Specified native type is invalid</target>
<target state="translated">Der angegebene native Typ ist ungültig</target>
<note />
</trans-unit>
<trans-unit id="InvalidSignaturesInMarshallerShapeTitle">
<source>Marshaller type has incompatible method signatures</source>
<target state="new">Marshaller type has incompatible method signatures</target>
<target state="translated">Der Marshaller-Typ weist inkompatible Methodensignaturen auf</target>
<note />
</trans-unit>
<trans-unit id="InvalidStringMarshallingConfigurationDescription">
Expand Down Expand Up @@ -379,7 +379,7 @@
</trans-unit>
<trans-unit id="MissingAllocatingMarshallingFallbackTitle">
<source>Marshaller type does not support allocating constructor</source>
<target state="new">Marshaller type does not support allocating constructor</target>
<target state="translated">Der Marshaller-Typ unterstützt nicht das Zuordnen eines Konstruktors</target>
<note />
</trans-unit>
<trans-unit id="NativeGenericTypeMustBeClosedOrMatchArityDescription">
Expand Down Expand Up @@ -444,7 +444,7 @@
</trans-unit>
<trans-unit id="ProvidedMethodsNotSpecifiedInFeaturesTitle">
<source>Marshaller type defines a well-known method without specifying support for the corresponding feature</source>
<target state="new">Marshaller type defines a well-known method without specifying support for the corresponding feature</target>
<target state="translated">Der Marshaller-Typ definiert eine bekannte Methode, ohne Unterstützung für das entsprechende Feature anzugeben</target>
<note />
</trans-unit>
<trans-unit id="RefNativeValueUnsupportedDescription">
Expand Down Expand Up @@ -526,12 +526,12 @@
</trans-unit>
<trans-unit id="ValueInCallerAllocatedBufferRequiresSpanConstructorDescription">
<source>A 'Value'-kind native type that supports the 'CallerAllocatedBuffer' feature must provide a two-parameter constructor taking the managed type and a 'Span' of an 'unmanaged' type as parameters</source>
<target state="new">A 'Value'-kind native type that supports the 'CallerAllocatedBuffer' feature must provide a two-parameter constructor taking the managed type and a 'Span' of an 'unmanaged' type as parameters</target>
<target state="translated">Ein nativer Typ „Value“, der das Feature „CallerAllocatedBuffer“ unterstützt, muss einen Konstruktor mit zwei Parametern bereitstellen, der den verwalteten Typ und „Span“ eines „Unmanaged“-Typs als Parameter verwendet.</target>
<note />
</trans-unit>
<trans-unit id="ValueInCallerAllocatedBufferRequiresSpanConstructorMessage">
<source>The type '{0}' specifies that it supports 'In' marshalling with the 'CallerAllocatedBuffer' feature for '{1}' but does not provide a two-parameter constructor that takes a '{1}' and 'Span' of an 'unmanaged' type as parameters</source>
<target state="new">The type '{0}' specifies that it supports 'In' marshalling with the 'CallerAllocatedBuffer' feature for '{1}' but does not provide a two-parameter constructor that takes a '{1}' and 'Span' of an 'unmanaged' type as parameters</target>
<target state="translated">Der Typ '{0}' gibt an, dass er 'In'-Marshalling mit der 'CallerAllocatedBuffer'-Funktion für '{1}' unterstützt, stellt aber keinen Konstruktor mit zwei Parametern bereit, der '{1}' und 'Span' eines 'nicht verwalteten' Typs als Parameter akzeptiert</target>
<note />
</trans-unit>
<trans-unit id="ValueInRequiresOneParameterConstructorDescription">
Expand Down

0 comments on commit f25db16

Please sign in to comment.