Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba60115

Browse files
authored
Merge pull request #5334 from v-zbsail/loc_20180711_dev15.8
LOC CHECKIN | Microsoft/visualfsharp dev15.8 | 20180712
2 parentsfed9b48 +c2da5fc commitba60115

File tree

52 files changed

+542
-542
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+542
-542
lines changed

‎src/fsharp/xlf/FSComp.txt.cs.xlf‎

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
</trans-unit>
110110
<trans-unitid="followingPatternMatchClauseHasWrongType">
111111
<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>
113113
<note />
114114
</trans-unit>
115115
<trans-unitid="patternMatchGuardIsNotBool">
@@ -5434,7 +5434,7 @@
54345434
</trans-unit>
54355435
<trans-unitid="fscBadAssemblyVersion">
54365436
<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>
54385438
<note />
54395439
</trans-unit>
54405440
<trans-unitid="fscTwoResourceManifests">
@@ -6974,7 +6974,7 @@
69746974
</trans-unit>
69756975
<trans-unitid="keywordDescriptionMatchBang">
69766976
<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>
69786978
<note />
69796979
</trans-unit>
69806980
<trans-unitid="ilreadFileChanged">
@@ -6984,82 +6984,82 @@
69846984
</trans-unit>
69856985
<trans-unitid="writeToReadOnlyByref">
69866986
<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>
69886988
<note />
69896989
</trans-unit>
69906990
<trans-unitid="tastValueMustBeMutable">
69916991
<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>
69936993
<note />
69946994
</trans-unit>
69956995
<trans-unitid="readOnlyAttributeOnStructWithMutableField">
69966996
<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>
69986998
<note />
69996999
</trans-unit>
70007000
<trans-unitid="tcByrefReturnImplicitlyDereferenced">
70017001
<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. '&amp;f(x)' or '&amp;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. '&amp;f(x)' or '&amp;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ř.&amp;f(x) nebo&amp;obj.Method(arg1, arg2).</target>
70037003
<note />
70047004
</trans-unit>
70057005
<trans-unitid="tcByRefLikeNotStruct">
70067006
<source>A type annotated with IsByRefLike must also be a struct. Consider adding the [&lt;Struct&gt;] attribute to the type.</source>
7007-
<targetstate="new">A type annotated with IsByRefLikemust also be a struct. Consider adding the[&lt;Struct&gt;] 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[&lt;Struct&gt;].</target>
70087008
<note />
70097009
</trans-unit>
70107010
<trans-unitid="chkNoByrefAddressOfLocal">
70117011
<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>
70137013
<note />
70147014
</trans-unit>
70157015
<trans-unitid="chkNoReturnOfLimitedSpan">
70167016
<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>
70187018
<note />
70197019
</trans-unit>
70207020
<trans-unitid="chkNoWriteToLimitedSpan">
70217021
<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>
70237023
<note />
70247024
</trans-unit>
70257025
<trans-unitid="tastValueMustBeLocal">
70267026
<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>
70287028
<note />
70297029
</trans-unit>
70307030
<trans-unitid="tcIsReadOnlyNotStruct">
70317031
<source>A type annotated with IsReadOnly must also be a struct. Consider adding the [&lt;Struct&gt;] attribute to the type.</source>
7032-
<targetstate="new">A type annotated with IsReadOnlymust also be a struct. Consider adding the[&lt;Struct&gt;] 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[&lt;Struct&gt;].</target>
70337033
<note />
70347034
</trans-unit>
70357035
<trans-unitid="chkStructsMayNotReturnAddressesOfContents">
70367036
<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>
70387038
<note />
70397039
</trans-unit>
70407040
<trans-unitid="chkNoByrefLikeFunctionCall">
70417041
<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>
70437043
<note />
70447044
</trans-unit>
70457045
<trans-unitid="chkNoByrefAddressOfValueFromExpression">
70467046
<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>
70487048
<note />
70497049
</trans-unit>
70507050
<trans-unitid="chkNoSpanLikeVariable">
70517051
<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>
70537053
<note />
70547054
</trans-unit>
70557055
<trans-unitid="chkNoSpanLikeValueFromExpression">
70567056
<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>
70587058
<note />
70597059
</trans-unit>
70607060
<trans-unitid="tastCantTakeAddressOfExpression">
70617061
<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>
70637063
<note />
70647064
</trans-unit>
70657065
</body>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp