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 2202323 (dotnet#87660)

* Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2202051

* Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2202051
  • Loading branch information
dotnet-bot committed Jun 16, 2023
1 parent e141ce4 commit be6a138
Show file tree
Hide file tree
Showing 23 changed files with 164 additions and 164 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="AnalysisFailedTitle">
<source>Analysis for COM interface generation has failed.</source>
<target state="new">Analysis for COM interface generation has failed.</target>
<target state="translated">Analýza generování rozhraní COM se nezdařila.</target>
<note />
</trans-unit>
<trans-unit id="BaseInterfaceCannotBeGeneratedDescription">
Expand All @@ -54,32 +54,32 @@
</trans-unit>
<trans-unit id="BaseInterfaceCannotBeGeneratedTitle">
<source>The base COM interface failed to generate source. Code will not be generated for this interface.</source>
<target state="new">The base COM interface failed to generate source. Code will not be generated for this interface.</target>
<target state="translated">Základnímu rozhraní COM se nepodařilo vygenerovat zdroj. Kód se pro toto rozhraní nevygeneruje.</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedDescription">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</target>
<target state="translated">Převod mezi typem „ComImport“ a typem COM generovaným zdrojem není podporováno a za běhu selže.</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedMessage">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target>
<target state="translated">Převod mezi typem „ComImport“ a typem COM generovaným zdrojem není podporováno.</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedTitle">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target>
<target state="translated">Převod mezi typem „ComImport“ a typem COM generovaným zdrojem není podporováno.</target>
<note />
</trans-unit>
<trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesDescription">
<source>A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</source>
<target state="new">A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</target>
<target state="translated">Třída s atributem GeneratedComClassAttribute musí implementovat alespoň jedno rozhraní s GeneratedComInterfaceAttribute, jinak nebude mít generovaný kód žádný efekt.</target>
<note />
</trans-unit>
<trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesMessage">
<source>Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</source>
<target state="new">Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</target>
<target state="translated">Třída {0} s atributem GeneratedComClassAttribute neimplementuje žádná rozhraní s GeneratedComInterfaceAttribute. Zdroj se pro {0} nevygeneruje.</target>
<note />
</trans-unit>
<trans-unit id="ComHostingDoesNotSupportGeneratedComInterfaceDescription">
Expand Down Expand Up @@ -254,17 +254,17 @@
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageDescription">
<source>Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</source>
<target state="new">Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</target>
<target state="translated">Třídy s třídou GeneratedComClassAttribute musí implementovat jedno nebo více rozhraní s „GeneratedComInterfaceAttribute“, být označeny jako částečné a musí být neobecné.</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageMissingPartialModifier">
<source>Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</source>
<target state="new">Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</target>
<target state="translated">Třída {0} s atributem GeneratedComClassAttribute nebo jedním z jejích obsahujících typů není označen klíčovým slovem partial.</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageTitle">
<source>Invalid 'GeneratedComClassAttribute' usage</source>
<target state="new">Invalid 'GeneratedComClassAttribute' usage</target>
<target state="translated">Neplatné použití GeneratedComClassAttribute</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceAttributeUsageDescription">
Expand Down Expand Up @@ -294,7 +294,7 @@
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceUsageMissingPartialModifier">
<source>The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</source>
<target state="new">The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</target>
<target state="translated">V rozhraní „{0}“ nebo jednom z jeho obsahujících typů chybí klíčové slovo „partial“. Pro „{0}“ se nevygeneruje kód.</target>
<note />
</trans-unit>
<trans-unit id="InvalidStringMarshallingConfigurationDescription">
Expand Down Expand Up @@ -359,17 +359,17 @@
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksDescription">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</target>
<target state="translated">GeneratedComInterfaceAttribute a GeneratedComClassAttribute vyžadují nebezpečný kód. Projekt se musí aktualizovat na &lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;.</target>
<note />
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksMessage">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</target>
<target state="translated">GeneratedComInterfaceAttribute a GeneratedComClassAttribute vyžadují nebezpečný kód. Projekt se musí aktualizovat na &lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;.</target>
<note />
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksTitle">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</target>
<target state="translated">GeneratedComInterfaceAttribute a GeneratedComClassAttribute vyžadují nebezpečný kód.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeComApisDoNotSupportSourceGeneratedComDescription">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</trans-unit>
<trans-unit id="AnalysisFailedTitle">
<source>Analysis for COM interface generation has failed.</source>
<target state="new">Analysis for COM interface generation has failed.</target>
<target state="translated">Error al analizar la generación de la interfaz COM.</target>
<note />
</trans-unit>
<trans-unit id="BaseInterfaceCannotBeGeneratedDescription">
Expand All @@ -54,32 +54,32 @@
</trans-unit>
<trans-unit id="BaseInterfaceCannotBeGeneratedTitle">
<source>The base COM interface failed to generate source. Code will not be generated for this interface.</source>
<target state="new">The base COM interface failed to generate source. Code will not be generated for this interface.</target>
<target state="translated">La interfaz COM base no pudo generar el origen. No se generará código para esta interfaz.</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedDescription">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported and will fail at runtime</target>
<target state="translated">No se admite la conversión entre un tipo "ComImport" y un tipo COM generado por el origen y se producirá un error en tiempo de ejecución.</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedMessage">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target>
<target state="translated">No se admite la conversión entre un tipo 'ComImport' y un tipo COM generado por origen</target>
<note />
</trans-unit>
<trans-unit id="CastsBetweenRuntimeComAndSourceGeneratedComNotSupportedTitle">
<source>Casting between a 'ComImport' type and a source-generated COM type is not supported</source>
<target state="new">Casting between a 'ComImport' type and a source-generated COM type is not supported</target>
<target state="translated">No se admite la conversión entre un tipo 'ComImport' y un tipo COM generado por origen</target>
<note />
</trans-unit>
<trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesDescription">
<source>A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</source>
<target state="new">A class with 'GeneratedComClassAttribute' must implement at least one interface with 'GeneratedComInterfaceAttribute' or else the generated code with not have an effect.</target>
<target state="translated">Una clase con "GeneratedComClassAttribute" debe implementar al menos una interfaz con "GeneratedComInterfaceAttribute" o el código generado sin efecto.</target>
<note />
</trans-unit>
<trans-unit id="ClassDoesNotImplementAnyGeneratedComInterfacesMessage">
<source>Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</source>
<target state="new">Class '{0}' with 'GeneratedComClassAttribute' does not implement any interfaces with 'GeneratedComInterfaceAttribute'. Source will not be generated for '{0}'.</target>
<target state="translated">La clase "{0}" con "GeneratedComClassAttribute" no implementa ninguna interfaz con "GeneratedComInterfaceAttribute". No se generará el origen para "{0}".</target>
<note />
</trans-unit>
<trans-unit id="ComHostingDoesNotSupportGeneratedComInterfaceDescription">
Expand Down Expand Up @@ -254,22 +254,22 @@
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageDescription">
<source>Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</source>
<target state="new">Classes with 'GeneratedComClassAttribute' must implement one or more interfaces with 'GeneratedComInterfaceAttribute', be marked partial, and be non-generic.</target>
<target state="translated">Las clases con "GeneratedComClassAttribute" deben implementar una o varias interfaces con "GeneratedComInterfaceAttribute", marcarse como parciales y no ser genéricas.</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageMissingPartialModifier">
<source>Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</source>
<target state="new">Class '{0}' with 'GeneratedComClassAttribute' or one of its containing types is not marked 'partial'.</target>
<target state="translated">La clase "{0}" con "GeneratedComClassAttribute" o uno de sus tipos contenedores no está marcada como "partial".</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComClassAttributeUsageTitle">
<source>Invalid 'GeneratedComClassAttribute' usage</source>
<target state="new">Invalid 'GeneratedComClassAttribute' usage</target>
<target state="translated">Uso de "GeneratedComClassAttribute" no válido</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceAttributeUsageDescription">
<source>Interfaces attributed with 'GeneratedComInterfaceAttribute' must have 'public' or 'internal' accessibility and be partial, non-generic, and must specify a GUID with 'System.Runtime.InteropServices.GuidAttribute'.</source>
<target state="new">Interfaces attributed with 'GeneratedComInterfaceAttribute' must have 'public' or 'internal' accessibility and be partial, non-generic, and must specify a GUID with 'System.Runtime.InteropServices.GuidAttribute'.</target>
<target state="translated">Las interfaces con atributos "GeneratedComInterfaceAttribute" deben tener accesibilidad "publica" o "interna" y ser parciales, no genéricas, y deben especificar un GUID con "System.Runtime.InteropServices.GuidAttribute".</target>
<note />
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceAttributeUsageInterfaceIsGeneric">
Expand All @@ -279,7 +279,7 @@
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceAttributeUsageInterfaceNotAccessible">
<source>Interface '{0}' is attributed with 'GeneratedComInterfaceAttribute' but is not accessible by generated code. The interface and all containing types must have accessibility 'internal' or 'public' for generated code to access it. {1}</source>
<target state="new">Interface '{0}' is attributed with 'GeneratedComInterfaceAttribute' but is not accessible by generated code. The interface and all containing types must have accessibility 'internal' or 'public' for generated code to access it. {1}</target>
<target state="translated">La interfaz '{0}' tiene el atributo 'GeneratedComInterfaceAttribute', pero el código generado no puede acceder a ella. La interfaz y todos los tipos contenedores deben tener accesibilidad "interna" o "publico" para que el código generado tenga acceso a ella. {1}</target>
<note>{1} is details about which type/containing type is not accessible</note>
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceAttributeUsageMissingGuidAttribute">
Expand All @@ -294,7 +294,7 @@
</trans-unit>
<trans-unit id="InvalidGeneratedComInterfaceUsageMissingPartialModifier">
<source>The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</source>
<target state="new">The interface '{0}' or one of its containing types is missing the 'partial' keyword. Code will not be generated for '{0}'.</target>
<target state="translated">Falta la palabra clave 'partial' en la interfaz '{0}' o en uno de sus tipos contenedores. No se generará código para '{0}'.</target>
<note />
</trans-unit>
<trans-unit id="InvalidStringMarshallingConfigurationDescription">
Expand Down Expand Up @@ -359,17 +359,17 @@
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksDescription">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</target>
<target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro. El proyecto debe actualizarse con "&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;".</target>
<note />
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksMessage">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code. Project must be updated with '&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;'.</target>
<target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro. El proyecto debe actualizarse con "&lt;AllowUnsafeBlocks&gt;true&lt;/AllowUnsafeBlocks&gt;".</target>
<note />
</trans-unit>
<trans-unit id="RequiresAllowUnsafeBlocksTitle">
<source>'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</source>
<target state="new">'GeneratedComInterfaceAttribute' and 'GeneratedComClassAttribute' require unsafe code.</target>
<target state="translated">"GeneratedComInterfaceAttribute" y "GeneratedComClassAttribute" requieren código no seguro.</target>
<note />
</trans-unit>
<trans-unit id="RuntimeComApisDoNotSupportSourceGeneratedComDescription">
Expand All @@ -389,7 +389,7 @@
</trans-unit>
<trans-unit id="StringMarshallingCustomTypeNotAccessibleByGeneratedCode">
<source>The type '{0}' specified as 'GeneratedComInterfaceAttribute.StringMarshallingCustomType' is not accessible by generated code. The type must have at least 'internal' accessibility. {1}</source>
<target state="new">The type '{0}' specified as 'GeneratedComInterfaceAttribute.StringMarshallingCustomType' is not accessible by generated code. The type must have at least 'internal' accessibility. {1}</target>
<target state="translated">El código generado no puede acceder al tipo '{0}' especificado como 'GeneratedComInterfaceAttribute.StringMarshallingCustomType'. El tipo debe tener al menos accesibilidad "interna". {1}</target>
<note>{1} is details about which type/containing type is not accessible</note>
</trans-unit>
<trans-unit id="TypeNotSupportedDescription">
Expand Down
Loading

0 comments on commit be6a138

Please sign in to comment.