diff --git a/src/Compiler/xlf/FSComp.txt.cs.xlf b/src/Compiler/xlf/FSComp.txt.cs.xlf
index 08a35321577..0df5d1f1e3e 100644
--- a/src/Compiler/xlf/FSComp.txt.cs.xlf
+++ b/src/Compiler/xlf/FSComp.txt.cs.xlf
@@ -132,6 +132,11 @@
The interface '{0}' cannot be used as a type argument because the static abstract member '{1}' does not have a most specific implementation in the interface.
+
+ 'NativePtr.stackalloc' cannot be used inside the 'with' handler, filter or 'finally' block of a 'try' expression. The 'localloc' IL instruction this emits is rejected inside an exception-handling region, producing a 'System.InvalidProgramException' when the method is loaded.
+ 'NativePtr.stackalloc' cannot be used inside the 'with' handler, filter or 'finally' block of a 'try' expression. The 'localloc' IL instruction this emits is rejected inside an exception-handling region, producing a 'System.InvalidProgramException' when the method is loaded.
+
+ The member or function '{0}' has the 'TailCallAttribute' attribute, but is not being used in a tail recursive way.Člen nebo funkce „{0}“ má atribut „TailCallAttribute“, ale nepoužívá se koncovým (tail) rekurzivním způsobem.
@@ -352,11 +357,6 @@
Průnik omezení u flexibilních typů
-
- default interface member consumption
- využití člena výchozího rozhraní
-
- Deprecate places where 'seq' can be omittedDeprecate places where 'seq' can be omitted
@@ -407,11 +407,6 @@
error (rather than warning) when an enforced compiler-semantic attribute is present in the .fs but missing from the .fsi
-
- Error reporting on static classes
- Vytváření sestav chyb u statických tříd
-
- more types support units of measurevíce typů podporuje měrné jednotky
@@ -532,14 +527,9 @@
record type and expression spreads
-
- informational messages related to reference cells
- informační zprávy související s referenčními buňkami
-
-
-
- support for required properties
- podpora požadovaných vlastností
+
+ calls to 'reraise' in a computation expression handler
+ calls to 'reraise' in a computation expression handler
@@ -562,6 +552,11 @@
Sdílení podkladových polí v rozlišeném sjednocení [<Struct>] za předpokladu, že mají stejný název a typ
+
+ runtime async
+ runtime async
+
+ Support for scoped enabling / disabling of warnings by #warn and #nowarn directives, also inside modulesSupport for scoped enabling / disabling of warnings by #warn and #nowarn directives, also inside modules
@@ -572,11 +567,6 @@
omezení vlastního typu
-
- Allow static let bindings in union, record, struct, non-incremental-class types
- Povolit vazby statického let v typech union, record, struct a non-incremental-class
-
- string interpolationinterpolace řetězce
@@ -692,6 +682,31 @@
The type '{0}' is not a valid custom attribute argument type. Custom attribute arrays must have elements of primitive types, enums, string, System.Type, or System.Object.
+
+ A byref, byref-like, or pinned local '{0}' cannot be used after a runtime async suspension.
+ A byref, byref-like, or pinned local '{0}' cannot be used after a runtime async suspension.
+
+
+
+ The runtime-async sequence recipe could not be statically lowered. Supply a statically known delayed sequence recipe through an inline builder.
+ The runtime-async sequence recipe could not be statically lowered. Supply a statically known delayed sequence recipe through an inline builder.
+
+
+
+ Stack allocation is not permitted in a runtime async method.
+ Stack allocation is not permitted in a runtime async method.
+
+
+
+ Runtime async suspension method '{0}' may only be called from a runtime async method.
+ Runtime async suspension method '{0}' may only be called from a runtime async method.
+
+
+
+ A runtime async method cannot use MethodImplOptions.Synchronized.
+ A runtime async method cannot use MethodImplOptions.Synchronized.
+
+ Unknown debug point '{0}'. The available debug points are '{1}'.Neznámý bod ladění {0}. Dostupné body ladění jsou {1}.
@@ -5497,11 +5512,6 @@
Struktury nemůžou obsahovat definice hodnot, protože výchozí konstruktor pro struktury tyto vazby neprovede. Zvažte možnost přidat k primárnímu konstruktoru pro tento typ další argumenty.
-
- For F#7 and lower, static 'let','do' and 'member val' definitions may only be used in types with a primary constructor ('type X(args) = ...'). To enable them in all other types, use language version '8' or higher.
- Pro definice F#7 a nižší, „static let“, „do“ a „member val“ lze použít pouze v typech s primárním konstruktorem (typ X(args) = ...). Pokud je chcete povolit ve všech ostatních typech, použijte jazyk verze 8 nebo vyšší.
-
- Measure declarations may have only static members: constructors are not availableDeklarace míry můžou mít jenom statické členy: Konstruktory dostupné nejsou.
@@ -8997,6 +9007,16 @@
Tuple type extensions are supported only for tuples of up to 7 elements, but this tuple type has {0} elements. Extensions of larger tuples are not supported.
+
+ enforce named arguments at call sites of methods annotated with RequireNamedArgumentsAttribute
+ enforce named arguments at call sites of methods annotated with RequireNamedArgumentsAttribute
+
+
+
+ The method '{0}' requires named arguments. Use named-argument syntax, e.g. 'MethodName(argumentName = value)'.
+ The method '{0}' requires named arguments. Use named-argument syntax, e.g. 'MethodName(argumentName = value)'.
+
+