|
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">Tutti gli elementi di una matrice devono essere convertibili in modo implicito nel tipo del primo elemento, che qui è una tupla di lunghezza {0} di tipo\n {1} \nQuesto elemento è una tupla di lunghezza {2} di tipo\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">Parametro duplicato. Il parametro '{0}' è stato utilizzato più volte in questo metodo.</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">Tutti i rami di un'espressione 'if' devono restituire valori convertibili in modo implicito nel tipo del primo ramo, che è una tupla di lunghezza {0} di tipo\n {1} \nQuesto ramo restituisce una tupla di lunghezza {2} di tipo\n {3} \n</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">Consentire operazioni aritmetiche e logiche in valori letterali</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">Consentire l'attributo estensione implicito per i tipi dichiarabili, i moduli</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">Genera errori per gli override dei membri non virtuali</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">Trasferisce le parentesi graffe prima di chiamare FormattableStringFactory.Create quando il valore letterale stringa interpolato viene digitato come FormattableString</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">L'eliminazione della corrispondenza dei criteri non è consentita per case di unione che non accetta dati.</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">Tutti i rami di un'espressione di corrispondenza criterio devono restituire valori convertibili in modo implicito nel tipo del primo ramo, che è una tupla di lunghezza {0} di tipo\n {1} \nQuesto ramo restituisce una tupla di lunghezza {2} di tipo\n {3} \n</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">L'espressione 'if' deve restituire una tupla di lunghezza {0} di tipo\n {1} \nper soddisfare i requisiti del tipo di contesto. Restituisce attualmente una tupla di lunghezza {2} di tipo\n {3} \n</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">Tutti gli elementi di un elenco devono essere convertibili in modo implicito nel tipo del primo elemento, che qui è una tupla di lunghezza {0} di tipo\n {1} \nQuesto elemento è una tupla di lunghezza {2} di tipo\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">L'eliminazione del criterio non è consentita per case di unione che non accetta dati.</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">Utilizzo non valido della creazione di un assembly di riferimento. Non usare insieme '--standalone o --staticlink' con '--refonly o --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">Previsto un criterio dopo questa posizione</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">Criterio previsto</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 non è consentito in questa dichiarazione</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">Questo case di unione prevede argomenti {0} in forma tupla, ma è stato specificato {1}. Gli argomenti di campo mancanti possono essere uno dei seguenti: {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">Se un tipo di unione multicase è uno struct, tutti i case di unione devono avere nomi univoci. Ad esempio: 'tipo A = B di b: int | C di c: int'.</target> |
7543 | 7543 | <note /> |
7544 | 7544 | </trans-unit> |
7545 | 7545 | <trans-unit id="CallerMemberNameIsOverriden"> |
|
0 commit comments