Skip to content

Commit bbe7893

Browse files
authored
Merge pull request #14078 from dotnet/merges/release/dev17.3-to-main
Merge release/dev17.3 to main
2 parents 662c2fa + 23a8848 commit bbe7893

13 files changed

+195
-195
lines changed

src/Compiler/xlf/FSComp.txt.cs.xlf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@
187187
<target state="translated">Notace expr[idx] pro indexování a vytváření řezů</target>
188188
<note />
189189
</trans-unit>
190-
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
191-
<source>static abstract interface members</source>
192-
<target state="new">static abstract interface members</target>
193-
<note />
194-
</trans-unit>
195190
<trans-unit id="featureInitProperties">
196191
<source>support for consuming init properties</source>
197192
<target state="new">support for consuming init properties</target>
198193
<note />
199194
</trans-unit>
195+
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
196+
<source>static abstract interface members</source>
197+
<target state="new">static abstract interface members</target>
198+
<note />
199+
</trans-unit>
200200
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
201201
<source>interfaces with multiple generic instantiation</source>
202202
<target state="translated">rozhraní s vícenásobným obecným vytvářením instancí</target>
@@ -372,6 +372,11 @@
372372
<target state="translated">Komentář XML není umístěn v platném prvku jazyka.</target>
373373
<note />
374374
</trans-unit>
375+
<trans-unit id="keywordDescriptionAnd">
376+
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
377+
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
378+
<note />
379+
</trans-unit>
375380
<trans-unit id="keywordDescriptionConst">
376381
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
377382
<target state="translated">Klíčové slovo, které specifikuje konstantní literál jako argument parametru typu v poskytovatelích typů</target>
@@ -607,6 +612,11 @@
607612
<target state="new">Expected a pattern after this point</target>
608613
<note />
609614
</trans-unit>
615+
<trans-unit id="parsExpectingExpressionInTuple">
616+
<source>Expecting expression</source>
617+
<target state="translated">Byl očekáván výraz.</target>
618+
<note />
619+
</trans-unit>
610620
<trans-unit id="parsExpectingPatternInTuple">
611621
<source>Expecting pattern</source>
612622
<target state="new">Expecting pattern</target>
@@ -622,11 +632,6 @@
622632
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
623633
<note />
624634
</trans-unit>
625-
<trans-unit id="parsExpectingExpressionInTuple">
626-
<source>Expecting expression</source>
627-
<target state="translated">Byl očekáván výraz.</target>
628-
<note />
629-
</trans-unit>
630635
<trans-unit id="parsNewExprMemberAccess">
631636
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
632637
<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>
@@ -7552,11 +7557,6 @@
75527557
<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>
75537558
<note />
75547559
</trans-unit>
7555-
<trans-unit id="keywordDescriptionAnd">
7556-
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
7557-
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
7558-
<note />
7559-
</trans-unit>
75607560
<trans-unit id="keywordDescriptionAs">
75617561
<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>
75627562
<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>

src/Compiler/xlf/FSComp.txt.de.xlf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@
187187
<target state="translated">expr[idx]-Notation zum Indizieren und Aufteilen</target>
188188
<note />
189189
</trans-unit>
190-
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
191-
<source>static abstract interface members</source>
192-
<target state="new">static abstract interface members</target>
193-
<note />
194-
</trans-unit>
195190
<trans-unit id="featureInitProperties">
196191
<source>support for consuming init properties</source>
197192
<target state="new">support for consuming init properties</target>
198193
<note />
199194
</trans-unit>
195+
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
196+
<source>static abstract interface members</source>
197+
<target state="new">static abstract interface members</target>
198+
<note />
199+
</trans-unit>
200200
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
201201
<source>interfaces with multiple generic instantiation</source>
202202
<target state="translated">Schnittstellen mit mehrfacher generischer Instanziierung</target>
@@ -372,6 +372,11 @@
372372
<target state="translated">Der XML-Kommentar wird nicht in einem gültigen Sprachelement platziert.</target>
373373
<note />
374374
</trans-unit>
375+
<trans-unit id="keywordDescriptionAnd">
376+
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
377+
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
378+
<note />
379+
</trans-unit>
375380
<trans-unit id="keywordDescriptionConst">
376381
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
377382
<target state="translated">Schlüsselwort, um ein konstantes Literal als Typparameterargument in Typanbietern anzugeben.</target>
@@ -607,6 +612,11 @@
607612
<target state="new">Expected a pattern after this point</target>
608613
<note />
609614
</trans-unit>
615+
<trans-unit id="parsExpectingExpressionInTuple">
616+
<source>Expecting expression</source>
617+
<target state="translated">Ausdruck wird erwartet</target>
618+
<note />
619+
</trans-unit>
610620
<trans-unit id="parsExpectingPatternInTuple">
611621
<source>Expecting pattern</source>
612622
<target state="new">Expecting pattern</target>
@@ -622,11 +632,6 @@
622632
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
623633
<note />
624634
</trans-unit>
625-
<trans-unit id="parsExpectingExpressionInTuple">
626-
<source>Expecting expression</source>
627-
<target state="translated">Ausdruck wird erwartet</target>
628-
<note />
629-
</trans-unit>
630635
<trans-unit id="parsNewExprMemberAccess">
631636
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
632637
<target state="translated">Dieser Memberzugriff ist mehrdeutig. Setzen Sie Klammern um die Objekterstellung, z. B. "(new SomeType(args)). MemberName“</target>
@@ -7552,11 +7557,6 @@
75527557
<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>
75537558
<note />
75547559
</trans-unit>
7555-
<trans-unit id="keywordDescriptionAnd">
7556-
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
7557-
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
7558-
<note />
7559-
</trans-unit>
75607560
<trans-unit id="keywordDescriptionAs">
75617561
<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>
75627562
<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>

src/Compiler/xlf/FSComp.txt.es.xlf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@
187187
<target state="translated">Notación para indexación y segmentación expr[idx]</target>
188188
<note />
189189
</trans-unit>
190-
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
191-
<source>static abstract interface members</source>
192-
<target state="new">static abstract interface members</target>
193-
<note />
194-
</trans-unit>
195190
<trans-unit id="featureInitProperties">
196191
<source>support for consuming init properties</source>
197192
<target state="new">support for consuming init properties</target>
198193
<note />
199194
</trans-unit>
195+
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
196+
<source>static abstract interface members</source>
197+
<target state="new">static abstract interface members</target>
198+
<note />
199+
</trans-unit>
200200
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
201201
<source>interfaces with multiple generic instantiation</source>
202202
<target state="translated">interfaces con creación de instancias genéricas múltiples</target>
@@ -372,6 +372,11 @@
372372
<target state="translated">El comentario XML no está situado en un elemento válido del lenguaje.</target>
373373
<note />
374374
</trans-unit>
375+
<trans-unit id="keywordDescriptionAnd">
376+
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
377+
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
378+
<note />
379+
</trans-unit>
375380
<trans-unit id="keywordDescriptionConst">
376381
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
377382
<target state="translated">Palabra clave para especificar un literal de constante como argumento de parámetro de tipo en los proveedores de tipo.</target>
@@ -607,6 +612,11 @@
607612
<target state="new">Expected a pattern after this point</target>
608613
<note />
609614
</trans-unit>
615+
<trans-unit id="parsExpectingExpressionInTuple">
616+
<source>Expecting expression</source>
617+
<target state="translated">Se espera una expresión</target>
618+
<note />
619+
</trans-unit>
610620
<trans-unit id="parsExpectingPatternInTuple">
611621
<source>Expecting pattern</source>
612622
<target state="new">Expecting pattern</target>
@@ -622,11 +632,6 @@
622632
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
623633
<note />
624634
</trans-unit>
625-
<trans-unit id="parsExpectingExpressionInTuple">
626-
<source>Expecting expression</source>
627-
<target state="translated">Se espera una expresión</target>
628-
<note />
629-
</trans-unit>
630635
<trans-unit id="parsNewExprMemberAccess">
631636
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
632637
<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>
@@ -7552,11 +7557,6 @@
75527557
<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>
75537558
<note />
75547559
</trans-unit>
7555-
<trans-unit id="keywordDescriptionAnd">
7556-
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
7557-
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
7558-
<note />
7559-
</trans-unit>
75607560
<trans-unit id="keywordDescriptionAs">
75617561
<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>
75627562
<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>

src/Compiler/xlf/FSComp.txt.fr.xlf

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@
187187
<target state="translated">Notation expr[idx] pour l’indexation et le découpage</target>
188188
<note />
189189
</trans-unit>
190-
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
191-
<source>static abstract interface members</source>
192-
<target state="new">static abstract interface members</target>
193-
<note />
194-
</trans-unit>
195190
<trans-unit id="featureInitProperties">
196191
<source>support for consuming init properties</source>
197192
<target state="new">support for consuming init properties</target>
198193
<note />
199194
</trans-unit>
195+
<trans-unit id="featureInterfacesWithAbstractStaticMembers">
196+
<source>static abstract interface members</source>
197+
<target state="new">static abstract interface members</target>
198+
<note />
199+
</trans-unit>
200200
<trans-unit id="featureInterfacesWithMultipleGenericInstantiation">
201201
<source>interfaces with multiple generic instantiation</source>
202202
<target state="translated">interfaces avec plusieurs instanciations génériques</target>
@@ -372,6 +372,11 @@
372372
<target state="translated">Le commentaire XML n'est pas placé dans un élément valide du langage.</target>
373373
<note />
374374
</trans-unit>
375+
<trans-unit id="keywordDescriptionAnd">
376+
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
377+
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
378+
<note />
379+
</trans-unit>
375380
<trans-unit id="keywordDescriptionConst">
376381
<source>Keyword to specify a constant literal as a type parameter argument in Type Providers.</source>
377382
<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>
@@ -607,6 +612,11 @@
607612
<target state="new">Expected a pattern after this point</target>
608613
<note />
609614
</trans-unit>
615+
<trans-unit id="parsExpectingExpressionInTuple">
616+
<source>Expecting expression</source>
617+
<target state="translated"> Expression attendue</target>
618+
<note />
619+
</trans-unit>
610620
<trans-unit id="parsExpectingPatternInTuple">
611621
<source>Expecting pattern</source>
612622
<target state="new">Expecting pattern</target>
@@ -622,11 +632,6 @@
622632
<target state="new">Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)</target>
623633
<note />
624634
</trans-unit>
625-
<trans-unit id="parsExpectingExpressionInTuple">
626-
<source>Expecting expression</source>
627-
<target state="translated"> Expression attendue</target>
628-
<note />
629-
</trans-unit>
630635
<trans-unit id="parsNewExprMemberAccess">
631636
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
632637
<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>
@@ -7552,11 +7557,6 @@
75527557
<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>
75537558
<note />
75547559
</trans-unit>
7555-
<trans-unit id="keywordDescriptionAnd">
7556-
<source>Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</source>
7557-
<target state="new">Used in mutually recursive bindings, in property declarations, and with multiple constraints on generic parameters.</target>
7558-
<note />
7559-
</trans-unit>
75607560
<trans-unit id="keywordDescriptionAs">
75617561
<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>
75627562
<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>

0 commit comments

Comments
 (0)