diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index ed1eee4f097..6097e8dee06 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -164,7 +164,7 @@
- Povolit aritmetické a logické operace v literálech
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Neočekávaný token v definici typu. Za typem {0} se očekává =.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Byl očekáván výraz.
+ Expecting expression
- Očekává se vzorek.
+ Expecting pattern
@@ -824,17 +824,17 @@
- Toto je nesprávný anonymní záznam. Měl by mít pole {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Tento anonymní záznam nemá dost polí. Přidejte chybějící pole {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Tento anonymní záznam má příliš mnoho polí. Odeberte nadbytečná pole {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- Konstrukt let! ... and! ... se dá použít jen v případě, že tvůrce výpočetních výrazů definuje buď metodu {0}, nebo vhodné metody MergeSource a Bind.
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Nerozpoznaná možnost: {0}
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Definice {0} pro typ {1} v signatuře a implementaci nejsou kompatibilní, protože se liší zkratky: {2} oproti {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Zadali jste víc dostupností pro metodu getter nebo setter vlastnosti.
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Pole {0} se v tomto výrazu záznamu nebo vzoru vyskytuje dvakrát.
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Porovnání rozsahu znaků se už v F# nepoužívá. Zvažte možnost použít místo toho ochrannou vazbu vzoru when.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- 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.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Statické definice hodnot se dají použít jenom u typů s primárním konstruktorem. Zvažte přidání argumentů do definice typu, třeba type X(args) = ...
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- Lokální hodnota {0} se během optimalizace nenašla.
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Je možné, že máte nesprávné odsazení: tento token leží mimo odsazení kontextu, který začíná na pozici {0}. Zkuste tento token odsadit víc nebo použijte standardní konvence formátování.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Neplatné použití fixed. fixed se dá použít jenom v deklaraci ve tvaru use x = fixed expr, kde výraz je pole, adresa pole nebo adresa prvku pole nebo řetězce.
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Názvy argumentů v signatuře {0} a implementaci {1} si neodpovídají. Použije se název argumentu ze souboru signatury. To může způsobit problémy při ladění nebo profilování.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Nejde volat metodu rozšíření byref {0}. První parametr vyžaduje, aby hodnota byla měnitelná nebo typu byref, která není jen pro čtení.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- Klíč správce balíčků {0} nebyl zaregistrován v {1}. Aktuálně registrováno: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.de.xlf b/src/Compiler/xlf/FSComp.txt.de.xlf
index d4b191d020b..b46b40ca484 100644
--- a/src/Compiler/xlf/FSComp.txt.de.xlf
+++ b/src/Compiler/xlf/FSComp.txt.de.xlf
@@ -164,7 +164,7 @@
- Arithmetische und logische Vorgänge in Literalen zulassen
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Unerwartetes Token in Typdefinition. Nach Typ "{0}" wurde "=" erwartet.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Ausdruck wird erwartet
+ Expecting expression
- Muster wird erwartet
+ Expecting pattern
@@ -824,17 +824,17 @@
- Dies ist der falsche anonyme Datensatz. Er muss folgende Felder umfassen: {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Dieser anonyme Datensatz weist nicht genügend Felder auf. Fügen Sie die fehlenden Felder ({0}) hinzu.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Dieser anonyme Datensatz enthält zu viele Felder. Entfernen Sie die zusätzlichen Felder ({0}).
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- Das Konstrukt "let! ... and! ..." kann nur verwendet werden, wenn der Berechnungsausdrucks-Generator entweder eine {0}-Methode oder geeignete MergeSource- und Bind-Methoden definiert.
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Unbekannte Option: "{0}"
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Die {0} Definitionen für den Typ "{1}" in der Signatur und in der Implementierung sind aufgrund unterschiedlicher Abkürzungen nicht kompatibel: {2} und {3}.
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Für den Getter oder Setter der Eigenschaft wurden mehrere Zugriffsebenen angegeben.
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Das Feld "{0}" ist in diesem Datensatzausdruck oder Muster zweimal vorhanden.
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Der Abgleich von Zeichenbereichen wurde in F# entfernt. Verwenden Sie stattdessen einen when-Musterwächter.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- Schnittstellen dürfen keine Definitionen konkreter Member enthalten. Sie müssen ggf. einen Konstruktor für den Typ definieren, um anzugeben, dass es sich bei dem Typ um eine Klasse handelt.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Statische Wertdefinitionen dürfen nur in Typen mit einem primären Konstruktor verwendet werden. Ziehen Sie in Betracht, Argumente zur Typdefinition hinzuzufügen, z. B. "type X(args) = ...".
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- Der lokale Wert "{0}" wurde während der Optimierung nicht gefunden.
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Möglicherweise falscher Einzug: Dieses Token ist gegenüber dem bei Position {0} beginnenden Kontext verschoben. Erhöhen Sie den Einzug für dieses Token, oder verwenden Sie die standardmäßigen Formatierungskonventionen.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Ungültige Verwendung von "fixed". "fixed" darf ausschließlich in einer Deklaration der Form "use x = fixed expr" verwendet werden. Dabei ist der Ausdruck ein Array, die Adresse eines Felds, die Adresse eines Arrayelements oder eine Zeichenfolge.
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Die Argumentnamen in Signatur "{0}" und Implementierung "{1}" stimmen nicht überein. Der Argumentname aus der Signaturdatei wird verwendet. Dadurch können Probleme beim Debuggen oder bei der Profilerstellung auftreten.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Die ByRef-Erweiterungsmethode "{0}" kann nicht aufgerufen werden. Für den ersten Parameter muss der Wert änderbar sein oder einem nicht schreibgeschützten ByRef-Typ entsprechen.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- Der Paket-Manager-Schlüssel "{0}" wurde in "{1}" nicht registriert. Aktuell registriert: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.es.xlf b/src/Compiler/xlf/FSComp.txt.es.xlf
index da41324fd38..bd99261e7ec 100644
--- a/src/Compiler/xlf/FSComp.txt.es.xlf
+++ b/src/Compiler/xlf/FSComp.txt.es.xlf
@@ -164,7 +164,7 @@
- Permitir operaciones aritméticas y lógicas en literales
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Token inesperado en la definición de tipo. Se esperaba "=" después del tipo "{0}".
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Se espera una expresión
+ Expecting expression
- Se espera un patrón
+ Expecting pattern
@@ -824,17 +824,17 @@
- Este es un registro anónimo incorrecto. Debe tener los campos {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Este registro anónimo no tiene suficientes campos. Agregue los campos que faltan {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Este registro anónimo tiene demasiados campos. Quite los campos adicionales {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- La construcción "let! ... and! ..." solo se puede usar si el generador de expresiones de cálculo define un método "{0}" o bien los métodos "MergeSource" y "Bind" adecuados.
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Opción no reconocida: '{0}'.
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Las definiciones de {0} para el tipo "{1}" de la signatura y la implementación no son compatibles porque las abreviaciones difieren: {2} frente a {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Se proporcionaron varias accesibilidades para un captador o establecedor de propiedad.
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- El campo '{0}' aparece dos veces en este patrón o expresión de registro.
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Las coincidencias de intervalo de caracteres se han quitado en F#. Considere el uso de una restricción de patrón 'when' en su lugar.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- Las interfaces no pueden contener definiciones de miembros concretos. Puede ser necesario definir un constructor en el tipo para indicar que el tipo es una clase.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Las definiciones de valores estáticos se pueden usar solo en tipos con un constructor principal. Considere agregar argumentos a la definición de tipo, por ejemplo, 'type X(args) = ...'.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- No se encontró el valor local {0} durante la optimización.
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Posible sangría incorrecta: este token está fuera del contexto iniciado en la posición {0}. Pruebe aplicando más sangría a este token o usando convenciones de formato estándar.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Uso no válido de 'fixed'. 'fixed' debe utilizarse solo en una declaración del formulario 'use x = fixed expr' donde la expresión es una matriz, la dirección de un campo, la dirección de un elemento de matriz o una cadena'
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Los nombres de argumento en la firma "{0}" y la implementación "{1}" no coinciden. Se utilizará el nombre del argumento desde el archivo de firma. Esto puede causar problemas durante la depuración o la generación de perfiles.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- No se puede llamar al método de extensión de byref "{0}". El primer parámetro requiere que el valor sea mutable o un tipo de byref que no sea de solo lectura.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- La clave del administrador de paquetes "{0}" no se registró en {1}. Registrada actualmente: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.fr.xlf b/src/Compiler/xlf/FSComp.txt.fr.xlf
index 9ea9a260dc2..b12f6b9aae5 100644
--- a/src/Compiler/xlf/FSComp.txt.fr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.fr.xlf
@@ -164,7 +164,7 @@
- Autoriser les opérations arithmétiques et logiques dans les littéraux
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Jeton inattendu dans la définition de type. Signe '=' attendu après le type '{0}'.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Expression attendue
+ Expecting expression
- Modèle attendu
+ Expecting pattern
@@ -824,17 +824,17 @@
- Il s'agit de l'enregistrement anonyme incorrect. Il doit contenir les champs {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Cet enregistrement anonyme ne contient pas suffisamment de champs. Ajoutez les champs manquants {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Cet enregistrement anonyme a trop de champs. Supprimez les champs supplémentaires {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- La construction 'let! ... and! ...' peut uniquement être utilisée si le générateur d'expressions de calcul définit une méthode '{0}' ou les méthodes 'MergeSource' et 'Bind' appropriées
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Option non reconnue : '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Les {0} définitions pour le type '{1}' dans la signature et l'implémentation ne sont pas compatibles, car les abréviations sont différentes : {2} par opposition à {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Plusieurs accessibilités fournies pour la méthode getter ou setter de la propriété
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Le champ '{0}' apparaît à deux reprises dans cette expression ou ce modèle d'enregistrement
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Les correspondances de plages de caractères ont été supprimées de F#. Utilisez une garde par modèle 'when' à la place.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- Les interfaces ne peuvent pas contenir de définitions de membres concrets. Vous pouvez définir un constructeur sur votre type pour indiquer que le type est une classe.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Les définitions de valeur statiques peuvent uniquement être utilisées dans les types comportant un constructeur principal. Ajoutez des arguments à la définition de type, par exemple 'type X(args) = …'.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- Valeur locale {0} introuvable durant l'optimisation
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Mise en retrait éventuellement incorrecte : ce jeton est situé hors du contexte qui débute à la position {0}. Essayez d'effectuer une mise en retrait supplémentaire de ce jeton ou d'utiliser des conventions de mise en forme standard.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Utilisation non valide de 'fixed'. Utilisez uniquement 'fixed' dans une déclaration de la forme 'use x = fixed expr' où l'expression est un tableau, l'adresse d'un champ, l'adresse d'un élément de tableau ou une chaîne
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Les noms d'arguments dans la signature '{0}' et l'implémentation '{1}' ne correspondent pas. Le nom d'argument du fichier de signature va être utilisé. Cela peut entraîner des problèmes durant le débogage ou le profilage.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Impossible d’appeler la méthode d’extension byref « {0} ». Le premier paramètre nécessite que la valeur soit mutable ou un type byref autre qu'en lecture seule.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- La clé '{0}' du gestionnaire de packages n'était pas inscrite dans {1}. L'inscription a été effectuée : {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.it.xlf b/src/Compiler/xlf/FSComp.txt.it.xlf
index 962cea47dcd..61be0e0c5f8 100644
--- a/src/Compiler/xlf/FSComp.txt.it.xlf
+++ b/src/Compiler/xlf/FSComp.txt.it.xlf
@@ -164,7 +164,7 @@
- Consentire operazioni aritmetiche e logiche in valori letterali
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Token imprevisto nella definizione del tipo. Dopo il tipo '{0}' è previsto '='.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Prevista espressione.
+ Expecting expression
- Criterio previsto
+ Expecting pattern
@@ -824,17 +824,17 @@
- Si tratta del record anonimo errato. Deve includere i campi {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Questo record anonimo non contiene un numero sufficiente di campi. Aggiungere i campi mancanti {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Questo record anonimo contiene troppi campi. Rimuovere i campi aggiuntivi {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- È possibile usare il costrutto 'let! ... and! ...' solo se il generatore di espressioni di calcolo definisce un metodo '{0}' o metodi 'MergeSource' e 'Bind' appropriati
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Opzione non riconosciuta: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Le definizioni di {0} per il tipo '{1}' nella firma e nell'implementazione non sono compatibili perché le abbreviazioni sono diverse: {2} invece di {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Sono state assegnate più accessibilità per il getter o il setter della proprietà
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Il campo '{0}' è presente due volte nei criteri o nell'espressione del record
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Corrispondenze dell'intervallo di caratteri rimosse in F#. Provare a utilizzare invece un'espressione guard con criterio 'when'.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- Le interfacce non possono contenere definizioni di membri concreti. Potrebbe essere necessario definire un costruttore nel tipo utilizzato per indicare che il tipo è una classe.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Le definizioni di valore statiche possono essere utilizzate solo nei tipi con un costruttore primario. Provare ad aggiungere argomenti alla definizione di tipo, ad esempio 'type X(args) = ...'.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- Valore locale {0} non trovato durante l'ottimizzazione
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Possibile rientro non corretto: il token si trova oltre il limite del contesto iniziato alla posizione {0}. Provare ad applicare un ulteriore rientro al token oppure a utilizzare convenzioni di formattazione standard.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Uso non valido di 'fixed'. 'fixed' può essere usato solo in una dichiarazione in formato 'use x = fixed expr', in cui l'espressione è una matrice, l'indirizzo di un campo, l'indirizzo di un elemento di matrice oppure una stringa
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- I nomi degli argomenti nella firma '{0}' e nell'implementazione '{1}' non corrispondono. Verrà usato il nome dell'argomento del file di firma. Questa situazione potrebbe causare problemi durante il debug o la profilatura.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Non è possibile chiamare il metodo di estensione byref '{0}. Il valore del primo parametro deve essere modificabile oppure un tipo byref non di sola lettura.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- La chiave di gestione pacchetti '{0}' non è stata registrata in {1}. Attualmente registrata: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.ja.xlf b/src/Compiler/xlf/FSComp.txt.ja.xlf
index 1edabdacf30..dbb9acf5ed2 100644
--- a/src/Compiler/xlf/FSComp.txt.ja.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ja.xlf
@@ -164,7 +164,7 @@
- リテラルで算術演算と論理演算を許可する
+ Allow arithmetic and logical operations in literals
@@ -249,12 +249,12 @@
- support for consuming init properties
+ init プロパティの使用のサポート
- static abstract interface members
+ 静的抽象インターフェイス メンバー
@@ -264,7 +264,7 @@
- Allow lowercase DU when RequireQualifiedAccess attribute
+ RequireQualifiedAccess 属性の場合に小文字 DU を許可する
@@ -334,7 +334,7 @@
- support for required properties
+ 必要なプロパティのサポート
@@ -344,7 +344,7 @@
- self type constraints
+ 自己型制約
@@ -404,7 +404,7 @@
- The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
+ '%A' 書式指定子は、オプション '--reflectionfree' でコンパイルされるアセンブリでは使用できません。このコンストラクトは暗黙的にリフレクションを使用します。
@@ -459,7 +459,7 @@
- Used to check if an object is of the given type in a pattern or binding.
+ オブジェクトがパターンまたはバインディング内の指定された型であるかどうかを確認するために使用されます。
@@ -569,12 +569,12 @@
- Compress interface and optimization data files
+ インターフェイスと最適化データ ファイルを圧縮する
- Display the allowed values for language version.
+ 言語バージョンで許可されている値を表示します。
@@ -589,12 +589,12 @@
- 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
+ PDB 出力ファイル名がビルド出力ファイル名と一致しません - --pdb:filename.pdb を使用してください
@@ -609,17 +609,17 @@
- Disable implicit generation of constructs using reflection
+ リフレクションを使用してコンストラクトの暗黙的な生成を無効にする
- Specify language version such as 'latest' or 'preview'.
+ 'latest' や 'preview' などの言語バージョンを指定します。
- Include F# interface information, the default is file. Essential for distributing libraries.
+ F# インターフェイス情報を含めます。既定値は file です。ライブラリの配布に不可欠です。
@@ -629,12 +629,12 @@
- 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.
+ --interfacedata の値 '{0}' が無効です。有効な値は none、file、compress です。
@@ -684,7 +684,7 @@
- 型定義に予期しないトークンがあります。型 '{0}' の後には '=' が必要です。
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,22 +694,22 @@
- 式を指定してください
+ Expecting expression
- 必要なパターン
+ Expecting pattern
- 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)
+ 不完全な演算子式 (例 a^b) または修飾型の呼び出し (例: ^T.Name)
@@ -824,17 +824,17 @@
- この匿名レコードは正しくありません。フィールド {0} を含んでいる必要があります。
+ This is the wrong anonymous record. It should have the fields {0}.
- この匿名レコードには十分なフィールドがありません。不足しているフィールド {0} を追加してください。
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- この匿名レコードはフィールドが多すぎます。不要なフィールド {0} を削除してください。
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -889,7 +889,7 @@
- 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 を参照してください
@@ -919,7 +919,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.
+ 制約が無効です。有効な制約フォームには、インターフェイス制約の場合は \"'T :> ISomeInterface\"、自己制約の場合には \"SomeConstrainingType<'T>\" があります。https://aka.ms/fsharp-type-constraints を参照してください。
@@ -964,7 +964,7 @@
- The following required properties have to be initalized:{0}
+ 次の必須プロパティを初期化する必要があります:{0}
@@ -1014,7 +1014,7 @@
- 'let! ... and! ...' コンストラクトは、コンピュテーション式ビルダーが '{0}' メソッドまたは適切な 'MergeSource' および 'Bind' メソッドのいずれかを定義している場合にのみ使用できます
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1049,7 +1049,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
+ '{0}' を呼び出すことはできません。これは init のみのプロパティのセッターなので、代わりにオブジェクトの初期化を使用してください。https://aka.ms/fsharp-assigning-values-to-properties-at-initialization を参照してください。
@@ -1064,27 +1064,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.
+ この呼び出しによって呼び出された特性 '{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.
+ 静的制約の呼び出しでは、静的に解決されたジェネリック型パラメーターの場合でも \"^T.Ident\" ではなく、\"'T.Ident\" を使用する必要があります。
- Trait '{0}' is not static
+ 特性 '{0}' は静的ではありません
- Trait '{0}' is static
+ 特性 '{0}' は静的です
- A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
+ 特性では、オプションの、in 引数、out 引数、ParamArray 引数、CallerInfo 引数、または Quote 引数を指定することはできません
@@ -1094,12 +1094,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}' は通常、ジェネリック コードの型制約として使用されます (例: \"'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'.
+ \"interfaces with static abstract method\" の宣言は高度な機能です。ガイダンスについては https://aka.ms/fsharp-iwsams を参照してください。この警告は、'#nowarn \"3535\"' または '--nowarn:3535' を使用して無効にできます。
@@ -1484,7 +1484,7 @@
- 認識されないオプション:'{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- シグネチャおよび実装内の型 '{1}' の {0} 定義は、省略形が異なるため ({2} と {3})、互換性がありません
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- プロパティのゲッターまたはセッターに指定されたアクセシビリティが複数あります
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- のレコード式またはパターンに、フィールド '{0}' が 2 回出現します
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- F# では文字範囲の一致が削除されました。代わりに 'when' パターン ガードを使用してください。
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- インターフェイスに具象メンバーの定義を含めることはできません。必要に応じて、型にコンストラクターを定義して、型がクラスであることを示してください。
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- 静的な値の定義は、プライマリ コンストラクターを含む型でのみ使用できます。型定義に引数を追加してください ( たとえば、'type X(args) = ...')。
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- 最適化中にローカルの値 {0} が見つかりませんでした
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- インデントが正しくない可能性があります。このトークンは位置 {0} から開始されるコンテキストのオフサイドになります。このトークンのインデントを増やすか、標準的な書式規則を使用してください。
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- 'fixed' の使い方が正しくありません。'fixed' を使用できるのは書式 'use x = fixed expr' の宣言内だけで、この式は配列、フィールドのアドレス、配列要素のアドレス、または文字列です
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- シグネチャ '{0}' と実装 '{1}' の引数の名前が一致しません。シグネチャ ファイルの引数の名前が使用されます。デバッグまたはプロファイルするときに問題が生じる原因となる可能性があります。
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- byref 拡張メソッド '{0} を呼び出すことはできません。最初のパラメーターでは、値を変更可能な byref 型または読み取り専用以外の byref 型にする必要があります。
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- パッケージ マネージャー キー '{0}' は {1} に登録されていませんでした。現在登録済み: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.ko.xlf b/src/Compiler/xlf/FSComp.txt.ko.xlf
index 09fb5ec244b..2de73d47266 100644
--- a/src/Compiler/xlf/FSComp.txt.ko.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ko.xlf
@@ -164,7 +164,7 @@
- 리터럴에서 산술 및 논리 연산 허용
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- 형식 정의에 예기치 않은 토큰이 있습니다. '{0}' 형식 뒤에 '='가 필요합니다.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- 식이 필요함
+ Expecting expression
- 예상되는 패턴
+ Expecting pattern
@@ -824,17 +824,17 @@
- 잘못된 익명 레코드입니다. {0} 필드가 있어야 합니다.
+ This is the wrong anonymous record. It should have the fields {0}.
- 이 익명 레코드에 필드가 부족합니다. 누락된 필드 {0}을(를) 추가하세요.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- 이 익명 레코드에 필드가 너무 많습니다. 추가 필드 {0}을(를) 제거하세요.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- 'let! ... and! ...' 구문은 계산 식 작성기에서 '{0}' 메서드 또는 적절한 'MergeSource' 및 'Bind' 메서드를 정의한 경우에만 사용할 수 있습니다.
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- 인식할 수 없는 옵션: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- 약어가 {2}과(와) {3}(으)로 서로 다르므로 시그니처 및 구현의 '{1}' 형식에 대한 {0} 정의가 호환되지 않습니다.
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- 속성 getter 또는 setter에 대해 여러 액세스 가능성이 지정되었습니다.
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- '{0}' 필드가 이 레코드 식 또는 패턴에 두 번 나타납니다.
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- 문자 범위 일치는 F#에서 제거되었습니다. 대신 'when' 패턴 가드를 사용하세요.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- 인터페이스에는 구체적인 멤버의 정의를 포함할 수 없습니다. 사용자 형식에 대한 생성자를 정의하여 해당 형식이 클래스임을 나타내야 할 수 있습니다.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- 정적 값 정의는 기본 생성자가 포함된 형식에서만 사용할 수 있습니다. 'type X(args) = ...'와 같이 형식 정의에 인수를 추가해 보세요.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- 최적화하는 동안 로컬 값 {0}을(를) 찾을 수 없습니다.
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- 들여쓰기가 잘못되었을 수 있습니다. 이 토큰은 {0} 위치에서 시작된 컨텍스트를 벗어납니다. 이 토큰을 더 들여쓰거나 표준 서식 규칙을 사용하세요.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- 'fixed'를 잘못 사용했습니다. 'fixed'는 식이 배열, 필드의 주소, 배열 요소 또는 문자열의 주소인 경우 'use x = fixed expr' 형식의 선언에만 사용할 수 있습니다.
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- 시그니처 '{0}'과(와) 구현 '{1}'의 인수 이름이 일치하지 않습니다. 시그니처 파일의 인수 이름이 사용됩니다. 이로 인해 디버깅 또는 프로파일링 시 문제가 발생할 수 있습니다.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- byref 확장 메서드 '{0}'을(를) 호출할 수 없습니다. 첫 번째 매개 변수는 변경할 수 있거나 읽기 전용이 아닌 byref 형식인 값이 필요합니다.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- 패키지 관리자 키 '{0}'이(가) {1}에 등록되지 않았습니다. 현재 {2}이(가) 등록되었습니다.
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.pl.xlf b/src/Compiler/xlf/FSComp.txt.pl.xlf
index db4a442a835..85a61c9491b 100644
--- a/src/Compiler/xlf/FSComp.txt.pl.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pl.xlf
@@ -164,7 +164,7 @@
- Zezwalaj na operacje arytmetyczne i logiczne w literałach
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Nieoczekiwany token w definicji typu. Oczekiwano znaku „=” po typie „{0}”.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Oczekiwanie na wyrażenie
+ Expecting expression
- Oczekiwano wzorca
+ Expecting pattern
@@ -824,17 +824,17 @@
- To jest nieprawidłowy rekord anonimowy. Powinien zawierać pola {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Ten rekord anonimowy nie ma wystarczającej liczby pól. Dodaj brakujące pola {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Ten rekord anonimowy ma za dużo pól. Usuń dodatkowe pola {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- Konstrukcji „let! ... and! ...” można użyć tylko wtedy, gdy konstruktor wyrażeń obliczeniowych definiuje metodę „{0}” lub odpowiednie metody „MergeSource” i „Bind”
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Nierozpoznana opcja: „{0}”
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Definicje {0} dla typu „{1}” w sygnaturze i implementacji są niezgodne, ponieważ skróty są różne: {2} i {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Podano wiele dostępności dla metody ustawiającej lub metody pobierającej właściwość
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Pole „{0}” występuje dwa razy w tym wyrażeniu rekordu lub wzorcu
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Dopasowania zakresu znaków zostały usunięte w języku F#. Zamiast tego rozważ użycie ograniczenia wzorca „when”.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4194,7 +4194,7 @@
- Wyrażenie w postaci {{ wyrażenie with ... }} może być używane tylko z typami rekordów. Aby utworzyć typy obiektów, użyj wyrażenia {{ new Typ(...) with ... }}
+ Wyrażenie w formie {{ expr with ... }} może być używane tylko z typami rekordów. Aby utworzyć typy obiektów, użyj wyrażenia {{ new Type(...) with ... }}
@@ -4584,7 +4584,7 @@
- Interfejsy nie mogą zawierać definicji konkretnych elementów członkowskich. Może być konieczne zdefiniowanie konstruktora w typie, aby określić, że typ to klasa.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Definicje wartości statycznych mogą być używane tylko w przypadku typów z konstruktorem podstawowym. Rozważ dodanie argumentów do definicji typu, na przykład „type X(argumenty) = ...”.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- Nie znaleziono wartości lokalnej {0} podczas optymalizacji
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Możliwe niepoprawne wcięcie: ten token jest poza kontekstem rozpoczynającym się w pozycji {0}. Spróbuj użyć dodatkowego wcięcia dla tego tokenu lub standardowych konwencji formatowania.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Nieprawidłowe użycie wyrażenia „fixed”. Wyrażenia „fixed” można użyć tylko w deklaracji w postaci „use x = fixed expr”, gdzie wyrażenie jest tablicą, adresem pola, adresem elementu tablicy lub ciągiem
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Nazwy argumentów w podpisie „{0}” i implementacji „{1}” nie są zgodne. Używana będzie nazwa argumentu z pliku podpisu. Może to spowodować problemy podczas debugowania lub profilowania.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Nie można wywołać metody rozszerzenia byref „{0}”. Pierwszy parametr wymaga, aby wartość była typem byref zmiennym lub innym niż tylko do odczytu.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- Klucz menedżera pakietów „{0}” nie został zarejestrowany w elemencie {1}. Obecnie zarejestrowane: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
index 0901182f117..cab8633be8b 100644
--- a/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
+++ b/src/Compiler/xlf/FSComp.txt.pt-BR.xlf
@@ -164,7 +164,7 @@
- Permitir operações aritméticas e lógicas em literais
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Token inesperado na definição de tipo. Esperava-se '=' após o tipo '{0}'.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Esperando uma expressão
+ Expecting expression
- Padrão esperado
+ Expecting pattern
@@ -824,17 +824,17 @@
- Este é o registro anônimo errado. Ele deve ter os campos {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- Este registro anônimo não tem campos suficientes. Adicione os campos ausentes {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Este registro anônimo tem muitos campos. Remova os campos extras {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- O constructo 'let! ... and! ...' só pode ser usado se o construtor de expressões de computação definir um método '{0}' ou um método 'MergeSource' ou 'Bind' apropriado
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Opção não reconhecida: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- As definições {0} para o tipo '{1}' na assinatura e implementação não são compatíveis, pois as abreviações são diferentes: {2} versus {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Acessibilidades múltiplas fornecidas para getter ou setter de propriedade
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- O campo '{0}' aparece duas vezes nesta expressão de registro ou padrão
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Correspondências de intervalo de caractere foram removidas em F#. Considere usar um 'when' na proteção padrão.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- Interfaces não podem conter definições de membros concretos. Talvez seja necessário definir um construtor no seu tipo para indicar que o tipo é uma classe.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Definições de valores estáticos só podem ser usadas em tipos com um construtor primário. Considere adicionar argumentos à definição de tipo, por exemplo, 'type X(args) = ...'.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- O valor local {0} não foi encontrado durante a otimização
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Recuo possivelmente incorreto: este token está fora do contexto iniciado na posição {0}. Tente recuar mais este token ou use conversões de formatação padrão.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Uso inválido da 'fixed'. 'fixed' somente pode ser usada em uma declaração no formato 'use x = fixed expr', em que a expressão é uma matriz, o endereço de um campo, o endereço de um elemento de matriz ou uma cadeia de caracteres
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Os nomes de argumento na assinatura '{0}' e na implementação '{1}' não coincidem. O nome do argumento do arquivo da assinatura será usado. Isso pode causar problemas durante a depuração ou a criação de perfil.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Não é possível chamar o método de extensão de byref '{0}. O primeiro parâmetro requer que o valor seja mutável ou não seja byref somente leitura.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- A chave '{0}' do gerenciador de pacotes não foi registrada em {1}. Registrada no momento: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.ru.xlf b/src/Compiler/xlf/FSComp.txt.ru.xlf
index b1179345aff..38e383c3570 100644
--- a/src/Compiler/xlf/FSComp.txt.ru.xlf
+++ b/src/Compiler/xlf/FSComp.txt.ru.xlf
@@ -164,7 +164,7 @@
- Разрешить арифметические и логические операции в литералах
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- Неожиданный токен в определении типа. После типа "{0}" ожидается "=".
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- Ожидается выражение
+ Expecting expression
- Ожидается шаблон
+ Expecting pattern
@@ -824,17 +824,17 @@
- Неправильная анонимная запись. Она должна содержать поля {0}.
+ This is the wrong anonymous record. It should have the fields {0}.
- В этой анонимной записи недостаточно полей. Добавьте недостающие поля {0}.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Эта анонимная запись содержит слишком много полей. Удалите лишние поля {0}.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- Конструкцию "let! ... and! ..." можно использовать только в том случае, если построитель выражений с вычислениями определяет либо метод "{0}", либо соответствующие методы "MergeSource" и "Bind"
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Нераспознанный параметр: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Определения {0} для типа "{1}" в сигнатуре и реализации несовместимы, так как сокращения различаются: {2} в сравнении с {3}.
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Задано несколько модификаторов доступности для метода получения или задания свойства
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- Поле "{0}" появляется дважды в данном выражении записи или шаблоне
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Совпадения диапазона символов были убраны из F#. Вместо этого рекомендуется использовать шаблон условия "when".
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -3994,7 +3994,7 @@
- Использовать эту конструкцию можно только в выражениях списка, массива и последовательности, например в выражениях формы "seq {{ … }}", "[ … ]" или "[| … |]". Они создают элементы с помощью синтаксиса "for … in … do … yield…"
+ Использовать эту конструкцию можно только в выражениях списка, массива и последовательности, например в выражениях формы "seq {{ ... }}", "[ ... ]" или "[| ... |]". Они создают элементы с помощью синтаксиса "for ... in ... do ... yield..."
@@ -4584,7 +4584,7 @@
- Интерфейсы не могут содержать определений конкретных элементов. Чтобы указать, что тип является классом, возможно, потребуется определить конструктор для типа.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Статические определения значений можно использовать только в типах с первичными конструкторами. Попробуйте добавить в определение типа аргументы, напр. "type X(args) = ...".
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- В процессе оптимизации не найдено локальное значение {0}
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Возможно, неправильные отступы: этот токен находится вне контекста, начиная с позиции {0}. Попробуйте увеличить отступ токена или использовать стандартные соглашения о форматировании.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Недопустимое использование выражения "fixed". Выражение "fixed" можно использовать только в объявлении формы "use x = fixed expr", где выражение является массивом, адресом поля, адресом элемента массива или строки.
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- Имена аргументов в сигнатуре "{0}" и реализации "{1}" не совпадают. Будет использоваться имя аргумента из файла сигнатуры. Это может вызвать проблемы при отладке или профилировании.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- Не удается вызвать метод расширения byref "{0}". В качестве первого параметра необходимо указать изменяемое значение или значение типа byref, доступное не только для чтения.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- Ключ "{0}" диспетчера пакетов не был зарегистрирован в {1}. Текущий зарегистрированный ключ: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.tr.xlf b/src/Compiler/xlf/FSComp.txt.tr.xlf
index 3b1436c0cbc..8f5d45c134c 100644
--- a/src/Compiler/xlf/FSComp.txt.tr.xlf
+++ b/src/Compiler/xlf/FSComp.txt.tr.xlf
@@ -164,7 +164,7 @@
- Sabit değerlerle aritmetik ve mantıksal işlemlere izin ver
+ Allow arithmetic and logical operations in literals
@@ -389,7 +389,7 @@
- '{{X,3}}' ya da '{{x:N5}}' gibi .NET stili biçim belirticileri '%' biçim belirticileriyle karışık kullanılamaz.
+ '{{x,3}}' ya da '{{x:N5}}' gibi .NET stili biçim belirticileri '%' biçim belirticileriyle karışık kullanılamaz.
@@ -684,7 +684,7 @@
- Tür tanımında beklenmeyen belirteç var. '{0}' türünden sonra '=' bekleniyordu.
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- İfade bekleniyor
+ Expecting expression
- Desen bekleniyor
+ Expecting pattern
@@ -824,17 +824,17 @@
- Bu anonim kayıt yanlış. Kayıt, {0} alanlarını içermelidir.
+ This is the wrong anonymous record. It should have the fields {0}.
- Bu anonim kayıtta yeterli sayıda alan yok. Eksik {0} alanlarını ekleyin.
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- Bu anonim kayıtta çok fazla alan var. Ek {0} alanlarını kaldırın.
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- 'let! ... and! ...' yapısı, yalnızca hesaplama ifadesi oluşturucu bir '{0}' metodunu ya da uygun 'MergeSource' ve 'Bind' metotlarını tanımlarsa kullanılabilir
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- Tanınmayan seçenek: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- Kısaltmalar farklı olduğundan ({2} ve {3}), imza ve uygulamadaki '{1}' türü için {0} tanımları uyumlu değil
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- Özellik alıcı veya ayarlayıcı için birden çok erişilebilirlik verildi
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- '{0}' alanı bu kayıt ifadesinde veya deseninde iki kez görünüyor
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- Karakter aralığı eşleştirmeler F# dilinde kaldırılmıştır. Onun yerine 'when' desen koruma kullanmayı düşünün.
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- 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.
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- Statik değer tanımları yalnızca birincil oluşturucusu olan türlerde kullanılabilir. Tür tanımına bağımsız değişkenler eklemeyi düşünün, örn. 'type X(args) = ...'.
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- İyileştirme sırasında {0} yerel değeri bulunamadı
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- Olası hatalı girinti: {0} konumundan başlatılan bu belirteç bağlam dışıdır. Bu belirteci daha fazla girintilemeyi veya standart biçimlendirme kurallarını kullanmayı deneyin.
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- Geçersiz 'fixed' kullanımı. 'fixed' yalnızca 'use x = fixed expr' biçimindeki bir bildirimde kullanılabilir. Burada ifade bir dizi, bir alanın adresi, bir dizi öğesinin adresi veya bir dizedir
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- {0}' imzası ve '{1}' uygulaması içindeki bağımsız değişken adları eşleşmiyor. İmza dosyasındaki bağımsız değişken adı kullanılacak. Bu, hata ayıklama veya profil oluşturma sırasında sorunlara neden olabilir.
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- '{0}' byref genişletme metodu çağrılamıyor. İlk parametre, değerin değişebilir olmasını veya salt okunur olmayan bir byref türünde olmasını gerektiriyor.
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- '{0}' paket yöneticisi anahtarı {1} içinde kayıtlı değil. Şu anda kayıtlı: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
index 6f1862bd973..cae1f5befff 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hans.xlf
@@ -164,7 +164,7 @@
- 允许在文本中进行算术和逻辑运算
+ Allow arithmetic and logical operations in literals
@@ -684,7 +684,7 @@
- 类型定义中出现意外标记。类型“{0}”后应为 "="。
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,12 +694,12 @@
- 应为表达式
+ Expecting expression
- 预期模式
+ Expecting pattern
@@ -824,17 +824,17 @@
- 此匿名记录不正确。它应具有字段 {0}。
+ This is the wrong anonymous record. It should have the fields {0}.
- 此匿名记录没有足够的字段。请添加缺少的字段 {0}。
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- 此匿名记录的字段太多。请删除额外的字段 {0}。
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -1014,7 +1014,7 @@
- 仅当计算表达式生成器定义了 "{0}" 方法或适当的 "MergeSource" 和 "Bind" 方法时,才可以使用 "let! ... and! ..." 构造
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1484,7 +1484,7 @@
- 无法识别的选项:“{0}”
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- 签名和实现中类型“{1}”的 {0} 定义不兼容,因为缩写不同: {2} 与 {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- 为属性 Getter 或 Setter 给定了多个可访问性
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- 字段“{0}”在此记录表达式或模式中出现了两次
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- 在 F# 中,已删除字符范围匹配。请考虑改用“when”模式保护。
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- 接口不能包含具体成员的定义。您可能需要定义类型的构造函数来指示该类型是类。
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- 静态值定义只能在具有主构造函数的类型中使用。请考虑向类型定义添加参数,例如“type X(args) = ...”。
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- 优化过程中未找到本地值 {0}
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- 缩进可能不正确: 此标记位于从位置 {0} 开始的上下文的右侧。请尝试进一步缩进此标记,或使用标准格式设置约定。
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- 无效的 "fixed" 使用。"fixed" 只能用在 "use x = fixed expr" 形式的声明中,其中表达式为数组、字段的地址、数组元素或字符串的地址
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- 签名“{0}”和实现“{1}”中的参数名称不匹配。将使用签名文件中的参数名称。在进行调试或分析时这可能会导致问题。
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- 无法调用 byref 扩展方法 "{0}"。第一个参数要求该值是可变的或非只读的 byref 类型。
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- 未在 {1} 中注册包管理器密钥“{0}”。当前注册: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
index 9633ee13143..22893e414f4 100644
--- a/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
+++ b/src/Compiler/xlf/FSComp.txt.zh-Hant.xlf
@@ -164,7 +164,7 @@
- 允許常值中的算術和邏輯運算
+ Allow arithmetic and logical operations in literals
@@ -249,12 +249,12 @@
- support for consuming init properties
+ 支援使用 init 屬性
- static abstract interface members
+ 靜態抽象介面成員
@@ -264,7 +264,7 @@
- Allow lowercase DU when RequireQualifiedAccess attribute
+ RequireQualifiedAccess 屬性時允許小寫 DU
@@ -334,7 +334,7 @@
- support for required properties
+ 對所需屬性的支援
@@ -344,7 +344,7 @@
- self type constraints
+ 自我類型限制式
@@ -404,7 +404,7 @@
- The '%A' format specifier may not be used in an assembly being compiled with option '--reflectionfree'. This construct implicitly uses reflection.
+ '%A' 格式指定元不能用於使用選項 '--reflectionfree' 編譯的元件中。此建構隱含地使用反射。
@@ -459,7 +459,7 @@
- Used to check if an object is of the given type in a pattern or binding.
+ 用來檢查物件是否位於模式或綁定中的給定類型。
@@ -569,12 +569,12 @@
- Compress interface and optimization data files
+ 壓縮介面和最佳化資料檔案
- Display the allowed values for language version.
+ 顯示語言版本的允許值。
@@ -589,12 +589,12 @@
- 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
+ pdb 輸出檔案名與使用 --pdb:filename.pdb 的建置輸出檔案名不相符
@@ -609,17 +609,17 @@
- Disable implicit generation of constructs using reflection
+ 停用使用反射的隱含產生建構
- Specify language version such as 'latest' or 'preview'.
+ 指定語言版本,例如 'latest' 或 'preview'。
- Include F# interface information, the default is file. Essential for distributing libraries.
+ 包含 F# 介面資訊,預設值為檔案。發佈程式庫的基本功能。
@@ -629,12 +629,12 @@
- 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.
+ --interfacedata 的 '{0}' 值無效,有效值為: none、file、compress。
@@ -684,7 +684,7 @@
- 型別定義中出現非預期的權杖。類型 '{0}' 之後應該要有 '='。
+ Unexpected token in type definition. Expected '=' after the type '{0}'.
@@ -694,22 +694,22 @@
- 必須是運算式
+ Expecting expression
- 必須是模式
+ Expecting pattern
- 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)
+ 不完整的運算子運算式 (範例 a^b) 或限定類型調用 (範例: ^T.Name)
@@ -824,17 +824,17 @@
- 此為錯誤的匿名記錄。其應有欄位 {0}。
+ This is the wrong anonymous record. It should have the fields {0}.
- 此匿名記錄沒有足夠的欄位。請新增缺少的欄位 {0}。
+ This anonymous record does not have enough fields. Add the missing fields {0}.
- 此匿名記錄有太多欄位。請移除額外的欄位 {0}。
+ This anonymous record has too many fields. Remove the extra fields {0}.
@@ -889,7 +889,7 @@
- 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
@@ -919,7 +919,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.
+ 限制無效。有效的限制式表單包括 \「'T :>ISomeInterface\」介面限制和 \」SomeConstrainingType<'T>\」自我限制式。請參閱 https://aka.ms/fsharp-type-constraints。
@@ -964,7 +964,7 @@
- The following required properties have to be initalized:{0}
+ 下列必要的屬性必須初始化:{0}
@@ -1014,7 +1014,7 @@
- 只有在計算運算式產生器定義 '{0}' 方法或正確的 'MergeSource' 和 'Bind' 方法時,才可使用 'let! ... and! ...' 建構
+ The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods
@@ -1049,7 +1049,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
+ 無法呼叫 '{0}' - 僅初始化屬性的 setter,請改為使用物件初始化。請參閱 https://aka.ms/fsharp-assigning-values-to-properties-at-initialization
@@ -1064,27 +1064,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.
+ 此呼叫叫用的特性 '{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.
+ 靜態限制調用應該使用 \"'T.Ident\" 而不是 \"^T.Ident\",即使是靜態解析的類型參數。
- Trait '{0}' is not static
+ 特徵 '{0}' 不是靜態
- Trait '{0}' is static
+ 特徵 '{0}' 是靜態的
- A trait may not specify optional, in, out, ParamArray, CallerInfo or Quote arguments
+ 特徵不能指定選擇性、in、out、ParamArray、CallerInfo 或 Quote 引數
@@ -1094,12 +1094,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}' 通常做為一般程式碼中的類型限制式,例如 \"'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'.
+ 使用「靜態抽象方法宣告介面」是進階的功能。請參閱 https://aka.ms/fsharp-iwsams 以尋求指引。您可以使用 '#nowarn \"3535\"' 或 '--nowarn:3535' 來停用此警告。
@@ -1484,7 +1484,7 @@
- 選項無法辨認: '{0}'
+ Unrecognized option: '{0}'
@@ -1869,7 +1869,7 @@
- 簽章與實作中類型 '{1}' 的 {0} 定義不相容,因為縮寫不同: {2} 與 {3}
+ The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}
@@ -3139,7 +3139,7 @@
- 為屬性 getter 或 setter 指定了多個存取範圍
+ Multiple accessibilities given for property getter or setter
@@ -3604,7 +3604,7 @@
- 欄位 '{0}' 在這個記錄運算式或模式中出現兩次
+ The field '{0}' appears twice in this record expression or pattern
@@ -3914,7 +3914,7 @@
- 字元範圍比對已從 F# 中移除。請考慮改用 'when' 模式成立條件。
+ Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.
@@ -4584,7 +4584,7 @@
- 介面不能包含具象成員的定義。您必須在類型上定義建構函式,以指示類型是類別。
+ Interfaces cannot contain definitions of concrete members. You may need to define a constructor on your type to indicate that the type is a class.
@@ -4744,7 +4744,7 @@
- 靜態值定義只能用於含有主要建構函式的類型中。請考慮在類型定義加入引數,例如 'type X(args) = ...'。
+ Static value definitions may only be used in types with a primary constructor. Consider adding arguments to the type definition, e.g. 'type X(args) = ...'.
@@ -5834,7 +5834,7 @@
- 最佳化期間找不到區域數值 {0}
+ Local value {0} not found during optimization
@@ -5864,7 +5864,7 @@
- 縮排可能不正確: 這個語彙基元於內容的位置 {0} 處開始越位。請嘗試進一步縮排這個語彙基元,或使用標準的格式設定慣例。
+ Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.
@@ -7579,7 +7579,7 @@
- 使用 'fixed' 無效。'fixed' 僅能用於格式為 'use x = fixed expr' 的宣告中,其中運算式為陣列、欄位的位址、陣列元素的位址或字串
+ Invalid use of 'fixed'. 'fixed' may only be used in a declaration of the form 'use x = fixed expr' where the expression is an array, the address of a field, the address of an array element or a string'
@@ -8014,7 +8014,7 @@
- 特徵標記 '{0}' 和實作 '{1}' 中的引數名稱不相符。將會使用特徵標記檔案中的引數名稱。這可能會在偵錯或分析時造成問題。
+ The argument names in the signature '{0}' and implementation '{1}' do not match. The argument name from the signature file will be used. This may cause problems when debugging or profiling.
@@ -8159,7 +8159,7 @@
- 無法呼叫 byref 擴充方法 '{0}。第一個參數需要值可變動,或為非唯讀 byref 類型。
+ Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.
@@ -8249,7 +8249,7 @@
- 套件管理員金鑰 '{0}' 未在 {1} 中註冊。目前已註冊: {2}
+ Package manager key '{0}' was not registered in {1}. Currently registered: {2}
diff --git a/src/Compiler/xlf/FSStrings.cs.xlf b/src/Compiler/xlf/FSStrings.cs.xlf
index 7ebb3c64f7c..3591fef6bed 100644
--- a/src/Compiler/xlf/FSStrings.cs.xlf
+++ b/src/Compiler/xlf/FSStrings.cs.xlf
@@ -1514,27 +1514,27 @@
- Omezení hodnoty. Hodnota {0} je obecného typu\n {1}. \nBuď změňte argumenty pro {2} na explicitní, nebo (pokud hodnota nemá být obecná) přidejte poznámku typu.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Omezení hodnoty. Hodnota {0} je obecného typu\n {1}. \nZměňte {2} na funkci s explicitními argumenty nebo (pokud hodnota nemá být obecná) přidejte poznámku typu.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Omezení hodnoty. Tento člen se odvodil jako člen obecného typu\n {0}. \nKonstruktory a metody getter nebo setter vlastnosti nemůžou být obecnější než nadřazený typ. Přidejte poznámku typu, abyste přesně určili, které typy se mají zahrnout.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Omezení hodnoty. Hodnota {0} se odvodila jako hodnota obecného typu\n {1}. \nBuď změňte argumenty pro {2} na explicitní, nebo (pokud hodnota nemá být obecná) přidejte poznámku typu.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Omezení hodnoty. Hodnota {0} se odvodila jako hodnota obecného typu\n {1}. \nDefinujte {2} jako jednoduchý datový výraz, změňte ji na funkci s explicitními argumenty nebo (pokud hodnota nemá být obecná) přidejte poznámku typu.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.de.xlf b/src/Compiler/xlf/FSStrings.de.xlf
index 69473239ef4..1e0fb840d72 100644
--- a/src/Compiler/xlf/FSStrings.de.xlf
+++ b/src/Compiler/xlf/FSStrings.de.xlf
@@ -1514,27 +1514,27 @@
- Werteinschränkung. Der Wert "{0}" hat den generischen Typ\n {1} \nLegen Sie die Argumente für "{2}" entweder als explizit fest, oder fügen Sie eine Typanmerkung hinzu, wenn der Typ nicht generisch sein soll.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Werteinschränkung. Der Wert "{0}" hat den generischen Typ\n {1} \nDefinieren Sie "{2}" entweder als Funktion mit expliziten Argumenten, oder fügen Sie eine Typanmerkung hinzu, wenn der Typ nicht generisch sein soll.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Werteinschränkung. Dieser Member wurde per Rückschluss abgeleitet als generischer Typ\n {0} \nKonstruktoren und Eigenschaftengetter/-setter dürfen nicht generischer sein als der einschließende Typ. Fügen Sie eine Typanmerkung hinzu, um die genauen Typen anzugeben.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Werteinschränkung. Der Wert "{0}" wurde per Rückschluss abgeleitet als generischer Typ\n {1} \nLegen Sie die Argumente für "{2}" entweder als explizit fest, oder fügen Sie eine Typanmerkung hinzu, wenn der Typ nicht generisch sein soll.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Werteinschränkung. Der Wert "{0}" wurde per Rückschluss abgeleitet als generischer Typ\n {1} \nDefinieren Sie "{2}" entweder als einfachen Ausdruck oder als Funktion mit expliziten Argumenten, oder fügen Sie eine Typanmerkung hinzu, wenn der Typ nicht generisch sein soll.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.es.xlf b/src/Compiler/xlf/FSStrings.es.xlf
index 2b06bc30aa3..a72193deb74 100644
--- a/src/Compiler/xlf/FSStrings.es.xlf
+++ b/src/Compiler/xlf/FSStrings.es.xlf
@@ -1514,27 +1514,27 @@
- Restricción de valor. El valor '{0}' tiene el tipo genérico\n {1} \nConvierta los argumentos de '{2}' en explícitos o, si su intención no es que sea genérico, agregue una anotación de tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restricción de valor. El valor '{0}' tiene el tipo genérico\n {1} \nConvierta '{2}' en una función con argumentos explícitos o, si su intención no es que sea genérico, agregue una anotación de tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Restricción de valor. Se ha inferido que este miembro tiene el tipo genérico\n {0} \nLos constructores y los captadores y establecedores de propiedades no pueden ser más genéricos que el tipo envolvente. Agregue una anotación de tipo para indicar los tipos exactos implicados.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Restricción de valor. Se ha inferido que el valor '{0}' tiene el tipo genérico\n {1} \nConvierta los argumentos de '{2}' en explícitos o, si su intención no es que sea genérico, agregue una anotación de tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restricción de valor. Se ha inferido que el valor '{0}' tiene el tipo genérico\n {1} \nDefina '{2}' como un término de datos simple, conviértalo en una función con argumentos explícitos o, si su intención no es que sea genérico, agregue una anotación de tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.fr.xlf b/src/Compiler/xlf/FSStrings.fr.xlf
index cce4c1059b0..3b7d596c104 100644
--- a/src/Compiler/xlf/FSStrings.fr.xlf
+++ b/src/Compiler/xlf/FSStrings.fr.xlf
@@ -1514,27 +1514,27 @@
- Restriction de valeur. La valeur '{0}' a le type générique\n {1} \nRendez les arguments de '{2}' explicites ou, si votre but n'est pas d'utiliser un type générique, ajoutez une annotation de type.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restriction de valeur. La valeur '{0}' a le type générique\n {1} \nChangez '{2}' en fonction avec des arguments explicites ou, si votre but n'est pas d'utiliser un type générique, ajoutez une annotation de type.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Restriction de valeur. Il a été déduit que ce membre avait un type générique\n {0} \nLes constructeurs, ainsi que les méthodes getter/setter d'une propriété ne peuvent pas être plus génériques que le type englobant. Ajoutez une annotation de type pour indiquer les types exacts impliqués.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Restriction de valeur. Il a été déduit que la valeur '{0}' avait le type générique\n {1} \nRendez les arguments de '{2}' explicites ou, si votre but n'est pas d'utiliser un type générique, ajoutez une annotation de type.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restriction de valeur. Il a été déduit que la valeur '{0}' avait le type générique\n {1} \nDéfinissez '{2}' en tant que terme de données simple, faites-en une fonction avec des arguments explicites ou, si votre but n'est pas d'utiliser un type générique, ajoutez une annotation de type.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.it.xlf b/src/Compiler/xlf/FSStrings.it.xlf
index f2f77ac5fee..f31eca85e77 100644
--- a/src/Compiler/xlf/FSStrings.it.xlf
+++ b/src/Compiler/xlf/FSStrings.it.xlf
@@ -1514,27 +1514,27 @@
- Limitazione valore. Il valore '{0}' ha il tipo generico\n {1} \nRendere gli argomenti di '{2}' espliciti oppure, se non si intende renderlo generico, aggiungere un'annotazione di tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Limitazione valore. Il valore '{0}' ha il tipo generico\n {1} \nRendere '{2}' una funzione con argomenti espliciti oppure, se non si intende renderlo generico, aggiungere un'annotazione di tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Restrizione relativa ai valori. È stato dedotto che il membro ha il tipo generico\n {0} \nI getter/setter di proprietà e i costruttori non possono essere più generici del tipo di inclusione. Aggiungere un'annotazione di tipo per indicare i tipi esatti previsti.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Limitazione valore. È stato dedotto che il valore '{0}' ha il tipo generico\n {1} \nRendere gli argomenti di '{2}' espliciti, oppure se non si intende renderlo generico, aggiungere un'annotazione di tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Limitazione valore. È stato dedotto che il valore '{0}' ha il tipo generico\n {1} \nDefinire '{2}' come termine di dati semplice, renderlo una funzione con argomenti espliciti oppure, se non si intende renderlo generico, aggiungere un'annotazione di tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.ja.xlf b/src/Compiler/xlf/FSStrings.ja.xlf
index 23d92dd03d1..921e9d8fb69 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
+ 小文字で区別される和集合のケースは、RequireQualifiedAccess 属性を使用する場合にのみ許可されます
@@ -1514,27 +1514,27 @@
- 値の制限。値 '{0}' は次のジェネリック型です。\n {1} \n明示的に引数を '{2}' にするか、ジェネリックにする意図がない場合は型の注釈を追加してください。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 値の制限。値 '{0}' は次のジェネリック型です。\n {1} \n明示的な引数を使用して '{2}' を関数にするか、ジェネリックにする意図がない場合は型の注釈を追加してください。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- 値の制限。このメンバーは次のジェネリック型を持つと推論されました。\n {0} \nコンストラクターとプロパティのゲッター/セッターは、それを囲む型よりも総称性を高くすることができません。関係する正確な型を示すために、型の注釈を追加してください。
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- 値の制限。値 '{0}' は次のジェネリック型を持つと推論されました。\n {1} \n明示的に引数を '{2}' にするか、ジェネリックにする意図がない場合は型の注釈を追加してください。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 値の制限。値 '{0}' は次のジェネリック型を持つと推論されました。\n {1} \n単純なデータ用語として '{2}' を定義するか、明示的な引数を使用して関数にするか、ジェネリックにする意図がない場合は型の注釈を追加してください。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.ko.xlf b/src/Compiler/xlf/FSStrings.ko.xlf
index c16c466ebc4..d3db3c3a003 100644
--- a/src/Compiler/xlf/FSStrings.ko.xlf
+++ b/src/Compiler/xlf/FSStrings.ko.xlf
@@ -1514,27 +1514,27 @@
- 값 제한이 있습니다. 값 '{0}'에 제네릭 형식\n {1}이(가) 있습니다. \n'{2}'에 대한 인수를 명시적으로 만들거나, 제네릭 요소로 만들지 않으려는 경우 형식 주석을 추가하세요.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 값 제한이 있습니다. 값 '{0}'에 제네릭 형식\n {1}이(가) 있습니다. \n'{2}'을(를) 명시적 인수가 포함된 함수로 만들거나, 제네릭 요소로 만들지 않으려는 경우 형식 주석을 추가하세요.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- 값 제한이 있습니다. 이 멤버는 제네릭 형식\n {0}을(를) 가지는 것으로 유추되었습니다. \n생성자 및 속성 getter/setter는 바깥쪽 형식보다 일반적일 수 없습니다. 형식 주석을 추가하여 관련 형식을 정확히 나타내세요.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- 값 제한이 있습니다. 값 '{0}'은(는) 제네릭 형식\n {1}을(를) 가지는 것으로 유추되었습니다. \n'{2}'에 대한 인수를 명시적으로 만들거나, 제네릭 요소로 만들지 않으려는 경우 형식 주석을 추가하세요.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 값 제한이 있습니다. 값 '{0}'은(는) 제네릭 형식\n {1}을(를) 가지는 것으로 유추되었습니다. \n'{2}'을(를) 단순 데이터 용어로 정의하거나, 명시적 인수가 포함된 함수로 만들거나, 제네릭 요소로 만들지 않으려는 경우 형식 주석을 추가하세요.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.pl.xlf b/src/Compiler/xlf/FSStrings.pl.xlf
index 385be4e2a2a..63d9017f50f 100644
--- a/src/Compiler/xlf/FSStrings.pl.xlf
+++ b/src/Compiler/xlf/FSStrings.pl.xlf
@@ -1514,27 +1514,27 @@
- Ograniczenie wartości. Wartość „{0}” jest wartością typu ogólnego\n {1} \nOkreśl argumenty elementu „{2}” jako jawne lub dodaj adnotację typu, jeśli nie chcesz, aby wartość była ogólna.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Ograniczenie wartości. Wartość „{0}” jest wartością typu ogólnego\n {1} \nUstaw element „{2}” jako funkcję z jawnymi argumentami lub dodaj adnotację typu, jeśli nie chcesz, aby wartość była ogólna.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Ograniczenie wartości. Wywnioskowano, że ten element członkowski jest elementem typu ogólnego\n {0} \nKonstruktory i metody pobierające/ustawiające właściwości nie mogą być bardziej ogólne niż typ otaczający. Dodaj adnotację typu, aby dokładnie wskazać uwzględnione typy.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Ograniczenie wartości. Wywnioskowano, że wartość „{0}” jest wartością typu ogólnego\n {1} \nOkreśl argumenty elementu „{2}” jako jawne lub dodaj adnotację typu, jeśli nie chcesz, aby wartość była ogólna.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Ograniczenie wartości. Wywnioskowano, że wartość „{0}” jest wartością typu ogólnego\n {1} \nZdefiniuj element „{2}” jako prosty termin danych, określ go jako funkcję z jawnymi argumentami lub dodaj adnotację typu, jeśli nie chcesz, aby wartość była ogólna.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.pt-BR.xlf b/src/Compiler/xlf/FSStrings.pt-BR.xlf
index 8fa1e1ee33d..8062bcc5405 100644
--- a/src/Compiler/xlf/FSStrings.pt-BR.xlf
+++ b/src/Compiler/xlf/FSStrings.pt-BR.xlf
@@ -1514,27 +1514,27 @@
- Restrição de valor. O valor '{0}' tem um tipo genérico\n {1} \nTorne os argumentos '{2}' explícitos ou, se sua intenção não for deixá-los genéricos, adicione uma anotação de tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restrição de valor. O valor '{0}' tem um tipo genérico\n {1} \nInsira '{2}' em uma função com argumentos explícitos ou, se você não desejar que ele seja genérico, adicione uma anotação de tipo.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Restrição de valor. Este membro foi inferido para ter um tipo genérico\n {0} \nConstrutores e getters/setters de propriedade não podem ser mais genéricos que o tipo de delimitador. Adicione uma anotação de tipo para indicar os tipos exatos envolvidos.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Restrição de valor. O valor '{0}' foi inferido para ter um tipo genérico\n {1} \nTorne os argumentos '{2}' explícitos ou, se sua intenção não for deixá-los genéricos, adicione uma anotação de tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Restrição de valor. O valor '{0}' foi inferido para ter um tipo genérico\n {1} \nDefina '{2}' como um termo de dado simples e torne-o uma função com argumentos explícitos ou, se sua intenção for deixá-los genéricos, adicione uma anotação de tipo.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.ru.xlf b/src/Compiler/xlf/FSStrings.ru.xlf
index 27b87f0c6b0..7191b7977e7 100644
--- a/src/Compiler/xlf/FSStrings.ru.xlf
+++ b/src/Compiler/xlf/FSStrings.ru.xlf
@@ -1514,27 +1514,27 @@
- Ограничение значения. Значение "{0}" имеет универсальный тип\n {1} \nЛибо сделайте аргументы для "{2}" явными либо (если универсальный тип не требуется) добавьте аннотацию типа.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Ограничение значения. Значение "{0}" имеет универсальный тип\n {1} \nЛибо сделайте "{2}" функцией с явными аргументами, либо (если универсальный тип не требуется) добавьте аннотацию типа.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Ограничение значения. Данный выведенный элемент должен иметь универсальный тип\n {0} \nМетоды получения или задания свойств и конструкторов не могут быть более универсальными, чем вмещающий тип. Добавьте аннотацию типа, чтобы точно обозначить затрагиваемые типы.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Ограничение значения. Выведенное значение "{0}" должно иметь универсальный тип\n {1} \nЛибо сделайте аргументы для "{2}" явными, либо (если универсальный тип не требуется) добавьте аннотацию типа.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Ограничение значения. Выведенное значение "{0}" должно иметь универсальный тип\n {1} \nЛибо определите "{2}" как простой член данных, либо сделайте его функцией с явными аргументами, либо (если универсальный тип не требуется) добавьте аннотацию типа.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.tr.xlf b/src/Compiler/xlf/FSStrings.tr.xlf
index fe1b018c46e..3cc05f1df9c 100644
--- a/src/Compiler/xlf/FSStrings.tr.xlf
+++ b/src/Compiler/xlf/FSStrings.tr.xlf
@@ -1514,27 +1514,27 @@
- Değer kısıtlaması. '{0}' değerinin genel türü:\n {1} \nYa '{2}' bağımsız değişkenlerini açık yapın ya da genel olmasını istemiyorsanız bir tür ek açıklaması ekleyin.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Değer kısıtlaması. '{0}' değerinin genel türü:\n {1} \nYa açık bağımsız değişkenlerle '{2}' için işlev dönüşümü yapın ya da genel olmasını istemiyorsanız bir tür ek açıklaması ekleyin.
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- Değer kısıtlaması. Bu üyenin şu genel türü olduğu çıkarıldı\n {0} \nOluşturucular ve özellik alıcıları/ayarlayıcıları kapsayan türden daha genel olamaz. Söz konusu türleri tam olarak belirtmek için bir tür ek açıklaması ekleyin.
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- Değer kısıtlaması. '{0}' değerinin şu genel türü olduğu çıkarıldı:\n {1} \nYa '{2}' bağımsız değişkenlerini açık yapın ya da genel olmasını istemiyorsanız bir tür ek açıklaması ekleyin.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- Değer kısıtlaması. '{0}' değerinin şu genel türü olduğu çıkarıldı:\n {1} \nYa '{2}' tanımını basit veri terimi olarak yaparak onu açık bağımsız değişkenlerle bir işlev yapın ya da genel olmasını istemiyorsanız bir tür ek açıklaması ekleyin.
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.zh-Hans.xlf b/src/Compiler/xlf/FSStrings.zh-Hans.xlf
index 89cac4d4d7a..092f8383e49 100644
--- a/src/Compiler/xlf/FSStrings.zh-Hans.xlf
+++ b/src/Compiler/xlf/FSStrings.zh-Hans.xlf
@@ -1514,27 +1514,27 @@
- 值限制。值“{0}”具有泛型类型\n {1} \n使“{2}”的参数成为显式参数,或添加类型批注(如果您不希望它是泛型的)。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 值限制。值“{0}”具有泛型类型\n {1} \n使“{2}”成为具有显式参数的函数,或添加类型批注(如果您不希望它是泛型的)。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- 值限制。已推理出此成员具有泛型类型\n {0} \n构造函数和属性 Getter/Setter 不能比封闭类型更通用。 添加类型批注以指示涉及到的确切类型。
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- 值限制。已推理出值“{0}”具有泛型类型\n {1} \n使“{2}”的参数成为显式参数,或添加类型批注(如果您不希望它是泛型的)。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 值限制。已推理出值“{0}”具有泛型类型\n {1} \n将“{2}”定义为简单的数据条目,使其成为具有显式参数的函数,或添加类型批注(如果您不希望它是泛型的)。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/src/Compiler/xlf/FSStrings.zh-Hant.xlf b/src/Compiler/xlf/FSStrings.zh-Hant.xlf
index 18f0ea682d6..439b2cb72df 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
+ 只有在使用 RequireQualifiedAccess 屬性時,才允許小寫區分聯結案例
@@ -1514,27 +1514,27 @@
- 值限制。值 '{0}' 具有泛型類型\n {1} \n請將 '{2}' 的引數設為明確的,或者如果不想將它設為泛型,請加入類型註釋。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 值限制。值 '{0}' 具有泛型類型\n {1} \n請將 '{2}' 設為具有明確引數的函式,或者如果不想將它設為泛型,請加入類型註釋。
+ Value restriction. The value '{0}' has generic type\n {1} \nEither make '{2}' into a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
- 值限制。這個成員已被推斷為具有泛型類型\n {0} \n建構函式和屬性 getter/setter 不能比封入類型更為泛型。請加入類型註釋,以指示涉及的確切類型。
+ Value restriction. This member has been inferred to have generic type\n {0} \nConstructors and property getters/setters cannot be more generic than the enclosing type. Add a type annotation to indicate the exact types involved.
- 值限制。值 '{0}' 已被推斷為具有泛型類型\n {1} \n請將 '{2}' 的引數設為明確的,或者如果不想將它設為泛型,請加入類型註釋。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither make the arguments to '{2}' explicit or, if you do not intend for it to be generic, add a type annotation.
- 值限制。值 '{0}' 已被推斷為具有泛型類型\n {1} \n請將 '{2}' 定義為簡單資料項、將它設為具有明確引數的函式,或者如果不想將它設為泛型,請加入類型註釋。
+ Value restriction. The value '{0}' has been inferred to have generic type\n {1} \nEither define '{2}' as a simple data term, make it a function with explicit arguments or, if you do not intend for it to be generic, add a type annotation.
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
index 6de826791a4..8c327dc7c3e 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.cs.xlf
@@ -89,7 +89,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Další informace o těchto operátorech: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Další informace o částečném použití argumentů: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Další informace o tomto operátoru: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Další informace o třídách: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Další informace o členech: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Další informace: https://docs.microsoft.com/cs-cz/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
index 610ce9ef2be..2277d9590d0 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.de.xlf
@@ -89,7 +89,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/xml-documentation.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Weitere Informationen finden Sie hier: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/modules.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Weitere Informationen zu diesen Operatoren finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Weitere Informationen zur partiellen Anwendung finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Weitere Informationen zu diesem Operator finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Weitere Informationen zu Klassen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Weitere Informationen zu Membern finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Weitere Informationen finden Sie unter: https://docs.microsoft.com/de-de/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
index 692964c7132..e51d7caf7ad 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.es.xlf
@@ -89,7 +89,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Para obtener más información sobre estos operadores, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Para obtener más información sobre la aplicación parcial, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Para obtener más información sobre este operador, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Para obtener más información sobre las clases, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Para obtener más información sobre miembros, vea https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Para obtener más información, vea: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
index ecef37c1889..daeee71e93c 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.fr.xlf
@@ -89,7 +89,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Pour en savoir plus sur ces opérateurs, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Pour en savoir plus sur l'application partielle, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Pour en savoir plus sur cet opérateur, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Pour en savoir plus sur les classes, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Pour en savoir plus sur les membres, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Pour en savoir plus, consultez : https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.it.xlf
index 67464ae660a..71021ff33b3 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 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Per altre informazioni su questi operatori, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Per altre informazioni sull'applicazione parziale, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Per altre informazioni su questo operatore, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Per altre informazioni sulle classi, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Per altre informazioni sui membri, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Per altre informazioni, vedere: https://docs.microsoft.com/it-it/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/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 d65696afff3..ec47fef17d1 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 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- これらの演算子の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- 部分適用の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- この演算子の詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- クラスの詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- メンバーの詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- 詳細については、次を参照してください: https://docs.microsoft.com/ja-jp/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
index 4a3ca2fc756..994e516ab6b 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.ko.xlf
@@ -89,7 +89,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- 이러한 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- 부분 애플리케이션에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- 이 연산자에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- 자세히 알아보려면 https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions를 참조하세요.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- 클래스에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- 멤버에 대해 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- 자세히 알아보려면 다음을 참조하세요. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
index 9ee0ae09ae3..d06a2885ed8 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.pl.xlf
@@ -89,7 +89,7 @@
- Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/pl-pl/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Aby dowiedzieć się więcej o tych operatorach, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Aby dowiedzieć się więcej o częściowej aplikacji, zobacz: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Aby dowiedzieć się więcej, zobacz: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Aby dowiedzieć się więcej o tym operatorze, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Aby dowiedzieć się więcej o klasach, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Aby dowiedzieć się więcej o elementach członkowskich, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Aby dowiedzieć się więcej, zobacz https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/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 1e305245465..c46704d7cb4 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 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Para saber mais sobre esses operadores, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Para saber mais sobre Aplicativo Parcial, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Para saber mais sobre esse operador, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Para saber mais sobre Classes, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Para saber mais sobre Membros, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Para saber mais, acesse: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: 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 6bded459993..da47d18c14b 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 @@
- Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Подробности: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Подробности об этих операторах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining.
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Подробности о частичном применении: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments.
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/lists.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/arrays.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Подробности об этом операторе: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/values/index#mutable-variables.
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/records.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/discriminated-unions.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/pattern-matching.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/active-patterns.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/options.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/units-of-measure.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Подробности о классах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/classes.
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Подробности об элементах: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members.
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/generics/.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/interfaces.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Подробности: https://docs.microsoft.com/ru-ru/dotnet/articles/fsharp/language-reference/members/events.
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
index 780ba42bac5..b1142b75a15 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.tr.xlf
@@ -89,7 +89,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- Bu işleçler hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- Kısmi Uygulama hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- Bu işleç hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- Sınıflar hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- Üyeler hakkında daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- Daha fazla bilgi için bkz. https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
index 5df1fe3de9d..3e8ae2d8dce 100644
--- a/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
+++ b/vsintegration/ProjectTemplates/TutorialProject/Template/xlf/Tutorial.fsx.zh-Hans.xlf
@@ -89,7 +89,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- 若要深入了解这些运算符,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- 若要深入了解偏函数应用,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- 若要深入了解此运算符,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- 若要了解关于类的详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- 若要深入了解成员,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- 有关详细信息,请参阅: https://docs.microsoft.com/zh-cn/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/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 0df179cdd76..3288a231f39 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 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/xml-documentation
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/xml-documentation
@@ -99,7 +99,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/import-declarations-the-open-keyword
@@ -114,7 +114,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/zh-tw/dotnet/articles/fsharp/language-reference/modules
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/modules
@@ -169,7 +169,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#why-immutable
@@ -219,7 +219,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/
@@ -309,7 +309,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/strings
@@ -359,7 +359,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/tuples
@@ -449,12 +449,12 @@
- 若要深入了解這些運算子,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
+ To learn more about these operators, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#function-composition-and-pipelining
- 若要深入了解局部應用程式,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
+ To learn more about Partial Application, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/#partial-application-of-arguments
@@ -614,7 +614,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/lists
@@ -704,7 +704,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/arrays
@@ -749,7 +749,7 @@
- 若要深入了解此運算子,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
+ To learn more about this operator, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/values/index#mutable-variables
@@ -784,7 +784,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/sequences
@@ -844,7 +844,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/functions/index#recursive-functions
@@ -909,7 +909,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/records
@@ -944,7 +944,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/copy-and-update-record-expressions
@@ -999,7 +999,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/discriminated-unions
@@ -1204,7 +1204,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/pattern-matching
@@ -1279,7 +1279,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/active-patterns
@@ -1309,7 +1309,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/options
@@ -1359,7 +1359,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/units-of-measure
@@ -1409,12 +1409,12 @@
- 若要深入了解類別,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
+ To learn more about Classes, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/classes
- 若要深入了解成員,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
+ To learn more about Members, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members
@@ -1479,7 +1479,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/generics/
@@ -1529,7 +1529,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/interfaces
@@ -1599,7 +1599,7 @@
- 若要深入了解,請參閱: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
+ To learn more, see: https://docs.microsoft.com/en-us/dotnet/articles/fsharp/language-reference/members/events
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
index 34840f555df..732d3d10c17 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Vodítka struktury bloků;
-Zobrazit pokyny ke struktuře pro kód F#;
-Tvorba osnov;
-Zobrazit sbalitelné a sbalitelné uzly pro kód F#;
-Vložené tipy;
-Zobrazit pomocné parametry vloženého typu (experimentální);
-Zobrazit nápovědy k názvům vložených parametrů (experimentální); Pivo
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Možnosti výkonu projektu F# a ukládání do mezipaměti;
-Povolit odkazy mezi projekty v paměti;
-Možnosti výkonu IntelliSense;
-Povolit zastaralá data pro funkce IntelliSense;
-Doba, než se použijí zastaralé výsledky (v milisekundách);
-Paralelizace (vyžaduje restartování);
-Povolit paralelní kontrolu typů pomocí souborů podpisu;
-Povolit paralelní referenční rozlišení;
-Povolit odkazy rychlého hledání a přejmenování (experimentální)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Navigační odkazy;
-Zobrazit navigační odkazy jako;
-Plné podtržení;
-Podtržení tečkami;
-Přerušované podtržení;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
index ebf011be011..73824f68dea 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Führungslinien für Blockstruktur;
-Strukturrichtlinien für F#-Code anzeigen;
-Gliederung;
-Gliederungs- und reduzierbare Knoten für F#-Code anzeigen;
-Inlinehinweise;
-Hinweise zu Inlinetypen anzeigen (experimentell);
-Hinweise zu Inlineparameternamen anzeigen (experimentell); Bier
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F#-Projekt- und Cacheleistungsoptionen;
-Projektübergreifende Verweise im Arbeitsspeicher aktivieren;
-IntelliSense-Leistungsoptionen;
-Veraltete Daten für IntelliSense-Features aktivieren;
-Zeit bis zur Verwendung veralteter Ergebnisse (in Millisekunden);
-Parallelisierung (Neustart erforderlich);
-Parallele Typüberprüfung mit Signaturdateien aktivieren;
-Parallele Verweisauflösung aktivieren;
-Schnellsuche und Umbenennen von Verweisen aktivieren (experimentell)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Navigationslinks;
-Navigationslinks anzeigen als;
-Durchgehende Unterstreichung;
-Gepunktete Unterstreichung;
-Gestrichelte Unterstreichung;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
index 149d82474ee..35c0cf5364e 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Guías de estructura de bloques;
-Mostrar instrucciones de estructura para el código de F#;
-Esquematización;
-Mostrar nodos esquematización y contraíbles para el código de F#;
-Sugerencias insertadas;
-Mostrar sugerencias de tipo insertadas (experimental);
-Mostrar sugerencias de nombre de parámetro insertado (experimental); Cerveza
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Opciones de rendimiento de almacenamiento en caché y proyecto de F#;
-Habilitar referencias entre proyectos en memoria;
-Opciones de rendimiento de IntelliSense;
-Habilitar datos obsoletos para características de IntelliSense;
-Tiempo hasta que se usan resultados obsoletos (en milisegundos);
-Paralelización (requiere reiniciar);
-Habilitar la comprobación de tipos paralelos con archivos de firma;
-Habilitar resolución de referencias paralelas;
-Habilitar referencias de búsqueda rápida y cambio de nombre (experimental)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Vínculos de navegación;
-Mostrar vínculos de navegación como;
-Subrayado sólido;
-Subrayado de punto;
-Subrayado de guion;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
index 40a09ed5667..286046eb67d 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Repères de structure de bloc ;
-Afficher les instructions de structure pour le code F# ;
-Décrivant;
-Afficher les nœuds plan et réductibles pour le code F# ;
-Indicateurs inline ;
-Afficher les indicateurs de type inline (expérimental);
-Afficher les indicateurs de nom de paramètre inline (expérimental); Bière
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Options de performances du projet F# et de la mise en cache ;
-Activer les références entre projets en mémoire ;
-Options de performances IntelliSense ;
-Activer les données périmées pour les fonctionnalités IntelliSense ;
-Durée d’utilisation des résultats périmés (en millisecondes) ;
-Parallélisation (redémarrage nécessaire);
-Activer la vérification de type parallèle avec les fichiers de signature ;
-Activer la résolution de référence parallèle ;
-Activer les références de recherche rapide et renommer (expérimental)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Liens de navigation ;
-Afficher les liens de navigation en tant que ;
-Soulignement uni ;
-Soulignement pointé ;
-Soulignement en tirets ;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
index 389e4eac16c..bd511431202 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Guide struttura a blocchi;
-Mostra le linee guida per la struttura per il codice F#;
-Delinea;
-Mostra nodi struttura e comprimibili per il codice F#;
-Suggerimenti incorporati;
-Visualizza suggerimenti di tipo inline (sperimentale);
-Visualizza suggerimenti per i nomi di parametro inline (sperimentale); Birra
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Opzioni prestazioni progetto F# e memorizzazione nella cache;
-Abilita riferimenti tra progetti in memoria;
-Opzioni prestazioni IntelliSense;
-Abilita dati non aggiornati per le funzionalità di IntelliSense;
-Tempo prima dell'utilizzo dei risultati non aggiornati (in millisecondi);
-Parallelizzazione (richiede il riavvio);
-Abilita il controllo dei tipi paralleli con i file di firma;
-Abilita risoluzione riferimenti paralleli;
-Abilita la ricerca rapida dei riferimenti e la ridenominazione (sperimentale)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Collegamenti di spostamento;
-Mostra collegamenti di spostamento come;
-Sottolineatura a tinta unita;
-Sottolineatura punto;
-Trattino sottolineato;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
index 7f656e46792..7aebd755250 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- ブロック構造ガイド;
-F# コードの構造ガイドラインを表示します。
-アウトライン;
-F# コードのアウトラインと折りたたみ可能なノードを表示します。
-インライン ヒント;
-インライン型のヒントを表示する (試験段階);
-インライン パラメーター名のヒントを表示する (試験段階);ビール
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F# プロジェクトとキャッシュのパフォーマンス オプション;
-メモリ内のプロジェクト間参照を有効にする。
-IntelliSense パフォーマンス オプション;
-IntelliSense 機能の古いデータを有効にする。
-古い結果が使用されるまでの時間 (ミリ秒);
-並列化 (再起動が必要);
-署名ファイルを使用して並列型チェックを有効にする。
-並列参照解決を有効にする;
-高速検索参照の有効化と名前の変更 (試験段階)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- ナビゲーション リンク;
-ナビゲーション リンクを次のように表示します。
-塗りつぶしの下線;
-ドットの下線;
-ダッシュ下線;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
index 1e2ef1553ac..d10115df0ca 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- 블록 구조 안내선,
-F# 코드에 대한 구조 지침 표시,
-개요,
-F# 코드에 대한 개요 및 축소 가능한 노드 표시,
-인라인 힌트,
-인라인 형식 힌트 표시(실험적),
-인라인 매개 변수 이름 힌트 표시(실험적); 맥주
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F# 프로젝트 및 캐싱 성능 옵션,
-메모리 내 프로젝트 간 참조 사용,
-IntelliSense 성능 옵션;
-IntelliSense 기능에 부실 데이터 사용
-부실 결과가 사용될 때까지의 시간(밀리초)
-병렬 처리(다시 시작해야 함)
-서명 파일을 사용한 병렬 형식 검사 사용
-병렬 참조 확인 사용
-빠른 찾기 참조 및 이름 바꾸기 사용(실험적)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- 탐색 링크,
-탐색 링크를 다음으로 표시,
-단색 밑줄,
-점 밑줄,
-대시 밑줄,
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
index afa8fa36578..e9a87f41875 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Prowadnice struktury bloku;
-Pokaż wytyczne dotyczące struktury dla kodu języka F#;
-Tworzenie konspektu;
-Pokaż konspekt i zwijane węzły dla kodu języka F#;
-Wskazówki wbudowane;
-Wyświetl wskazówki typu wbudowanego (eksperymentalne);
-Wyświetl wskazówki dotyczące nazw parametrów wbudowanych (eksperymentalne); Piwo
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Opcje wydajności projektów i buforowania języka F#;
-Włącz odwołania między projektami w pamięci;
-Opcje wydajności funkcji IntelliSense;
-Włącz nieaktualne dane dla funkcji IntelliSense;
-Czas do użycia nieodświeżonych wyników (w milisekundach);
-Równoległość (wymaga ponownego uruchomienia);
-Włącz równoległe sprawdzanie typów za pomocą plików podpisu;
-Włącz równoległe rozpoznawanie odwołań;
-Włącz szybkie znajdowanie odwołań i zmianę nazwy (eksperymentalne)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Linki nawigacyjne;
-Pokaż linki nawigacyjne jako;
-Pełne podkreślenie;
-Podkreślenie kropką;
-Podkreślenie kreską;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
index a4f4b36fd67..bd47475061d 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Guias de Estrutura de Bloco;
-Mostrar diretrizes de estrutura para o código F#;
-Estrutura de tópicos;
-Mostrar estrutura de tópicos e nós recolhíveis para o código F#;
-Dicas embutidas;
-Exibir dicas do tipo embutido (experimental);
-Exibir dicas de nome de parâmetro embutidas (experimental);Cerveja
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Opções de Desempenho de Projeto e Cache do F#;
-Habilitar referências entre projetos na memória;
-Opções de Desempenho do IntelliSense;
-Habilitar dados obsoletos para recursos do IntelliSense;
-Tempo até que os resultados obsoletos sejam usados (em milissegundos);
-Paralelização (requer reinicialização);
-Habilitar a verificação de tipo paralelo com arquivos de assinatura;
-Habilitar a resolução de referência paralela;
-Habilitar localizar referências rapidamente e renomear (experimental)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Links de navegação;
-Mostrar links de navegação como;
-Sublinhado sólido;
-Sublinhado pontilhado;
-Sublinhado tracejado;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
index 74e64e6afea..cb191cc93f6 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Направляющие для структуры блоков;
-Показать рекомендации по структуре для кода F#;
-Структурирование;
-Показать структурирование и свертываемые узлы для кода F#;
-Встроенные подсказки;
-Отображать подсказки для встроенных типов (экспериментальная версия);
-Отображать подсказки для имен встроенных параметров (экспериментальная версия);Пиво
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- Проект F# и параметры производительности кэширования;
-Включить перекрестные ссылки между проектами в памяти;
-Параметры производительности IntelliSense;
-Включение устаревших данных для функций IntelliSense;
-Время использования устаревших результатов (в миллисекундах);
-Параллелизация (требуется перезапуск);
-Включить параллельную проверку типа с файлами подписей;
-Включить параллельное разрешение ссылок;
-Включить быстрый поиск ссылок и переименование (экспериментальная версия)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Ссылки навигации;
-Показывать ссылки навигации как;
-Сплошное подчеркивание;
-Подчеркивание точками;
-Подчеркивание штрихами;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
index 524e2404af2..58ab9de243b 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- Blok Yapısı Kılavuzları;
-F# kodu için yapı yönergelerini göster;
-Anahat oluşturma;
-F# kodu için ana hattı ve daraltılabilir düğümleri göster;
-Satır içi ipuçları;
-Satır içi tür ipuçlarını görüntüle (deneysel);
-Satır içi parametre adı ipuçlarını görüntüle (deneysel);Bira
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F# Proje ve Önbelleğe Alma Performans Seçenekleri;
-Bellek içi çapraz proje başvurularını etkinleştir;
-IntelliSense Performans Seçenekleri;
-IntelliSense özellikleri için durum verilerini etkinleştir;
-Eski sonuçlar kullanılana kadar geçen süre (milisaniye olarak);
-Paralelleştirme (yeniden başlatma gerektirir);
-İmza dosyalarıyla paralel tür denetlemeyi etkinleştir;
-Paralel başvuru çözümlemeyi etkinleştir;
-Başvuruları hızlı bulma ve yeniden adlandırmayı etkinleştir (deneysel)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- Gezinti bağlantıları;
-Gezinti bağlantılarını gösterme biçimi;
-Altı düz çizili;
-Altı noktalı çizili;
-Çizgi altı çizili;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
index b65d9f5979f..0e10175ca0d 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- 块结构参考线;
-显示 F# 代码的结构准则;
-大纲;
-显示 F# 代码大纲和可折叠的节点;
-内联提示;
-显示内联类型提示(实验性);
-显示内联参数名称提示(实验性);啤酒
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F# 项目和缓存性能选项;
-启用内存中跨项目引用;
-IntelliSense 性能选项;
-为 IntelliSense 功能启用过时数据;
-使用过时结果之前的时间(以毫秒为单位);
-并行化(需要重启);
-使用签名文件启用并行类型检查;
-启用并行引用解析;
-启用快速查找引用和重命名(实验性)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- 导航链接;
-将导航链接显示为;
-实心下划线;
-点下划线;
-划线下划线;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
index 67ff049db0e..4e64c4c1029 100644
--- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf
@@ -35,13 +35,13 @@ Show outlining and collapsible nodes for F# code;
Inline hints;
Display inline type hints (experimental);
Display inline parameter name hints (experimental);Beer
- 區塊結構輔助線;
-顯示 F# 程式碼的結構方針;
-概述;
-顯示 F# 程式碼的大綱與可折疊的節點;
-內嵌提示;
-顯示內嵌類型提示 (實驗性);
-顯示內嵌參數名稱提示 (實驗性);啤酒
+ Block Structure Guides;
+Show structure guidelines for F# code;
+Outlining;
+Show outlining and collapsible nodes for F# code;
+Inline hints;
+Display inline type hints (experimental);
+Display inline parameter name hints (experimental);Beer
@@ -156,15 +156,15 @@ Parallelization (requires restart);
Enable parallel type checking with signature files;
Enable parallel reference resolution;
Enable fast find references & rename (experimental)
- F# 專案和快取效能選項;
-啟用記憶體內部跨專案參考;
-IntelliSense 效能選項;
-啟用 IntelliSense 功能的過時資料;
-使用過時結果之前的時間 (毫秒);
-平行化 (需要重新開機);
-啟用簽章檔案的平行類型檢查;
-啟用平行參考解析;
-啟用快速尋找參考和重新命名 (實驗性)
+ F# Project and Caching Performance Options;
+Enable in-memory cross project references;
+IntelliSense Performance Options;
+Enable stale data for IntelliSense features;
+Time until stale results are used (in milliseconds);
+Parallelization (requires restart);
+Enable parallel type checking with signature files;
+Enable parallel reference resolution;
+Enable fast find references & rename (experimental)
@@ -178,11 +178,11 @@ Show navigation links as;
Solid underline;
Dot underline;
Dash underline;
- 導覽連結;
-導覽連結顯示為;
-實線底線;
-點底線;
-虛線底線;
+ Navigation links;
+Show navigation links as;
+Solid underline;
+Dot underline;
+Dash underline;
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.cs.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.cs.xlf
index e52a10e47bc..a6804b56c87 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.cs.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.cs.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.de.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.de.xlf
index d7986c83cdc..d1773499751 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.de.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.de.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.es.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.es.xlf
index 1351f778505..22c129e7c91 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.es.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.es.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.fr.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.fr.xlf
index 1b0d94757e5..13f26a3372c 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.fr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.fr.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.it.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.it.xlf
index 8bd00bd0699..8ab09f312bd 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.it.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.it.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ja.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ja.xlf
index d671a2f60f6..28da7334851 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ja.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ja.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ko.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ko.xlf
index 4c029af56a6..fb1457315e4 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ko.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ko.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pl.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pl.xlf
index 3d4b03db13b..031acb41295 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pl.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pl.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pt-BR.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pt-BR.xlf
index 40ee6efc5ec..74dfbed93a7 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pt-BR.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.pt-BR.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ru.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ru.xlf
index 721ab93d325..001d9fc5109 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ru.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.ru.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.tr.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.tr.xlf
index 44a3a85392c..d7ad7e7efde 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.tr.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.tr.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hans.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hans.xlf
index bcee5688865..8e5c98bfcb9 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hans.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hant.xlf b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hant.xlf
index 1f70b076440..fb348e872fe 100644
--- a/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.ProjectSystem.FSharp/xlf/VSPackage.zh-Hant.xlf
@@ -444,7 +444,7 @@
- 1.0
+ 1.0
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
index 1bee0e3597c..211e08fa92e 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf
@@ -39,7 +39,7 @@
- Povolit paralelní kontrolu typů pomocí souborů podpisu
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Zobrazit nápovědy k názvům vložených parametrů (experimentální)
+ Display inline parameter name hints (experimental)
- Zobrazení tipů pro vložený typ (experimentální)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
index 08ef439e77e..641660eeb28 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf
@@ -39,7 +39,7 @@
- Parallele Typüberprüfung mit Signaturdateien aktivieren
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Hinweise zu Inlineparameternamen anzeigen (experimentell)
+ Display inline parameter name hints (experimental)
- Hinweise für Inlinetypen anzeigen (experimentell)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
index d2f291a7068..463a7ddf7e6 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf
@@ -39,7 +39,7 @@
- Habilitar la comprobación de tipos paralelos con archivos de firma
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Mostrar sugerencias de nombre de parámetro insertado (experimental)
+ Display inline parameter name hints (experimental)
- Mostrar sugerencias de tipo insertadas (experimental)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
index 8ea5c20d659..87a355a2f58 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf
@@ -39,7 +39,7 @@
- Activer la vérification de type parallèle avec les fichiers de signature
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Afficher les indicateurs de nom de paramètre en ligne (expérimental)
+ Display inline parameter name hints (experimental)
- Afficher les indicateurs de type inline (expérimental)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
index da3b4d77c6c..ce5e57365d2 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf
@@ -39,7 +39,7 @@
- Abilitare il controllo dei tipi paralleli con i file di firma
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Visualizza suggerimenti per i nomi di parametro inline (sperimentale)
+ Display inline parameter name hints (experimental)
- Visualizzare suggerimenti di tipo inline (sperimentale)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
index 5a1a3671dde..2a043f35d9c 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf
@@ -39,7 +39,7 @@
- 署名ファイルを使用して並列型チェックを有効にする
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- インライン パラメーター名のヒントを表示する (試験段階)
+ Display inline parameter name hints (experimental)
- インライン型のヒントを表示する (試験段階)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
index 9a369afe62c..ce97fd42261 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf
@@ -39,7 +39,7 @@
- 서명 파일로 병렬 유형 검사 사용
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- 인라인 매개 변수 이름 힌트 표시(실험적)
+ Display inline parameter name hints (experimental)
- 인라인 유형 힌트 표시(실험적)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
index a38fb3184b2..18b7e0b055a 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf
@@ -39,7 +39,7 @@
- Włącz równoległe sprawdzanie typów za pomocą plików podpisu
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Wyświetlaj wbudowane wskazówki dotyczące nazw parametrów (eksperymentalne)
+ Display inline parameter name hints (experimental)
- Wyświetl wskazówki typu wbudowanego (eksperymentalne)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
index 47c2ffbd415..01cef128868 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf
@@ -39,7 +39,7 @@
- Habilitar a verificação de tipo paralelo com arquivos de assinatura
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Exibir dicas de nome de parâmetro embutidas (experimental)
+ Display inline parameter name hints (experimental)
- Exibir as dicas de tipo embutido (experimental)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
index d7b25b83c37..69d2ebff5d9 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf
@@ -39,7 +39,7 @@
- Включить параллельную проверку типа с файлами подписей
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Отображать подсказки для имен встроенных параметров (экспериментальная версия)
+ Display inline parameter name hints (experimental)
- Отображать подсказки для встроенных типов (экспериментальная версия)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
index cb43cd3f76a..8d9f3497ed0 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf
@@ -39,7 +39,7 @@
- İmza dosyalarıyla paralel tür denetlemeyi etkinleştir
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- Satır içi parametre adı ipuçlarını göster (deneysel)
+ Display inline parameter name hints (experimental)
- Satır içi tür ipuçlarını göster (deneysel)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
index 90110088382..fdbaf8df21b 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf
@@ -39,7 +39,7 @@
- 使用签名文件启用并行类型检查
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- 显示内联参数名称提示(实验性)
+ Display inline parameter name hints (experimental)
- 显示内联类型提示(实验性)
+ Display inline type hints (experimental)
diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
index 37f9430761a..83896b49f41 100644
--- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
+++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf
@@ -39,7 +39,7 @@
- 啟用簽章檔案的平行類型檢查
+ Enable parallel type checking with signature files
@@ -74,12 +74,12 @@
- 顯示內嵌參數名稱提示 (實驗性)
+ Display inline parameter name hints (experimental)
- 顯示內嵌類型提示 (實驗性)
+ Display inline type hints (experimental)