|
164 | 164 | </trans-unit>
|
165 | 165 | <trans-unit id="featureArithmeticInLiterals">
|
166 | 166 | <source>Allow arithmetic and logical operations in literals</source>
|
167 |
| - <target state="translated">Povolit aritmetické a logické operace v literálech</target> |
| 167 | + <target state="new">Allow arithmetic and logical operations in literals</target> |
168 | 168 | <note />
|
169 | 169 | </trans-unit>
|
170 | 170 | <trans-unit id="featureAttributesToRightOfModuleKeyword">
|
|
684 | 684 | </trans-unit>
|
685 | 685 | <trans-unit id="parsEqualsMissingInTypeDefinition">
|
686 | 686 | <source>Unexpected token in type definition. Expected '=' after the type '{0}'.</source>
|
687 |
| - <target state="translated">Neočekávaný token v definici typu. Za typem {0} se očekává =.</target> |
| 687 | + <target state="new">Unexpected token in type definition. Expected '=' after the type '{0}'.</target> |
688 | 688 | <note />
|
689 | 689 | </trans-unit>
|
690 | 690 | <trans-unit id="parsExpectedPatternAfterToken">
|
|
694 | 694 | </trans-unit>
|
695 | 695 | <trans-unit id="parsExpectingExpressionInTuple">
|
696 | 696 | <source>Expecting expression</source>
|
697 |
| - <target state="translated">Byl očekáván výraz.</target> |
| 697 | + <target state="new">Expecting expression</target> |
698 | 698 | <note />
|
699 | 699 | </trans-unit>
|
700 | 700 | <trans-unit id="parsExpectingPatternInTuple">
|
701 | 701 | <source>Expecting pattern</source>
|
702 |
| - <target state="translated">Očekává se vzorek.</target> |
| 702 | + <target state="new">Expecting pattern</target> |
703 | 703 | <note />
|
704 | 704 | </trans-unit>
|
705 | 705 | <trans-unit id="parsIncompleteTyparExpr1">
|
|
824 | 824 | </trans-unit>
|
825 | 825 | <trans-unit id="tcAnonRecdFieldNameDifferent">
|
826 | 826 | <source>This is the wrong anonymous record. It should have the fields {0}.</source>
|
827 |
| - <target state="translated">Toto je nesprávný anonymní záznam. Měl by mít pole {0}.</target> |
| 827 | + <target state="new">This is the wrong anonymous record. It should have the fields {0}.</target> |
828 | 828 | <note />
|
829 | 829 | </trans-unit>
|
830 | 830 | <trans-unit id="tcAnonRecdFieldNameSubset">
|
831 | 831 | <source>This anonymous record does not have enough fields. Add the missing fields {0}.</source>
|
832 |
| - <target state="translated">Tento anonymní záznam nemá dost polí. Přidejte chybějící pole {0}.</target> |
| 832 | + <target state="new">This anonymous record does not have enough fields. Add the missing fields {0}.</target> |
833 | 833 | <note />
|
834 | 834 | </trans-unit>
|
835 | 835 | <trans-unit id="tcAnonRecdFieldNameSuperset">
|
836 | 836 | <source>This anonymous record has too many fields. Remove the extra fields {0}.</source>
|
837 |
| - <target state="translated">Tento anonymní záznam má příliš mnoho polí. Odeberte nadbytečná pole {0}.</target> |
| 837 | + <target state="new">This anonymous record has too many fields. Remove the extra fields {0}.</target> |
838 | 838 | <note />
|
839 | 839 | </trans-unit>
|
840 | 840 | <trans-unit id="tcAnonRecdInvalid">
|
|
1014 | 1014 | </trans-unit>
|
1015 | 1015 | <trans-unit id="tcRequireMergeSourcesOrBindN">
|
1016 | 1016 | <source>The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods</source>
|
1017 |
| - <target state="translated">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.</target> |
| 1017 | + <target state="new">The 'let! ... and! ...' construct may only be used if the computation expression builder defines either a '{0}' method or appropriate 'MergeSource' and 'Bind' methods</target> |
1018 | 1018 | <note />
|
1019 | 1019 | </trans-unit>
|
1020 | 1020 | <trans-unit id="tcResumableCodeArgMustHaveRightKind">
|
|
1484 | 1484 | </trans-unit>
|
1485 | 1485 | <trans-unit id="buildUnrecognizedOption">
|
1486 | 1486 | <source>Unrecognized option: '{0}'</source>
|
1487 |
| - <target state="translated">Nerozpoznaná možnost: {0}</target> |
| 1487 | + <target state="new">Unrecognized option: '{0}'</target> |
1488 | 1488 | <note />
|
1489 | 1489 | </trans-unit>
|
1490 | 1490 | <trans-unit id="buildInvalidModuleOrNamespaceName">
|
|
1869 | 1869 | </trans-unit>
|
1870 | 1870 | <trans-unit id="DefinitionsInSigAndImplNotCompatibleAbbreviationsDiffer">
|
1871 | 1871 | <source>The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}</source>
|
1872 |
| - <target state="translated">Definice {0} pro typ {1} v signatuře a implementaci nejsou kompatibilní, protože se liší zkratky: {2} oproti {3}</target> |
| 1872 | + <target state="new">The {0} definitions for type '{1}' in the signature and implementation are not compatible because the abbreviations differ: {2} versus {3}</target> |
1873 | 1873 | <note />
|
1874 | 1874 | </trans-unit>
|
1875 | 1875 | <trans-unit id="DefinitionsInSigAndImplNotCompatibleAbbreviationHiddenBySig">
|
|
3139 | 3139 | </trans-unit>
|
3140 | 3140 | <trans-unit id="parsMultipleAccessibilitiesForGetSet">
|
3141 | 3141 | <source>Multiple accessibilities given for property getter or setter</source>
|
3142 |
| - <target state="translated">Zadali jste víc dostupností pro metodu getter nebo setter vlastnosti.</target> |
| 3142 | + <target state="new">Multiple accessibilities given for property getter or setter</target> |
3143 | 3143 | <note />
|
3144 | 3144 | </trans-unit>
|
3145 | 3145 | <trans-unit id="parsSetSyntax">
|
|
3604 | 3604 | </trans-unit>
|
3605 | 3605 | <trans-unit id="tcFieldAppearsTwiceInRecord">
|
3606 | 3606 | <source>The field '{0}' appears twice in this record expression or pattern</source>
|
3607 |
| - <target state="translated">Pole {0} se v tomto výrazu záznamu nebo vzoru vyskytuje dvakrát.</target> |
| 3607 | + <target state="new">The field '{0}' appears twice in this record expression or pattern</target> |
3608 | 3608 | <note />
|
3609 | 3609 | </trans-unit>
|
3610 | 3610 | <trans-unit id="tcUnknownUnion">
|
|
3914 | 3914 | </trans-unit>
|
3915 | 3915 | <trans-unit id="tcUseWhenPatternGuard">
|
3916 | 3916 | <source>Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.</source>
|
3917 |
| - <target state="translated">Porovnání rozsahu znaků se už v F# nepoužívá. Zvažte možnost použít místo toho ochrannou vazbu vzoru when.</target> |
| 3917 | + <target state="new">Character range matches have been removed in F#. Consider using a 'when' pattern guard instead.</target> |
3918 | 3918 | <note />
|
3919 | 3919 | </trans-unit>
|
3920 | 3920 | <trans-unit id="tcIllegalPattern">
|
|
4584 | 4584 | </trans-unit>
|
4585 | 4585 | <trans-unit id="tcConcreteMembersIllegalInInterface">
|
4586 | 4586 | <source>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.</source>
|
4587 |
| - <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> |
| 4587 | + <target state="new">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.</target> |
4588 | 4588 | <note />
|
4589 | 4589 | </trans-unit>
|
4590 | 4590 | <trans-unit id="tcConstructorsDisallowedInExceptionAugmentation">
|
|
4744 | 4744 | </trans-unit>
|
4745 | 4745 | <trans-unit id="tcStaticLetBindingsRequireClassesWithImplicitConstructors">
|
4746 | 4746 | <source>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) = ...'.</source>
|
4747 |
| - <target state="translated">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) = ...</target> |
| 4747 | + <target state="new">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) = ...'.</target> |
4748 | 4748 | <note />
|
4749 | 4749 | </trans-unit>
|
4750 | 4750 | <trans-unit id="tcMeasureDeclarationsRequireStaticMembersNotConstructors">
|
|
5834 | 5834 | </trans-unit>
|
5835 | 5835 | <trans-unit id="optLocalValueNotFoundDuringOptimization">
|
5836 | 5836 | <source>Local value {0} not found during optimization</source>
|
5837 |
| - <target state="translated">Lokální hodnota {0} se během optimalizace nenašla.</target> |
| 5837 | + <target state="new">Local value {0} not found during optimization</target> |
5838 | 5838 | <note />
|
5839 | 5839 | </trans-unit>
|
5840 | 5840 | <trans-unit id="optValueMarkedInlineHasUnexpectedValue">
|
|
5864 | 5864 | </trans-unit>
|
5865 | 5865 | <trans-unit id="lexfltTokenIsOffsideOfContextStartedEarlier">
|
5866 | 5866 | <source>Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.</source>
|
5867 |
| - <target state="translated">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í.</target> |
| 5867 | + <target state="new">Possible incorrect indentation: this token is offside of context started at position {0}. Try indenting this token further or using standard formatting conventions.</target> |
5868 | 5868 | <note />
|
5869 | 5869 | </trans-unit>
|
5870 | 5870 | <trans-unit id="lexfltSeparatorTokensOfPatternMatchMisaligned">
|
|
7579 | 7579 | </trans-unit>
|
7580 | 7580 | <trans-unit id="tcFixedNotAllowed">
|
7581 | 7581 | <source>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'</source>
|
7582 |
| - <target state="translated">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.</target> |
| 7582 | + <target state="new">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'</target> |
7583 | 7583 | <note />
|
7584 | 7584 | </trans-unit>
|
7585 | 7585 | <trans-unit id="tcCouldNotFindOffsetToStringData">
|
|
8014 | 8014 | </trans-unit>
|
8015 | 8015 | <trans-unit id="ArgumentsInSigAndImplMismatch">
|
8016 | 8016 | <source>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.</source>
|
8017 |
| - <target state="translated">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í.</target> |
| 8017 | + <target state="new">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.</target> |
8018 | 8018 | <note />
|
8019 | 8019 | </trans-unit>
|
8020 | 8020 | <trans-unit id="pickleUnexpectedNonZero">
|
|
8159 | 8159 | </trans-unit>
|
8160 | 8160 | <trans-unit id="tcCannotCallExtensionMethodInrefToByref">
|
8161 | 8161 | <source>Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</source>
|
8162 |
| - <target state="translated">Nejde volat metodu rozšíření byref {0}. První parametr vyžaduje, aby hodnota byla měnitelná nebo typu byref, která není jen pro čtení.</target> |
| 8162 | + <target state="new">Cannot call the byref extension method '{0}. The first parameter requires the value to be mutable or a non-readonly byref type.</target> |
8163 | 8163 | <note />
|
8164 | 8164 | </trans-unit>
|
8165 | 8165 | <trans-unit id="tcByrefsMayNotHaveTypeExtensions">
|
|
8249 | 8249 | </trans-unit>
|
8250 | 8250 | <trans-unit id="packageManagerUnknown">
|
8251 | 8251 | <source>Package manager key '{0}' was not registered in {1}. Currently registered: {2}</source>
|
8252 |
| - <target state="translated">Klíč správce balíčků {0} nebyl zaregistrován v {1}. Aktuálně registrováno: {2}</target> |
| 8252 | + <target state="new">Package manager key '{0}' was not registered in {1}. Currently registered: {2}</target> |
8253 | 8253 | <note />
|
8254 | 8254 | </trans-unit>
|
8255 | 8255 | <trans-unit id="packageManagerError">
|
|
0 commit comments