diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 5397acd8531..5485887c58e 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute by neměl mít alias.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Aritmetické a logické operace v literálech, definicích výčtu a atributech
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Kopírování a aktualizace pole vnořeného záznamuString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Řetězcové hodnoty označené jako literály a konstanty IL jako formát printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Statické členy v rozhraních
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Podpora try-with ve výrazech pořadíRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Vyvolá upozornění, když výraz záznamu kopírování a aktualizace změní všechna pole záznamu.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Klíčové slovo je vyhrazené pro kompatibilitu ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Neočekávaný konec vstupu ve větvi else if nebo elif podmíněného výrazu Očekávalo se elif <expr> then <expr> nebo else if <expr> then <expr>.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Ve specifikaci obnovitelného kódu došlo k omezené obecné konstrukci.
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Tento výraz záznamu kopírování a aktualizace mění všechna pole typu záznamu '{0}'. Zvažte použití syntaxe konstrukce záznamu.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Typ se implicitně odvodil jako obj, což může být nezamýšlené. Zvažte přidání explicitních poznámek k typu. Toto upozornění můžete zakázat pomocí #nowarn 3559 nebo --nowarn:3559.
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ Rozhraní nemůžou obsahovat definice konkrétních členů. Možná bude potřeba definovat u typu konstruktor, který bude vyjadřovat, že jde o třídu.
diff --git a/src/Compiler/xlf/FSComp.txt.de.xlf b/src/Compiler/xlf/FSComp.txt.de.xlf
index 0c1728ba92b..2dcf5c11cd5 100644
--- a/src/Compiler/xlf/FSComp.txt.de.xlf
+++ b/src/Compiler/xlf/FSComp.txt.de.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute darf kein Alias sein.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Arithmetische und logische Vorgänge in Literalen, Enumerationsdefinitionen und Attributen
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Kopieren und Aktualisieren des geschachtelten DatensatzfeldsString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Zeichenfolgenwerte, die als Literale und IL-Konstanten als Druckformat markiert sind
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Statische Member in Schnittstellen
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Unterstützung für try-with-in-SequenzausdrückeRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Löst Warnungen aus, wenn ein Ausdruck zum Kopieren und Aktualisieren von Datensätzen alle Felder eines Datensatzes ändert.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Schlüsselwort für ML-Kompatibilität reserviert.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Unerwartetes Eingabeende im Branch "else if" oder "elif" des bedingten Ausdrucks. Erwartet wurde "elif <expr> then <expr>" oder "else if <expr> then <expr>".
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ In der fortsetzbaren Codespezifikation ist ein eingeschränktes generisches Konstrukt aufgetreten.
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Dieser Ausdruck zum Kopieren und Aktualisieren von Datensätzen ändert alle Felder des Datensatztyps '{0}'. Verwenden Sie stattdessen die Syntax für die Datensatzerstellung.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Ein Typ wurde implizit als "obj" abgeleitet, was möglicherweise unbeabsichtigt ist. Erwägen Sie das Hinzufügen expliziter Typanmerkungen. Sie können diese Warnung mithilfe von "#nowarn \"3559\"" oder "--nowarn:3559" deaktivieren.
diff --git a/src/Compiler/xlf/FSComp.txt.es.xlf b/src/Compiler/xlf/FSComp.txt.es.xlf
index 29cb64761e5..ace6132d1a2 100644
--- a/src/Compiler/xlf/FSComp.txt.es.xlf
+++ b/src/Compiler/xlf/FSComp.txt.es.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute no debe tener alias.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Operaciones aritméticas y lógicas en literales, definiciones de enumeración y atributos
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Copiar y actualizar campo de registro anidadoString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Valores de cadena marcados como literales y constantes IL como formato printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Miembros estáticos en interfaces
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Compatibilidad con try-with en expresiones de secuenciaRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Genera advertencias cuando una expresión de registro de copia y actualización cambia todos los campos de un registro.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Palabra clave reservada para compatibilidad con ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Final de entrada inesperado en la rama "else if" o "elif" de la expresión condicional. Se esperaba 'elif <expr> then <expr>' o 'else if <expr> then <expr>'.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Se produjo una construcción genérica restringida en la especificación de código reanudable
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Esta expresión de registro de copia y actualización cambia todos los campos del tipo de registro '{0}'. Considere la posibilidad de usar la sintaxis de construcción de registros en su lugar.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Un tipo se ha inferido implícitamente como 'obj', lo que puede no ser involumenario. Considere la posibilidad de agregar anotaciones de tipo explícitas. Puede deshabilitar esta advertencia con "#nowarn \"3559\"" o "--nowarn:3559".
diff --git a/src/Compiler/xlf/FSComp.txt.fr.xlf b/src/Compiler/xlf/FSComp.txt.fr.xlf
index c0fd798d3c5..68728e72ba5 100644
--- a/src/Compiler/xlf/FSComp.txt.fr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.fr.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute ne doit pas avoir un alias.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Opérations arithmétiques et logiques en littéraux, définitions enum et attributs
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Copie et mise à jour des champs d’enregistrement imbriquésString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Valeurs de chaîne marquées comme littéraux et constantes IL au format printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Membres statiques dans les interfaces
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Prise en charge des expressions try-with dans une séquenceRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Émet des avertissements lorsqu’une expression d’enregistrement de copie et de mise à jour modifie tous les champs d’un enregistrement.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Mot clé réservé pour la compatibilité ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Fin d’entrée inattendue dans la branche 'else if' ou 'elif' de l’expression conditionnelle. 'elif <expr> puis <expr>' ou 'else if <expr> then <expr>'.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Une construction générique contrainte s’est produite dans la spécification de code pouvant être reprise
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Cette expression d’enregistrement de copie et de mise à jour modifie tous les champs du type d’enregistrement '{0}'. Utilisez plutôt la syntaxe de construction d’enregistrement.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Un type a été implicitement déduit en tant que 'obj', ce qui n’est peut-être pas intentionnel. Ajoutez des annotations de type explicites. Vous pouvez désactiver cet avertissement à l’aide de « #nowarn \"3559\"' ou '--nowarn:3559'.
diff --git a/src/Compiler/xlf/FSComp.txt.it.xlf b/src/Compiler/xlf/FSComp.txt.it.xlf
index 50bfbdc5ca7..a57dc03a944 100644
--- a/src/Compiler/xlf/FSComp.txt.it.xlf
+++ b/src/Compiler/xlf/FSComp.txt.it.xlf
@@ -24,7 +24,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
+ Se un tipo usa entrambi gli attributi [<Sealed>] e [<AbstractClass>] significa che è statico. Non sono consentite dichiarazione di membri astratti.
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ Non sono consentiti alias per FSharp.Core.AutoOpenAttribute.
@@ -49,7 +49,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
+ Se un tipo usa entrambi gli attributi [<Sealed>] e [<AbstractClass>] significa che è statico. Non sono consentite dichiarazione di campi espliciti.
@@ -69,7 +69,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
+ Se un tipo usa entrambi gli attributi [<Sealed>] e [<AbstractClass>], significa che è statico. Non è consentita l'implementazione di interfacce.
@@ -94,7 +94,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
+ Se un tipo usa entrambi gli attributi [<Sealed>] e [<AbstractClass>], significa che è statico. Non sono consentite associazioni let delle istanze.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Operazioni aritmetiche e logiche in valori letterali, definizioni di enumerazione e attributi
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Copia e aggiornamento campi record annidatiString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Valori stringa contrassegnati come valori letterali e costanti IL come formato printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Membri statici nelle interfacce
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Supporto per try-with nelle espressioni di sequenzaRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Genera avvisi quando un'espressione di record di copia e aggiornamento modifica tutti i campi di un record.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Parola chiave riservata per la compatibilità con ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Fine dell'input imprevista nel ramo 'else if' o 'elif' dell'espressione condizionale. È previsto 'elif <expr> then <expr>' o 'else if <expr> then <expr>'.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Costrutto generico vincolato nella specifica del codice ripristinabile
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Questa espressione di record di copia e aggiornamento modifica tutti i campi del tipo di record '{0}'. Provare a usare la sintassi di costruzione dei record.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Un tipo è stato dedotto in modo implicito come 'obj' e ciò potrebbe non essere intenzionale. Provare ad aggiungere annotazioni di tipo esplicite. È possibile disabilitare questo avviso usando '#nowarn \"3559\"' o '--nowarn:3559'.
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ Le interfacce non possono contenere definizioni di membri concreti dell'istanza. Potrebbe essere necessario definire un costruttore nel tipo usato per indicare che il tipo è una classe.
diff --git a/src/Compiler/xlf/FSComp.txt.ja.xlf b/src/Compiler/xlf/FSComp.txt.ja.xlf
index d6a725cb2d9..84798fca490 100644
--- a/src/Compiler/xlf/FSComp.txt.ja.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ja.xlf
@@ -24,7 +24,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
+ 型が [<Sealed>] と [<AbstractClass>] の両方の属性を使用する場合、それは静的であることを意味します。抽象メンバー宣言は許可されません。
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute にエイリアスを設定することはできません。
@@ -49,7 +49,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
+ 型が [<Sealed>] と [<AbstractClass>] の両方の属性を使用する場合、それは静的であることを意味します。明示的フィールド宣言は許可されません。
@@ -69,7 +69,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
+ 型が [<Sealed>] と [<AbstractClass>] の両方の属性を使用する場合、それは静的であることを意味します。インターフェイスの実装は許可されません。
@@ -94,7 +94,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
+ 型が [<Sealed>] と [<AbstractClass>] の両方の属性を使用する場合、それは静的であることを意味します。インスタンス let バインドは許可されません。
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ リテラル、列挙型の定義と属性の算術演算と論理演算
@@ -274,12 +274,12 @@
support for consuming init properties
- support for consuming init properties
+ init プロパティの使用のサポートstatic abstract interface members
- static abstract interface members
+ 静的抽象インターフェイス メンバー
@@ -289,7 +289,7 @@
Allow lowercase DU when RequireQualifiedAccess attribute
- Allow lowercase DU when RequireQualifiedAccess attribute
+ RequireQualifiedAccess 属性の場合に小文字 DU を許可する
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ 入れ子になったレコード フィールドの copy-and-updateString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ リテラルとしてマークされた文字列値およびprintf 形式としてマークされた IL 定数
@@ -369,7 +369,7 @@
support for required properties
- support for required properties
+ 必要なプロパティのサポート
@@ -379,7 +379,7 @@
self type constraints
- self type constraints
+ 自己型制約
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ インターフェイス内の静的メンバー
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ シーケンス式内の try-with のサポートRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ copy-and-update レコード式によってレコードのすべてのフィールドが変更されたときに警告を表示します。
@@ -454,7 +454,7 @@
The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
- The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
+ '%A' 書式指定子は、オプション '--reflectionfree' でコンパイルされるアセンブリでは使用できません。このコンストラクトは暗黙的にリフレクションを使用します。
@@ -509,12 +509,12 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ ML 互換性のために予約されているキーワードです。Used to check if an object is of the given type in a pattern or binding.
- Used to check if an object is of the given type in a pattern or binding.
+ オブジェクトがパターンまたはバインディング内の指定された型であるかどうかを確認するために使用されます。
@@ -624,12 +624,12 @@
Compress interface and optimization data files
- Compress interface and optimization data files
+ インターフェイスと最適化データ ファイルを圧縮するDisplay the allowed values for language version.
- Display the allowed values for language version.
+ 言語バージョンで許可されている値を表示します。
@@ -644,12 +644,12 @@
Specify included optimization information, the default is file. Important for distributed libraries.
- Specify included optimization information, the default is file. Important for distributed libraries.
+ 含まれる最適化情報を指定します。既定値は file です。分散ライブラリの場合は重要です。The pdb output file name cannot match the build output filename use --pdb:filename.pdb
- The pdb output file name cannot match the build output filename use --pdb:filename.pdb
+ PDB 出力ファイル名がビルド出力ファイル名と一致しません - --pdb:filename.pdb を使用してください
@@ -664,17 +664,17 @@
Disable implicit generation of constructs using reflection
- Disable implicit generation of constructs using reflection
+ リフレクションを使用してコンストラクトの暗黙的な生成を無効にするSpecify language version such as 'latest' or 'preview'.
- Specify language version such as 'latest' or 'preview'.
+ 'latest' や 'preview' などの言語バージョンを指定します。Include F# interface information, the default is file. Essential for distributing libraries.
- Include F# interface information, the default is file. Essential for distributing libraries.
+ F# インターフェイス情報を含めます。既定値は file です。ライブラリの配布に不可欠です。
@@ -684,12 +684,12 @@
Invalid value '{0}' for --optimizationdata, valid value are: none, file, compress.
- Invalid value '{0}' for --optimizationdata, valid value are: none, file, compress.
+ --optimizationdata の値 '{0}' が無効です。有効な値は none、file、compress です。Invalid value '{0}' for --interfacedata, valid value are: none, file, compress.
- Invalid value '{0}' for --interfacedata, valid value are: none, file, compress.
+ --interfacedata の値 '{0}' が無効です。有効な値は none、file、compress です。
@@ -759,12 +759,12 @@
Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name)
- Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name)
+ 不完全な文字リテラル (例: 'Q') または修飾型の呼び出し (例: 'T.Name)Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)
- Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)
+ 不完全な演算子式 (例 a^b) または修飾型の呼び出し (例: ^T.Name)
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ 条件式の 'else if' または 'elif' 分岐の入力が予期しない形式で終了しています。'elif <expr> then <expr>' または 'else if <expr> then <expr>' が必要でした。
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ 再開可能なコード指定で制約付きジェネリック コンストラクトが発生しました
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ この copy-and-update レコード式は、レコードの種類が '{0}' であるすべてのフィールドを変更します。代わりにレコード構築構文を使用することを検討してください。
@@ -959,7 +959,7 @@
Init-only property '{0}' cannot be set outside the initialization code. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
- Init-only property '{0}' cannot be set outside the initialization code. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
+ 初期化コードの外部で init 専用プロパティ '{0}' を設定することはできません。https://aka.ms/fsharp-assigning-values-to-properties-at-initialization を参照してください
@@ -989,7 +989,7 @@
Invalid constraint. Valid constraint forms include \"'T :> ISomeInterface\" for interface constraints and \"SomeConstrainingType<'T>\" for self-constraints. See https://aka.ms/fsharp-type-constraints.
- Invalid constraint. Valid constraint forms include \"'T :> ISomeInterface\" for interface constraints and \"SomeConstrainingType<'T>\" for self-constraints. See https://aka.ms/fsharp-type-constraints.
+ 制約が無効です。有効な制約フォームには、インターフェイス制約の場合は \"'T :> ISomeInterface\"、自己制約の場合には \"SomeConstrainingType<'T>\" があります。https://aka.ms/fsharp-type-constraints を参照してください。
@@ -1034,7 +1034,7 @@
The following required properties have to be initalized:{0}
- The following required properties have to be initalized:{0}
+ 次の必須プロパティを初期化する必要があります:{0}
@@ -1119,7 +1119,7 @@
Cannot call '{0}' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
- Cannot call '{0}' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
+ '{0}' を呼び出すことはできません。これは init のみのプロパティのセッターなので、代わりにオブジェクトの初期化を使用してください。https://aka.ms/fsharp-assigning-values-to-properties-at-initialization を参照してください。
@@ -1134,27 +1134,27 @@
The trait '{0}' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance.
- The trait '{0}' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance.
+ この呼び出しによって呼び出された特性 '{0}' には、複数のサポート型があります。このような特性では、この呼び出し構文は許可されていません。ガイダンスについては https://aka.ms/fsharp-srtp を参照してください。Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters.
- Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters.
+ 静的制約の呼び出しでは、静的に解決されたジェネリック型パラメーターの場合でも \"^T.Ident\" ではなく、\"'T.Ident\" を使用する必要があります。Trait '{0}' is not static
- Trait '{0}' is not static
+ 特性 '{0}' は静的ではありませんTrait '{0}' is static
- Trait '{0}' is static
+ 特性 '{0}' は静的ですA trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
- A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
+ 特性では、オプションの、in 引数、out 引数、ParamArray 引数、CallerInfo 引数、または Quote 引数を指定することはできません
@@ -1164,12 +1164,12 @@
'{0}' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'.
- '{0}' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'.
+ '{0}' は通常、ジェネリック コードの型制約として使用されます (例: \"'T when ISomeInterface<'T>\" または \"let f (x: #ISomeInterface<_>)\")。ガイダンスについては https://aka.ms/fsharp-iwsams を参照してください。この警告は、'#nowarn \"3536\"' または '--nowarn:3536' を使用して無効にできます。Declaring \"interfaces with static abstract methods\" is an advanced feature. See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3535\"' or '--nowarn:3535'.
- Declaring \"interfaces with static abstract methods\" is an advanced feature. See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3535\"' or '--nowarn:3535'.
+ \"interfaces with static abstract method\" の宣言は高度な機能です。ガイダンスについては https://aka.ms/fsharp-iwsams を参照してください。この警告は、'#nowarn \"3535\"' または '--nowarn:3535' を使用して無効にできます。
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ 型が暗黙的に 'obj' として推論されました。これは意図していない可能性があります。明示的な型の注釈を追加することを検討してください。この警告は、'#nowarn \"3559\"' または '--nowarn:3559' を使用して無効にできます。
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ インターフェイスに具象インスタンス メンバーの定義を含めることはできません。必要に応じて、型にコンストラクターを定義して、型がクラスであることを示してください。
diff --git a/src/Compiler/xlf/FSComp.txt.ko.xlf b/src/Compiler/xlf/FSComp.txt.ko.xlf
index 24c3a6534dc..4c4ce0b51dc 100644
--- a/src/Compiler/xlf/FSComp.txt.ko.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ko.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute의 별칭을 지정할 수 없습니다.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ 리터럴, 열거형 정의 및 특성의 산술 연산 및 논리 연산
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ 중첩된 레코드 필드 복사 및 업데이트String values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ 리터럴 및 IL 상수로 표시된 문자열 값이 printf 형식입니다.
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ 인터페이스의 정적 멤버
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ 시퀀스의 try-with 식 지원Raises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ 레코드 복사 및 업데이트 식이 레코드의 모든 필드를 변경하는 경우 경고를 발생합니다.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ ML-호환성을 위해 예약된 키워드입니다.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ 조건식의 'else if' 또는 'elif' 분기에 예기치 않은 입력의 끝이 있습니다. 'elif <expr> 다음 <expr>' 또는 'else가 <expr> <expr>'이 필요합니다.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ 다시 시작 가능한 코드 사양에서 제약이 있는 제네릭 구문이 발생했습니다.
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ 이 레코드 복사 및 업데이트 식은 '{0}' 레코드 형식의 모든 필드를 변경합니다. 레코드 생성 구문을 대신 사용하는 것이 좋습니다.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ 형식이 암시적으로 'obj'로 유추되었습니다. 이는 의도하지 않은 것일 수 있습니다. 명시적 형식 주석을 추가하는 것이 좋습니다. '#nowarn \"3559\"' 또는 '--nowarn:3559'를 사용하여 이 경고를 사용하지 않도록 설정할 수 있습니다.
diff --git a/src/Compiler/xlf/FSComp.txt.pl.xlf b/src/Compiler/xlf/FSComp.txt.pl.xlf
index 2e03861fa1a..ee45fda4bf1 100644
--- a/src/Compiler/xlf/FSComp.txt.pl.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pl.xlf
@@ -24,7 +24,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
+ Jeśli typ używa atrybutów [<Sealed>] i [<AbstractClass>], oznacza to, że jest statyczny. Abstrakcyjne deklaracje składowych są niedozwolone.
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ Element FSharp.Core.AutoOpenAttribute nie powinien mieć aliasu.
@@ -49,7 +49,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
+ Jeśli typ używa atrybutów [<Sealed>] i [<AbstractClass>], oznacza to, że jest statyczny. Jawne deklaracje pól są niedozwolone.
@@ -69,7 +69,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
+ Jeśli typ używa atrybutów [<Sealed>] i [<AbstractClass>], oznacza to, że jest statyczny. Implementowanie interfejsów jest niedozwolone.
@@ -94,7 +94,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
+ Jeśli typ używa atrybutów [<Sealed>] i [<AbstractClass>], oznacza to, że jest statyczny. Powiązania let wystąpienia są niedozwolone.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Operacje arytmetyczne i logiczne w literałach, definicjach wyliczeń i atrybutach
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Kopiowanie i aktualizowanie zagnieżdżonego pola rekorduString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Wartości ciągów oznaczone jako literały i stałe IL jako format printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Statyczne składowe w interfejsach
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Obsługa instrukcji try-with w wyrażeniach sekwencjiRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Zgłasza ostrzeżenia, gdy wyrażenie rekordu kopiowania i aktualizacji zmieni wszystkie pola rekordu.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Słowo kluczowe zarezerwowane na potrzeby zgodności z uczeniem maszynowym.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Nieoczekiwany koniec danych wejściowych w gałęzi "else if" lub "elif" wyrażenia warunkowego. Oczekiwano instrukcji "elif <expr> then <expr>" lub "else if <expr> then <expr>".
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ W specyfikacji kodu z możliwością wznowienia wystąpiła ograniczona konstrukcja ogólna
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ To wyrażenie rekordu kopiowania i aktualizacji zmienia wszystkie pola typu rekordu '{0}'. Zamiast tego rozważ użycie składni konstrukcji rekordu.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Typ został niejawnie wywnioskowany jako "obj", co może być niezamierzone. Rozważ dodanie jawnych adnotacji typu. Możesz wyłączyć to ostrzeżenie, używając polecenia "#nowarn "3559" lub "--nowarn:3559".
diff --git a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
index fafc9056de9..9ea18176233 100644
--- a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute não deve ter alias.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Operações aritméticas e lógicas em literais, definições de enumeração e atributos
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Cópia e atualização do campo de registro aninhadoString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Valores de cadeia de caracteres marcados como literais e constantes IL como formato printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Membros estáticos em interfaces
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Suporte para try-with em expressões de sequênciaRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Dispara avisos quando uma expressão de registro de cópia e atualização altera todos os campos de um registro.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Palavra-chave reservada para compatibilidade com ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Fim inesperado de entrada no branch 'else if' ou 'elif' da expressão condicional. Esperado 'elif <expr> então <expr>' ou 'else se <expr> em seguida <expr>'.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Uma construção genérica restrita ocorreu na especificação de código retomável
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Esta expressão de registro de cópia e atualização altera todos os campos do tipo de registro '{0}'. Considere usar a sintaxe de construção de registro.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Um tipo foi implicitamente inferido como 'obj', que pode não ser solicitado. Considere adicionar anotações de tipo explícitas. Você pode desabilitar este aviso usando '#nowarn \"3559\"' ou '--nowarn:3559'.
diff --git a/src/Compiler/xlf/FSComp.txt.ru.xlf b/src/Compiler/xlf/FSComp.txt.ru.xlf
index e692d690d64..c15e017acd1 100644
--- a/src/Compiler/xlf/FSComp.txt.ru.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ru.xlf
@@ -24,7 +24,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Abstract member declarations are not allowed.
+ Если тип использует атрибуты [<Sealed>] и [<AbstractClass>], это означает, что он статический. Абстрактные элементы экземпляра не допускаются.
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute не должен быть псевдонимом.
@@ -49,7 +49,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Explicit field declarations are not allowed.
+ Если тип одновременно использует атрибуты [<Sealed>] и [<AbstractClass>], это означает, что он статический. Явные объявления полей не допускаются.
@@ -69,7 +69,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Implementing interfaces is not allowed.
+ Если тип использует оба атрибута [<Sealed>] и [<AbstractClass>], это означает, что он статический. Реализация интерфейсов не допускается.
@@ -94,7 +94,7 @@
If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
- If a type uses both [<Sealed>] and [<AbstractClass>] attributes, it means it is static. Instance let bindings are not allowed.
+ Если тип использует оба атрибута [<Sealed>] и [<AbstractClass>], это означает, что он статический. Привязки экземпляра let не разрешены.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Арифметические и логические операции в литералах, определениях перечислений и атрибутах
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ Копирование и обновление вложенного поля записиString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Значения строк, помеченные как литералы, и константы IL в формате printf
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Статические элементы в интерфейсах
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Поддержка try-with в выражениях последовательностиRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Создает предупреждения, когда выражение копирования и обновления записи изменяет все поля записи.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ Ключевое слово зарезервировано для совместимости с ML.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Неожиданное завершение входных данных ветви "else if" или "elif" условного выражения. Ожидается "elif <expr> then <expr> " или "else if <expr> then <expr>"
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ В спецификации возобновляемого кода возникла ограниченная универсальная конструкция
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Это выражение записи копирования и обновления изменяет все поля типа записи "{0}". Вместо этого можно использовать синтаксис конструкции записи.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Тип неявно определен как "obj", что может быть непреднамеренными. Рекомендуется добавить явные аннотации к типу. Это предупреждение можно отключить с помощью "#nowarn \"3559\"" или "--nowarn:3559".
diff --git a/src/Compiler/xlf/FSComp.txt.tr.xlf b/src/Compiler/xlf/FSComp.txt.tr.xlf
index 0db9da4a14f..1cc71e63774 100644
--- a/src/Compiler/xlf/FSComp.txt.tr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.tr.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute diğer adı olamaz.
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ Sabit değerler, sabit listesi tanımları ve öznitelikler içinde aritmetik ve mantıksal işlemler
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ İç içe kayıt alanı kopyalama ve güncelleştirmeString values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ Sabit değer olarak işaretlenen dize değerleri ve printf biçimi olarak IL sabitleri
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ Arabirimler içinde statik üyeler
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ Dizi ifadelerinde try-with desteğiRaises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ Bir kayıt kopyalama ve güncelleştirme ifadesi bir kaydın tüm alanlarını değiştirdiğinde uyarı oluşturur.
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ ML uyumluluğu için ayrılmış anahtar sözcük.
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ Koşullu ifadenin 'else if' veya 'elif' dalına beklenmeyen giriş sonu. 'elif <expr> then <expr>' veya 'else if <expr> then <expr>' bekleniyor.
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ Sürdürülebilir kod belirtimsinde kısıtlanmış bir genel yapı oluştu
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ Bu kayıt kopyalama ve güncelleştirme ifadesi, kayıt türündeki tüm alanları '{0}'. Bunun yerine kayıt oluşturma söz dizimini kullanmayı düşünün.
@@ -1189,7 +1189,7 @@
A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
- A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.
+ Tür örtük olarak 'obj' olarak çıkarsandı. Bu durum, beklenmeyen bir durum olabilir. Açık tür ek açıklamaları eklemeyi düşünün. '#nowarn \"3559\"' veya '--nowarn:3559' kullanarak bu uyarıyı devre dışı musunuz?
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ Arabirimler somut üyelerin tanımlarını içeremez. Türün sınıf olduğunu belirtmek için türünüzde bir oluşturucu tanımlamanız gerekebilir.
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
index d931da3c696..cc1bc9c120d 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ 不应将 FSharp.Core.AutoOpenAttribute 设置为别名。
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ 文本、枚举定义和属性中的算术和逻辑运算
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ 嵌套记录字段复制和更新String values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ 标记为文本和 IL 常量作为 printf 格式的字符串值
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ 接口中的静态成员
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ 支持在序列表达式中试用Raises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ 当复制和更新记录表达式更改记录的所有字段时引发警告。
@@ -509,7 +509,7 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ 为 ML 兼容性保留的关键字。
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ 条件表达式的 “else if” 或 “elif” 分支中的输入意外结束。应为 “elif <expr> then <expr>” 或 “else if <expr> then <expr>”。
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ 可恢复代码规范中发生受约束的泛型构造
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ 此复制和更新记录表达式会更改记录类型'{0}'的所有字段。请考虑改用记录构造语法。
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ 接口不能包含具体实例成员的定义。可能需要定义类型的构造函数来指示该类型是类。
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
index e9778a22868..23f7d673b6e 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
@@ -34,7 +34,7 @@
FSharp.Core.AutoOpenAttribute should not be aliased.
- FSharp.Core.AutoOpenAttribute should not be aliased.
+ FSharp.Core.AutoOpenAttribute 不應有別名。
@@ -189,7 +189,7 @@
Arithmetic and logical operations in literals, enum definitions and attributes
- Arithmetic and logical operations in literals, enum definitions and attributes
+ 常值、列舉定義和屬性中的算術和邏輯運算
@@ -274,12 +274,12 @@
support for consuming init properties
- support for consuming init properties
+ 支援使用 init 屬性static abstract interface members
- static abstract interface members
+ 靜態抽象介面成員
@@ -289,7 +289,7 @@
Allow lowercase DU when RequireQualifiedAccess attribute
- Allow lowercase DU when RequireQualifiedAccess attribute
+ RequireQualifiedAccess 屬性時允許小寫 DU
@@ -309,12 +309,12 @@
Nested record field copy-and-update
- Nested record field copy-and-update
+ 巢狀記錄欄位複製與更新String values marked as literals and IL constants as printf format
- String values marked as literals and IL constants as printf format
+ 字串值標記為常值,IL 常數則標示為 printf 格式
@@ -369,7 +369,7 @@
support for required properties
- support for required properties
+ 對所需屬性的支援
@@ -379,7 +379,7 @@
self type constraints
- self type constraints
+ 自我類型限制式
@@ -389,7 +389,7 @@
Static members in interfaces
- Static members in interfaces
+ 介面中的靜態成員
@@ -404,12 +404,12 @@
Support for try-with in sequence expressions
- Support for try-with in sequence expressions
+ 支援循序試用運算式Raises warnings when an copy-and-update record expression changes all fields of a record.
- Raises warnings when an copy-and-update record expression changes all fields of a record.
+ 當複製與更新記錄運算式變更記錄的所有欄位時引發警告。
@@ -454,7 +454,7 @@
The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
- The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
+ '%A' 格式指定元不能用於使用選項 '--reflectionfree' 編譯的元件中。此建構隱含地使用反射。
@@ -509,12 +509,12 @@
Keyword reserved for ML-compatibility.
- Keyword reserved for ML-compatibility.
+ 保留用於 ML 相容性的關鍵字。Used to check if an object is of the given type in a pattern or binding.
- Used to check if an object is of the given type in a pattern or binding.
+ 用來檢查物件是否位於模式或綁定中的給定類型。
@@ -624,12 +624,12 @@
Compress interface and optimization data files
- Compress interface and optimization data files
+ 壓縮介面和最佳化資料檔案Display the allowed values for language version.
- Display the allowed values for language version.
+ 顯示語言版本的允許值。
@@ -644,12 +644,12 @@
Specify included optimization information, the default is file. Important for distributed libraries.
- Specify included optimization information, the default is file. Important for distributed libraries.
+ 指定包含的最佳化資訊,預設值為檔案。對於分散式文件庫很重要。The pdb output file name cannot match the build output filename use --pdb:filename.pdb
- The pdb output file name cannot match the build output filename use --pdb:filename.pdb
+ pdb 輸出檔案名與使用 --pdb:filename.pdb 的建置輸出檔案名不相符
@@ -664,17 +664,17 @@
Disable implicit generation of constructs using reflection
- Disable implicit generation of constructs using reflection
+ 停用使用反射的隱含產生建構Specify language version such as 'latest' or 'preview'.
- Specify language version such as 'latest' or 'preview'.
+ 指定語言版本,例如 'latest' 或 'preview'。Include F# interface information, the default is file. Essential for distributing libraries.
- Include F# interface information, the default is file. Essential for distributing libraries.
+ 包含 F# 介面資訊,預設值為檔案。發佈程式庫的基本功能。
@@ -684,12 +684,12 @@
Invalid value '{0}' for --optimizationdata, valid value are: none, file, compress.
- Invalid value '{0}' for --optimizationdata, valid value are: none, file, compress.
+ --optimizationdata 的 '{0}' 值無效,有效值為: none、file、compress。Invalid value '{0}' for --interfacedata, valid value are: none, file, compress.
- Invalid value '{0}' for --interfacedata, valid value are: none, file, compress.
+ --interfacedata 的 '{0}' 值無效,有效值為: none、file、compress。
@@ -759,12 +759,12 @@
Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name)
- Incomplete character literal (example: 'Q') or qualified type invocation (example: 'T.Name)
+ 不完整的字元文字 (範例: 'Q') 或限定類型調用 (範例: 'T.Name)Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)
- Incomplete operator expression (example a^b) or qualified type invocation (example: ^T.Name)
+ 不完整的運算子運算式 (範例 a^b) 或限定類型調用 (範例: ^T.Name)
@@ -774,7 +774,7 @@
Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
- Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif <expr> then <expr>' or 'else if <expr> then <expr>'.
+ 條件運算式的 'else if' 或 'elif' 分支中有未預期的輸入結尾。必須是 'elif <expr> then <expr>' 或 'else if <expr> then <expr>'。
@@ -794,7 +794,7 @@
A constrained generic construct occured in the resumable code specification
- A constrained generic construct occured in the resumable code specification
+ 可繼續的程式碼規格中發生限制的一般建構
@@ -919,7 +919,7 @@
This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
- This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.
+ 此複製與更新記錄運算式會變更記錄類型'{0}'的所有欄位。請考慮改用記錄建構語法。
@@ -959,7 +959,7 @@
Init-only property '{0}' cannot be set outside the initialization code. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
- Init-only property '{0}' cannot be set outside the initialization code. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
+ 初始化程式碼之外不能設定僅初始化屬性 '{0}'。請參閱 https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
@@ -989,7 +989,7 @@
Invalid constraint. Valid constraint forms include \"'T :> ISomeInterface\" for interface constraints and \"SomeConstrainingType<'T>\" for self-constraints. See https://aka.ms/fsharp-type-constraints.
- Invalid constraint. Valid constraint forms include \"'T :> ISomeInterface\" for interface constraints and \"SomeConstrainingType<'T>\" for self-constraints. See https://aka.ms/fsharp-type-constraints.
+ 限制無效。有效的限制式表單包括 \「'T :>ISomeInterface\」介面限制和 \」SomeConstrainingType<'T>\」自我限制式。請參閱 https://aka.ms/fsharp-type-constraints。
@@ -1034,7 +1034,7 @@
The following required properties have to be initalized:{0}
- The following required properties have to be initalized:{0}
+ 下列必要的屬性必須初始化:{0}
@@ -1119,7 +1119,7 @@
Cannot call '{0}' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
- Cannot call '{0}' - a setter for init-only property, please use object initialization instead. See https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
+ 無法呼叫 '{0}' - 僅初始化屬性的 setter,請改為使用物件初始化。請參閱 https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
@@ -1134,27 +1134,27 @@
The trait '{0}' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance.
- The trait '{0}' invoked by this call has multiple support types. This invocation syntax is not permitted for such traits. See https://aka.ms/fsharp-srtp for guidance.
+ 此呼叫叫用的特性 '{0}' 有多個支援類型。這類特徵不允許使用這個調用語法。請參閱 https://aka.ms/fsharp-srtp 以尋求指引。Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters.
- Invocation of a static constraint should use \"'T.Ident\" and not \"^T.Ident\", even for statically resolved type parameters.
+ 靜態限制調用應該使用 \"'T.Ident\" 而不是 \"^T.Ident\",即使是靜態解析的類型參數。Trait '{0}' is not static
- Trait '{0}' is not static
+ 特徵 '{0}' 不是靜態Trait '{0}' is static
- Trait '{0}' is static
+ 特徵 '{0}' 是靜態的A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
- A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
+ 特徵不能指定選擇性、in、out、ParamArray、CallerInfo 或 Quote 引數
@@ -1164,12 +1164,12 @@
'{0}' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'.
- '{0}' is normally used as a type constraint in generic code, e.g. \"'T when ISomeInterface<'T>\" or \"let f (x: #ISomeInterface<_>)\". See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3536\"' or '--nowarn:3536'.
+ '{0}' 通常做為一般程式碼中的類型限制式,例如 \"'T when ISomeInterface<'T>\" 或 \"let f (x: #ISomeInterface<_>)\"。請參閱 https://aka.ms/fsharp-iwsams 以尋求指引。您可以使用 '#nowarn \"3536\"' 或 '--nowarn:3536' 來停用此警告。Declaring \"interfaces with static abstract methods\" is an advanced feature. See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3535\"' or '--nowarn:3535'.
- Declaring \"interfaces with static abstract methods\" is an advanced feature. See https://aka.ms/fsharp-iwsams for guidance. You can disable this warning by using '#nowarn \"3535\"' or '--nowarn:3535'.
+ 使用「靜態抽象方法宣告介面」是進階的功能。請參閱 https://aka.ms/fsharp-iwsams 以尋求指引。您可以使用 '#nowarn \"3535\"' 或 '--nowarn:3535' 來停用此警告。
@@ -4659,7 +4659,7 @@
Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
- Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.
+ 介面不能包含具體執行個體成員的定義。您必須在類型上定義建構函式,以指示類型是類別。
diff --git a/src/Compiler/xlf/FSStrings.ja.xlf b/src/Compiler/xlf/FSStrings.ja.xlf
index 23d92dd03d1..fec45d4eb05 100644
--- a/src/Compiler/xlf/FSStrings.ja.xlf
+++ b/src/Compiler/xlf/FSStrings.ja.xlf
@@ -14,7 +14,7 @@
Lowercase discriminated union cases are only allowed when using RequireQualifiedAccess attribute
- Lowercase discriminated union cases are only allowed when using RequireQualifiedAccess attribute
+ 小文字で区別される和集合のケースは、RequireQualifiedAccess 属性を使用する場合にのみ許可されます
diff --git a/src/Compiler/xlf/FSStrings.zh-Hant.xlf b/src/Compiler/xlf/FSStrings.zh-Hant.xlf
index 18f0ea682d6..4e60f07d0a8 100644
--- a/src/Compiler/xlf/FSStrings.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSStrings.zh-Hant.xlf
@@ -14,7 +14,7 @@
Lowercase discriminated union cases are only allowed when using RequireQualifiedAccess attribute
- Lowercase discriminated union cases are only allowed when using RequireQualifiedAccess attribute
+ 只有在使用 RequireQualifiedAccess 屬性時,才允許小寫區分聯結案例
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
index fd98c50b7bb..a1d97c6026b 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
@@ -89,7 +89,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ Per altre informazioni su questi operatori, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipeliningTo learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
- To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ Per altre informazioni sull'applicazione parziale, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
- To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ Per altre informazioni su questo operatore, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
- To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
+ Per altre informazioni sulle classi, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classesTo learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
- To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
+ Per altre informazioni sui membri, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
+ Per altre informazioni, vedere: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
index 5ad24b51ce2..eb728dd406b 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ja.xlf
@@ -89,7 +89,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ これらの演算子の詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipeliningTo learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
- To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ 部分適用の詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
- To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ この演算子の詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
- To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
+ クラスの詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classesTo learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
- To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
+ 詳細については、次を参照してください: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
index 51acee9e5e7..1b245fbe816 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pt-BR.xlf
@@ -89,7 +89,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ Para saber mais sobre esses operadores, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipeliningTo learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
- To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ Para saber mais sobre Aplicativo Parcial, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
- To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ Para saber mais sobre esse operador, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
- To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
+ Para saber mais sobre Classes, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classesTo learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
- To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
+ Para saber mais sobre Membros, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
+ Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
index 5a691f6df3c..2166253f231 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ru.xlf
@@ -89,7 +89,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ Подробности об этих операторах: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipeliningTo learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
- To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ Подробности о частичном применении: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
- To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ Подробности об этом операторе: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
- To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
+ Подробности о классах: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classesTo learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
- To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
+ Подробности об элементах: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
+ Подробности: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
index 2103fd5884b..ac5b19306cd 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hant.xlf
@@ -89,7 +89,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- To learn more about these operators, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ 若要深入了解這些運算子,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipeliningTo learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
- To learn more about Partial Application, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ 若要深入了解局部應用程式,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
- To learn more about this operator, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ 若要深入了解此運算子,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
- To learn more about Classes, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classes
+ 若要深入了解類別,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/classesTo learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
- To learn more about Members, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
+ 若要深入了解成員,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
- To learn more, see: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
+ 若要深入了解,請參閱: https://learn.microsoft.com/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
index 25cc283a7ce..6c170e65d12 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
@@ -37,15 +37,15 @@ Display inline type hints (preview);
Display inline parameter name hints (preview);Beer;
Live Buffers;
Use live (unsaved) buffers for checking
- 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 inline parameter name hints (preview);Beer;
-Live Buffers;
-Use live (unsaved) buffers for checking
+ Guide per strutture a blocchi;
+Mostra le linee guida per la struttura per il codice F#;
+Struttura;
+Mostra nodi struttura e comprimibili per il codice F#;
+Suggerimenti inline;
+Visualizza suggerimenti di tipo inline (anteprima);
+Visualizza suggerimenti per i nomi di parametro inline (anteprima);Birra;
+Buffer in tempo reale;
+Usa buffer in tempo reale (non salvati) per il controllo
@@ -162,17 +162,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental);
Cache parsing results (experimental)
- F# Project and Caching Performance Options;
-Enable in-memory cross project references;
+ Opzioni prestazioni progetto F# e memorizzazione nella cache;
+Abilita riferimenti tra progetti in memoria;
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 (experimental);
-Cache parsing results (experimental)
+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)
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
index 5c254763fb7..269a97cd433 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
@@ -37,15 +37,15 @@ Display inline type hints (preview);
Display inline parameter name hints (preview);Beer;
Live Buffers;
Use live (unsaved) buffers for checking
- 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 inline parameter name hints (preview);Beer;
-Live Buffers;
-Use live (unsaved) buffers for checking
+ ブロック構造ガイド;
+F# コードの構造ガイドラインを表示します。
+アウトライン;
+F# コードのアウトラインと折りたたみ可能なノードを表示します。
+インライン ヒント;
+インライン型のヒントを表示する (プレビュー);
+インライン パラメーター名のヒントを表示する (プレビュー);ビール;
+ライブ バッファー;
+ライブ (未保存) バッファーをチェックに使用する
@@ -162,17 +162,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental);
Cache parsing results (experimental)
- F# Project and Caching Performance Options;
-Enable in-memory cross project references;
+ F# プロジェクトとキャッシュのパフォーマンス オプション;
+メモリ内のプロジェクト間参照を有効にする。
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 (experimental);
-Cache parsing results (experimental)
+IntelliSense パフォーマンス オプション;
+IntelliSense 機能の古いデータを有効にする。
+古い結果が使用されるまでの時間 (ミリ秒);
+並列化 (再起動が必要);
+署名ファイルを使用して並列型チェックを有効にする。
+並列参照解決を有効にする;
+高速検索参照の有効化と名前の変更 (試験段階);
+キャッシュ解析の結果 (試験段階)
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
index 4168f2f3dd3..5c31d0aac74 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
@@ -37,15 +37,15 @@ Display inline type hints (preview);
Display inline parameter name hints (preview);Beer;
Live Buffers;
Use live (unsaved) buffers for checking
- 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 inline parameter name hints (preview);Beer;
-Live Buffers;
-Use live (unsaved) buffers for checking
+ Руководства по блочной структуре;
+Показать рекомендации по структуре для кода F#;
+Структурирование;
+Показать структурные и сворачиваемые узлы для кода F#;
+Встроенные подсказки;
+Отображение подсказок встроенного типа (предварительная версия);
+Отображение встроенных подсказок имени параметра (предварительная версия);Beer;
+живые буферы;
+Использовать динамические (несохраненные) буферы для проверки
@@ -162,17 +162,17 @@ Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental);
Cache parsing results (experimental)
- F# Project and Caching Performance Options;
-Enable in-memory cross project references;
+ Параметры производительности проекта F# и кэширования;
+Включить перекрестные ссылки проекта в памяти;
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 (experimental);
-Cache parsing results (experimental)
+Параметры производительности IntelliSense;
+Включить устаревшие данные для функций IntelliSense;
+Время до использования устаревших результатов (в миллисекундах);
+Параллелизация (требуется перезагрузка);
+Включить параллельную проверку типов с файлами подписей;
+Включить параллельное эталонное разрешение;
+Включить быстрый поиск ссылок и переименование (экспериментально);
+Результаты анализа кэша (экспериментально)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
index 99f7ec080be..047d1bc7827 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
@@ -14,12 +14,12 @@
Use live (unsaved) buffers for checking (restart required)
- Use live (unsaved) buffers for checking (restart required)
+ Pro kontrolu používat živé (neuložené) vyrovnávací paměti (vyžaduje se restartování)Enable partial type checking
- Enable partial type checking
+ Povolit částečnou kontrolu typu
@@ -29,7 +29,7 @@
Formatting
- Formatting
+ Formátování
@@ -79,7 +79,7 @@
Live Buffers (experimental)
- Live Buffers (experimental)
+ Živé vyrovnávací paměti (experimentální)
@@ -94,7 +94,7 @@
Preferred description width in characters
- Preferred description width in characters
+ Upřednostňovaná šířka popisu ve zznacích
@@ -149,7 +149,7 @@
Format signature to the given width by adding line breaks conforming with F# syntax rules.
- Format signature to the given width by adding line breaks conforming with F# syntax rules.
+ Umožňuje formátovat podpis na danou šířku přidáním konců řádků odpovídajících pravidlům syntaxe F#.
@@ -239,7 +239,7 @@
Cache parsing results (experimental)
- Cache parsing results (experimental)
+ Výsledky analýzy mezipaměti (experimentální)