Skip to content

Commit d334681

Browse files
authored
Merge branch 'release/dev17.5' into check-packages-version
2 parents 1001ea9 + ca43b55 commit d334681

13 files changed

+78
-78
lines changed

src/Compiler/xlf/FSComp.txt.cs.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</trans-unit>
1010
<trans-unit id="buildDuplicateFile">
1111
<source>The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</source>
12-
<target state="new">The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</target>
12+
<target state="translated">Zdrojový soubor {0} (na pozici {1}/{2}) se už zobrazil v seznamu kompilací (na pozici {3}/{4}). Ověřte prosím, že je v souboru projektu zahrnutý jen jednou.</target>
1313
<note />
1414
</trans-unit>
1515
<trans-unit id="buildInvalidSourceFileExtensionML">
@@ -24,12 +24,12 @@
2424
</trans-unit>
2525
<trans-unit id="chkAdditionalConstructorOnStaticClasses">
2626
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</source>
27-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</target>
27+
<target state="translated">Pokud typ používá atribut [&lt;Sealed&gt;] i [&lt;AbstractClass&gt;], znamená to, že je statický. Další konstruktor není povolený.</target>
2828
<note />
2929
</trans-unit>
3030
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
3131
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</source>
32-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</target>
32+
<target state="translated">Pokud typ používá atribut [&lt;Sealed&gt;] i [&lt;AbstractClass&gt;], znamená to, že je statický. Konstruktor s argumenty není povolený.</target>
3333
<note />
3434
</trans-unit>
3535
<trans-unit id="chkDuplicatedMethodParameter">
@@ -74,7 +74,7 @@
7474
</trans-unit>
7575
<trans-unit id="chkInstanceMemberOnStaticClasses">
7676
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</source>
77-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</target>
77+
<target state="translated">Pokud typ používá atribut [&lt;Sealed&gt;] i [&lt;AbstractClass&gt;], znamená to, že je statický. Členové instance nejsou povoleni.</target>
7878
<note />
7979
</trans-unit>
8080
<trans-unit id="containerDeprecated">
@@ -214,7 +214,7 @@
214214
</trans-unit>
215215
<trans-unit id="featureErrorReportingOnStaticClasses">
216216
<source>Error reporting on static classes</source>
217-
<target state="new">Error reporting on static classes</target>
217+
<target state="translated">Vytváření sestav chyb u statických tříd</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="featureEscapeBracesInFormattableString">
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
366366
<source>Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</source>
367-
<target state="new">Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</target>
367+
<target state="translated">Vyvolá upozornění, když se použije „let inline ... =“ společně s atributem [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;]. Funkce není vkládána.</target>
368368
<note />
369369
</trans-unit>
370370
<trans-unit id="featureWildCardInForLoop">

src/Compiler/xlf/FSComp.txt.de.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</trans-unit>
1010
<trans-unit id="buildDuplicateFile">
1111
<source>The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</source>
12-
<target state="new">The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</target>
12+
<target state="translated">Die Quelldatei „{0}“ (an Position {1}/{2}) wurde bereits in der Kompilierungsliste angezeigt (an Position {3}/{4}). Bitte stellen Sie sicher, dass sie nur einmal in der Projektdatei enthalten ist.</target>
1313
<note />
1414
</trans-unit>
1515
<trans-unit id="buildInvalidSourceFileExtensionML">
@@ -24,12 +24,12 @@
2424
</trans-unit>
2525
<trans-unit id="chkAdditionalConstructorOnStaticClasses">
2626
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</source>
27-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</target>
27+
<target state="translated">Wenn ein Typ sowohl das Attribute [&lt;Sealed&gt;] wie auch [&lt;AbstractClass&gt;] verwendet, bedeutet dies, dass er statisch ist. Ein zusätzlicher Konstruktor ist nicht zulässig.</target>
2828
<note />
2929
</trans-unit>
3030
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
3131
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</source>
32-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</target>
32+
<target state="translated">Wenn ein Typ sowohl das Attribute [&lt;Sealed&gt;] wie auch [&lt;AbstractClass&gt;] verwendet, bedeutet dies, dass er statisch ist. Der Konstruktor mit Argumenten ist nicht zulässig.</target>
3333
<note />
3434
</trans-unit>
3535
<trans-unit id="chkDuplicatedMethodParameter">
@@ -74,7 +74,7 @@
7474
</trans-unit>
7575
<trans-unit id="chkInstanceMemberOnStaticClasses">
7676
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</source>
77-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</target>
77+
<target state="translated">Wenn ein Typ sowohl das Attribute [&lt;Sealed&gt;] wie auch [&lt;AbstractClass&gt;] verwendet, bedeutet dies, dass er statisch ist. Members in Instanzen sind nicht zulässig.</target>
7878
<note />
7979
</trans-unit>
8080
<trans-unit id="containerDeprecated">
@@ -214,7 +214,7 @@
214214
</trans-unit>
215215
<trans-unit id="featureErrorReportingOnStaticClasses">
216216
<source>Error reporting on static classes</source>
217-
<target state="new">Error reporting on static classes</target>
217+
<target state="translated">Fehlerberichterstattung für statische Klassen</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="featureEscapeBracesInFormattableString">
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
366366
<source>Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</source>
367-
<target state="new">Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</target>
367+
<target state="translated">Löst Warnungen aus, wenn „let inline ... =“ zusammen mit dem Attribut [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] verwendet wird. Die Funktion wird nicht inline gesetzt.</target>
368368
<note />
369369
</trans-unit>
370370
<trans-unit id="featureWildCardInForLoop">

src/Compiler/xlf/FSComp.txt.es.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</trans-unit>
1010
<trans-unit id="buildDuplicateFile">
1111
<source>The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</source>
12-
<target state="new">The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</target>
12+
<target state="translated">El archivo de origen "{0}" (en la posición {1}/{2}) ya aparece en la lista de compilación (en la posición {3}/{4}). Compruebe que solo se incluya una vez en el archivo del proyecto.</target>
1313
<note />
1414
</trans-unit>
1515
<trans-unit id="buildInvalidSourceFileExtensionML">
@@ -24,12 +24,12 @@
2424
</trans-unit>
2525
<trans-unit id="chkAdditionalConstructorOnStaticClasses">
2626
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</source>
27-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</target>
27+
<target state="translated">Si un tipo usa los atributos [&lt;Sealed&gt;] y [&lt;AbstractClass&gt;], significa que es estático. No se permite un constructor adicional.</target>
2828
<note />
2929
</trans-unit>
3030
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
3131
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</source>
32-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</target>
32+
<target state="translated">Si un tipo usa los atributos [&lt;Sealed&gt;] y [&lt;AbstractClass&gt;], significa que es estático. No se permite un constructor con argumentos.</target>
3333
<note />
3434
</trans-unit>
3535
<trans-unit id="chkDuplicatedMethodParameter">
@@ -74,7 +74,7 @@
7474
</trans-unit>
7575
<trans-unit id="chkInstanceMemberOnStaticClasses">
7676
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</source>
77-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</target>
77+
<target state="translated">Si un tipo usa los atributos [&lt;Sealed&gt;] y [&lt;AbstractClass&gt;], significa que es estático. No se permiten miembros de instancia.</target>
7878
<note />
7979
</trans-unit>
8080
<trans-unit id="containerDeprecated">
@@ -214,7 +214,7 @@
214214
</trans-unit>
215215
<trans-unit id="featureErrorReportingOnStaticClasses">
216216
<source>Error reporting on static classes</source>
217-
<target state="new">Error reporting on static classes</target>
217+
<target state="translated">Informe de errores en clases estáticas</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="featureEscapeBracesInFormattableString">
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
366366
<source>Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</source>
367-
<target state="new">Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</target>
367+
<target state="translated">Genera advertencias cuando se usa "let inline ... =" junto con el atributo [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;]. La función no se está insertando.</target>
368368
<note />
369369
</trans-unit>
370370
<trans-unit id="featureWildCardInForLoop">

src/Compiler/xlf/FSComp.txt.fr.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</trans-unit>
1010
<trans-unit id="buildDuplicateFile">
1111
<source>The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</source>
12-
<target state="new">The source file '{0}' (at position {1}/{2}) already appeared in the compilation list (at position {3}/{4}). Please verify that it is included only once in the project file.</target>
12+
<target state="translated">Le fichier source « {0} » (à la position {1}/{2}) apparaît déjà dans la liste de compilation (à la position {3}/{4}). Vérifiez qu’il n’est inclus qu’une seule fois dans le fichier projet.</target>
1313
<note />
1414
</trans-unit>
1515
<trans-unit id="buildInvalidSourceFileExtensionML">
@@ -24,12 +24,12 @@
2424
</trans-unit>
2525
<trans-unit id="chkAdditionalConstructorOnStaticClasses">
2626
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</source>
27-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Additional constructor is not allowed.</target>
27+
<target state="translated">Si un type utilise les attributs [&lt;Sealed&gt;] et [&lt;AbstractClass&gt;], cela signifie qu’il est statique. Un constructeur supplémentaire n’est pas autorisé.</target>
2828
<note />
2929
</trans-unit>
3030
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
3131
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</source>
32-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Constructor with arguments is not allowed.</target>
32+
<target state="translated">Si un type utilise les attributs [&lt;Sealed&gt;] et [&lt;AbstractClass&gt;], cela signifie qu’il est statique. Le constructeur avec des arguments n’est pas autorisé.</target>
3333
<note />
3434
</trans-unit>
3535
<trans-unit id="chkDuplicatedMethodParameter">
@@ -74,7 +74,7 @@
7474
</trans-unit>
7575
<trans-unit id="chkInstanceMemberOnStaticClasses">
7676
<source>If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</source>
77-
<target state="new">If a type uses both [&lt;Sealed&gt;] and [&lt;AbstractClass&gt;] attributes, it means it is static. Instance members are not allowed.</target>
77+
<target state="translated">Si un type utilise les attributs [&lt;Sealed&gt;] et [&lt;AbstractClass&gt;], cela signifie qu’il est statique. Les membres de l’instance ne sont pas autorisés.</target>
7878
<note />
7979
</trans-unit>
8080
<trans-unit id="containerDeprecated">
@@ -214,7 +214,7 @@
214214
</trans-unit>
215215
<trans-unit id="featureErrorReportingOnStaticClasses">
216216
<source>Error reporting on static classes</source>
217-
<target state="new">Error reporting on static classes</target>
217+
<target state="translated">Rapport d’erreurs sur les classes statiques</target>
218218
<note />
219219
</trans-unit>
220220
<trans-unit id="featureEscapeBracesInFormattableString">
@@ -364,7 +364,7 @@
364364
</trans-unit>
365365
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
366366
<source>Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</source>
367-
<target state="new">Raises warnings when 'let inline ... =' is used together with [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;] attribute. Function is not getting inlined.</target>
367+
<target state="translated">Génère des avertissements lorsque « let inline ... = » est utilisé avec l’attribut [&lt;MethodImpl(MethodImplOptions.NoInlining)&gt;]. La fonction n’est pas inlined.</target>
368368
<note />
369369
</trans-unit>
370370
<trans-unit id="featureWildCardInForLoop">

0 commit comments

Comments
 (0)