diff --git a/Directory.Build.props b/Directory.Build.props
index e8e24051b1d..314e3f3b64f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -17,6 +17,10 @@
true
+
+ true
+
+
true
@@ -31,7 +35,8 @@
Don't use it explicitly when building with plain .NET (without Proto or Arcade).
-->
$(OtherFlags) --realsig-
- $(OtherFlags) --realsig+
+
+ $(OtherFlags) --realsig-
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index eceff869ba2..a4811d238a7 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -35,7 +35,7 @@ variables:
# (since for all *new* release branches we insert into VS main and for all *previous* releases we insert into corresponding VS release),
# i.e. 'rel/d17.9' in dotnet/fsharp/refs/heads/main and 'main' in F# dotnet/fsharp/refs/heads/release/dev17.10
- name: VSInsertionTargetBranchName
- value: main
+ value: rel/d17.10
- name: _TeamName
value: FSharp
- name: TeamName
diff --git a/eng/Publishing.props b/eng/Publishing.props
deleted file mode 100644
index 18483e92a08..00000000000
--- a/eng/Publishing.props
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
- 3
-
-
diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 6d5dadd8823..4a57c5a229d 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Částečné aktivní vzory vracející logickou hodnotu a směrované návratovým typem
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Vynutit AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Optimalizuje v určitých případech interpolované řetězce snížením na zřetězení.Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Optimalizuje určitá použití operátorů integrálního rozsahu (..) a kroku rozsahu (.. ..) pro rychlé smyčky while.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Sníží [for x in xs -> f x] a [|for x in xs -> f x|] na volání List.map a Array.map, když xs je seznam, respektive pole.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Vygenerovat sestavení s viditelností IL, které odpovídá viditelnosti zdrojového kódu
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ V primárních konstruktorech jsou povoleny pouze jednoduché vzory.
diff --git a/src/Compiler/xlf/FSComp.txt.de.xlf b/src/Compiler/xlf/FSComp.txt.de.xlf
index 7793b0898c4..3875895aed7 100644
--- a/src/Compiler/xlf/FSComp.txt.de.xlf
+++ b/src/Compiler/xlf/FSComp.txt.de.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Teilweise aktive boolesche Rückgabemuster und rückgabetypgesteuerte Muster
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ AttributeTargets erzwingen
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Optimiert interpolierte Zeichenfolgen in bestimmten Fällen, indem auf Verkettung herabgesetzt wird.Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Optimiert bestimmte Verwendungen der Operatoren des integralen Bereichs (..) und des Bereichsschritts (.. ..) für schnelle WHILE-Schleifen.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Verringert [für x in xs -> f x] und [|für x in xs -> f x|] für Aufrufe von „List.map“ und „Array.map“, wenn xs eine Liste bzw. ein Array ist.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Assembly mit IL-Sichtbarkeit generieren, die der Quellcodesichtbarkeit entspricht
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ In primären Konstruktoren sind nur einfache Muster zulässig
diff --git a/src/Compiler/xlf/FSComp.txt.es.xlf b/src/Compiler/xlf/FSComp.txt.es.xlf
index 795efaee62b..229f3781a88 100644
--- a/src/Compiler/xlf/FSComp.txt.es.xlf
+++ b/src/Compiler/xlf/FSComp.txt.es.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Patrones activos parciales de devolución booleana y de tipo devuelto dirigido
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Aplicar AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Optimiza las cadenas interpoladas en determinados casos mediante la reducción a la concatenaciónOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Optimiza ciertos usos de los operadores de intervalo entero (..) y paso de intervalo (.. ..) para acelerar los bucles while.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Reduce [for x in xs -> f x] y [|for x in xs -> f x|] a las llamadas a List.map y Array.map cuando xs es una lista o una matriz, respectivamente.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Generación de un ensamblado con visibilidad IL que coincida con la visibilidad del código fuente
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Solo se permiten patrones simples en constructores principales
diff --git a/src/Compiler/xlf/FSComp.txt.fr.xlf b/src/Compiler/xlf/FSComp.txt.fr.xlf
index 7e099f36154..5ace1c2dc39 100644
--- a/src/Compiler/xlf/FSComp.txt.fr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.fr.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Modèles actifs partiels à retour booléen et orientés par le type de retour
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Appliquer AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Optimise des chaînes interpolées dans certains cas en réduisant la concaténationOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Optimise certaines utilisations des opérateurs de plage intégrale (..) et d’étape de plage (.. ..) en boucles while rapides.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Diminue [for x in xs -> f x] et [|for x in xs -> f x|] aux appels à List.map et Array.map, respectivement lorsque xs est une liste ou un tableau.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Générer un assembly avec une visibilité IL qui correspond à la visibilité du code source
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Seuls les modèles simples sont autorisés dans les constructeurs principaux
diff --git a/src/Compiler/xlf/FSComp.txt.it.xlf b/src/Compiler/xlf/FSComp.txt.it.xlf
index e678372c248..c5cb0876c15 100644
--- a/src/Compiler/xlf/FSComp.txt.it.xlf
+++ b/src/Compiler/xlf/FSComp.txt.it.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Criteri attivi parziali che restituiscono valori booleani e diretti dal tipo restituito
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Imponi destinazioni attributo
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Ottimizza le stringhe interpolate in determinati casi, riducendosi alla concatenazioneOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Ottimizza determinati utilizzi degli operatori di intervallo integrale (..) e di intervallo di fase (.. ..) in cicli while veloci.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Riduce [per x in xs -> f x] e [|per x in xs -> f x|] alle chiamate rispettivamente a List.map e Array.map quando xs è un elenco o una matrice.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Genera l'assembly con visibilità IL corrispondente alla visibilità del codice sorgente
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Nei costruttori primari sono consentiti solo criteri semplici
diff --git a/src/Compiler/xlf/FSComp.txt.ja.xlf b/src/Compiler/xlf/FSComp.txt.ja.xlf
index 6a0721f5d9d..04b73c10939 100644
--- a/src/Compiler/xlf/FSComp.txt.ja.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ja.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ ブール値を返すパターンと、戻り値の型が指定された部分的アクティブパターン
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ AttributeTargets を適用する
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ 特定のケースにおいて、補間された文字列を連結に変換することで最適化します。Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ 整数範囲 (..) および範囲ステップ (.. ..) 演算子の特定の使用法を最適化し、高速な while ループにします。Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ xs が list または array の場合、[for x in xs -> f x] および [|for x in xs -> f x|] を下げて List.map および Array.map を呼び出します。
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ ソース コードの可視性と一致する IL 可視性を持つアセンブリを生成します
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ プライマリ コンストラクターで使用できるのは単純なパターンのみです
diff --git a/src/Compiler/xlf/FSComp.txt.ko.xlf b/src/Compiler/xlf/FSComp.txt.ko.xlf
index 0653a6d1ac9..afd1f78ca86 100644
--- a/src/Compiler/xlf/FSComp.txt.ko.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ko.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ 부울 반환 및 반환 형식 지향 부분 활성 패턴
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ AttributeTargets 적용
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ 특정 경우에 보간된 문자열을 연결로 낮추어 최적화합니다.Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ 정수 계열 범위(..) 및 범위 단계(.. ..) 연산자의 특정 사용을 빠른 while 루프에 최적화합니다.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ xs가 각각 목록 또는 배열인 경우 [for x in xs -> f x] 및 [|for x in xs -> f x|]를 List.map 및 Array.map에 대한 호출로 낮춥니다.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ 소스 코드 표시 유형과 일치하는 IL 표시 유형을 사용하여 어셈블리 생성
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ 기본 생성자에서는 단순 패턴만 허용됩니다.
diff --git a/src/Compiler/xlf/FSComp.txt.pl.xlf b/src/Compiler/xlf/FSComp.txt.pl.xlf
index 267fae2788c..98611ebcc88 100644
--- a/src/Compiler/xlf/FSComp.txt.pl.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pl.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Zwracane wartości logiczne i zwracane częściowe wzorce aktywne kierowane do typu zwrotnego
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Wymuszaj elementy AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Optymalizuje ciągi interpolowane w niektórych przypadkach, obniżając do łączeniaOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Optymalizuje niektóre zastosowania operatorów zakresu całkowitego (..) i krok-zakresu (.. .), aby przyspieszyć pętle while.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Obniża wartości [dla x w xs -> f x] i [|dla x w xs -> f x|] do wywołań w List.map i Array.map, gdy xs jest odpowiednio listą lub tablicą.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Generuj zestaw z widocznością IL zgodną z widocznością kodu źródłowego
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Tylko proste wzorce są dozwolone w konstruktorach podstawowych
diff --git a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
index 8d91dc07b94..9356372d275 100644
--- a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Padrões ativos parciais com retorno booleano e direcionados por tipo de retorno
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Impor AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Otimiza cadeias de caracteres interpoladas em determinados casos, diminuindo a concatenaçãoOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Otimiza determinados usos dos operadores de intervalo integral (...) e de etapa de intervalo (... ..) para loops while rápidos.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Reduz [para x em xs -> f x] e [|para x em xs -> f x|] para chamadas em List.map e Array.map quando xs for uma lista ou uma matriz, respectivamente.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Gerar um assembly com visibilidade IL que corresponda à visibilidade do código-fonte.
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Somente padrões simples são permitidos em construtores primários
diff --git a/src/Compiler/xlf/FSComp.txt.ru.xlf b/src/Compiler/xlf/FSComp.txt.ru.xlf
index 0e3f06ca839..6a08c7ada1a 100644
--- a/src/Compiler/xlf/FSComp.txt.ru.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ru.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Логические возвращаемые и направленные на возвращаемый тип частичные активные шаблоны
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ Принудительно применить AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Оптимизирует интерполированные строки в определенных случаях путем понижения до объединенияOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ Оптимизирует определенные варианты использования операторов целого диапазона (..) и шага диапазона (.. ..) для быстрых циклов while.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Понижает [для x в xs -> f x] и [|для x в xs -> f x|] для вызовов List.map и Array.map, если xs является списком или массивом соответственно.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Создать сборку с видимостью IL, соответствующей видимости исходного кода
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ В первичных конструкторах разрешены только простые шаблоны
diff --git a/src/Compiler/xlf/FSComp.txt.tr.xlf b/src/Compiler/xlf/FSComp.txt.tr.xlf
index 7c2a187695c..7aab43de9c4 100644
--- a/src/Compiler/xlf/FSComp.txt.tr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.tr.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ Boole döndüren ve dönüş türü yönlendiren kısmi etkin desenler
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ AttributeTargets'ı zorla
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ Birleştirmeye indirerek belirli durumlarda düz metin arasına kod eklenmiş dizeleri en iyi duruma getirirOptimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ İntegral aralığı (..) ve aralık adımı (.. ..) işleçlerinin belirli kullanımlarını hızlı while döngüsünde en iyi duruma getirir.Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ Xs bir liste veya dizi olduğunda [for x in xs -> f x] ve [|for x in xs -> f x|] çağrılarını sırasıyla List.map ve Array.map olarak indirger.
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ Kaynak kodu görünürlüğüyle eşleşen IL görünürlüğüne sahip bütünleştirilmiş kod oluşturma
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ Birincil oluşturucularda yalnızca basit desenlere izin verilir
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
index 51486bf02b3..95715bd1b8a 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ 布尔返回模式和返回类型定向部分活动模式
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ 强制使用 AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ 降低为串联,以在某些情况下优化内插字符串Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ 将整型范围 (..) 和范围步骤 (.. ..) 运算符的某些用途优化为快速 while 循环。Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ 当 xs 是列表或数组时,将 [for x in xs -> f x] 和 [|for x in xs -> f x|] 分别降级为对 List.map 和 Array.map 的调用。
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ 生成具有与源代码可见性匹配的 IL 可见性的程序集
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ 主构造函数中只允许使用简单模式
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
index 6a609c56fdc..5b95c7fe99e 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
@@ -249,7 +249,7 @@
Boolean-returning and return-type-directed partial active patterns
- Boolean-returning and return-type-directed partial active patterns
+ 布爾值傳回和傳回類型導向的部分現用模式
@@ -294,7 +294,7 @@
Enforce AttributeTargets
- Enforce AttributeTargets
+ 強制使用 AttributeTargets
@@ -379,17 +379,17 @@
Optimizes interpolated strings in certain cases, by lowering to concatenation
- Optimizes interpolated strings in certain cases, by lowering to concatenation
+ 在特定情況下,藉由降低為串連來最佳化差補字串Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
- Optimizes certain uses of the integral range (..) and range-step (.. ..) operators to fast while-loops.
+ 最佳化整數範圍 (..) 和 range 步驟 (.. ..) 運算子的特定用法,以加快 while 迴圈。Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
- Lowers [for x in xs -> f x] and [|for x in xs -> f x|] to calls to List.map and Array.map when xs is a list or an array, respectively.
+ 當 xs 是清單或陣列時,分別將 [for x in xs -> f x] 和 [|for x in xs -> f x|] 降低至 List.map 和 Array.map 的呼叫。
@@ -839,7 +839,7 @@
Generate assembly with IL visibility that matches the source code visibility
- Generate assembly with IL visibility that matches the source code visibility
+ 產生具有符合原始程式碼可見度的 IL 可見度組件
@@ -994,7 +994,7 @@
Only simple patterns are allowed in primary constructors
- Only simple patterns are allowed in primary constructors
+ 主要建構函式中只允許簡單模式
diff --git a/src/Compiler/xlf/FSStrings.cs.xlf b/src/Compiler/xlf/FSStrings.cs.xlf
index 6a3e83c532a..51770445099 100644
--- a/src/Compiler/xlf/FSStrings.cs.xlf
+++ b/src/Compiler/xlf/FSStrings.cs.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Definice {0} pro typ {1} v signatuře a implementaci nejsou kompatibilní, protože se liší zkratky:\n {2}\noproti\n {3}
diff --git a/src/Compiler/xlf/FSStrings.de.xlf b/src/Compiler/xlf/FSStrings.de.xlf
index 8777c4ab388..816fe236526 100644
--- a/src/Compiler/xlf/FSStrings.de.xlf
+++ b/src/Compiler/xlf/FSStrings.de.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Die {0}-Definitionen für den Typ „{1}“ in der Signatur und in der Implementierung sind aufgrund unterschiedlicher Abkürzungen nicht kompatibel:\n {2}\nversus\n {3}
diff --git a/src/Compiler/xlf/FSStrings.es.xlf b/src/Compiler/xlf/FSStrings.es.xlf
index 6484fb847fb..5230e06b774 100644
--- a/src/Compiler/xlf/FSStrings.es.xlf
+++ b/src/Compiler/xlf/FSStrings.es.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Las definiciones de {0} para el tipo "{1}" de la firma y la implementación no son compatibles porque las abreviaciones difieren:\n {2}\nversus\n {3}
diff --git a/src/Compiler/xlf/FSStrings.fr.xlf b/src/Compiler/xlf/FSStrings.fr.xlf
index 3b15aaca563..059408c760b 100644
--- a/src/Compiler/xlf/FSStrings.fr.xlf
+++ b/src/Compiler/xlf/FSStrings.fr.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Les définitions {0} pour le type « {1} » dans la signature et l'implémentation ne sont pas compatibles, car les abréviations sont différentes :\n {2}\npar opposition à\n {3}
diff --git a/src/Compiler/xlf/FSStrings.it.xlf b/src/Compiler/xlf/FSStrings.it.xlf
index 304025244e0..3e79188ed4b 100644
--- a/src/Compiler/xlf/FSStrings.it.xlf
+++ b/src/Compiler/xlf/FSStrings.it.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Le definizioni di {0} per il tipo '{1}' nella firma e nell'implementazione non sono compatibili perché le abbreviazioni sono diverse:\n {2}\n anziché \n {3}
diff --git a/src/Compiler/xlf/FSStrings.ja.xlf b/src/Compiler/xlf/FSStrings.ja.xlf
index 31ba40fcb3d..7aea227ec19 100644
--- a/src/Compiler/xlf/FSStrings.ja.xlf
+++ b/src/Compiler/xlf/FSStrings.ja.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ シグネチャおよび実装内の型 '{0}' の {1} 定義は、省略形が異なるため\n ({2}\nと \n {3})、互換性がありません
diff --git a/src/Compiler/xlf/FSStrings.ko.xlf b/src/Compiler/xlf/FSStrings.ko.xlf
index f0bbe7c8aae..825f5d99b9f 100644
--- a/src/Compiler/xlf/FSStrings.ko.xlf
+++ b/src/Compiler/xlf/FSStrings.ko.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ 약어가 다르기 때문에 시그니처 및 구현의 '{1}' 형식에 대한 {0} 정의가 호환되지 않습니다.\n {2}\n 대 \n {3}
diff --git a/src/Compiler/xlf/FSStrings.pl.xlf b/src/Compiler/xlf/FSStrings.pl.xlf
index 3020002ce7c..0de699e9f96 100644
--- a/src/Compiler/xlf/FSStrings.pl.xlf
+++ b/src/Compiler/xlf/FSStrings.pl.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Definicje {0} dla typu „{1}” w sygnaturze i implementacji są niezgodne, ponieważ skróty są różne:\n {2}\nversus\n {3}
diff --git a/src/Compiler/xlf/FSStrings.pt-BR.xlf b/src/Compiler/xlf/FSStrings.pt-BR.xlf
index b5647b8d0eb..9f1aaba8b97 100644
--- a/src/Compiler/xlf/FSStrings.pt-BR.xlf
+++ b/src/Compiler/xlf/FSStrings.pt-BR.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ As definições {0} para o tipo '{1}' na assinatura e na implementação não são compatíveis porque as abreviações são diferentes:\n {2}\nversus\n {3}
diff --git a/src/Compiler/xlf/FSStrings.ru.xlf b/src/Compiler/xlf/FSStrings.ru.xlf
index b47eb92bdc3..0da994d81bb 100644
--- a/src/Compiler/xlf/FSStrings.ru.xlf
+++ b/src/Compiler/xlf/FSStrings.ru.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Определения {0} для типа "{1}" в сигнатуре и реализации несовместимы, так как сокращения различаются:\n {2}\nв сравнении с\n {3}
diff --git a/src/Compiler/xlf/FSStrings.tr.xlf b/src/Compiler/xlf/FSStrings.tr.xlf
index 2fc08de7f13..d7095e4c6f3 100644
--- a/src/Compiler/xlf/FSStrings.tr.xlf
+++ b/src/Compiler/xlf/FSStrings.tr.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ Kısaltmalar \n {2}\nile\n {3} olarak farklı olduğundan imzadaki ve uygulamadaki '{1}' türü için {0} tanımları uyumlu değil
diff --git a/src/Compiler/xlf/FSStrings.zh-Hans.xlf b/src/Compiler/xlf/FSStrings.zh-Hans.xlf
index f81bb2b61c7..2371bf01202 100644
--- a/src/Compiler/xlf/FSStrings.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSStrings.zh-Hans.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ 签名和实现中类型“{1}”的 {0} 定义不兼容,因为缩写不同:\n {2}\nversus\n {3}
diff --git a/src/Compiler/xlf/FSStrings.zh-Hant.xlf b/src/Compiler/xlf/FSStrings.zh-Hant.xlf
index d0de30dc7ff..1cb1d903cf7 100644
--- a/src/Compiler/xlf/FSStrings.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSStrings.zh-Hant.xlf
@@ -9,7 +9,7 @@
The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
- The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ:\n {2}\nversus\n {3}
+ 簽章與實作中類型 '{1}' 的 {0} 定義不相容,因為縮寫不同:\n {2}\n與\n {3}
diff --git a/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Utilities.fs b/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Utilities.fs
index 875ccec4dd2..3cbac354977 100644
--- a/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Utilities.fs
+++ b/src/FSharp.DependencyManager.Nuget/FSharp.DependencyManager.Utilities.fs
@@ -320,10 +320,9 @@ module internal Utilities =
// https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json
// Use enabled feeds only (see NuGet.Commands.ListSourceRunner.Run) and strip off the flags.
let pattern =
- @"(\s*\d+\.+\s*)(?'name'\S*)(\s*)\[(?'enabled'Enabled|Disabled)\](\s*)$(\s*)(?'uri'\S*)"
+ @"(\s*\d+\.+\s*)(?'name'\S*)(\s*)\[(?'enabled'Enabled|Disabled)\](\s*)(?'uri'[^\0\r\n]*)"
- let regex =
- new Regex(pattern, RegexOptions.Multiline ||| RegexOptions.ExplicitCapture)
+ let regex = new Regex(pattern, RegexOptions.ExplicitCapture)
let sourcelist = String.concat Environment.NewLine stdOut
diff --git a/tests/EndToEndBuildTests/BasicProvider/BasicProvider.DesignTime/BasicProvider.DesignTime.fsproj b/tests/EndToEndBuildTests/BasicProvider/BasicProvider.DesignTime/BasicProvider.DesignTime.fsproj
index ba15e56c359..ded811ee6b8 100644
--- a/tests/EndToEndBuildTests/BasicProvider/BasicProvider.DesignTime/BasicProvider.DesignTime.fsproj
+++ b/tests/EndToEndBuildTests/BasicProvider/BasicProvider.DesignTime/BasicProvider.DesignTime.fsproj
@@ -2,7 +2,7 @@
Library
- $(FSharpNetCoreProductTargetFramework);net472
+ net8.0;net472typeprovidersNO_GENERATIVEIS_DESIGNTIME
@@ -14,7 +14,7 @@
BasicProvider.Runtime.fs
-
+
ProvidedTypes\ProvidedTypes.fsi
diff --git a/tests/EndToEndBuildTests/BasicProvider/BasicProvider.Tests/BasicProvider.Tests.fsproj b/tests/EndToEndBuildTests/BasicProvider/BasicProvider.Tests/BasicProvider.Tests.fsproj
index da2c065fe49..5da0cbb3bfb 100644
--- a/tests/EndToEndBuildTests/BasicProvider/BasicProvider.Tests/BasicProvider.Tests.fsproj
+++ b/tests/EndToEndBuildTests/BasicProvider/BasicProvider.Tests/BasicProvider.Tests.fsproj
@@ -2,7 +2,7 @@
Library
- $(FSharpNetCoreProductTargetFramework)
+ net8.0$(TestTargetFramework)falseNO_GENERATIVE
diff --git a/tests/EndToEndBuildTests/BasicProvider/BasicProvider/BasicProvider.fsproj b/tests/EndToEndBuildTests/BasicProvider/BasicProvider/BasicProvider.fsproj
index 4a8d1df2302..96006f06673 100644
--- a/tests/EndToEndBuildTests/BasicProvider/BasicProvider/BasicProvider.fsproj
+++ b/tests/EndToEndBuildTests/BasicProvider/BasicProvider/BasicProvider.fsproj
@@ -2,7 +2,7 @@
Library
- $(FSharpNetCoreProductTargetFramework);net472
+ net8.0;net472typeproviders$(FSharpCoreShippedPackageVersionValue)typeproviders
diff --git a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/BackgroundCompilerBenchmarks.fs b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/BackgroundCompilerBenchmarks.fs
index b7ed2a4b78d..ff67e1acabe 100644
--- a/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/BackgroundCompilerBenchmarks.fs
+++ b/tests/benchmarks/FCSBenchmarks/CompilerServiceBenchmarks/BackgroundCompilerBenchmarks.fs
@@ -6,6 +6,7 @@ open FSharp.Compiler.CodeAnalysis
open FSharp.Compiler.Text
open FSharp.Compiler.Diagnostics
open FSharp.Test.ProjectGeneration
+open BenchmarkDotNet.Engines
open FSharp.Benchmarks.Common.Categories
[]
diff --git a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs
index e9b7f60252a..d260a602a7c 100644
--- a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs
+++ b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs
@@ -168,7 +168,7 @@ type EditorOptions() =
member _.Formatting: FormattingOptions = store.Get()
[)>]
- member private _.SettingsStore = store
+ member _.SettingsStore = store
member _.With value = store.Register value
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
index 182fc895c61..a3f8a6866da 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Přidat anotaci návratového typu
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Vodítka struktury bloků;
+ Vodítka pro strukturu bloku;
Zobrazit pokyny ke struktuře pro kód F#;
Osnova;
Zobrazit osnovu a sbalitelné uzly kódu F#;
Vložené tipy;
Zobrazit tipy pro vložený typ (náhled);
-Zobrazení tipů pro návratový typ (náhled);
+Zobrazit tipy pro návratový typ (náhled);
Zobrazit nápovědy k názvům vložených parametrů (náhled);
+Použít transparentní kompilátor (experimentální);
Živé vyrovnávací paměti;
-Použití živých (neuložených) vyrovnávacích pamětí pro kontrolu
+Použití živých (neuložených) vyrovnávacích pamětí pro analýzu
@@ -175,16 +176,16 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Možnosti výkonu projektu F# a ukládání do mezipaměti;
+ Možnosti výkonu pro ukládání do mezipaměti a projekt F#;
Povolit odkazy mezi projekty v paměti;
-Enable_partial_type_checking;
-Možnosti výkonu IntelliSense;
+Povolit_částečnou_kontrolu_typu;
+Možnosti výkonu pro IntelliSense;
Povolit zastaralá data pro funkce IntelliSense;
-Doba, než se použijí zastaralé výsledky (v milisekundách);
+Doba, do kdy se budou používat zastaralé výsledky (v milisekundách);
Paralelizace (vyžaduje restartování);
Povolit paralelní kontrolu typů pomocí souborů podpisu;
Povolit paralelní referenční rozlišení;
-Povolit odkazy rychlého hledání a přejmenování (experimentální)
+Povolit odkazy rychlého hledání a přejmenování (vyžaduje se restartování);
Výsledky analýzy mezipaměti (experimentální)
@@ -203,19 +204,20 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formátování;
+ Formátování;
Upřednostňovaná šířka popisu ve znacích;
-Formátování podpisu na danou šířku přidáním konců řádků podle pravidel syntaxe F#;
+Umožňuje formátovat podpis na danou šířku přidáním konců řádků odpovídajících pravidlům syntaxe F#;
Navigační odkazy;
Zobrazit navigační odkazy jako;
Plné podtržení;
Tečkované podtržení;
-Přerušované podtržení;
+Čárkované podtržení;
+Zobrazit poznámky v Rychlých informacíchRemarks:
- Remarks:
+ Poznámky:
@@ -230,7 +232,7 @@ Přerušované podtržení;
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Odebrat nadbytečné závorky
@@ -255,7 +257,7 @@ Přerušované podtržení;
Returns:
- Returns:
+ Vrací:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
index 52421019de3..3e4406c116a 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Rückgabetypanmerkung hinzufügen
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Führungslinien für Blockstruktur;
-Strukturrichtlinien für F#-Code anzeigen;
+ Führungslinien für Blockstruktur;
+Strukturführungstlinien für F#-Code anzeigen;
Gliederung;
-Gliederungs- und reduzierbare Knoten für F#-Code anzeigen;
-Inlinehinweise;
-Hinweise zu Inlinetypen anzeigen (Vorschau);
+Gliederung und reduzierbare Knoten für F#-Code anzeigen;
+Inline-Hinweise;
+Hinweise zu Inline-Typen anzeigen (Vorschau);
Hinweise zu Rückgabetypen anzeigen (Vorschau);
-Hinweise zu Inlineparameternamen anzeigen (Vorschau);
-Livepuffer;
-Livepuffer (nicht gespeichert) zur Überprüfung verwenden
+Hinweise zu Inline-Parameternamen anzeigen (Vorschau);
+Transparenten Compiler verwenden (experimentell);
+Live-Puffer;
+Live-Puffer (nicht gespeichert) zur Analyse verwenden
@@ -231,7 +232,7 @@ Hinweise in QuickInfo anzeigen
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Unnötige Klammern entfernen
@@ -256,7 +257,7 @@ Hinweise in QuickInfo anzeigen
Returns:
- Returns:
+ Rückgabe:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
index e65b70a3d67..c5bfa64a6a9 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Agregar una anotación de tipo
@@ -44,7 +44,7 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Guías de estructura de bloques;
+ Guías de estructura de bloques;
Mostrar guías de estructura para código F#;
Esquema;
Mostrar esquema y nodos colapsables para código F#;
@@ -52,8 +52,9 @@ Sugerencias insertadas;
Mostrar sugerencias de tipo insertadas (vista previa);
Mostrar sugerencias de tipo de valor devuelto (vista previa);
Mostrar sugerencias de nombres de parámetro insertadas (vista previa)
+Usar compilador transparente (experimental);
Búferes activos;
-Usar búferes activos (no guardados) para la comprobación
+Usar búferes activos (no guardados) para el análisis
@@ -231,7 +232,7 @@ Mostrar comentarios en Información rápida
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Quitar los paréntesis innecesarios
@@ -256,7 +257,7 @@ Mostrar comentarios en Información rápida
Returns:
- Returns:
+ Devuelve:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
index 9f82a8d2098..c005861d9d2 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Ajouter une annotation de type de retour
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Guides de structure de bloc ;
-Afficher les directives de structure pour le code F# ;
-Décrire ;
-Afficher les nœuds de plan et réductibles pour le code F# ;
-Conseils en ligne ;
-Afficher les conseils de type en ligne (aperçu) ;
-Afficher les conseils sur le type de retour (aperçu) ;
-Afficher les conseils sur le nom des paramètres en ligne (aperçu) ;
-Tampons en direct ;
-Utilisez des tampons en direct (non enregistrés) pour vérifier
+ Guides de structure de bloc,
+Afficher les instructions de structure pour le code F# ,
+Plan,
+Afficher les nœuds de plan et réductibles pour le code F#,
+Conseils en ligne,
+Afficher des conseils sur le type en ligne (préversion),
+Afficher des conseils sur le type de retour (préversion),
+Afficher les conseils sur le nom des paramètres en ligne (préversion),
+Utiliser Transparent Compiler (Compilateur transparent) (expérience),
+Tampons en direct,
+Utiliser des tampons en direct (non enregistrés) pour des analyses
@@ -231,7 +232,7 @@ Afficher les notes dans Info express
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Supprimer les parenthèses inutiles
@@ -256,7 +257,7 @@ Afficher les notes dans Info express
Returns:
- Returns:
+ Retourne :
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
index 52d2fc6c8cd..eb46a794f9a 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Aggiungere annotazione di tipo restituito
@@ -44,7 +44,7 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Guide per strutture a blocchi;
+ Guide per strutture a blocchi;
Mostra le linee guida per la struttura per il codice F#;
Struttura;
Mostra i nodi struttura e comprimibili per il codice F#;
@@ -52,8 +52,9 @@ Suggerimenti inline;
Visualizza suggerimenti di tipo inline (anteprima);
Visualizza suggerimenti di tipo restituito (anteprima);
Visualizza suggerimenti per i nomi di parametro inline (anteprima);
+Usa il compilatore Transparent (sperimentale);
Buffer in tempo reale;
-Usa buffer in tempo reale (non salvati) per il controllo
+Usa buffer in tempo reale (non salvati) per l'analisi
@@ -231,7 +232,7 @@ Mostra i commenti in Informazioni rapide
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Rimuovi le parentesi non necessarie
@@ -256,7 +257,7 @@ Mostra i commenti in Informazioni rapide
Returns:
- Returns:
+ Restituisce:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
index 25eb62054cf..4f7b8bd5bb6 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ 戻り値の型の注釈の追加
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- ブロック構造ガイド;
-F# コードの構造ガイドラインを表示する;
-アウトラインを表示する;
-アウトラインと折りたたみ可能なノードを F# コードに表示する;
+ ブロック構造のガイド;
+F# コードの構造のガイドラインを表示;
+アウトライン表示;
+F# コードのアウトラインおよび折りたたみ可能なノードを表示する;
インライン ヒント;
-インライン型ヒントを表示する (プレビュー);
-戻り値の型ヒントを表示する (プレビュー);
-インライン パラメーター名のヒントを表示する (プレビュー);
+インライン型のヒントを表示する (プレビュー);
+戻り値型のヒントを表示する (プレビュー);
+インライン パラメーター名のヒントを表示 (プレビュー);
+Transparent Compiler を使用する (試験段階);
ライブ バッファー;
-ライブ (保存されていない) バッファーを使用してチェックする
+分析にライブ (未保存) バッファーを使用する
@@ -231,7 +232,7 @@ F# 構文規則に準拠した改行を追加して、署名を指定された
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ 不要なかっこの削除
@@ -256,7 +257,7 @@ F# 構文規則に準拠した改行を追加して、署名を指定された
Returns:
- Returns:
+ 戻り値:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
index 4845714bec1..79baefda419 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ 반환 형식 주석 추가
@@ -44,17 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- 블록 구조 안내선;
-
+ 블록 구조 가이드;
F# 코드에 대한 구조 지침 표시;
개요;
F# 코드에 대한 개요 및 축소 가능한 노드 표시;
인라인 힌트;
인라인 형식 힌트 표시(미리 보기);
-반환 유형 힌트 표시(미리 보기);
+반환 형식 힌트 표시(미리 보기);
인라인 매개 변수 이름 힌트 표시(미리 보기);
+투명한 컴파일러 사용(실험적);
라이브 버퍼;
-확인에 라이브(저장되지 않은) 버퍼 사용
+분석에 라이브(저장되지 않은) 버퍼 사용
@@ -232,7 +232,7 @@ F# 구문 규칙에 맞는 줄 바꿈을 추가하여 지정된 너비에 시그
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ 불필요한 괄호 제거
@@ -257,7 +257,7 @@ F# 구문 규칙에 맞는 줄 바꿈을 추가하여 지정된 너비에 시그
Returns:
- Returns:
+ 반환 값:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
index 3b3425b06cc..6d450552e60 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Dodaj adnotację zwracanego typu
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Przewodniki po strukturze bloku;
+ Przewodniki po strukturze bloku;
Pokaż przewodniki po strukturze dla kodu języka F#;
Tworzenie konspektu;
Pokaż konspekt i węzły z możliwością zwijania dla kodu języka F#;
Wskazówki w tekście;
-Wyświetl wskazówki w tekście dla typów (wersja zapoznawcza);
-Wyświetlaj wskazówki dotyczące typu zwrotu (wersja zapoznawcza);
-Wyświetl wskazówki w tekście dotyczące nazw parametrów (wersja zapoznawcza);
+Wyświetl wskazówki dotyczące typu w tekście (wersja zapoznawcza);
+Wyświetlaj wskazówki dotyczące zwracanego typu (wersja zapoznawcza);
+Wyświetl wskazówki dotyczące nazw parametrów w tekście (wersja zapoznawcza);
+Użyj kompilatora przezroczystego (eksperymentalnego);
Bufory bieżące;
-Do sprawdzania używaj buforów bieżących (niezapisanych)
+Do analizy używaj buforów bieżących (niezapisanych)
@@ -231,7 +232,7 @@ Pokaż uwagi w szybkich informacjach
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Usuń niepotrzebne nawiasy
@@ -256,7 +257,7 @@ Pokaż uwagi w szybkich informacjach
Returns:
- Returns:
+ Zwraca:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
index 5e5075ec0fd..7c8333a532d 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Adicionar anotação de tipo de retorno
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Guias de Estrutura de Bloco;
+ Guias de Estrutura de Bloco;
Mostrar diretrizes de estrutura para código F#;
-Estrutura de tópicos;
+Esboço;
Mostrar nós de estrutura de tópicos e recolhíveis para código F#;
-Dicas embutidas;
-Exibir dicas de tipo embutido (versão prévia);
-Exibir dicas de tipo de retorno (versão prévia);
+Dicas em linha;
+Exibir as dicas de tipo em linha (versão prévia);
+Exibir as dicas de tipo de retorno (versão prévia);
Exibir dicas de nome de parâmetro embutido (versão prévia);
+Use o Compilador Transparente (experimental);
Buffers Dinâmicos;
-Usar buffers dinâmicos (não salvos) para verificação
+Usar buffers dinâmicos (não salvos) para análise
@@ -231,7 +232,7 @@ Mostrar os comentários nas Informações Rápidas
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Remover os parênteses desnecessários
@@ -256,7 +257,7 @@ Mostrar os comentários nas Informações Rápidas
Returns:
- Returns:
+ Retorna:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
index 5a6fa8af206..d08337f4b20 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Добавить аннотацию типа возвращаемого значения
@@ -44,7 +44,7 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Руководства по блочной структуре;
+ Руководства по блочной структуре;
Показать рекомендации по структуре кода F#;
Структурирование;
Показать структурные и сворачиваемые узлы кода F#;
@@ -52,8 +52,9 @@ Use live (unsaved) buffers for analysis
Отображать подсказки встроенного типа (предварительная версия);
Отображать подсказки типа возвращаемого значения (предварительная версия);
Отображать подсказки имен встроенных параметров (предварительная версия);
+Использовать прозрачный компилятор (экспериментальная функция);
Динамические буферы;
-Использовать динамические (несохраненные) буферы для проверки
+Использовать динамические (несохраненные) буферы для анализа
@@ -231,7 +232,7 @@ Show remarks in Quick Info
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Удалить ненужные круглые скобки
@@ -256,7 +257,7 @@ Show remarks in Quick Info
Returns:
- Returns:
+ Возврат:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
index 23b20aaebd9..f5b0b5efe44 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ Dönüş türü ek açıklaması ekle
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- Blok Yapısı Kılavuzları;
+ Blok Yapısı Kılavuzları;
F# kodu için yapı yönergelerini göster;
-Anahat oluşturma;
+Ana hat oluşturma;
F# kodu için ana hattı ve daraltılabilir düğümleri göster;
Satır içi ipuçları;
Satır içi tür ipuçlarını görüntüle (önizleme);
Dönüş türü ipuçlarını görüntüle (önizleme);
Satır içi parametre adı ipuçlarını görüntüle (önizleme);
+Saydam Derleyiciyi kullan (deneysel);
Canlı Arabellekler;
-Denetim için canlı (kaydedilmemiş) arabellekler kullan
+Analiz için canlı (kaydedilmemiş) arabellekleri kullan
@@ -231,7 +232,7 @@ Açıklamaları Hızlı Bilgide göster
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ Gereksiz parantezleri kaldır
@@ -256,7 +257,7 @@ Açıklamaları Hızlı Bilgide göster
Returns:
- Returns:
+ Şunu döndürür:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
index 8855e5d435d..0ef2ccbe69e 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ 添加返回类型批注
@@ -52,6 +52,7 @@ Use live (unsaved) buffers for analysis
显示内联类型提示(预览);
显示返回类型提示(预览);
显示内联参数名称提示(预览版);
+使用透明编译器(实验性);
实时缓冲区;
使用实时(未保存)缓冲区进行分析
@@ -231,7 +232,7 @@ Show remarks in Quick Info
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ 移除不必要的括号
@@ -256,7 +257,7 @@ Show remarks in Quick Info
Returns:
- Returns:
+ 返回:
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
index fa4dc01550c..c415e1e0f18 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
@@ -24,7 +24,7 @@
Add return type annotation
- Add return type annotation
+ 新增傳回類型註釋
@@ -44,16 +44,17 @@ Display inline parameter name hints (preview);
Use Transparent Compiler (experimental);
Live Buffers;
Use live (unsaved) buffers for analysis
- 區塊結構輔助線;
-顯示 F# 程式碼的結構輔助線;
+ 區塊結構指南;
+顯示 F# 程式碼的結構指南;
大綱;
-顯示 F# 程式碼的大綱與可折疊的節點;
+顯示 F# 程式碼的大綱與可摺疊的節點;
內嵌提示;
顯示內嵌類型提示 (預覽);
顯示傳回型別提示 (預覽);
顯示內嵌參數名稱提示 (預覽);
+使用透明編譯器 (實驗性);
即時緩衝區;
-使用即時 (未儲存) 緩衝區進行檢查
+使用即時 (未儲存) 緩衝區進行分析
@@ -231,7 +232,7 @@ Show remarks in Quick Info
Remove unnecessary parentheses
- Remove unnecessary parentheses
+ 移除不必要的括號
@@ -256,7 +257,7 @@ Show remarks in Quick Info
Returns:
- Returns:
+ 傳回:
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
index c0072448173..0e3eee8038e 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Transparentní kompilátor (experimentální)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ UPOZORNĚNÍ! Transparentní kompilátor zatím nepodporuje všechny funkce a může způsobit chybové ukončení nebo předat nesprávné výsledky.Use at your own risk!
- Use at your own risk!
+ Používejte na vlastní nebezpečí!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Zaškrtnutím tohoto políčka také udělíte výslovný souhlas s další telemetrií výkonuTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Faktor mezipaměti transparentního kompilátoruHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Vyšší počet znamená, že pro ukládání do mezipaměti se bude používat více paměti. Změna hodnoty vymaže mezipaměť.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Vytvořit nové snímky projektu z existujících
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Použít transparentní kompilátor (vyžaduje se restart)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
index 8afb1d8e999..f677450b093 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Transparenter Compiler (experimentell)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ WARNUNG! Der transparente Compiler unterstützt noch nicht alle Features und kann Abstürze verursachen oder falsche Ergebnisse ausgeben.Use at your own risk!
- Use at your own risk!
+ Auf eigene Gefahr verwenden!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Wenn Sie diese Option aktivieren, stimmen Sie auch der Erfassung zusätzlicher Leistungstelemetriedaten zu.Transparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Cache-Faktor es transparenten CompilersHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Eine höhere Zahl bedeutet, dass mehr Arbeitsspeicher zum Zwischenspeichern verwendet wird. Beim Ändern des Werts wird der Cache geleert.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Neue Projektmomentaufnahmen aus vorhandenen erstellen
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Transparenten Compiler verwenden (Neustart erforderlich)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
index eb0289c938c..ed953bf83db 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Compilador transparente (experimental)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ ADVERTENCIA El compilador transparente aún no admite todas las características y puede provocar bloqueos o proporcionar resultados incorrectos.Use at your own risk!
- Use at your own risk!
+ Úselo bajo su propio riesgo.By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Al marcar esto, también puede optar por obtener telemetría de rendimiento adicional.Transparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Factor de caché del compilador transparenteHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Un número mayor significa que se usará más memoria para el almacenamiento en caché. Al cambiar el valor, se borra la memoria caché.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Crear nuevas instantáneas de proyecto a partir de las existentes
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Uso del compilador transparente (es necesario reiniciar)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
index 09430b644cc..5b603b081d8 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Transparent Compiler (expérience)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ AVERTISSEMENT ! Transparent Compiler ne prend pas encore en charge toutes les fonctionnalités et peut provoquer des blocages ou donner des résultats incorrects.Use at your own risk!
- Use at your own risk!
+ Utilisez-le à vos propres risques !By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ En cochant cette option, vous acceptez également d’autres données de télémétrie des performancesTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Facteur de cache du Transparent CompilerHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Un nombre plus élevé signifie que davantage de mémoire va être utilisée pour la mise en cache. Modification du cache des effacements de valeur.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Créer des instantanés de projet à partir de ceux existants
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Utiliser Transparent Compiler (redémarrage requis)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
index 640894aac42..80f891d950b 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Compilatore Transparent (sperimentale)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ AVVISO Il compilatore Transparent non supporta ancora tutte le funzionalità e può causare arresti anomali o fornire risultati non corretti.Use at your own risk!
- Use at your own risk!
+ Usalo a tuo rischio e pericolo.By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Selezionando questa opzione si acconsente esplicitamente anche alla telemetria aggiuntiva delle prestazioniTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Fattore cache del compilatore TrasparentHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Un numero maggiore indica che per la memorizzazione nella cache verrà utilizzata una quantità maggiore di memoria. Modifica della cache delle cancellazioni dei valori.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Crea nuovi snapshot del progetto da quelli esistenti
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Usa il compilatore Transparent (riavvio necessario)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
index 7267c7b7061..7bd4645bb1c 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Transparent Compiler (試験段階)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ 警告Transparent Compiler は、現時点ですべての機能に対応しておらず、クラッシュを引き起こしたり、正しくない結果を出力したりする可能性があります。Use at your own risk!
- Use at your own risk!
+ ご使用は自己責任でお願いいたします。By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ これを確認すると、追加のパフォーマンス テレメトリもオプトインしますTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Transparent Compiler Cache FactorHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ 数値が大きいほど、キャッシュに使用されるメモリが多くなります。値を変更するとキャッシュがワイプされます。Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ 既存のプロジェクト スナップショットから新しいプロジェクト スナップショットを作成する
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Transparent Compiler を使用する (再起動が必要)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
index cfb0da2f9b4..79390abebfc 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ 투명한 컴파일러(실험적)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ 경고! 투명 컴파일러는 아직 모든 기능을 지원하지 않으며 충돌을 발생시키거나 잘못된 결과를 제공할 수 있습니다.Use at your own risk!
- Use at your own risk!
+ 본인 책임하에 사용하세요!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ 이를 확인하여 추가 성능 원격 분석을 옵트인합니다.Transparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ 투명한 컴파일러 캐시 팩터Higher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ 숫자가 높을수록 캐싱에 더 많은 메모리가 사용됩니다. 값을 변경하면 캐시가 초기화됩니다.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ 기존 스냅샷에서 새 프로젝트 스냅샷 만들기
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ 투명한 컴파일러 사용(다시 시작해야 함)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
index 4fb4ff03b40..22d13346b67 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Kompilator przezroczysty (eksperymentalny)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ OSTRZEŻENIE! Kompilator przezroczysty nie obsługuje jeszcze wszystkich funkcji i może powodować awarie lub dawać niepoprawne wyniki.Use at your own risk!
- Use at your own risk!
+ Używaj na własne ryzyko!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Zaznaczając to pole wyboru, możesz również zdecydować się na dodatkowe dane telemetryczne dotyczące wydajnościTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Współczynnik pamięci podręcznej kompilatora przezroczystegoHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Większa liczba oznacza, że na potrzeby buforowania będzie używana większa ilość pamięci. Zmiana wartości powoduje wyczyszczenie pamięci podręcznej.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Utwórz nowe migawki projektu na podstawie istniejących
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Użyj kompilatora przezroczystego (wymagane ponowne uruchomienie)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
index f2778bcbd8b..c564e69e100 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Compilador Transparente (experimental)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ AVISO! O Compilador Transparente ainda não é dá suporte para todos os recursos e pode causar falhas ou fornecer resultados incorretos.Use at your own risk!
- Use at your own risk!
+ Use por sua própria conta e risco!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Ao marcar essa opção, você também aceita a telemetria de desempenho adicionalTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Fator de cache do Compilador TransparenteHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Um número maior significa que mais memória será usada para o cache. A alteração do valor apaga o cache.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Criar novos instantâneos de projeto a partir dos existentes
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Use o Compilador Transparente (é necessário reiniciar)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
index 9b99816b43c..9457ef44508 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Прозрачный компилятор (экспериментальная функция)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ Предупреждение! Прозрачный компилятор пока поддерживает не все функции и может вызывать сбои или предоставлять неверные результаты.Use at your own risk!
- Use at your own risk!
+ Используйте его на свой риск!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Устанавливая этот флажок, вы также соглашались на дополнительную телеметрию производительностиTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Коэффициент кэша прозрачного компилятораHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Чем больше число, тем больше памяти будет использоваться для кэширования. Изменение значения очищает кэш.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Создавать новые моментальные снимки проекта из существующих
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Использовать прозрачный компилятор (требуется перезагрузка)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
index e6afdd2e2b1..c2ac32f4746 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ Saydam Derleyiciyi kullan (deneysel)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ UYARI! Saydam Derleyici henüz tüm özellikleri desteklemiyor ve kilitlenmelere neden olabilir veya hatalı sonuçlar verebilir.Use at your own risk!
- Use at your own risk!
+ Kullanım sorumluluğu size aittir!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ Bunu seçerek ek performans telemetrisini de kabul etmiş olursunuzTransparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ Saydam Derleyici Önbellek FaktörüHigher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ Sayının yüksek olması, önbelleğe alma için daha fazla bellek kullanılacağı anlamına gelir. Değerin değiştirilmesi önbelleğini siler.Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ Mevcut proje anlık görüntülerinden yenilerini oluşturma
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ Saydam Derleyiciyi kullan (yeniden başlatma gereklidir)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
index 9bd919f4b51..d62cccd1ea3 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ 透明编译器(实验性)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ 警告!透明编译器尚不支持所有功能,可能会导致崩溃或提供错误结果。Use at your own risk!
- Use at your own risk!
+ 自行承担风险!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ 选中此项即表示你也选择加入其他性能遥测Transparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ 透明编译器缓存因数Higher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ 数字越大,表示将使用更多内存进行缓存。更改值擦除缓存。Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ 从现有项目快照中新建
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ 使用透明编译器(需要重启)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
index d537c05ffd2..745ce000821 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
@@ -204,37 +204,37 @@
Transparent Compiler (experimental)
- Transparent Compiler (experimental)
+ 透明編譯器 (實驗性)WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
- WARNING! Transparent Compiler does not yet support all features and can cause crashes or give incorrect results.
+ 警告!透明編譯器尚未支援所有功能,而且可能會造成當機或提供不正確的結果。Use at your own risk!
- Use at your own risk!
+ 自行承擔使用風險!By checking this you also opt-in for additional performance telemetry
- By checking this you also opt-in for additional performance telemetry
+ 一旦核取,您也選擇加入其他效能遙測Transparent Compiler Cache Factor
- Transparent Compiler Cache Factor
+ 透明編譯程式快取因數Higher number means more memory will be used for caching. Changing the value wipes cache.
- Higher number means more memory will be used for caching. Changing the value wipes cache.
+ 較高的數目表示將使用更多的記憶體來快取。變更值抹除快取。Create new project snapshots from existing ones
- Create new project snapshots from existing ones
+ 從現有的專案建立新的專案快照集
@@ -324,7 +324,7 @@
Use Transparent Compiler (restart required)
- Use Transparent Compiler (restart required)
+ 使用透明編譯器 (需要重新啟動)