diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 07cccc56186..e6400da8bd6 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Pro F#7 a nižší se definice statických hodnot dají použít jenom v typech s primárním konstruktorem ('type X(args) = ...'). Pokud je chcete povolit ve všech ostatních typech, použijte jazykovou verzi „preview“.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Nejde volat metodu rozšíření byref {0}. První parametr vyžaduje, aby hodnota byla měnitelná nebo typu byref, která není jen pro čtení.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- Klíč správce balíčků „{0}“ nebyl v {1} zaregistrován. Aktuálně zaregistrováno: {2}. Další informace o rozšířeních najdete tady: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.de.xlf b/src/Compiler/xlf/FSComp.txt.de.xlf
index d9def2b9c6a..bf3fa46f340 100644
--- a/src/Compiler/xlf/FSComp.txt.de.xlf
+++ b/src/Compiler/xlf/FSComp.txt.de.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Für F# 7 und früher dürfen statische Wertdefinitionen nur in Typen mit einem primären Konstruktor verwendet werden (type X(args) = ...). Um sie in anderen Typen zu aktivieren, verwenden Sie die Sprachversion "preview".
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Die ByRef-Erweiterungsmethode "{0}" kann nicht aufgerufen werden. Für den ersten Parameter muss der Wert änderbar sein oder einem nicht schreibgeschützten ByRef-Typ entsprechen.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- Der Paket-Manager-Schlüssel "{0}" wurde nicht in "{1}" registriert. Zurzeit registriert: {2}. Weitere Informationen zu Erweiterungen finden Sie unter: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.es.xlf b/src/Compiler/xlf/FSComp.txt.es.xlf
index 6a6959dc583..d124af12064 100644
--- a/src/Compiler/xlf/FSComp.txt.es.xlf
+++ b/src/Compiler/xlf/FSComp.txt.es.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Para F#7 y versiones anteriores, las definiciones de valores estáticos solo se pueden usar en tipos con un constructor principal ('type X(args) = ...'). Para habilitarlos en todos los demás tipos, use la versión de idioma "preview".
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- No se puede llamar al método de extensión de byref "{0}". El primer parámetro requiere que el valor sea mutable o un tipo de byref que no sea de solo lectura.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- La clave del administrador de paquetes "{0}" no se registró en {1}. Registrado actualmente: {2}. Para obtener más información sobre las extensiones, visite https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.fr.xlf b/src/Compiler/xlf/FSComp.txt.fr.xlf
index 8bf1b97e9bc..c5cbf0f3dd0 100644
--- a/src/Compiler/xlf/FSComp.txt.fr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.fr.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Pour F#7 et versions antérieures, les définitions de valeurs statiques ne peuvent être utilisées que dans les types avec un constructeur principal (« type X(args) = ... »). Pour les activer dans tous les autres types, utilisez la version linguistique « aperçu ».
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Impossible d’appeler la méthode d’extension byref « {0} ». Le premier paramètre nécessite que la valeur soit mutable ou un type byref autre qu'en lecture seule.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- La clé du gestionnaire de packages « {0} » n'a pas été enregistrée dans {1}. Actuellement inscrit : {2}. Pour en savoir plus sur les extensions, visitez : https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.it.xlf b/src/Compiler/xlf/FSComp.txt.it.xlf
index 135dbc86cf4..6021aabf1cc 100644
--- a/src/Compiler/xlf/FSComp.txt.it.xlf
+++ b/src/Compiler/xlf/FSComp.txt.it.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Per F#7 e versioni precedenti, le definizioni di valori statici possono essere usate solo in tipi con un costruttore primario ('type X(args) = ...'). Per abilitarli in tutti gli altri tipi, usare la versione di "anteprima" del linguaggio.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Non è possibile chiamare il metodo di estensione byref '{0}. Il valore del primo parametro deve essere modificabile oppure un tipo byref non di sola lettura.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- La chiave "'{0}" del gestione pacchetti non è stata registrata in {1}. Attualmente registrata: {2}. Per altre informazioni sulle estensioni, vedere: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.ja.xlf b/src/Compiler/xlf/FSComp.txt.ja.xlf
index c4e1d71a82f..b7a5396f304 100644
--- a/src/Compiler/xlf/FSComp.txt.ja.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ja.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- F#7 以前の場合、静的な値の定義は、プライマリ コンストラクター ('type X(args) = ...') を持つ型でのみ使用できます。他のすべての種類で有効にするには、言語バージョン 'preview' を使用します。
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- byref 拡張メソッド '{0} を呼び出すことはできません。最初のパラメーターでは、値を変更可能な byref 型または読み取り専用以外の byref 型にする必要があります。
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- パッケージ マネージャー キー '{0}' は {1} に登録されませんでした。現在登録済み: {2}。拡張機能の詳細については、次を参照してください: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.ko.xlf b/src/Compiler/xlf/FSComp.txt.ko.xlf
index 4751ad79ebc..6db3baf4399 100644
--- a/src/Compiler/xlf/FSComp.txt.ko.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ko.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- F#7 이하의 경우 정적 값 정의는 기본 생성자('type X(args) = ...')가 있는 형식에서만 사용할 수 있습니다. 다른 모든 형식에서 사용하도록 설정하려면 언어 버전 '미리 보기'를 사용합니다.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- byref 확장 메서드 '{0}'을(를) 호출할 수 없습니다. 첫 번째 매개 변수는 변경할 수 있거나 읽기 전용이 아닌 byref 형식인 값이 필요합니다.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- 패키지 관리자 키 '{0}'이(가) {1}에서 등록되지 않았습니다. 현재 등록: {2}. 확장에 대한 자세한 내용은 다음을 참조하세요. https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.pl.xlf b/src/Compiler/xlf/FSComp.txt.pl.xlf
index 81d62979a4e..6234f5847a4 100644
--- a/src/Compiler/xlf/FSComp.txt.pl.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pl.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- W przypadku języka F#7 i niższych, definicje wartości statycznych mogą być używane tylko w typach z konstruktorem podstawowym („type X(args) = ...”). Aby włączyć je we wszystkich innych typach, użyj wersji językowej „wersja zapoznawcza”.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Nie można wywołać metody rozszerzenia byref „{0}”. Pierwszy parametr wymaga, aby wartość była typem byref zmiennym lub innym niż tylko do odczytu.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- Klucz menedżera pakietów „{0}” nie został zarejestrowany w {1}. Aktualnie zarejestrowane: {2}. Aby dowiedzieć się więcej o rozszerzeniach, odwiedź stronę: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
index 8cdbcdb29c4..6aa3fbc7494 100644
--- a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Para F#7 e inferior, as definições de valores estáticos só podem ser usadas em tipos com um construtor primário ('type X(args) = ...'). Para habilitá-los em todos os outros tipos, use a versão do idioma “versão prévia”.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Não é possível chamar o método de extensão de byref '{0}. O primeiro parâmetro requer que o valor seja mutável ou não seja byref somente leitura.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- A chave do gerenciador de pacotes “{0}” não foi registrada em {1}. Atualmente cadastrado: {2}. Para saber mais sobre extensões, visite: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.ru.xlf b/src/Compiler/xlf/FSComp.txt.ru.xlf
index 1319210fbc9..c84390b6cf8 100644
--- a/src/Compiler/xlf/FSComp.txt.ru.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ru.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Определения статических значений для F#7 и ниже можно использовать только в типах с первичным конструктором ("type X(args) = ..."). Чтобы включить их во всех других типах, используйте версию языка "preview".
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- Не удается вызвать метод расширения byref "{0}". В качестве первого параметра необходимо указать изменяемое значение или значение типа byref, доступное не только для чтения.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- Ключ диспетчера пакетов "{0}" не зарегистрирован в {1}. Сейчас зарегистрировано: {2}. Дополнительные сведения о расширениях см. на странице https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.tr.xlf b/src/Compiler/xlf/FSComp.txt.tr.xlf
index d9143a0db5d..4e755bac77b 100644
--- a/src/Compiler/xlf/FSComp.txt.tr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.tr.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- F#7 ve altı için, statik değer tanımları yalnızca birincil oluşturucu ('type X(args) = ...') içeren türlerde kullanılabilir. Bunları diğer tüm türlerde etkinleştirmek için 'önizleme' dil sürümünü kullanın.
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- '{0}' byref genişletme metodu çağrılamıyor. İlk parametre, değerin değişebilir olmasını veya salt okunur olmayan bir byref türünde olmasını gerektiriyor.
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- Paket yöneticisi '{0}' anahtar anahtarı bu makinede {1}. Şu anda kayıtlı: {2}. Uzantılar hakkında daha fazla bilgi edinmek için şu adresi ziyaret edin: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
index c62c1e73f6c..137d4845b6d 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- 对于 F#7 及更低版本,静态值定义只能用于具有主构造函数的类型 ("type X(args) = ...")。若要在所有其他类型中启用它们,请使用“预览版”语言版本。
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- 无法调用 byref 扩展方法 "{0}"。第一个参数要求该值是可变的或非只读的 byref 类型。
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- {0} 中未注册包管理器密钥“{1}”。当前已注册: {2}。若要详细了解扩展,请访问: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
index 5f66fcae4ea..4f4a30c156d 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
@@ -5099,7 +5099,7 @@
For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- 對於 F#7 和更低版本,靜態值定義只能用於具有主要建構函式的類型 ('type X(args) = ...')。若要在所有其他類型中啟用,請使用語言版本 'preview'。
+ For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
@@ -8504,7 +8504,7 @@
Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
- 無法呼叫 byref 擴充方法 '{0}。第一個參數需要值可變動,或為非唯讀 byref 類型。
+ Cannot call the byref extension method '{0}. 'this' parameter requires the value to be mutable or a non-readonly byref type.
@@ -8594,7 +8594,7 @@
Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
- 未在 {1} 中註冊套件管理員金鑰 '{0}'。目前已註冊: {2}。若要深入了解延伸模組,請瀏覽: https://aka.ms/dotnetdepmanager
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}. You can provide extra path(s) by passing '--compilertool:<extensionsfolder>' to the command line. To learn more about extensions, visit: https://aka.ms/dotnetdepmanager
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
index 7f90ad6a126..39e84c105b9 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- Vodítka struktury bloků;
-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 nápovědy k názvům vložených parametrů (náhled);
-Živé vyrovnávací paměti;
-Použití živých (neuložených) vyrovnávacích pamětí pro kontrolu
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ 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;
-Povolit odkazy mezi projekty v paměti;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-Možnosti výkonu IntelliSense;
-Povolit zastaralá data pro funkce IntelliSense;
-Doba, než se použijí 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í)
-Výsledky analýzy mezipaměti (experimentální)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- 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#;
-Navigační odkazy;
-Zobrazit navigační odkazy jako;
-Plné podtržení;
-Tečkované podtržení;
-Přerušované podtržení;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
index 5e5261ef993..9d675f2d308 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- Führungslinien für Blockstruktur;
-Strukturrichtlinien für F#-Code anzeigen;
-Gliederung;
-Gliederungs- und reduzierbare Knoten für F#-Code anzeigen;
-Inlinehinweise;
-Hinweise zu Inlinetypen anzeigen (Vorschau);
-Hinweise zu Rückgabetypen anzeigen (Vorschau);
-Hinweise zu Inlineparameternamen anzeigen (Vorschau);
-Livepuffer;
-Livepuffer (nicht gespeichert) zur Überprüfung verwenden
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F#-Projekt- und Cacheleistungsoptionen;
-Projektübergreifende Verweise im Arbeitsspeicher aktivieren;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-IntelliSense-Leistungsoptionen;
-Veraltete Daten für IntelliSense-Features aktivieren;
-Zeit bis zur Verwendung veralteter Ergebnisse (in Millisekunden);
-Parallelisierung (Neustart erforderlich);
-Parallele Typüberprüfung mit Signaturdateien aktivieren;
-Parallele Verweisauflösung aktivieren;
-Schnellsuche und Umbenennen von Verweisen aktivieren (experimentell);
-Cacheanalyseergebnisse (experimentell)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formatierung;
-Bevorzugte Beschreibungsbreite in Zeichen;
-Signatur in der angegebenen Breite formatieren, indem Zeilenumbrüche hinzugefügt werden, die den F#-Syntaxregeln entsprechen;
-Navigationslinks;
-Navigationslinks anzeigen als;
-Unterstreichung einfarbig;
-Punkt unterstrichen;
-Strich unterstrichen;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
index f130a461216..05ea55b83d9 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 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#;
-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)
-Búferes activos;
-Usar búferes activos (no guardados) para la comprobación
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,19 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Opciones de rendimiento de proyectos y caché de F#;
-Habilitar referencias cruzadas de proyecto en memoria;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-Opciones de rendimiento de IntelliSense;
-Habilitar datos obsoletos para funciones de IntelliSense;
-Tiempo hasta que se utilizan los resultados obsoletos (en milisegundos);
-Paralelización (requiere reinicio);
-
-Habilitar la comprobación paralela de tipos con archivos de firmas;
-
-Habilitar la resolución de referencias en paralelo;
-Habilitar búsqueda rápida de referencias y renombrado (experimental);
-Caché de resultados de análisis (experimental)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -199,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formato;
-Ancho de descripción preferido en caracteres;
-Dar formato a la firma con el ancho dado agregando saltos de línea que cumplan las reglas de sintaxis de F#;
-Vínculos de navegación;
-Mostrar vínculos de navegación como;
-Subrayado sólido;
-Subrayado de punto;
-Subrayado de guion;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
index a3bc317a6af..bcdf8e3c48f 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
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
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Options de performances du projet F # et de la mise en cache ;
-Activer les références de projets croisés en mémoire ;
-Enable_partial_type_checking ;
-Options de performances IntelliSense ;
-Activer les données obsolètes pour les fonctionnalités IntelliSense ;
-Temps jusqu'à ce que les résultats obsolètes soient utilisés (en millisecondes) ;
-Parallélisation (nécessite un redémarrage) ;
-Activer la vérification de type parallèle avec les fichiers de signature ;
-Activer la résolution de référence parallèle ;
-Activer les références de recherche rapide et renommer (expérimental) ;
-Résultats de l'analyse du cache (expérimental)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+Enable_partial_type_checking;
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formatage;
-Largeur de description préférée en caractères ;
-Mettre en forme la signature à la largeur donnée en ajoutant des sauts de ligne conformes aux règles de syntaxe F# ;
-Liens de navigation ;
-Afficher les liens de navigation en tant que ;
-Soulignement uni ;
-Soulignement pointé ;
-Soulignement en tirets ;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
index 45fbdd6637c..eb463e725e7 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 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#;
-Suggerimenti inline;
-Visualizza suggerimenti di tipo inline (anteprima);
-Visualizza suggerimenti di tipo restituito (anteprima);
-Visualizza suggerimenti per i nomi di parametro inline (anteprima);
-Buffer in tempo reale;
-Usa buffer in tempo reale (non salvati) per il controllo
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Opzioni prestazioni progetto F# e memorizzazione nella cache;
-Abilita riferimenti tra progetti in memoria;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-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);
-Memorizza nella cache i risultati dell'analisi (sperimentale)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formattazione;
-Larghezza descrizione preferita in caratteri;
-Formatta la firma in base alla larghezza specificata aggiungendo interruzioni di riga conformi alle regole di sintassi F#;
-Collegamenti di spostamento;
-Mostra collegamenti di spostamento come;
-Sottolineatura a tinta unita;
-Sottolineatura a punto;
-Sottolineatura a trattini;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
index 09a35c432c9..58ce6325fde 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- ブロック構造ガイド;
-F# コードの構造ガイドラインを表示する;
-アウトラインを表示する;
-アウトラインと折りたたみ可能なノードを F# コードに表示する;
-インライン ヒント;
-インライン型ヒントを表示する (プレビュー);
-戻り値の型ヒントを表示する (プレビュー);
-インライン パラメーター名のヒントを表示する (プレビュー);
-ライブ バッファー;
-ライブ (保存されていない) バッファーを使用してチェックする
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F# プロジェクトとキャッシュのパフォーマンス オプション;
-メモリ内のプロジェクト間参照を有効にする。
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-IntelliSense パフォーマンス オプション;
-IntelliSense 機能の古いデータを有効にする。
-古い結果が使用されるまでの時間 (ミリ秒);
-並列化 (再起動が必要);
-署名ファイルを使用して並列型チェックを有効にする。
-並列参照解決を有効にする;
-高速検索参照の有効化と名前の変更 (試験段階);
-キャッシュ解析の結果 (試験段階)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- 書式 設定;
-希望の説明の幅 (文字数);
-F# 構文規則に準拠するよう、改行を追加して指定された幅に署名を書式設定します;
-ナビゲーション リンク;
-ナビゲーション リンクを次のように表示します:
-塗りつぶしの下線;
-ドットの下線;
-ダッシュ下線;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
index 32499ff0771..693d260c020 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
@@ -38,17 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 블록 구조 안내선;
-
-F# 코드에 대한 구조 지침 표시;
-개요;
-F# 코드에 대한 개요 및 축소 가능한 노드 표시;
-인라인 힌트;
-인라인 형식 힌트 표시(미리 보기);
-반환 유형 힌트 표시(미리 보기);
-인라인 매개 변수 이름 힌트 표시(미리 보기);
-라이브 버퍼;
-확인에 라이브(저장되지 않은) 버퍼 사용
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -170,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F# 프로젝트 및 캐싱 성능 옵션;
-메모리 내 프로젝트 간 참조 활성화;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-IntelliSense 성능 옵션;
-IntelliSense 기능에 부실 데이터 사용;
-부실 결과가 사용될 때까지의 시간(밀리초);
-병렬화(다시 시작 필요);
-서명 파일과 함께 병렬 형식 검사 사용;
-병렬 참조 확인 사용;
-빠른 찾기 참조 및 이름 바꾸기 사용(실험적);
-캐시 구문 분석 결과(실험적)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -198,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- 서식;
-기본 설정 문자 설명 너비;
-F# 구문 규칙에 맞는 줄바꿈을 추가하여 지정된 너비에 서명 서식 지정;
-탐색 링크;
-탐색 링크 표시 형식;
-실선 밑줄;
-점선 밑줄;
-대시 밑줄;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
index 589adf994b9..cc1162b2c19 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 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);
-Bufory bieżące;
-Do sprawdzania używaj buforów bieżących (niezapisanych)
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Opcje wydajności projektów i buforowania języka F#;
-Włącz odwołania między projektami w pamięci;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-Opcje wydajności funkcji IntelliSense;
-Włącz nieaktualne dane dla funkcji IntelliSense;
-Czas do użycia nieaktualnych wyników (w milisekundach);
-Równoległość (wymaga ponownego uruchomienia);
-Włącz kontrolę typów równoległych za pomocą plików podpisu;
-Włącz rozpoznawanie odwołań równoległych;
-Włącz szybkie znajdowanie odwołań i zmianę nazwy (eksperymentalne);
-Wyniki analizowania pamięci podręcznej (eksperymentalne)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formatowanie;
-Preferowana szerokość opisu w znakach;
-Sformatuj sygnaturę na daną szerokość, dodając podziały wierszy zgodne z regułami składni języka F#;
-Linki nawigacji;
-Pokaż linki nawigacji jako;
-Pełne podkreślenie;
-Podkreślenie kropką;
-Podkreślenie kreską;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
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 8234f5190c7..df119474de4 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- Guias de Estrutura de Bloco;
-Mostrar diretrizes de estrutura para código F#;
-Estrutura de tópicos;
-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);
-Exibir dicas de nome de parâmetro embutido (versão prévia);
-Buffers Dinâmicos;
-Usar buffers dinâmicos (não salvos) para verificação
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Opções de desempenho de projeto e cache do F#;
- Habilitar referências de projeto cruzado na memória;
- Enable_partial_type_checking;
- Opções de desempenho do IntelliSense;
- Habilitar dados obsoletos para recursos do IntelliSense;
- Tempo até que os resultados obsoletos sejam usados (em milissegundos);
- Paralelização (requer reinicialização);
- Habilitar a verificação de tipo paralelo com arquivos de assinatura;
- Habilitar resolução de referência paralela;
- Habilitar referências de localização rápida e renomear (experimental);
- Resultados da análise de cache (experimental)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+Enable_partial_type_checking;
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Formatação;
-Largura da descrição preferida em caracteres;
-Formate a assinatura para a largura especificada adicionando quebras de linha em conformidade com as regras de sintaxe do F#;
-Links de navegação;
-Mostrar links de navegação como;
-Sublinhado sólido;
-Ponto sublinhado;
-Traço sublinhado;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
index d6447a61572..976213ded33 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- Руководства по блочной структуре;
-Показать рекомендации по структуре кода F#;
-Структурирование;
-Показать структурные и сворачиваемые узлы кода F#;
-Встроенные подсказки;
-Отображать подсказки встроенного типа (предварительная версия);
-Отображать подсказки типа возвращаемого значения (предварительная версия);
-Отображать подсказки имен встроенных параметров (предварительная версия);
-Динамические буферы;
-Использовать динамические (несохраненные) буферы для проверки
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- Параметры производительности проекта F# и кэширования;
-Включить перекрестные ссылки проекта в памяти;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-Параметры производительности IntelliSense;
-Включить устаревшие данные для функций IntelliSense;
-Время до использования устаревших результатов (в миллисекундах);
-Параллелизация (требуется перезагрузка);
-Включить параллельную проверку типов с файлами подписей;
-Включить параллельное эталонное разрешение;
-Включить быстрый поиск ссылок и переименование (экспериментально);
-Результаты анализа кэша (экспериментально)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Форматирование;
-Предпочитаемая ширина описания в символах;
-Форматирование подписи до заданной ширины путем добавления разрывов строк в соответствии с правилами синтаксиса F#;
-Ссылки навигации;
-Показать ссылки навигации как;
-Сплошное подчеркивание;
-Пунктирное подчеркивание;
-Штриховое подчеркивание;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
index 56c3ca4e2d4..8e925ccda59 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- Blok Yapısı Kılavuzları;
-F# kodu için yapı yönergelerini göster;
-Anahat 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);
-Canlı Arabellekler;
-Denetim için canlı (kaydedilmemiş) arabellekler kullan
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F# Proje ve Önbelleğe Alma Performans Seçenekleri;
-Bellek içi çapraz proje başvurularını etkinleştir;
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
Enable_partial_type_checking;
-IntelliSense Performans Seçenekleri;
-IntelliSense özellikleri için eski verileri etkinleştir;
-Eski sonuçlar kullanılana kadar geçen süre (milisaniye olarak);
-Paralelleştirme (yeniden başlatma gerektirir);
-İmza dosyalarıyla paralel tür denetlemeyi etkinleştir;
-Paralel başvuru çözümlemeyi etkinleştir;
-Başvuruları hızlı bulma ve yeniden adlandırmayı etkinleştir (deneysel)
-Ayrıştırma sonuçlarını önbelleğe al (deneysel)
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- Biçimlendirme;
-Karakter olarak tercih edilen açıklama genişliği;
-F# söz dizimi kurallarına uyan satır sonları ekleyerek imzayı verilen genişliğe biçimlendir;
-Gezinti bağlantıları;
-Gezinti bağlantılarını şöyle göster;
-Düz alt çizgi;
-Nokta alt çizgi;
-Tire alt çizgisi;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
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 80d8c8362cc..b90ababf5f6 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 块结构指南;
-显示 F# 代码的结构指南;
-大纲;
-显示 F# 代码的大纲和可折叠节点;
-内联提示;
-显示内联类型提示(预览);
-显示返回类型提示(预览);
-显示内联参数名称提示(预览);
-实时缓冲区;
-使用实时(未保存)缓冲区进行检查
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F# 项目和缓存性能选项;
-启用内存中的跨项目引用;
-启用部分类型检查;
-IntelliSense 性能选项;
-为智能感知功能启用旧数据;
-使用陈旧结果的时间(以毫秒为单位);
-并行处理(需要重新启动);
-使用签名文件进行并行类型检查;
-启用并行引用解析;
-启用快速查找参考和重命名(实验性);
-缓存解析结果(实验性)。
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+Enable_partial_type_checking;
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- 格式设置;
-首选描述宽度 (以字符为单位);
-通过添加符合 F# 语法规则的换行符,将签名格式设置为指定宽度;
-导航链接;
-将导航链接显示为;
-实心下划线;
-点下划线;
-短划线下划线;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
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 31b2ea7cec2..698e1bc0da4 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
@@ -38,16 +38,16 @@ Display return type hints (preview);
Display inline parameter name hints (preview);
Live Buffers;
Use live (unsaved) buffers for analysis
- 區塊結構輔助線;
-顯示 F# 程式碼的結構輔助線;
-大綱;
-顯示 F# 程式碼的大綱與可折疊的節點;
-內嵌提示;
-顯示內嵌類型提示 (預覽);
-顯示傳回型別提示 (預覽);
-顯示內嵌參數名稱提示 (預覽);
-即時緩衝區;
-使用即時 (未儲存) 緩衝區進行檢查
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (preview);
+Display return type hints (preview);
+Display inline parameter name hints (preview);
+Live Buffers;
+Use live (unsaved) buffers for analysis
@@ -169,17 +169,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (restart required);
Cache parsing results (experimental)
- F# 專案和快取效能選項;
-啟用記憶體內跨專案參考;
-Enable_partial_type_checking;
-IntelliSense 效能選項;
-啟用 IntelliSense 功能的過時資料;
-使用過時結果之前的時間 (毫秒);
-平行化 (需要重新開機);
-啟用平行類型檢查與簽章檔案;
-啟用平行參考解析;
-啟用快速尋找參考和重新命名 (實驗性);
-快取剖析結果 (實驗性)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+Enable_partial_type_checking;
+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 & rename (restart required);
+Cache parsing results (experimental)
@@ -197,14 +197,15 @@ Solid underline;
Dot underline;
Dash underline;
Show remarks in Quick Info
- 格式化;
-慣用描述寬度 (以字元為單位);
-透過新增符合 F# 語法規則的分行符號,將簽章格式設定為指定寬度;
-瀏覽連結;
-將瀏覽連結顯示為;
-實心底線;
-點底線;
-虛線底線;
+ Formatting;
+Preferred description width in characters;
+Format signature to the given width by adding line breaks conforming with F# syntax rules;
+Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
+Show remarks in Quick Info
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
index 189f7ab0d47..dade2050421 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Pro kontrolu používat živé (neuložené) vyrovnávací paměti (vyžaduje se restartování)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Živé vyrovnávací paměti (experimentální)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
index 32aec995761..64c1f08631d 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Livepuffer (nicht gespeichert) zur Überprüfung verwenden (Neustart erforderlich)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Livepuffer (experimentell)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
index 12f03e3d792..a876b495f0f 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Utilizar buffers activos (no guardados) para la comprobación (es necesario reiniciar)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Búferes activos (experimental)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
index 2067c3e08fa..45d4cb04b12 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Utiliser des tampons en direct (non enregistrés) pour la vérification (redémarrage requis)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Live Buffers (expérimental)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
index 2a1ab80eabf..06d78992e80 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Usa buffer in tempo reale (non salvati) per il controllo (riavvio necessario)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Buffer in tempo reale (sperimentale)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
index baf5e88d30c..a1863b4b634 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- ライブ (未保存) バッファーをチェックに使用する (再起動が必要)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- ライブ バッファー (試験段階)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
index 5da24f5085f..50963bd16ff 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- 확인에 라이브(저장되지 않은) 버퍼 사용(다시 시작 필요)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- 라이브 버퍼(실험적)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
index 5a91da868dd..0178589467a 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Użyj aktywnych (niezapisanych) buforów do sprawdzania (wymagane ponowne uruchomienie)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Aktywne bufory (eksperymentalne)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
index 6070faefdac..e78fb64fda1 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Usar buffers dinâmicos (não salvos) para verificação (reinicialização necessária)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Buffers Dinâmicos (experimental)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
index 25fa5e80a5c..7f15ebf4f04 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Использовать динамические (несохраненные) буферы для проверки (требуется перезагрузка)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Динамические буферы (экспериментальная функция)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
index 2cd920230c9..55e76d2ff94 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- Denetim için canlı (kaydedilmemiş) arabellekler kullanın (yeniden başlatma gerekir)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- Canlı Arabellekler (deneysel)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
index fefc112127e..50f68412022 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- 使用实时(未保存)缓冲区进行检查(需要重新启动)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- 实时缓冲区(实验性)
+ Live Buffers
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
index 099946ca6a7..609ee0ff850 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
@@ -34,7 +34,7 @@
Use live (unsaved) buffers for analysis (restart required)
- 使用即時 (未儲存) 緩衝區進行檢查 (需要重新啟動)
+ Use live (unsaved) buffers for analysis (restart required)
@@ -109,7 +109,7 @@
Live Buffers
- 即時緩衝區 (實驗性)
+ Live Buffers