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/fsharp/FSComp.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1040,8 +1040,8 @@ lexHashBangMustBeFirstInFile,"#! may only appear as the first line at the start
1040
1040
1186,parsInvalidProperty,"Invalid property getter or setter"
1041
1041
1187,parsIndexerPropertyRequiresAtLeastOneArgument,"An indexer property must be given at least one argument"
1042
1042
1188,tastInvalidAddressOfMutableAcrossAssemblyBoundary,"This operation accesses a mutable top-level value defined in another assembly in an unsupported way. The value cannot be accessed through its address. Consider copying the expression to a mutable local, e.g. 'let mutable x = ...', and if necessary assigning the value back after the completion of the operation"
1043
-
1189,parsNonAdjacentTypars,"Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\""
1044
-
1190,parsNonAdjacentTyargs,"Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\""
1043
+
1189,parsNonAdjacentTypars,"Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name."
1044
+
1190,parsNonAdjacentTyargs,"Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name."
1045
1045
parsNonAtomicType,"The use of the type syntax 'int C' and 'C <int>' is not permitted here. Consider adjusting this type to be written in the form 'C<int>'"
1046
1046
# 1191,tastUndefinedTyconItemField,"The type %s did not contain the field '%s'"
1047
1047
# 1192,tastUndefinedTyconItemUnionCase,"The type %s did not contain the union case '%s'"
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.cs.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unitid="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C<'T>\"</source>
5127
-
<targetstate="translated">Parametry typu je potřeba zadat bezprostředně za název typu, třeba \"type C<'T>\", ne type \"C<'T>\".</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<targetstate="needs-review-translation">Parametry typu je potřeba zadat bezprostředně za název typu, třeba \"type C<'T>\", ne type \"C<'T>\".</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unitid="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<targetstate="translated">Argumenty typu je potřeba zadat bezprostředně za název typu, třeba \"C<'T>\", ne \"C<'T>\".</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<targetstate="needs-review-translation">Argumenty typu je potřeba zadat bezprostředně za název typu, třeba \"C<'T>\", ne \"C<'T>\".</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.de.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unit id="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\"</source>
5127
-
<target state="translated">Typparameter müssen direkt neben dem Typnamen platziert werden, z.B. \"type C<'T>\", nicht type \"C <'T>\".</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<target state="needs-review-translation">Typparameter müssen direkt neben dem Typnamen platziert werden, z.B. \"type C<'T>\", nicht type \"C <'T>\".</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unit id="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<target state="translated">Typargumente müssen direkt neben dem Typnamen platziert werden. Beispiel: \"C<'T>\", nicht \"C <'T>\".</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<target state="needs-review-translation">Typargumente müssen direkt neben dem Typnamen platziert werden. Beispiel: \"C<'T>\", nicht \"C <'T>\".</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.en.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unitid="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C<'T>\"</source>
5127
-
<targetstate="new">Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C<'T>\"</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<targetstate="new">Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unitid="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<targetstate="new">Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<targetstate="new">Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.es.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unitid="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C<'T>\"</source>
5127
-
<targetstate="translated">Los parámetros de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"type C<'T>\", no type \"C<'T>\".</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<targetstate="needs-review-translation">Los parámetros de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"type C<'T>\", no type \"C<'T>\".</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unitid="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<targetstate="translated">Los argumentos de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"C<'T>\", no \"C<'T>\".</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C<'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<targetstate="needs-review-translation">Los argumentos de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"C<'T>\", no \"C<'T>\".</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.fr.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unit id="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\"</source>
5127
-
<target state="translated">Les paramètres de type doivent être directement adjacents au nom de type, par exemple \"type C<'T>\" et non type \"C <'T>\"</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<target state="needs-review-translation">Les paramètres de type doivent être directement adjacents au nom de type, par exemple \"type C<'T>\" et non type \"C <'T>\"</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unit id="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<target state="translated">Les arguments de type doivent être directement adjacents au nom de type, par exemple \"C<'T>\" et non \"C <'T>\"</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<target state="needs-review-translation">Les arguments de type doivent être directement adjacents au nom de type, par exemple \"C<'T>\" et non \"C <'T>\"</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.it.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unit id="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C<'T>\"</source>
5127
-
<targetstate="translated">I parametri di tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"type C<'T>\", non type \"C<'T>\"</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<target state="needs-review-translation">I parametri di tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"type C<'T>\", non type \"C <'T>\"</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unit id="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<targetstate="translated">Gli argomenti tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"C<'T>\", non \"C<'T>\"</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<target state="needs-review-translation">Gli argomenti tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"C<'T>\", non \"C <'T>\"</target>
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.ko.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unit id="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\"</source>
5127
-
<target state="translated">형식 매개 변수는 형식 이름 바로 옆에 배치해야 합니다(예: type \"C <'T>\"가 아니라 \"type C<'T>\").</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<target state="needs-review-translation">형식 매개 변수는 형식 이름 바로 옆에 배치해야 합니다(예: type \"C <'T>\"가 아니라 \"type C<'T>\").</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unit id="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<target state="translated">형식 인수는 형식 이름 바로 옆에 배치해야 합니다(예: \"C <'T>\"가 아니라 \"C<'T>\").</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<target state="needs-review-translation">형식 인수는 형식 이름 바로 옆에 배치해야 합니다(예: \"C <'T>\"가 아니라 \"C<'T>\").</target>
Copy file name to clipboardExpand all lines: src/fsharp/xlf/FSComp.txt.pl.xlf
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5123,13 +5123,13 @@
5123
5123
<note />
5124
5124
</trans-unit>
5125
5125
<trans-unit id="parsNonAdjacentTypars">
5126
-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C<'T>\", nottype \"C <'T>\"</source>
5127
-
<target state="translated">Parametry typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"type C<'T>\", a nie type \"C <'T>\")</target>
5126
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C<'T>\", not type \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5127
+
<target state="needs-review-translation">Parametry typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"type C<'T>\", a nie type \"C <'T>\")</target>
5128
5128
<note />
5129
5129
</trans-unit>
5130
5130
<trans-unit id="parsNonAdjacentTyargs">
5131
-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C<'T>\", not \"C<'T>\"</source>
5132
-
<target state="translated">Argumenty typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"C<'T>\", a nie \"C <'T>\")</target>
5131
+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C<'T>\", not \"C <'T>\". Type parameters must be placed directly adjacent to the type name.</source>
5132
+
<target state="needs-review-translation">Argumenty typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"C<'T>\", a nie \"C <'T>\")</target>