|
109 | 109 | </trans-unit> |
110 | 110 | <trans-unitid="followingPatternMatchClauseHasWrongType"> |
111 | 111 | <source>All branches of a pattern match expression must return values of the same type. The first branch returned a value of type '{0}', but this branch returned a value of type '{1}'.</source> |
112 | | - <targetstate="needs-review-translation">Všechny větve výrazu porovnání vzorů musímít stejný typ. Očekávalo se, že tento výraz bude mít typ{0}, aletady je typu {1}.</target> |
| 112 | + <targetstate="translated">Všechny větve výrazu porovnání vzorů musívracet hodnoty stejného typu. První větev vrátila hodnotu typu{0}, aletato větev vrátila hodnotu typu {1}.</target> |
113 | 113 | <note /> |
114 | 114 | </trans-unit> |
115 | 115 | <trans-unitid="patternMatchGuardIsNotBool"> |
|
5434 | 5434 | </trans-unit> |
5435 | 5435 | <trans-unitid="fscBadAssemblyVersion"> |
5436 | 5436 | <source>The attribute {0} specified version '{1}', but this value is invalid and has been ignored</source> |
5437 | | - <targetstate="translated">Třída {0}definovala verzi {1}, ale tato hodnota není platná a ignoruje se.</target> |
| 5437 | + <targetstate="translated">Atribut {0}určoval verzi {1}, ale tato hodnota není platná a ignoruje se.</target> |
5438 | 5438 | <note /> |
5439 | 5439 | </trans-unit> |
5440 | 5440 | <trans-unitid="fscTwoResourceManifests"> |
|
6974 | 6974 | </trans-unit> |
6975 | 6975 | <trans-unitid="keywordDescriptionMatchBang"> |
6976 | 6976 | <source>Used in computation expressions to pattern match directly over the result of another computation expression.</source> |
6977 | | - <targetstate="new">Used in computation expressions to pattern match directly over the result of another computation expression.</target> |
| 6977 | + <targetstate="translated">Používá se ve výrazech výpočtu k přímému porovnání vzorů s výsledkem jiného výrazu výpočtu.</target> |
6978 | 6978 | <note /> |
6979 | 6979 | </trans-unit> |
6980 | 6980 | <trans-unitid="ilreadFileChanged"> |
|
6984 | 6984 | </trans-unit> |
6985 | 6985 | <trans-unitid="writeToReadOnlyByref"> |
6986 | 6986 | <source>The byref pointer is readonly, so this write is not permitted.</source> |
6987 | | - <targetstate="new">The byrefpointer is readonly, so this write is not permitted.</target> |
| 6987 | + <targetstate="translated">Ukazatel byrefje jen pro čtení, proto tento zápis není povolený.</target> |
6988 | 6988 | <note /> |
6989 | 6989 | </trans-unit> |
6990 | 6990 | <trans-unitid="tastValueMustBeMutable"> |
6991 | 6991 | <source>A value must be mutable in order to mutate the contents or take the address of a value type, e.g. 'let mutable x = ...'</source> |
6992 | | - <targetstate="new">A value must be mutable in order to mutate the contents or take the address of a value type, e.g. 'let mutable x = ...'</target> |
| 6992 | + <targetstate="translated">Hodnota musí být proměnlivá, aby se dal změnit obsah nebo aby se dala převzít adresa typu hodnoty, třebalet mutable x = ...</target> |
6993 | 6993 | <note /> |
6994 | 6994 | </trans-unit> |
6995 | 6995 | <trans-unitid="readOnlyAttributeOnStructWithMutableField"> |
6996 | 6996 | <source>A ReadOnly attribute has been applied to a struct type with a mutable field.</source> |
6997 | | - <targetstate="new">A ReadOnlyattribute has been applied to a struct type with a mutable field.</target> |
| 6997 | + <targetstate="translated">Atribut ReadOnlybyl použit na typ struktury s měnitelným (proměnlivým) polem.</target> |
6998 | 6998 | <note /> |
6999 | 6999 | </trans-unit> |
7000 | 7000 | <trans-unitid="tcByrefReturnImplicitlyDereferenced"> |
7001 | 7001 | <source>A byref pointer returned by a function or method is implicitly dereferenced as of F# 4.5. To acquire the return value as a pointer, use the address-of operator, e.g. '&f(x)' or '&obj.Method(arg1, arg2)'.</source> |
7002 | | - <targetstate="new">Abyrefpointer returned by a function or method is implicitly dereferenced as ofF# 4.5.To acquire the return value as a pointer, use the address-of operator, e.g. '&f(x)' or '&obj.Method(arg1, arg2)'.</target> |
| 7002 | + <targetstate="translated">Přes ukazatelbyrefvrácený funkcí nebo metodou se ve výchozím nastavení přistupuje od verzeF# 4.5.Pokud chcete získat vrácenou hodnotu jako ukazatel, použijte operátor address-of, např.&f(x) nebo&obj.Method(arg1, arg2).</target> |
7003 | 7003 | <note /> |
7004 | 7004 | </trans-unit> |
7005 | 7005 | <trans-unitid="tcByRefLikeNotStruct"> |
7006 | 7006 | <source>A type annotated with IsByRefLike must also be a struct. Consider adding the [<Struct>] attribute to the type.</source> |
7007 | | - <targetstate="new">A type annotated with IsByRefLikemust also be a struct. Consider adding the[<Struct>] attribute to the type.</target> |
| 7007 | + <targetstate="translated">Typ s přidanou poznámkou IsByRefLikemusí být také struktura. Bylo by vhodné přidat do typu atribut[<Struct>].</target> |
7008 | 7008 | <note /> |
7009 | 7009 | </trans-unit> |
7010 | 7010 | <trans-unitid="chkNoByrefAddressOfLocal"> |
7011 | 7011 | <source>The address of the variable '{0}' or a related expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</source> |
7012 | | - <targetstate="new">The address of the variable '{0}' or a related expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</target> |
| 7012 | + <targetstate="translated">Adresa proměnné{0} nebo související výraz nejde v tomto bodě použít. Je tím zajištěno, aby adresa lokální hodnoty neunikla ze svého rozsahu.</target> |
7013 | 7013 | <note /> |
7014 | 7014 | </trans-unit> |
7015 | 7015 | <trans-unitid="chkNoReturnOfLimitedSpan"> |
7016 | 7016 | <source>The Span or IsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</source> |
7017 | | - <targetstate="new">The Spanor IsByRefLikeexpression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target> |
| 7017 | + <targetstate="translated">Výraz Spannebo IsByRefLikenejde vrátit z této funkce nebo metody, protože se skládá pomocí elementů, které můžou uniknout ze svého rozsahu.</target> |
7018 | 7018 | <note /> |
7019 | 7019 | </trans-unit> |
7020 | 7020 | <trans-unitid="chkNoWriteToLimitedSpan"> |
7021 | 7021 | <source>This value can't be assigned because the target '{0}' may refer to non-stack-local memory, while the expression being assigned is assessed to potentially refer to stack-local memory. This is to help prevent pointers to stack-bound memory escaping their scope.</source> |
7022 | | - <targetstate="new">This value can't be assigned because the target '{0}' may refer tonon-stack-local memory, while the expression being assigned is assessed to potentially refer tostack-local memory. This is to help prevent pointers tostack-bound memory escaping their scope.</target> |
| 7022 | + <targetstate="translated">Tuto hodnotu nejde přiřadit, protože cíl{0} může odkazovat na paměť, která nepoužívá lokální zásobník (non-stack-local), zatímco přiřazovaný výraz je vyhodnocený tak, že může případně odkazovat na paměť s lokálním zásobníkem (stack-local). Díky tomu se zabraňuje, aby ukazatele na paměť svázanou se zásobníkem (stack-bound) unikly ze svého rozsahu.</target> |
7023 | 7023 | <note /> |
7024 | 7024 | </trans-unit> |
7025 | 7025 | <trans-unitid="tastValueMustBeLocal"> |
7026 | 7026 | <source>A value defined in a module must be mutable in order to take its address, e.g. 'let mutable x = ...'</source> |
7027 | | - <targetstate="new">A value defined in a module must be mutable in order to take its address, e.g. 'let mutable x = ...'</target> |
| 7027 | + <targetstate="translated">Hodnot definovaná v modulu musí být měnitelná, aby se mohla převzít její adresa, např.let mutable x = ...</target> |
7028 | 7028 | <note /> |
7029 | 7029 | </trans-unit> |
7030 | 7030 | <trans-unitid="tcIsReadOnlyNotStruct"> |
7031 | 7031 | <source>A type annotated with IsReadOnly must also be a struct. Consider adding the [<Struct>] attribute to the type.</source> |
7032 | | - <targetstate="new">A type annotated with IsReadOnlymust also be a struct. Consider adding the[<Struct>] attribute to the type.</target> |
| 7032 | + <targetstate="translated">Typ s přidanou poznámkou IsReadOnlymusí být také struktura. Bylo by vhodné přidat do typu atribut[<Struct>].</target> |
7033 | 7033 | <note /> |
7034 | 7034 | </trans-unit> |
7035 | 7035 | <trans-unitid="chkStructsMayNotReturnAddressesOfContents"> |
7036 | 7036 | <source>Struct members cannot return the address of fields of the struct by reference</source> |
7037 | | - <targetstate="new">Struct members cannot return the address of fields of the struct by reference</target> |
| 7037 | + <targetstate="translated">Členové struktury nemůžou vrátit adresu polí struktury podle odkazu.</target> |
7038 | 7038 | <note /> |
7039 | 7039 | </trans-unit> |
7040 | 7040 | <trans-unitid="chkNoByrefLikeFunctionCall"> |
7041 | 7041 | <source>The function or method call cannot be used at this point, because one argument that is a byref of a non-stack-local Span or IsByRefLike type is used with another argument that is a stack-local Span or IsByRefLike type. This is to ensure the address of the local value does not escape its scope.</source> |
7042 | | - <targetstate="new">The function or method call cannot be used at this point, because one argument that is a byref of anon-stack-local Span or IsByRefLike type is used with another argument that is a stack-localSpanor IsByRefLike type. This is to ensure the address of the local value does not escape its scope.</target> |
| 7042 | + <targetstate="translated">Volání funkce nebo metody nejde v tomto bodě použít, protože jeden argument, který je byref typu Span nebo IsByRefLike, který nepoužívá lokální zásobník (non-stack-local), je použitý s jiným argumentem, který je typuSpannebo IsByRefLike, který používá lokální zásobník (stack-local). Je tím zajištěno, aby adresa lokální hodnoty neunikla ze svého rozsahu.</target> |
7043 | 7043 | <note /> |
7044 | 7044 | </trans-unit> |
7045 | 7045 | <trans-unitid="chkNoByrefAddressOfValueFromExpression"> |
7046 | 7046 | <source>The address of a value returned from the expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</source> |
7047 | | - <targetstate="new">The address of a value returned from the expression cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</target> |
| 7047 | + <targetstate="translated">Adresa hodnoty vrácené z výrazu nejde v tomto bodě použít. Je tím zajištěno, aby adresa lokální hodnoty neunikla ze svého rozsahu.</target> |
7048 | 7048 | <note /> |
7049 | 7049 | </trans-unit> |
7050 | 7050 | <trans-unitid="chkNoSpanLikeVariable"> |
7051 | 7051 | <source>The Span or IsByRefLike variable '{0}' cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</source> |
7052 | | - <targetstate="new">The Spanor IsByRefLikevariable '{0}' cannot be used at this point. This is to ensure the address of the local value does not escape its scope.</target> |
| 7052 | + <targetstate="translated">Proměnná Spannebo IsByRefLike {0} nejde v tomto bodě použít. Je tím zajištěno, aby adresa lokální hodnoty neunikla ze svého rozsahu.</target> |
7053 | 7053 | <note /> |
7054 | 7054 | </trans-unit> |
7055 | 7055 | <trans-unitid="chkNoSpanLikeValueFromExpression"> |
7056 | 7056 | <source>A Span or IsByRefLike value returned from the expression cannot be used at ths point. This is to ensure the address of the local value does not escape its scope.</source> |
7057 | | - <targetstate="new">A Spanor IsByRefLikevalue returned from the expression cannot be used at ths point. This is to ensure the address of the local value does not escape its scope.</target> |
| 7057 | + <targetstate="translated">Hodnota Spannebo IsByRefLikevrácená z výrazu nejde v tomto bodě použít. Je tím zajištěno, aby adresa lokální hodnoty neunikla ze svého rozsahu.</target> |
7058 | 7058 | <note /> |
7059 | 7059 | </trans-unit> |
7060 | 7060 | <trans-unitid="tastCantTakeAddressOfExpression"> |
7061 | 7061 | <source>Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.</source> |
7062 | | - <targetstate="new">Cannot take the address of the value returned from the expression. Assign the returned value to a let-bound value before taking the address.</target> |
| 7062 | + <targetstate="translated">Adresa hodnoty vrácená výrazem nejde převzít. Před převzetím adresy přiřaďte vrácenou hodnotu hodnotě s vazbou na klauzuli Let.</target> |
7063 | 7063 | <note /> |
7064 | 7064 | </trans-unit> |
7065 | 7065 | </body> |
|