|
4 | 4 | <body> |
5 | 5 | <trans-unit id="arrayElementHasWrongTypeTuple"> |
6 | 6 | <source>All elements of an array must be implicitly convertible to the type of the first element, which here is a tuple of length {0} of type\n {1} \nThis element is a tuple of length {2} of type\n {3} \n</source> |
7 | | - <target state="new">All elements of an array must be implicitly convertible to the type of the first element, which here is a tuple of length {0} of type\n {1} \nThis element is a tuple of length {2} of type\n {3} \n</target> |
| 7 | + <target state="translated">Alle Elemente eines Arrays müssen implizit in den Typ des ersten Elements konvertiert werden. Hierbei handelt es sich um ein Tupel der Länge {0} vom Typ\n {1} \nDieses Element ist ein Tupel der Länge {2} vom Typ\n {3}. \n</target> |
8 | 8 | <note /> |
9 | 9 | </trans-unit> |
10 | 10 | <trans-unit id="buildInvalidSourceFileExtensionML"> |
|
19 | 19 | </trans-unit> |
20 | 20 | <trans-unit id="chkDuplicatedMethodParameter"> |
21 | 21 | <source>Duplicate parameter. The parameter '{0}' has been used more that once in this method.</source> |
22 | | - <target state="new">Duplicate parameter. The parameter '{0}' has been used more that once in this method.</target> |
| 22 | + <target state="translated">Doppelter Parameter. Der Parameter „{0}“ wurde in dieser Methode mehrmals verwendet.</target> |
23 | 23 | <note /> |
24 | 24 | </trans-unit> |
25 | 25 | <trans-unit id="chkFeatureNotLanguageSupported"> |
|
114 | 114 | </trans-unit> |
115 | 115 | <trans-unit id="elseBranchHasWrongTypeTuple"> |
116 | 116 | <source>All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length {0} of type\n {1} \nThis branch returns a tuple of length {2} of type\n {3} \n</source> |
117 | | - <target state="new">All branches of an 'if' expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length {0} of type\n {1} \nThis branch returns a tuple of length {2} of type\n {3} \n</target> |
| 117 | + <target state="translated">Alle Verzweigungen eines „If-Ausdrucks“ müssen Werte zurückgeben, die implizit in den Typ der ersten Verzweigung konvertierbar sind. In diesem Fall handelt es sich dabei um ein Tupel der Länge {0} des Typs.\n {1} \nDiese Verzweigung gibt ein Tupel der Länge {2} des Typs\n {3} \nzurück.</target> |
118 | 118 | <note /> |
119 | 119 | </trans-unit> |
120 | 120 | <trans-unit id="etProviderHasDesignerAssemblyDependency"> |
|
144 | 144 | </trans-unit> |
145 | 145 | <trans-unit id="featureArithmeticInLiterals"> |
146 | 146 | <source>Allow arithmetic and logical operations in literals</source> |
147 | | - <target state="new">Allow arithmetic and logical operations in literals</target> |
| 147 | + <target state="translated">Arithmetische und logische Vorgänge in Literalen zulassen</target> |
148 | 148 | <note /> |
149 | 149 | </trans-unit> |
150 | 150 | <trans-unit id="featureAttributesToRightOfModuleKeyword"> |
|
159 | 159 | </trans-unit> |
160 | 160 | <trans-unit id="featureCSharpExtensionAttributeNotRequired"> |
161 | 161 | <source>Allow implicit Extension attribute on declaring types, modules</source> |
162 | | - <target state="new">Allow implicit Extension attribute on declaring types, modules</target> |
| 162 | + <target state="translated">Implizites Erweiterungsattribut für deklarierende Typen und Module zulassen</target> |
163 | 163 | <note /> |
164 | 164 | </trans-unit> |
165 | 165 | <trans-unit id="featureDefaultInterfaceMemberConsumption"> |
|
184 | 184 | </trans-unit> |
185 | 185 | <trans-unit id="featureErrorForNonVirtualMembersOverrides"> |
186 | 186 | <source>Raises errors for non-virtual members overrides</source> |
187 | | - <target state="new">Raises errors for non-virtual members overrides</target> |
| 187 | + <target state="translated">Löst Fehler für Außerkraftsetzungen nicht virtueller Member aus.</target> |
188 | 188 | <note /> |
189 | 189 | </trans-unit> |
190 | 190 | <trans-unit id="featureErrorOnDeprecatedRequireQualifiedAccess"> |
|
194 | 194 | </trans-unit> |
195 | 195 | <trans-unit id="featureEscapeBracesInFormattableString"> |
196 | 196 | <source>Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</source> |
197 | | - <target state="new">Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</target> |
| 197 | + <target state="translated">Escapezeichen mit geschweiften Klammern, bevor FormattableStringFactory.Create aufgerufen wird, wenn ein interpoliertes Zeichenfolgenliteral als FormattableString eingegeben wird.</target> |
198 | 198 | <note /> |
199 | 199 | </trans-unit> |
200 | 200 | <trans-unit id="featureExpandedMeasurables"> |
|
249 | 249 | </trans-unit> |
250 | 250 | <trans-unit id="featureMatchNotAllowedForUnionCaseWithNoData"> |
251 | 251 | <source>Pattern match discard is not allowed for union case that takes no data.</source> |
252 | | - <target state="new">Pattern match discard is not allowed for union case that takes no data.</target> |
| 252 | + <target state="translated">Das Verwerfen von Musterübereinstimmungen ist für einen Union-Fall, der keine Daten akzeptiert, nicht zulässig.</target> |
253 | 253 | <note /> |
254 | 254 | </trans-unit> |
255 | 255 | <trans-unit id="featureNameOf"> |
|
349 | 349 | </trans-unit> |
350 | 350 | <trans-unit id="followingPatternMatchClauseHasWrongTypeTuple"> |
351 | 351 | <source>All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length {0} of type\n {1} \nThis branch returns a tuple of length {2} of type\n {3} \n</source> |
352 | | - <target state="new">All branches of a pattern match expression must return values implicitly convertible to the type of the first branch, which here is a tuple of length {0} of type\n {1} \nThis branch returns a tuple of length {2} of type\n {3} \n</target> |
| 352 | + <target state="translated">Alle Verzweigungen eines Musterübereinstimmungsausdrucks müssen Werte zurückgeben, die implizit in den Typ der ersten Verzweigung konvertierbar sind. In diesem Fall handelt es sich dabei um ein Tupel der Länge {0} des Typs.\n {1} \nDiese Verzweigung gibt ein Tupel der Länge {2} des Typs\n {3} \nzurück.</target> |
353 | 353 | <note /> |
354 | 354 | </trans-unit> |
355 | 355 | <trans-unit id="forFormatInvalidForInterpolated"> |
|
394 | 394 | </trans-unit> |
395 | 395 | <trans-unit id="ifExpressionTuple"> |
396 | 396 | <source>The 'if' expression needs to return a tuple of length {0} of type\n {1} \nto satisfy context type requirements. It currently returns a tuple of length {2} of type\n {3} \n</source> |
397 | | - <target state="new">The 'if' expression needs to return a tuple of length {0} of type\n {1} \nto satisfy context type requirements. It currently returns a tuple of length {2} of type\n {3} \n</target> |
| 397 | + <target state="translated">Der „if“-Ausdruck muss ein Tupel mit der Länge {0} vom Typ\n {1} \nzurückgeben, um die Kontexttypanforderungen zu erfüllen. Derzeit wird ein Tupel mit der Länge {2} vom Typ\n {3} \nzurückgegeben.</target> |
398 | 398 | <note /> |
399 | 399 | </trans-unit> |
400 | 400 | <trans-unit id="ilxGenUnknownDebugPoint"> |
|
459 | 459 | </trans-unit> |
460 | 460 | <trans-unit id="listElementHasWrongTypeTuple"> |
461 | 461 | <source>All elements of a list must be implicitly convertible to the type of the first element, which here is a tuple of length {0} of type\n {1} \nThis element is a tuple of length {2} of type\n {3} \n</source> |
462 | | - <target state="new">All elements of a list must be implicitly convertible to the type of the first element, which here is a tuple of length {0} of type\n {1} \nThis element is a tuple of length {2} of type\n {3} \n</target> |
| 462 | + <target state="translated">Alle Elemente einer Liste müssen implizit in den Typ des ersten Elements konvertiert werden. Hierbei handelt es sich um ein Tupel der Länge {0} vom Typ\n {1} \nDieses Element ist ein Tupel der Länge {2} vom Typ\n {3}. \n</target> |
463 | 463 | <note /> |
464 | 464 | </trans-unit> |
465 | 465 | <trans-unit id="matchNotAllowedForUnionCaseWithNoData"> |
466 | 466 | <source>Pattern discard is not allowed for union case that takes no data.</source> |
467 | | - <target state="new">Pattern discard is not allowed for union case that takes no data.</target> |
| 467 | + <target state="translated">Das Verwerfen von Mustern ist für Union-Fall, der keine Daten akzeptiert, nicht zulässig.</target> |
468 | 468 | <note /> |
469 | 469 | </trans-unit> |
470 | 470 | <trans-unit id="mlCompatError"> |
|
549 | 549 | </trans-unit> |
550 | 550 | <trans-unit id="optsInvalidRefAssembly"> |
551 | 551 | <source>Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</source> |
552 | | - <target state="new">Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</target> |
| 552 | + <target state="translated">Ungültige Verwendung der Ausgabe einer Referenzassembly. Verwenden Sie nicht „--standalone“ oder „--staticlink“ mit „--refonly“ oder „--refout“.</target> |
553 | 553 | <note /> |
554 | 554 | </trans-unit> |
555 | 555 | <trans-unit id="optsInvalidRefOut"> |
|
659 | 659 | </trans-unit> |
660 | 660 | <trans-unit id="parsExpectedPatternAfterToken"> |
661 | 661 | <source>Expected a pattern after this point</source> |
662 | | - <target state="new">Expected a pattern after this point</target> |
| 662 | + <target state="translated">Nach diesem Punkt wurde ein Muster erwartet.</target> |
663 | 663 | <note /> |
664 | 664 | </trans-unit> |
665 | 665 | <trans-unit id="parsExpectingExpressionInTuple"> |
|
669 | 669 | </trans-unit> |
670 | 670 | <trans-unit id="parsExpectingPatternInTuple"> |
671 | 671 | <source>Expecting pattern</source> |
672 | | - <target state="new">Expecting pattern</target> |
| 672 | + <target state="translated">Muster wird erwartet</target> |
673 | 673 | <note /> |
674 | 674 | </trans-unit> |
675 | 675 | <trans-unit id="parsIncompleteTyparExpr1"> |
|
1029 | 1029 | </trans-unit> |
1030 | 1030 | <trans-unit id="tcSynTypeOrInvalidInDeclaration"> |
1031 | 1031 | <source>SynType.Or is not permitted in this declaration</source> |
1032 | | - <target state="new">SynType.Or is not permitted in this declaration</target> |
| 1032 | + <target state="translated">SynType.Or ist in dieser Deklaration nicht zulässig.</target> |
1033 | 1033 | <note /> |
1034 | 1034 | </trans-unit> |
1035 | 1035 | <trans-unit id="tcTraitHasMultipleSupportTypes"> |
|
3859 | 3859 | </trans-unit> |
3860 | 3860 | <trans-unit id="tcUnionCaseExpectsTupledArguments"> |
3861 | 3861 | <source>This union case expects {0} arguments in tupled form, but was given {1}. The missing field arguments may be any of:{2}</source> |
3862 | | - <target state="new">This union case expects {0} arguments in tupled form, but was given {1}. The missing field arguments may be any of:{2}</target> |
| 3862 | + <target state="translated">Dieser Union-Fall erwartet {0} Argumente in Tupelform, es wurden jedoch {1} angegeben. Zu den fehlenden Feldargumenten gehören möglicherweise folgende: {2}.</target> |
3863 | 3863 | <note /> |
3864 | 3864 | </trans-unit> |
3865 | 3865 | <trans-unit id="tcFieldIsNotStatic"> |
|
7539 | 7539 | </trans-unit> |
7540 | 7540 | <trans-unit id="tcStructUnionMultiCaseDistinctFields"> |
7541 | 7541 | <source>If a multicase union type is a struct, then all union cases must have unique names. For example: 'type A = B of b: int | C of c: int'.</source> |
7542 | | - <target state="new">If a multicase union type is a struct, then all union cases must have unique names. For example: 'type A = B of b: int | C of c: int'.</target> |
| 7542 | + <target state="translated">Wenn ein Mehrfach-Union-Typ eine Struktur ist, müssen alle Union-Fälle eindeutige Namen aufweisen. Beispiel: „type A = B von b: int | C von c: int“.</target> |
7543 | 7543 | <note /> |
7544 | 7544 | </trans-unit> |
7545 | 7545 | <trans-unit id="CallerMemberNameIsOverriden"> |
|
0 commit comments