Skip to content

Commit

Permalink
Merge pull request #14078 from dotnet/merges/release/dev17.3-to-main
Browse files Browse the repository at this point in the history
Merge release/dev17.3 to main
  • Loading branch information
KevinRansom authored Oct 11, 2022
2 parents 662c2fa + 23a8848 commit bbe7893
Show file tree
Hide file tree
Showing 13 changed files with 195 additions and 195 deletions.
30 changes: 15 additions & 15 deletions src/Compiler/xlf/FSComp.txt.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
<target state="translated">Notace expr[idx] pro indexování a vytváření řezů</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInitProperties">
<source>support for consuming init properties</source>
<target state="new">support for consuming init properties</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="translated">rozhraní s vícenásobným obecným vytvářením instancí</target>
Expand Down Expand Up @@ -372,6 +372,11 @@
<target state="translated">Komentář XML není umístěn v platném prvku jazyka.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionConst">
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
<target state="translated">Klíčové slovo, které specifikuje konstantní literál jako argument parametru typu v poskytovatelích typů</target>
Expand Down Expand Up @@ -607,6 +612,11 @@
<target state="new">Expected a pattern after this point</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Byl očekáván výraz.</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
Expand All @@ -622,11 +632,6 @@
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Byl očekáván výraz.</target>
<note />
</trans-unit>
<trans-unit id="parsNewExprMemberAccess">
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
<target state="translated">Tento přístup člena je nejednoznačný. Při vytváření objektu použijte závorky, např. (new SomeType(args)).MemberName'</target>
Expand Down Expand Up @@ -7552,11 +7557,6 @@
<target state="translated">Označuje metodu, která buď nemá implementaci v typu, ve kterém je deklarovaná, nebo která je virtuální a má výchozí implementaci.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAs">
<source>Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match.</source>
<target state="translated">Slouží k pojmenování objektu aktuální třídy. Používá se také k pojmenování celého vzoru v rámci porovnávání vzorů.</target>
Expand Down
30 changes: 15 additions & 15 deletions src/Compiler/xlf/FSComp.txt.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
<target state="translated">expr[idx]-Notation zum Indizieren und Aufteilen</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInitProperties">
<source>support for consuming init properties</source>
<target state="new">support for consuming init properties</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="translated">Schnittstellen mit mehrfacher generischer Instanziierung</target>
Expand Down Expand Up @@ -372,6 +372,11 @@
<target state="translated">Der XML-Kommentar wird nicht in einem gültigen Sprachelement platziert.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionConst">
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
<target state="translated">Schlüsselwort, um ein konstantes Literal als Typparameterargument in Typanbietern anzugeben.</target>
Expand Down Expand Up @@ -607,6 +612,11 @@
<target state="new">Expected a pattern after this point</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Ausdruck wird erwartet</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
Expand All @@ -622,11 +632,6 @@
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Ausdruck wird erwartet</target>
<note />
</trans-unit>
<trans-unit id="parsNewExprMemberAccess">
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
<target state="translated">Dieser Memberzugriff ist mehrdeutig. Setzen Sie Klammern um die Objekterstellung, z. B. "(new SomeType(args)). MemberName“</target>
Expand Down Expand Up @@ -7552,11 +7557,6 @@
<target state="translated">Gibt eine Methode an, die entweder im Typ, in dem sie deklariert wird, über keine Implementierung verfügt oder die virtuell ist und über eine Standardimplementierung verfügt.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAs">
<source>Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match.</source>
<target state="translated">Wird verwendet, um für das aktuelle Klassenobjekt einen Objektnamen zu vergeben. Wird auch verwendet, um für ein gesamtes Muster innerhalb eines Musterabgleichs einen Namen zu vergeben.</target>
Expand Down
30 changes: 15 additions & 15 deletions src/Compiler/xlf/FSComp.txt.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
<target state="translated">Notación para indexación y segmentación expr[idx]</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInitProperties">
<source>support for consuming init properties</source>
<target state="new">support for consuming init properties</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="translated">interfaces con creación de instancias genéricas múltiples</target>
Expand Down Expand Up @@ -372,6 +372,11 @@
<target state="translated">El comentario XML no está situado en un elemento válido del lenguaje.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionConst">
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
<target state="translated">Palabra clave para especificar un literal de constante como argumento de parámetro de tipo en los proveedores de tipo.</target>
Expand Down Expand Up @@ -607,6 +612,11 @@
<target state="new">Expected a pattern after this point</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Se espera una expresión</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
Expand All @@ -622,11 +632,6 @@
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated">Se espera una expresión</target>
<note />
</trans-unit>
<trans-unit id="parsNewExprMemberAccess">
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
<target state="translated">Este acceso de miembro es ambiguo. Use paréntesis alrededor de la creación del objeto, por ejemplo, '(nuevo AlgúnTipo(args)).NombreMiembro'</target>
Expand Down Expand Up @@ -7552,11 +7557,6 @@
<target state="translated">Indica un método que no tiene ninguna implementación en el tipo en el que se declara o un método que es virtual y tiene una implementación predeterminada.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAs">
<source>Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match.</source>
<target state="translated">Se usa para asignar un nombre de objeto al objeto de clase actual. También se usa para asignar un nombre a un patrón completo en una coincidencia de patrones.</target>
Expand Down
30 changes: 15 additions & 15 deletions src/Compiler/xlf/FSComp.txt.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,16 @@
<target state="translated">Notation expr[idx] pour l’indexation et le découpage</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInitProperties">
<source>support for consuming init properties</source>
<target state="new">support for consuming init properties</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
<source>static abstract interface members</source>
<target state="new">static abstract interface members</target>
<note />
</trans-unit>
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
<source>interfaces with multiple generic instantiation</source>
<target state="translated">interfaces avec plusieurs instanciations génériques</target>
Expand Down Expand Up @@ -372,6 +372,11 @@
<target state="translated">Le commentaire XML n'est pas placé dans un élément valide du langage.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionConst">
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
<target state="translated">Mot clé permettant de spécifier une constante littérale en tant qu'argument de paramètre de type dans les fournisseurs de types.</target>
Expand Down Expand Up @@ -607,6 +612,11 @@
<target state="new">Expected a pattern after this point</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated"> Expression attendue</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
Expand All @@ -622,11 +632,6 @@
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
<source>Expecting expression</source>
<target state="translated"> Expression attendue</target>
<note />
</trans-unit>
<trans-unit id="parsNewExprMemberAccess">
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
<target state="translated">L’accès à ce membre est ambigu. Utilisez des parenthèses autour de la création de l’objet, par exemple' (New SomeType (args)). MemberName</target>
Expand Down Expand Up @@ -7552,11 +7557,6 @@
<target state="translated">Indique une méthode qui n'a aucune implémentation dans le type dans lequel elle est déclarée, ou qui est virtuelle avec une implémentation par défaut.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAnd">
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionAs">
<source>Used to give the current class object an object name. Also used to give a name to a whole pattern within a pattern match.</source>
<target state="translated">Permet de donner un nom d'objet à l'objet de classe actuel. Permet également de nommer un modèle complet dans un critère spécial.</target>
Expand Down
Loading

0 comments on commit bbe7893

Please sign in to comment.