未验证 提交 ad3033a5 编写于 作者: D dotnet bot 提交者: GitHub

Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2067933 (#14472)

* Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2067933

* Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2067933
上级 f25ff0cf
......@@ -4,7 +4,7 @@
<body>
<trans-unit id="arrayElementHasWrongTypeTuple">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="buildInvalidSourceFileExtensionML">
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="chkDuplicatedMethodParameter">
<source>Duplicate parameter. The parameter '{0}' has been used more that once in this method.</source>
<target state="new">Duplicate parameter. The parameter '{0}' has been used more that once in this method.</target>
<target state="translated">Parametro duplicato. Il parametro '{0}' è stato utilizzato più volte in questo metodo.</target>
<note />
</trans-unit>
<trans-unit id="chkFeatureNotLanguageSupported">
......@@ -114,7 +114,7 @@
</trans-unit>
<trans-unit id="elseBranchHasWrongTypeTuple">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="etProviderHasDesignerAssemblyDependency">
......@@ -144,7 +144,7 @@
</trans-unit>
<trans-unit id="featureArithmeticInLiterals">
<source>Allow arithmetic and logical operations in literals</source>
<target state="new">Allow arithmetic and logical operations in literals</target>
<target state="translated">Consentire operazioni aritmetiche e logiche in valori letterali</target>
<note />
</trans-unit>
<trans-unit id="featureAttributesToRightOfModuleKeyword">
......@@ -159,7 +159,7 @@
</trans-unit>
<trans-unit id="featureCSharpExtensionAttributeNotRequired">
<source>Allow implicit Extension attribute on declaring types, modules</source>
<target state="new">Allow implicit Extension attribute on declaring types, modules</target>
<target state="translated">Consentire l'attributo estensione implicito per i tipi dichiarabili, i moduli</target>
<note />
</trans-unit>
<trans-unit id="featureDefaultInterfaceMemberConsumption">
......@@ -184,7 +184,7 @@
</trans-unit>
<trans-unit id="featureErrorForNonVirtualMembersOverrides">
<source>Raises errors for non-virtual members overrides</source>
<target state="new">Raises errors for non-virtual members overrides</target>
<target state="translated">Genera errori per gli override dei membri non virtuali</target>
<note />
</trans-unit>
<trans-unit id="featureErrorOnDeprecatedRequireQualifiedAccess">
......@@ -194,7 +194,7 @@
</trans-unit>
<trans-unit id="featureEscapeBracesInFormattableString">
<source>Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</source>
<target state="new">Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</target>
<target state="translated">Trasferisce le parentesi graffe prima di chiamare FormattableStringFactory.Create quando il valore letterale stringa interpolato viene digitato come FormattableString</target>
<note />
</trans-unit>
<trans-unit id="featureExpandedMeasurables">
......@@ -249,7 +249,7 @@
</trans-unit>
<trans-unit id="featureMatchNotAllowedForUnionCaseWithNoData">
<source>Pattern match discard is not allowed for union case that takes no data.</source>
<target state="new">Pattern match discard is not allowed for union case that takes no data.</target>
<target state="translated">L'eliminazione della corrispondenza dei criteri non è consentita per case di unione che non accetta dati.</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
......@@ -349,7 +349,7 @@
</trans-unit>
<trans-unit id="followingPatternMatchClauseHasWrongTypeTuple">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="forFormatInvalidForInterpolated">
......@@ -394,7 +394,7 @@
</trans-unit>
<trans-unit id="ifExpressionTuple">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="ilxGenUnknownDebugPoint">
......@@ -459,12 +459,12 @@
</trans-unit>
<trans-unit id="listElementHasWrongTypeTuple">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="matchNotAllowedForUnionCaseWithNoData">
<source>Pattern discard is not allowed for union case that takes no data.</source>
<target state="new">Pattern discard is not allowed for union case that takes no data.</target>
<target state="translated">L'eliminazione del criterio non è consentita per case di unione che non accetta dati.</target>
<note />
</trans-unit>
<trans-unit id="mlCompatError">
......@@ -549,7 +549,7 @@
</trans-unit>
<trans-unit id="optsInvalidRefAssembly">
<source>Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</source>
<target state="new">Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</target>
<target state="translated">Utilizzo non valido della creazione di un assembly di riferimento. Non usare insieme '--standalone o --staticlink' con '--refonly o --refout'..</target>
<note />
</trans-unit>
<trans-unit id="optsInvalidRefOut">
......@@ -659,7 +659,7 @@
</trans-unit>
<trans-unit id="parsExpectedPatternAfterToken">
<source>Expected a pattern after this point</source>
<target state="new">Expected a pattern after this point</target>
<target state="translated">Previsto un criterio dopo questa posizione</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
......@@ -669,7 +669,7 @@
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
<target state="translated">Criterio previsto</target>
<note />
</trans-unit>
<trans-unit id="parsIncompleteTyparExpr1">
......@@ -1029,7 +1029,7 @@
</trans-unit>
<trans-unit id="tcSynTypeOrInvalidInDeclaration">
<source>SynType.Or is not permitted in this declaration</source>
<target state="new">SynType.Or is not permitted in this declaration</target>
<target state="translated">SynType.Or non è consentito in questa dichiarazione</target>
<note />
</trans-unit>
<trans-unit id="tcTraitHasMultipleSupportTypes">
......@@ -3859,7 +3859,7 @@
</trans-unit>
<trans-unit id="tcUnionCaseExpectsTupledArguments">
<source>This union case expects {0} arguments in tupled form, but was given {1}. The missing field arguments may be any of:{2}</source>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="tcFieldIsNotStatic">
......@@ -7539,7 +7539,7 @@
</trans-unit>
<trans-unit id="tcStructUnionMultiCaseDistinctFields">
<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>
<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>
<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>
<note />
</trans-unit>
<trans-unit id="CallerMemberNameIsOverriden">
......
......@@ -4,7 +4,7 @@
<body>
<trans-unit id="arrayElementHasWrongTypeTuple">
<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>
<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>
<target state="translated">陣列的所有元素必須以隱含方式轉換成第一個元素的類型,這是類型為\n {1} \n的元組長度 {0}此元素是類型為\n {3} \n的元組長度{2}</target>
<note />
</trans-unit>
<trans-unit id="buildInvalidSourceFileExtensionML">
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="chkDuplicatedMethodParameter">
<source>Duplicate parameter. The parameter '{0}' has been used more that once in this method.</source>
<target state="new">Duplicate parameter. The parameter '{0}' has been used more that once in this method.</target>
<target state="translated">重複的參數。參數 '{0}' 在此方法中使用多次。</target>
<note />
</trans-unit>
<trans-unit id="chkFeatureNotLanguageSupported">
......@@ -114,7 +114,7 @@
</trans-unit>
<trans-unit id="elseBranchHasWrongTypeTuple">
<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>
<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>
<target state="translated">'if' 運算式的所有分支都傳回可隱含轉換為第一個分支的類型的值,這是類型為\n {1} \n的元組長度 {0}此分支傳回的是類型為\n {3} \n的元組長度 {2}</target>
<note />
</trans-unit>
<trans-unit id="etProviderHasDesignerAssemblyDependency">
......@@ -144,7 +144,7 @@
</trans-unit>
<trans-unit id="featureArithmeticInLiterals">
<source>Allow arithmetic and logical operations in literals</source>
<target state="new">Allow arithmetic and logical operations in literals</target>
<target state="translated">允許常值中的算術和邏輯運算</target>
<note />
</trans-unit>
<trans-unit id="featureAttributesToRightOfModuleKeyword">
......@@ -159,7 +159,7 @@
</trans-unit>
<trans-unit id="featureCSharpExtensionAttributeNotRequired">
<source>Allow implicit Extension attribute on declaring types, modules</source>
<target state="new">Allow implicit Extension attribute on declaring types, modules</target>
<target state="translated">允許宣告類型、模組上的隱含擴充屬性</target>
<note />
</trans-unit>
<trans-unit id="featureDefaultInterfaceMemberConsumption">
......@@ -184,7 +184,7 @@
</trans-unit>
<trans-unit id="featureErrorForNonVirtualMembersOverrides">
<source>Raises errors for non-virtual members overrides</source>
<target state="new">Raises errors for non-virtual members overrides</target>
<target state="translated">引發非虛擬成員覆寫的錯誤</target>
<note />
</trans-unit>
<trans-unit id="featureErrorOnDeprecatedRequireQualifiedAccess">
......@@ -194,7 +194,7 @@
</trans-unit>
<trans-unit id="featureEscapeBracesInFormattableString">
<source>Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</source>
<target state="new">Escapes curly braces before calling FormattableStringFactory.Create when interpolated string literal is typed as FormattableString</target>
<target state="translated">當差補字串常值輸入為 FormattableString 時,在呼叫 FormattableStringFactory.Create 之前先逸出大括弧</target>
<note />
</trans-unit>
<trans-unit id="featureExpandedMeasurables">
......@@ -249,7 +249,7 @@
</trans-unit>
<trans-unit id="featureMatchNotAllowedForUnionCaseWithNoData">
<source>Pattern match discard is not allowed for union case that takes no data.</source>
<target state="new">Pattern match discard is not allowed for union case that takes no data.</target>
<target state="translated">不接受資料的聯集案例不允許模式比對捨棄。</target>
<note />
</trans-unit>
<trans-unit id="featureNameOf">
......@@ -349,7 +349,7 @@
</trans-unit>
<trans-unit id="followingPatternMatchClauseHasWrongTypeTuple">
<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>
<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>
<target state="translated">模式比對運算式的所有分支都傳回可隱含轉換為第一個分支的類型的值,這是類型為\n {1} \n的元組長度 {0}此分支傳回的是類型為\n {3} \n的元組長度 {2}</target>
<note />
</trans-unit>
<trans-unit id="forFormatInvalidForInterpolated">
......@@ -394,7 +394,7 @@
</trans-unit>
<trans-unit id="ifExpressionTuple">
<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>
<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>
<target state="translated">'if' 運算式必須傳回類型為\n {1} \n的元組長度{0},才能滿足內容類型需求。目前傳回的是類型為\n {3} \n的元組長度 {2}</target>
<note />
</trans-unit>
<trans-unit id="ilxGenUnknownDebugPoint">
......@@ -459,12 +459,12 @@
</trans-unit>
<trans-unit id="listElementHasWrongTypeTuple">
<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>
<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>
<target state="translated">清單的所有元素必須以隱含方式轉換成第一個元素的類型,這是類型為\n {1} \n的元組長度 {0}此元素是類型為\n {3} \n的元組長度 {2}</target>
<note />
</trans-unit>
<trans-unit id="matchNotAllowedForUnionCaseWithNoData">
<source>Pattern discard is not allowed for union case that takes no data.</source>
<target state="new">Pattern discard is not allowed for union case that takes no data.</target>
<target state="translated">不接受資料的聯集案例不允許模式捨棄。</target>
<note />
</trans-unit>
<trans-unit id="mlCompatError">
......@@ -549,7 +549,7 @@
</trans-unit>
<trans-unit id="optsInvalidRefAssembly">
<source>Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</source>
<target state="new">Invalid use of emitting a reference assembly, do not use '--standalone or --staticlink' with '--refonly or --refout'.</target>
<target state="translated">發出參考組件的使用無效,請勿同時使用 '--standalone 或 '--refonly' 和 '--refout'。</target>
<note />
</trans-unit>
<trans-unit id="optsInvalidRefOut">
......@@ -659,7 +659,7 @@
</trans-unit>
<trans-unit id="parsExpectedPatternAfterToken">
<source>Expected a pattern after this point</source>
<target state="new">Expected a pattern after this point</target>
<target state="translated">在這個點之後必須有模式</target>
<note />
</trans-unit>
<trans-unit id="parsExpectingExpressionInTuple">
......@@ -669,7 +669,7 @@
</trans-unit>
<trans-unit id="parsExpectingPatternInTuple">
<source>Expecting pattern</source>
<target state="new">Expecting pattern</target>
<target state="translated">必須是模式</target>
<note />
</trans-unit>
<trans-unit id="parsIncompleteTyparExpr1">
......@@ -1029,7 +1029,7 @@
</trans-unit>
<trans-unit id="tcSynTypeOrInvalidInDeclaration">
<source>SynType.Or is not permitted in this declaration</source>
<target state="new">SynType.Or is not permitted in this declaration</target>
<target state="translated">此宣告中不允許 SynType.Or</target>
<note />
</trans-unit>
<trans-unit id="tcTraitHasMultipleSupportTypes">
......@@ -3859,7 +3859,7 @@
</trans-unit>
<trans-unit id="tcUnionCaseExpectsTupledArguments">
<source>This union case expects {0} arguments in tupled form, but was given {1}. The missing field arguments may be any of:{2}</source>
<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>
<target state="translated">此聯集案例需要元組格式的 {0} 引數,但提供的是 {1}。遺漏的欄位引數可能是下列任一: {2}</target>
<note />
</trans-unit>
<trans-unit id="tcFieldIsNotStatic">
......@@ -7539,7 +7539,7 @@
</trans-unit>
<trans-unit id="tcStructUnionMultiCaseDistinctFields">
<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>
<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>
<target state="translated">如果多案例聯集類型是結構,則所有聯集案例都必須有唯一的名稱。例如: 'type A = B of b: int | C of c: int'。</target>
<note />
</trans-unit>
<trans-unit id="CallerMemberNameIsOverriden">
......
......@@ -4,7 +4,7 @@
<body>
<trans-unit id="ErrorFromAddingTypeEquationTuples">
<source>Type mismatch. Expecting a tuple of length {0} of type\n {1} \nbut given a tuple of length {2} of type\n {3} {4}\n</source>
<target state="new">Type mismatch. Expecting a tuple of length {0} of type\n {1} \nbut given a tuple of length {2} of type\n {3} {4}\n</target>
<target state="translated">Tipo non corrispondente. È prevista una tupla di lunghezza {0} di tipo\n {1} \n, ma è stata specificata una tupla di lunghezza {2} di tipo\n {3}{4}\n</target>
<note />
</trans-unit>
<trans-unit id="HashLoadedSourceHasIssues0">
......@@ -1564,7 +1564,7 @@
</trans-unit>
<trans-unit id="IntfImplInIntrinsicAugmentation">
<source>Interface implementations should normally be given on the initial declaration of a type. Interface implementations in augmentations may lead to accessing static bindings before they are initialized, though only if the interface implementation is invoked during initialization of the static data, and in turn access the static data. You may remove this warning using #nowarn "69" if you have checked this is not the case.</source>
<target state="new">Interface implementations should normally be given on the initial declaration of a type. Interface implementations in augmentations may lead to accessing static bindings before they are initialized, though only if the interface implementation is invoked during initialization of the static data, and in turn access the static data. You may remove this warning using #nowarn "69" if you have checked this is not the case.</target>
<target state="translated">In genere, le implementazioni di interfaccia devono essere specificate nella dichiarazione iniziale di un tipo. Le implementazioni di interfaccia negli aumenti possono portare all'accesso ai binding statici prima dell'inizializzazione, anche se l'implementazione dell'interfaccia viene richiamata durante l'inizializzazione dei dati statici e a sua volta accede ai dati statici. È possibile rimuovere questo avviso utilizzando #nowarn "69" se è stato verificato che il caso specifico non lo richiede.</target>
<note />
</trans-unit>
<trans-unit id="IntfImplInExtrinsicAugmentation">
......
......@@ -4,7 +4,7 @@
<body>
<trans-unit id="ErrorFromAddingTypeEquationTuples">
<source>Type mismatch. Expecting a tuple of length {0} of type\n {1} \nbut given a tuple of length {2} of type\n {3} {4}\n</source>
<target state="new">Type mismatch. Expecting a tuple of length {0} of type\n {1} \nbut given a tuple of length {2} of type\n {3} {4}\n</target>
<target state="translated">類型不符。必須是類型為\n {1} \n 的元組長度 {0},但提供的是類型為\n {3}{4}\n 的元組長度 {2}</target>
<note />
</trans-unit>
<trans-unit id="HashLoadedSourceHasIssues0">
......@@ -1564,7 +1564,7 @@
</trans-unit>
<trans-unit id="IntfImplInIntrinsicAugmentation">
<source>Interface implementations should normally be given on the initial declaration of a type. Interface implementations in augmentations may lead to accessing static bindings before they are initialized, though only if the interface implementation is invoked during initialization of the static data, and in turn access the static data. You may remove this warning using #nowarn "69" if you have checked this is not the case.</source>
<target state="new">Interface implementations should normally be given on the initial declaration of a type. Interface implementations in augmentations may lead to accessing static bindings before they are initialized, though only if the interface implementation is invoked during initialization of the static data, and in turn access the static data. You may remove this warning using #nowarn "69" if you have checked this is not the case.</target>
<target state="translated">通常應該在類型的初始宣告上指定介面實作。擴增中的介面實作可能會在初始化之前存取靜態繫結,但只有在初始化靜態資料時叫用介面實作,並依序存取靜態資料。如果您未檢查過這種情況,可以使用 #nowarn 「69」 移除此警告。</target>
<note />
</trans-unit>
<trans-unit id="IntfImplInExtrinsicAugmentation">
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Nalezené klíčem registru AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Nalezené klíčem registru AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Globální mezipaměť sestavení</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Von AssemblyFoldersEx-Registrierungsschlüssel gefunden</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Von AssemblyFolders-Registrierungsschlüssel gefunden</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Globaler Assemblycache</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Encontrado por la clave del Registro AssemblyFoldersEx.</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Encontrado por la clave del Registro AssemblyFolders.</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Caché global de ensamblados</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Trouvée par la clé de Registre AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Trouvée par la clé de Registre AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Global Assembly Cache</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Trovata mediante chiave del Registro di sistema AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Trovata mediante la chiave del Registro di sistema AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Global Assembly Cache</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">AssemblyFoldersEx レジストリ キーによって検出されました</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">AssemblyFolders レジストリ キーによって検出されました</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">グローバル アセンブリ キャッシュ</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">AssemblyFoldersEx 레지스트리 키로 찾았습니다.</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">AssemblyFolders 레지스트리 키로 찾았습니다.</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">전역 어셈블리 캐시</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Znalezione przez klucz rejestru AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Znalezione przez klucz rejestru AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Globalna pamięć podręczna zestawów</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Localizada pela chave de registro AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Localizada pela chave de registro AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Cache de Assembly Global</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">Найдено по разделу реестра AssemblyFoldersEx</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">Найдено по разделу реестра AssemblyFolders</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Глобальный кэш сборок</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">AssemblyFoldersEx kayıt defteri anahtarı ile bulunur</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">AssemblyFolders kayıt defteri anahtarı ile bulunur</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">Genel Bütünleştirilmiş Kod Önbelleği</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">已由 AssemblyFoldersEx 注册表项找到</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">已由 AssemblyFolders 注册表项找到</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">全局程序集缓存</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -4,22 +4,22 @@
<body>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersExKey">
<source>Found by AssemblyFoldersEx registry key</source>
<target state="new">Found by AssemblyFoldersEx registry key</target>
<target state="translated">依 AssemblyFoldersEx 登錄機碼找到</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionFoundByAssemblyFoldersKey">
<source>Found by AssemblyFolders registry key</source>
<target state="new">Found by AssemblyFolders registry key</target>
<target state="translated">依 AssemblyFolders 登錄機碼找到</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionGAC">
<source>Global Assembly Cache</source>
<target state="new">Global Assembly Cache</target>
<target state="translated">全域組件快取</target>
<note />
</trans-unit>
<trans-unit id="assemblyResolutionNetFramework">
<source>.NET Framework</source>
<target state="new">.NET Framework</target>
<target state="translated">.NET Framework</target>
<note />
</trans-unit>
</body>
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Znovu naformátovat odsazení při vložení (experimentální)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Einzug beim Einfügen erneut formatieren (experimentell)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Volver a aplicar formato a la sangría al pegar (experimental)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Formater de nouveau la mise en retrait lors du collage (expérimental)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer</source>
<target state="new">Block Structure Guides;
Show structure guidelines for F# code;
Outlining;
Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer</target>
<target state="translated">Guide struttura a blocchi;
Mostra le linee guida per la struttura per il codice F#;
Delinea;
Mostra nodi struttura e comprimibili per il codice F#;
Suggerimenti incorporati;
Visualizza suggerimenti di tipo inline (sperimentale);
Visualizza suggerimenti per i nomi di parametro inline (sperimentale); Birra</target>
<note />
</trans-unit>
<trans-unit id="CodeFixesPageKeywords">
......@@ -50,16 +50,16 @@ Always place open statements at the top level;
Remove unused open statements;
Analyze and suggest fixes for unused values;
Suggest names for unresolved identifiers;</source>
<target state="new">Simplify names (remove unnecessary qualifiers);
Always place open statements at the top level;
Remove unused open statements;
Analyze and suggest fixes for unused values;
Suggest names for unresolved identifiers;</target>
<target state="translated">Semplifica i nomi (rimuovere qualificatori non necessari);
Posiziona sempre le istruzioni open al primo livello;
Rimuovi le istruzioni open non usate;
Analizza e suggerisci le correzioni per i valori inutilizzati;
Suggerisci i nomi per gli identificatori non risolti;</target>
<note />
</trans-unit>
<trans-unit id="ConvertCSharpUsingToFSharpOpen">
<source>Convert C# 'using' to F# 'open'</source>
<target state="new">Convert C# 'using' to F# 'open'</target>
<target state="translated">Convertire 'using' di C# in F# 'open'</target>
<note />
</trans-unit>
<trans-unit id="ConvertToAnonymousRecord">
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Riformattar il rientro dopo operazione incolla (sperimentale)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......@@ -126,14 +126,14 @@ Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;</source>
<target state="new">Completion Lists;
Show completion list after a character is deleted;
Show completion list after a character is typed;
Show symbols in unopened namespaces;
Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;</target>
<target state="translated">Elenchi di completamento;
Mostra elenco di completamento dopo l'eliminazione di un carattere;
Mostra elenco di completamento dopo la digitazione di un carattere;
Mostra simboli negli spazi dei nomi non aperti;
Immetti comportamento chiave;
Non aggiungere mai una nuova riga su Invio;
Aggiungi nuova riga su Invio solo dopo aver digitato la parola completa;
Aggiungi sempre nuova riga su Invio;</target>
<note />
</trans-unit>
<trans-unit id="MakeDeclarationMutable">
......@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references &amp; rename (experimental)</source>
<target state="new">F# Project and Caching Performance Options;
Enable in-memory cross project references;
IntelliSense Performance Options;
Enable stale data for IntelliSense features;
Time until stale results are used (in milliseconds);
Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references &amp; rename (experimental)</target>
<target state="translated">Opzioni prestazioni progetto F# e memorizzazione nella cache;
Abilita riferimenti tra progetti in memoria;
Opzioni prestazioni IntelliSense;
Abilita dati non aggiornati per le funzionalità di IntelliSense;
Tempo prima dell'utilizzo dei risultati non aggiornati (in millisecondi);
Parallelizzazione (richiede il riavvio);
Abilita il controllo dei tipi paralleli con i file di firma;
Abilita risoluzione riferimenti paralleli;
Abilita la ricerca rapida dei riferimenti e la ridenominazione (sperimentale)</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
......@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;</source>
<target state="new">Navigation links;
Show navigation links as;
Solid underline;
Dot underline;
Dash underline;</target>
<target state="translated">Collegamenti di spostamento;
Mostra collegamenti di spostamento come;
Sottolineatura a tinta unita;
Sottolineatura punto;
Trattino sottolineato;</target>
<note />
</trans-unit>
<trans-unit id="RemoveReturn">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">貼り付け時にインデントを再フォーマットする (試験段階)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">붙여넣을 때 들여쓰기 서식 다시 지정(실험적)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Ponowne formatowanie wcięcia przy wklejeniu (eksperymentalne)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Reformatar o recuo na pasta (Experimental)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Повторно форматировать отступы при вставке (экспериментальная функция)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">Yapıştırırken girintiyi yeniden biçimlendir (Deneysel)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">粘贴时重新设置缩进格式(实验)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......
......@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer</source>
<target state="new">Block Structure Guides;
Show structure guidelines for F# code;
Outlining;
Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer</target>
<target state="translated">區塊結構輔助線;
顯示 F# 程式碼的結構方針;
概述;
顯示 F# 程式碼的大綱與可折疊的節點;
內嵌提示;
顯示內嵌類型提示 (實驗性);
顯示內嵌參數名稱提示 (實驗性);啤酒</target>
<note />
</trans-unit>
<trans-unit id="CodeFixesPageKeywords">
......@@ -50,16 +50,16 @@ Always place open statements at the top level;
Remove unused open statements;
Analyze and suggest fixes for unused values;
Suggest names for unresolved identifiers;</source>
<target state="new">Simplify names (remove unnecessary qualifiers);
Always place open statements at the top level;
Remove unused open statements;
Analyze and suggest fixes for unused values;
Suggest names for unresolved identifiers;</target>
<target state="translated">簡化名稱 (移除不必要的辨識符號);
一律將開啟語句放置在最上層;
移除未使用的開啟語句;
分析並建議未使用值的修正;
建議未解析識別碼的名稱;</target>
<note />
</trans-unit>
<trans-unit id="ConvertCSharpUsingToFSharpOpen">
<source>Convert C# 'using' to F# 'open'</source>
<target state="new">Convert C# 'using' to F# 'open'</target>
<target state="translated">將 C# 'using' 轉換為 F# 'open'</target>
<note />
</trans-unit>
<trans-unit id="ConvertToAnonymousRecord">
......@@ -104,7 +104,7 @@ Suggest names for unresolved identifiers;</target>
</trans-unit>
<trans-unit id="FormattingPageKeywords">
<source>Re-format indentation on paste (Experimental)</source>
<target state="new">Re-format indentation on paste (Experimental)</target>
<target state="translated">在貼上時重新格式化縮排 (實驗性)</target>
<note />
</trans-unit>
<trans-unit id="ImplementInterface">
......@@ -126,14 +126,14 @@ Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;</source>
<target state="new">Completion Lists;
Show completion list after a character is deleted;
Show completion list after a character is typed;
Show symbols in unopened namespaces;
Enter key behavior;
Never add new line on enter;
Only add new line on enter after end of fully typed word;
Always add new line on enter;</target>
<target state="translated">完成清單;
刪除字元後顯示完成清單;
輸入字元後顯示完成清單;
在未開啟的命名空間中顯示符號;
輸入金鑰行為;
在按 ENTER 時永不新增新行;
只在完整輸入文字的結尾之後才在按 ENTER 時新增新行;
按 ENTER 時一律新增新行;</target>
<note />
</trans-unit>
<trans-unit id="MakeDeclarationMutable">
......@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references &amp; rename (experimental)</source>
<target state="new">F# Project and Caching Performance Options;
Enable in-memory cross project references;
IntelliSense Performance Options;
Enable stale data for IntelliSense features;
Time until stale results are used (in milliseconds);
Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references &amp; rename (experimental)</target>
<target state="translated">F# 專案和快取效能選項;
啟用記憶體內部跨專案參考;
IntelliSense 效能選項;
啟用 IntelliSense 功能的過時資料;
使用過時結果之前的時間 (毫秒);
平行化 (需要重新開機);
啟用簽章檔案的平行類型檢查;
啟用平行參考解析;
啟用快速尋找參考和重新命名 (實驗性)</target>
<note />
</trans-unit>
<trans-unit id="PrefixValueNameWithUnderscore">
......@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;</source>
<target state="new">Navigation links;
Show navigation links as;
Solid underline;
Dot underline;
Dash underline;</target>
<target state="translated">導覽連結;
導覽連結顯示為;
實線底線;
點底線;
虛線底線;</target>
<note />
</trans-unit>
<trans-unit id="RemoveReturn">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Vložené nápovědy</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Inlinehinweise</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Sugerencias insertadas</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Indicateurs inline</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -9,17 +9,17 @@
</trans-unit>
<trans-unit id="Enable_Fast_Find_References">
<source>Enable fast find references &amp; rename (experimental)</source>
<target state="new">Enable fast find references &amp; rename (experimental)</target>
<target state="translated">Abilitare la ricerca rapida dei riferimenti e la ridenominazione (sperimentale)</target>
<note />
</trans-unit>
<trans-unit id="Find_References_Performance">
<source>Find References Performance Options</source>
<target state="new">Find References Performance Options</target>
<target state="translated">Trovare opzioni prestazioni riferimenti</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Suggerimenti inline</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......@@ -39,12 +39,12 @@
</trans-unit>
<trans-unit id="Enable_Parallel_Checking_With_Signature_Files">
<source>Enable parallel type checking with signature files</source>
<target state="new">Enable parallel type checking with signature files</target>
<target state="translated">Abilitare il controllo dei tipi paralleli con i file di firma</target>
<note />
</trans-unit>
<trans-unit id="Enable_Parallel_Reference_Resolution">
<source>Enable parallel reference resolution</source>
<target state="new">Enable parallel reference resolution</target>
<target state="translated">Abilitare risoluzione riferimenti paralleli</target>
<note />
</trans-unit>
<trans-unit id="Language_Service_Performance">
......@@ -69,17 +69,17 @@
</trans-unit>
<trans-unit id="Parallelization">
<source>Parallelization (requires restart)</source>
<target state="new">Parallelization (requires restart)</target>
<target state="translated">Parallelizzazione (richiede il riavvio)</target>
<note />
</trans-unit>
<trans-unit id="Show_Inline_Parameter_Name_Hints">
<source>Display inline parameter name hints (experimental)</source>
<target state="new">Display inline parameter name hints (experimental)</target>
<target state="translated">Visualizza suggerimenti per i nomi di parametro inline (sperimentale)</target>
<note />
</trans-unit>
<trans-unit id="Show_Inline_Type_Hints">
<source>Display inline type hints (experimental)</source>
<target state="new">Display inline type hints (experimental)</target>
<target state="translated">Visualizzare suggerimenti di tipo inline (sperimentale)</target>
<note />
</trans-unit>
<trans-unit id="Show_all_symbols">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">インラインのヒント</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">인라인 힌트</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Wskazówki w tekście</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Dicas Embutidas</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Встроенные подсказки</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">Satır İçi İpuçları</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -19,7 +19,7 @@
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">内联提示</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......
......@@ -9,17 +9,17 @@
</trans-unit>
<trans-unit id="Enable_Fast_Find_References">
<source>Enable fast find references &amp; rename (experimental)</source>
<target state="new">Enable fast find references &amp; rename (experimental)</target>
<target state="translated">啟用快速尋找參考和重新命名 (實驗性)</target>
<note />
</trans-unit>
<trans-unit id="Find_References_Performance">
<source>Find References Performance Options</source>
<target state="new">Find References Performance Options</target>
<target state="translated">尋找參考效能選項</target>
<note />
</trans-unit>
<trans-unit id="Inline_Hints">
<source>Inline Hints</source>
<target state="new">Inline Hints</target>
<target state="translated">內嵌提示</target>
<note />
</trans-unit>
<trans-unit id="Code_Fixes">
......@@ -39,12 +39,12 @@
</trans-unit>
<trans-unit id="Enable_Parallel_Checking_With_Signature_Files">
<source>Enable parallel type checking with signature files</source>
<target state="new">Enable parallel type checking with signature files</target>
<target state="translated">啟用簽章檔案的平行類型檢查</target>
<note />
</trans-unit>
<trans-unit id="Enable_Parallel_Reference_Resolution">
<source>Enable parallel reference resolution</source>
<target state="new">Enable parallel reference resolution</target>
<target state="translated">啟用平行參考解析</target>
<note />
</trans-unit>
<trans-unit id="Language_Service_Performance">
......@@ -69,17 +69,17 @@
</trans-unit>
<trans-unit id="Parallelization">
<source>Parallelization (requires restart)</source>
<target state="new">Parallelization (requires restart)</target>
<target state="translated">平行處理 (需要重新開機)</target>
<note />
</trans-unit>
<trans-unit id="Show_Inline_Parameter_Name_Hints">
<source>Display inline parameter name hints (experimental)</source>
<target state="new">Display inline parameter name hints (experimental)</target>
<target state="translated">顯示內嵌參數名稱提示 (實驗性)</target>
<note />
</trans-unit>
<trans-unit id="Show_Inline_Type_Hints">
<source>Display inline type hints (experimental)</source>
<target state="new">Display inline type hints (experimental)</target>
<target state="translated">顯示內嵌類型提示 (實驗性)</target>
<note />
</trans-unit>
<trans-unit id="Show_all_symbols">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册