Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6cabf7

Browse files
author
dotnet-automerge-bot
authored
Merge pull requestdotnet#5731 from Microsoft/merges/master-to-dev16.0
Merge master to dev16.0
2 parents0ff6e27 +ad11b5a commite6cabf7

15 files changed

+58
-58
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,8 +1040,8 @@ lexHashBangMustBeFirstInFile,"#! may only appear as the first line at the start
10401040
1186,parsInvalidProperty,"Invalid property getter or setter"
10411041
1187,parsIndexerPropertyRequiresAtLeastOneArgument,"An indexer property must be given at least one argument"
10421042
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."
10451045
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>'"
10461046
# 1191,tastUndefinedTyconItemField,"The type %s did not contain the field '%s'"
10471047
# 1192,tastUndefinedTyconItemUnionCase,"The type %s did not contain the union case '%s'"

‎src/fsharp/xlf/FSComp.txt.cs.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unitid="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</source>
5127-
<targetstate="translated">Parametry typu je potřeba zadat bezprostředně za název typu, třeba \"type C&lt;'T&gt;\", ne type \"C&lt;'T&gt;\".</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C&lt;'T&gt;\". 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&lt;'T&gt;\", ne type \"C&lt;'T&gt;\".</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unitid="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<targetstate="translated">Argumenty typu je potřeba zadat bezprostředně za název typu, třeba \"C&lt;'T&gt;\", ne \"C&lt;'T&gt;\".</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\". 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&lt;'T&gt;\", ne \"C&lt;'T&gt;\".</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unitid="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.de.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C &lt;'T&gt;\"</source>
5127-
<target state="translated">Typparameter müssen direkt neben dem Typnamen platziert werden, z.B. \"type C&lt;'T&gt;\", nicht type \"C &lt;'T&gt;\".</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". 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&lt;'T&gt;\", nicht type \"C &lt;'T&gt;\".</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<target state="translated">Typargumente müssen direkt neben dem Typnamen platziert werden. Beispiel: \"C&lt;'T&gt;\", nicht \"C &lt;'T&gt;\".</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". 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&lt;'T&gt;\", nicht \"C &lt;'T&gt;\".</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.en.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unitid="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</source>
5127-
<targetstate="new">Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C&lt;'T&gt;\". 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&lt;'T&gt;\", not type \"C&lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unitid="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<targetstate="new">Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\". 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&lt;'T&gt;\", not \"C&lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unitid="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.es.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unitid="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</source>
5127-
<targetstate="translated">Los parámetros de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"type C&lt;'T&gt;\", no type \"C&lt;'T&gt;\".</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C&lt;'T&gt;\". 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&lt;'T&gt;\", no type \"C&lt;'T&gt;\".</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unitid="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<targetstate="translated">Los argumentos de tipo se deben colocar directamente adyacentes al nombre de tipo; por ejemplo, \"C&lt;'T&gt;\", no \"C&lt;'T&gt;\".</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\". 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&lt;'T&gt;\", no \"C&lt;'T&gt;\".</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unitid="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.fr.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C &lt;'T&gt;\"</source>
5127-
<target state="translated">Les paramètres de type doivent être directement adjacents au nom de type, par exemple \"type C&lt;'T&gt;\" et non type \"C &lt;'T&gt;\"</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". 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&lt;'T&gt;\" et non type \"C &lt;'T&gt;\"</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<target state="translated">Les arguments de type doivent être directement adjacents au nom de type, par exemple \"C&lt;'T&gt;\" et non \"C &lt;'T&gt;\"</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". 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&lt;'T&gt;\" et non \"C &lt;'T&gt;\"</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.it.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C&lt;'T&gt;\"</source>
5127-
<targetstate="translated">I parametri di tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"type C&lt;'T&gt;\", non type \"C&lt;'T&gt;\"</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". 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&lt;'T&gt;\", non type \"C &lt;'T&gt;\"</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<targetstate="translated">Gli argomenti tipo devono trovarsi immediatamente accanto al nome del tipo, ad esempio \"C&lt;'T&gt;\", non \"C&lt;'T&gt;\"</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". 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&lt;'T&gt;\", non \"C &lt;'T&gt;\"</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.ja.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C &lt;'T&gt;\"</source>
5127-
<target state="translated">型パラメーターと型名は隣接している必要があります。たとえば、type \"C &lt;'T&gt;\" ではなく \"type C&lt;'T&gt;\" と指定します。</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</source>
5127+
<target state="needs-review-translation">型パラメーターと型名は隣接している必要があります。たとえば、type \"C &lt;'T&gt;\" ではなく \"type C&lt;'T&gt;\" と指定します。</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<target state="translated">型引数と型名は隣接している必要があります。たとえば、\"C &lt;'T&gt;\" ではなく \"C&lt;'T&gt;\" と指定します。</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</source>
5132+
<target state="needs-review-translation">型引数と型名は隣接している必要があります。たとえば、\"C &lt;'T&gt;\" ではなく \"C&lt;'T&gt;\" と指定します。</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.ko.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C &lt;'T&gt;\"</source>
5127-
<target state="translated">형식 매개 변수는 형식 이름 바로 옆에 배치해야 합니다(예: type \"C &lt;'T&gt;\"가 아니라 \"type C&lt;'T&gt;\").</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</source>
5127+
<target state="needs-review-translation">형식 매개 변수는 형식 이름 바로 옆에 배치해야 합니다(예: type \"C &lt;'T&gt;\"가 아니라 \"type C&lt;'T&gt;\").</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<target state="translated">형식 인수는 형식 이름 바로 옆에 배치해야 합니다(예: \"C &lt;'T&gt;\"가 아니라 \"C&lt;'T&gt;\").</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". Type parameters must be placed directly adjacent to the type name.</source>
5132+
<target state="needs-review-translation">형식 인수는 형식 이름 바로 옆에 배치해야 합니다(예: \"C &lt;'T&gt;\"가 아니라 \"C&lt;'T&gt;\").</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

‎src/fsharp/xlf/FSComp.txt.pl.xlf‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5123,13 +5123,13 @@
51235123
<note />
51245124
</trans-unit>
51255125
<trans-unit id="parsNonAdjacentTypars">
5126-
<source>Type parameters must be placed directly adjacent to thetypename, e.g. \"type C&lt;'T&gt;\", nottype \"C &lt;'T&gt;\"</source>
5127-
<target state="translated">Parametry typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"type C&lt;'T&gt;\", a nie type \"C &lt;'T&gt;\")</target>
5126+
<source>Remove spaces between the type name andtypeparameter, e.g. \"type C&lt;'T&gt;\", not type \"C &lt;'T&gt;\". 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&lt;'T&gt;\", a nie type \"C &lt;'T&gt;\")</target>
51285128
<note />
51295129
</trans-unit>
51305130
<trans-unit id="parsNonAdjacentTyargs">
5131-
<source>Type arguments must be placed directly adjacent to thetypename, e.g. \"C&lt;'T&gt;\", not \"C&lt;'T&gt;\"</source>
5132-
<target state="translated">Argumenty typu muszą być umieszczone w bezpośrednim sąsiedztwie nazwy typu (np. \"C&lt;'T&gt;\", a nie \"C &lt;'T&gt;\")</target>
5131+
<source>Remove spaces between the type name andtypeparameter, e.g. \"C&lt;'T&gt;\", not \"C &lt;'T&gt;\". 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&lt;'T&gt;\", a nie \"C &lt;'T&gt;\")</target>
51335133
<note />
51345134
</trans-unit>
51355135
<trans-unit id="parsNonAtomicType">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp