Skip to content

Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 2147102 #15002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions src/Compiler/xlf/FSComp.txt.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</trans-unit>
<trans-unit id="chkAutoOpenAttributeInTypeAbbrev">
<source>FSharp.Core.AutoOpenAttribute should not be aliased.</source>
<target state="new">FSharp.Core.AutoOpenAttribute should not be aliased.</target>
<target state="translated">FSharp.Core.AutoOpenAttribute by neměl mít alias.</target>
<note />
</trans-unit>
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
Expand Down Expand Up @@ -189,7 +189,7 @@
</trans-unit>
<trans-unit id="featureArithmeticInLiterals">
<source>Arithmetic and logical operations in literals, enum definitions and attributes</source>
<target state="new">Arithmetic and logical operations in literals, enum definitions and attributes</target>
<target state="translated">Aritmetické a logické operace v literálech, definicích výčtu a atributech</target>
<note />
</trans-unit>
<trans-unit id="featureAttributesToRightOfModuleKeyword">
Expand Down Expand Up @@ -309,12 +309,12 @@
</trans-unit>
<trans-unit id="featureNestedCopyAndUpdate">
<source>Nested record field copy-and-update</source>
<target state="new">Nested record field copy-and-update</target>
<target state="translated">Kopírování a aktualizace pole vnořeného záznamu</target>
<note />
</trans-unit>
<trans-unit id="featureNonInlineLiteralsAsPrintfFormat">
<source>String values marked as literals and IL constants as printf format</source>
<target state="new">String values marked as literals and IL constants as printf format</target>
<target state="translated">Řetězcové hodnoty označené jako literály a konstanty IL jako formát printf</target>
<note />
</trans-unit>
<trans-unit id="featureNonVariablePatternsToRightOfAsPatterns">
Expand Down Expand Up @@ -389,7 +389,7 @@
</trans-unit>
<trans-unit id="featureStaticMembersInInterfaces">
<source>Static members in interfaces</source>
<target state="new">Static members in interfaces</target>
<target state="translated">Statické členy v rozhraních</target>
<note />
</trans-unit>
<trans-unit id="featureStringInterpolation">
Expand All @@ -404,12 +404,12 @@
</trans-unit>
<trans-unit id="featureTryWithInSeqExpressions">
<source>Support for try-with in sequence expressions</source>
<target state="new">Support for try-with in sequence expressions</target>
<target state="translated">Podpora try-with ve výrazech pořadí</target>
<note />
</trans-unit>
<trans-unit id="featureWarningWhenCopyAndUpdateRecordChangesAllFields">
<source>Raises warnings when an copy-and-update record expression changes all fields of a record.</source>
<target state="new">Raises warnings when an copy-and-update record expression changes all fields of a record.</target>
<target state="translated">Vyvolá upozornění, když výraz záznamu kopírování a aktualizace změní všechna pole záznamu.</target>
<note />
</trans-unit>
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
Expand Down Expand Up @@ -509,7 +509,7 @@
</trans-unit>
<trans-unit id="keywordDescriptionSig">
<source>Keyword reserved for ML-compatibility.</source>
<target state="new">Keyword reserved for ML-compatibility.</target>
<target state="translated">Klíčové slovo je vyhrazené pro kompatibilitu ML.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionTypeTest">
Expand Down Expand Up @@ -774,7 +774,7 @@
</trans-unit>
<trans-unit id="parsUnexpectedEndOfFileElif">
<source>Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif &lt;expr&gt; then &lt;expr&gt;' or 'else if &lt;expr&gt; then &lt;expr&gt;'.</source>
<target state="new">Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif &lt;expr&gt; then &lt;expr&gt;' or 'else if &lt;expr&gt; then &lt;expr&gt;'.</target>
<target state="translated">Neočekávaný konec vstupu ve větvi else if nebo elif podmíněného výrazu Očekávalo se elif &lt;expr&gt; then &lt;expr&gt; nebo else if &lt;expr&gt; then &lt;expr&gt;.</target>
<note />
</trans-unit>
<trans-unit id="parsUnexpectedSymbolDot">
Expand All @@ -794,7 +794,7 @@
</trans-unit>
<trans-unit id="reprResumableCodeContainsConstrainedGenericLet">
<source>A constrained generic construct occured in the resumable code specification</source>
<target state="new">A constrained generic construct occured in the resumable code specification</target>
<target state="translated">Ve specifikaci obnovitelného kódu došlo k omezené obecné konstrukci.</target>
<note />
</trans-unit>
<trans-unit id="reprResumableCodeContainsDynamicResumeAtInBody">
Expand Down Expand Up @@ -919,7 +919,7 @@
</trans-unit>
<trans-unit id="tcCopyAndUpdateRecordChangesAllFields">
<source>This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.</source>
<target state="new">This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.</target>
<target state="translated">Tento výraz záznamu kopírování a aktualizace mění všechna pole typu záznamu '{0}'. Zvažte použití syntaxe konstrukce záznamu.</target>
<note />
</trans-unit>
<trans-unit id="tcHighPrecedenceFunctionApplicationToListDeprecated">
Expand Down Expand Up @@ -1189,7 +1189,7 @@
</trans-unit>
<trans-unit id="typrelNeverRefinedAwayFromTop">
<source>A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.</source>
<target state="new">A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.</target>
<target state="translated">Typ se implicitně odvodil jako obj, což může být nezamýšlené. Zvažte přidání explicitních poznámek k typu. Toto upozornění můžete zakázat pomocí #nowarn 3559 nebo --nowarn:3559.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
Expand Down Expand Up @@ -4659,7 +4659,7 @@
</trans-unit>
<trans-unit id="tcConcreteMembersIllegalInInterface">
<source>Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</source>
<target state="new">Interfaces cannot contain definitions of concrete instance members. You may need to define a constructor on your type to indicate that the type is a class.</target>
<target state="translated">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.</target>
<note />
</trans-unit>
<trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
Expand Down
24 changes: 12 additions & 12 deletions src/Compiler/xlf/FSComp.txt.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</trans-unit>
<trans-unit id="chkAutoOpenAttributeInTypeAbbrev">
<source>FSharp.Core.AutoOpenAttribute should not be aliased.</source>
<target state="new">FSharp.Core.AutoOpenAttribute should not be aliased.</target>
<target state="translated">FSharp.Core.AutoOpenAttribute darf kein Alias sein.</target>
<note />
</trans-unit>
<trans-unit id="chkConstructorWithArgumentsOnStaticClasses">
Expand Down Expand Up @@ -189,7 +189,7 @@
</trans-unit>
<trans-unit id="featureArithmeticInLiterals">
<source>Arithmetic and logical operations in literals, enum definitions and attributes</source>
<target state="new">Arithmetic and logical operations in literals, enum definitions and attributes</target>
<target state="translated">Arithmetische und logische Vorgänge in Literalen, Enumerationsdefinitionen und Attributen</target>
<note />
</trans-unit>
<trans-unit id="featureAttributesToRightOfModuleKeyword">
Expand Down Expand Up @@ -309,12 +309,12 @@
</trans-unit>
<trans-unit id="featureNestedCopyAndUpdate">
<source>Nested record field copy-and-update</source>
<target state="new">Nested record field copy-and-update</target>
<target state="translated">Kopieren und Aktualisieren des geschachtelten Datensatzfelds</target>
<note />
</trans-unit>
<trans-unit id="featureNonInlineLiteralsAsPrintfFormat">
<source>String values marked as literals and IL constants as printf format</source>
<target state="new">String values marked as literals and IL constants as printf format</target>
<target state="translated">Zeichenfolgenwerte, die als Literale und IL-Konstanten als Druckformat markiert sind</target>
<note />
</trans-unit>
<trans-unit id="featureNonVariablePatternsToRightOfAsPatterns">
Expand Down Expand Up @@ -389,7 +389,7 @@
</trans-unit>
<trans-unit id="featureStaticMembersInInterfaces">
<source>Static members in interfaces</source>
<target state="new">Static members in interfaces</target>
<target state="translated">Statische Member in Schnittstellen</target>
<note />
</trans-unit>
<trans-unit id="featureStringInterpolation">
Expand All @@ -404,12 +404,12 @@
</trans-unit>
<trans-unit id="featureTryWithInSeqExpressions">
<source>Support for try-with in sequence expressions</source>
<target state="new">Support for try-with in sequence expressions</target>
<target state="translated">Unterstützung für try-with-in-Sequenzausdrücke</target>
<note />
</trans-unit>
<trans-unit id="featureWarningWhenCopyAndUpdateRecordChangesAllFields">
<source>Raises warnings when an copy-and-update record expression changes all fields of a record.</source>
<target state="new">Raises warnings when an copy-and-update record expression changes all fields of a record.</target>
<target state="translated">Löst Warnungen aus, wenn ein Ausdruck zum Kopieren und Aktualisieren von Datensätzen alle Felder eines Datensatzes ändert.</target>
<note />
</trans-unit>
<trans-unit id="featureWarningWhenInliningMethodImplNoInlineMarkedFunction">
Expand Down Expand Up @@ -509,7 +509,7 @@
</trans-unit>
<trans-unit id="keywordDescriptionSig">
<source>Keyword reserved for ML-compatibility.</source>
<target state="new">Keyword reserved for ML-compatibility.</target>
<target state="translated">Schlüsselwort für ML-Kompatibilität reserviert.</target>
<note />
</trans-unit>
<trans-unit id="keywordDescriptionTypeTest">
Expand Down Expand Up @@ -774,7 +774,7 @@
</trans-unit>
<trans-unit id="parsUnexpectedEndOfFileElif">
<source>Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif &lt;expr&gt; then &lt;expr&gt;' or 'else if &lt;expr&gt; then &lt;expr&gt;'.</source>
<target state="new">Unexpected end of input in 'else if' or 'elif' branch of conditional expression. Expected 'elif &lt;expr&gt; then &lt;expr&gt;' or 'else if &lt;expr&gt; then &lt;expr&gt;'.</target>
<target state="translated">Unerwartetes Eingabeende im Branch "else if" oder "elif" des bedingten Ausdrucks. Erwartet wurde "elif &lt;expr&gt; then &lt;expr&gt;" oder "else if &lt;expr&gt; then &lt;expr&gt;".</target>
<note />
</trans-unit>
<trans-unit id="parsUnexpectedSymbolDot">
Expand All @@ -794,7 +794,7 @@
</trans-unit>
<trans-unit id="reprResumableCodeContainsConstrainedGenericLet">
<source>A constrained generic construct occured in the resumable code specification</source>
<target state="new">A constrained generic construct occured in the resumable code specification</target>
<target state="translated">In der fortsetzbaren Codespezifikation ist ein eingeschränktes generisches Konstrukt aufgetreten.</target>
<note />
</trans-unit>
<trans-unit id="reprResumableCodeContainsDynamicResumeAtInBody">
Expand Down Expand Up @@ -919,7 +919,7 @@
</trans-unit>
<trans-unit id="tcCopyAndUpdateRecordChangesAllFields">
<source>This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.</source>
<target state="new">This copy-and-update record expression changes all fields of record type '{0}'. Consider using the record construction syntax instead.</target>
<target state="translated">Dieser Ausdruck zum Kopieren und Aktualisieren von Datensätzen ändert alle Felder des Datensatztyps '{0}'. Verwenden Sie stattdessen die Syntax für die Datensatzerstellung.</target>
<note />
</trans-unit>
<trans-unit id="tcHighPrecedenceFunctionApplicationToListDeprecated">
Expand Down Expand Up @@ -1189,7 +1189,7 @@
</trans-unit>
<trans-unit id="typrelNeverRefinedAwayFromTop">
<source>A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.</source>
<target state="new">A type has been implicitly inferred as 'obj', which may be unintended. Consider adding explicit type annotations. You can disable this warning by using '#nowarn \"3559\"' or '--nowarn:3559'.</target>
<target state="translated">Ein Typ wurde implizit als "obj" abgeleitet, was möglicherweise unbeabsichtigt ist. Erwägen Sie das Hinzufügen expliziter Typanmerkungen. Sie können diese Warnung mithilfe von "#nowarn \"3559\"" oder "--nowarn:3559" deaktivieren.</target>
<note />
</trans-unit>
<trans-unit id="undefinedNameFieldConstructorOrMemberWhenTypeIsKnown">
Expand Down
Loading