You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/FSComp.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1685,4 +1685,5 @@ featureEscapeBracesInFormattableString,"Escapes curly braces before calling Form
1685
1685
3561,chkAutoOpenAttributeInTypeAbbrev,"FSharp.Core.AutoOpenAttribute should not be aliased."
1686
1686
3562,parsUnexpectedEndOfFileElif,"Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'."
1687
1687
3563,lexInvalidIdentifier,"This is not a valid identifier"
1688
+
3564,parsMissingUnionCaseName,"Missing union case name"
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.cs.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -777,6 +777,11 @@
777
777
<target state="translated">Neúplný výraz operátoru (například^b) nebo volání kvalifikovaného typu (příklad: ^T.Name)</target>
778
778
<note />
779
779
</trans-unit>
780
+
<trans-unit id="parsMissingUnionCaseName">
781
+
<source>Missing union case name</source>
782
+
<target state="new">Missing union case name</target>
783
+
<note />
784
+
</trans-unit>
780
785
<trans-unit id="parsNewExprMemberAccess">
781
786
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
782
787
<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>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.de.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -777,6 +777,11 @@
777
777
<target state="translated">Unvollständiger Operatorausdruck (Beispiel: a^b) oder qualifizierter Typaufruf (Beispiel: ^T.Name)</target>
778
778
<note />
779
779
</trans-unit>
780
+
<trans-unit id="parsMissingUnionCaseName">
781
+
<source>Missing union case name</source>
782
+
<target state="new">Missing union case name</target>
783
+
<note />
784
+
</trans-unit>
780
785
<trans-unit id="parsNewExprMemberAccess">
781
786
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
782
787
<target state="translated">Dieser Memberzugriff ist mehrdeutig. Setzen Sie Klammern um die Objekterstellung, z. B. "(new SomeType(args)). MemberName“</target>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.es.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -777,6 +777,11 @@
777
777
<target state="translated">Expresión de operador incompleta (ejemplo, a^b) o invocación de tipo calificada (ejemplo: ^T.Name)</target>
778
778
<note />
779
779
</trans-unit>
780
+
<trans-unit id="parsMissingUnionCaseName">
781
+
<source>Missing union case name</source>
782
+
<target state="new">Missing union case name</target>
783
+
<note />
784
+
</trans-unit>
780
785
<trans-unit id="parsNewExprMemberAccess">
781
786
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
782
787
<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>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.fr.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -777,6 +777,11 @@
777
777
<target state="translated">Expression d’opérateur incomplète (exemple a^b) ou appel de type qualifié (exemple : ^T.Name)</target>
778
778
<note />
779
779
</trans-unit>
780
+
<trans-unit id="parsMissingUnionCaseName">
781
+
<source>Missing union case name</source>
782
+
<target state="new">Missing union case name</target>
783
+
<note />
784
+
</trans-unit>
780
785
<trans-unit id="parsNewExprMemberAccess">
781
786
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
782
787
<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>
Copy file name to clipboardExpand all lines: src/Compiler/xlf/FSComp.txt.it.xlf
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -777,6 +777,11 @@
777
777
<target state="translated">Espressione operatore incompleta (ad esempio a^b) o chiamata di tipo qualificato (ad esempio: ^T.Name)</target>
778
778
<note />
779
779
</trans-unit>
780
+
<trans-unit id="parsMissingUnionCaseName">
781
+
<source>Missing union case name</source>
782
+
<target state="new">Missing union case name</target>
783
+
<note />
784
+
</trans-unit>
780
785
<trans-unit id="parsNewExprMemberAccess">
781
786
<source>This member access is ambiguous. Please use parentheses around the object creation, e.g. '(new SomeType(args)).MemberName'</source>
782
787
<target state="translated">L'accesso ai membri è ambiguo. Utilizzare le parentesi intorno alla creazione oggetto, ad esempio “(New SomeType (args)). MemberName”</target>
0 commit comments