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

Commitbaeaea3

Browse files
committed
LOC CHECKIN | Microsoft/visualfsharp master | 20180629
1 parentcfd4612 commitbaeaea3

26 files changed

+286
-286
lines changed

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6984,77 +6984,77 @@
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
</body>

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6984,77 +6984,77 @@
69846984
</trans-unit>
69856985
<trans-unit id="writeToReadOnlyByref">
69866986
<source>The byref pointer is readonly, so this write is not permitted.</source>
6987-
<target state="new">The byref pointer is readonly, so this write is not permitted.</target>
6987+
<target state="translated">Der byref-Zeiger ist schreibgeschützt, daher ist dieser Schreibvorgang unzulässig.</target>
69886988
<note />
69896989
</trans-unit>
69906990
<trans-unit id="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-
<target state="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+
<target state="translated">Ein Wert muss änderbar sein, um die Inhalte eines Werttyps zu mutieren oder seine Adresse zu übernehmen, z.B. "let mutable x = ...".</target>
69936993
<note />
69946994
</trans-unit>
69956995
<trans-unit id="readOnlyAttributeOnStructWithMutableField">
69966996
<source>A ReadOnly attribute has been applied to a struct type with a mutable field.</source>
6997-
<target state="new">A ReadOnly attribute has been applied to a struct type with a mutable field.</target>
6997+
<target state="translated">Auf einen Strukturtyp mit einem veränderbaren Feld wurde ein ReadOnly-Attribut angewendet.</target>
69986998
<note />
69996999
</trans-unit>
70007000
<trans-unit id="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-
<target state="new">A byref pointer returned by a function or method is implicitly dereferenced as ofF# 4.5. To acquire the return value as a pointer, use theaddress-of operator, e.g. '&amp;f(x)' or '&amp;obj.Method(arg1, arg2)'.</target>
7002+
<target state="translated">Ein von einer Funktion oder Methode zurückgegebener byref-Zeiger wird abF# 4.5 implizit dereferenziert. Um den Rückgabewert als Zeiger abzurufen, verwenden Sie den Operator "address-of", z. B. "&amp;f(x)" oder "&amp;obj.Method(arg1, arg2)".</target>
70037003
<note />
70047004
</trans-unit>
70057005
<trans-unit id="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-
<target state="new">A type annotated withIsByRefLike must also be a struct. Consider adding the[&lt;Struct&gt;] attribute to the type.</target>
7007+
<target state="translated">Ein Typ mit der Anmerkung "IsByRefLike" muss auch eine Struktur sein. Ziehen Sie in Betracht, dem Typ das Attribut "[&lt;Struct&gt;]" hinzuzufügen.</target>
70087008
<note />
70097009
</trans-unit>
70107010
<trans-unit id="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-
<target state="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+
<target state="translated">Die Adresse der Variablen "{0}" oder ein entsprechender Ausdruck kann zu diesem Zeitpunkt nicht verwendet werden. Hierdurch wird sichergestellt, dass die Adresse des lokalen Werts den zugehörigen Bereich nicht verlässt.</target>
70137013
<note />
70147014
</trans-unit>
70157015
<trans-unit id="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-
<target state="new">TheSpan orIsByRefLike expression cannot be returned from this function or method, because it is composed using elements that may escape their scope.</target>
7017+
<target state="translated">Der Ausdruck "Span" oder "IsByRefLike" kann von dieser Funktion oder Methode nicht zurückgegeben werden, weil er anhand von Elementen zusammengestellt wurde, die möglicherweise ihren Bereich verlassen.</target>
70187018
<note />
70197019
</trans-unit>
70207020
<trans-unit id="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-
<target state="new">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.</target>
7022+
<target state="translated">Dieser Wert kann nicht zugewiesen werden, weil das Ziel "{0}" möglicherweise auf einen lokalen Nicht-Stapel-Arbeitsspeicher verweist, während der zugewiesene Ausdruck laut Auswertung möglicherweise auf einen lokalen Stapelarbeitsspeicher verweist. So wird verhindert, dass Zeiger auf stapelgebundenen Arbeitsspeicher ihren Bereich verlassen.</target>
70237023
<note />
70247024
</trans-unit>
70257025
<trans-unit id="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-
<target state="new">A value definedina module must be mutable in order to take its address, e.g. 'let mutable x = ...'</target>
7027+
<target state="translated">Einineinem Modul definierter Wert muss änderbar sein, um die Adresse anzunehmen, z. B. "let mutable x = ...".</target>
70287028
<note />
70297029
</trans-unit>
70307030
<trans-unit id="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-
<target state="new">A type annotated withIsReadOnly must also be a struct. Consider adding the[&lt;Struct&gt;] attribute to the type.</target>
7032+
<target state="translated">Ein Typ mit der Anmerkung "IsReadOnly" muss auch eine Struktur sein. Ziehen Sie in Betracht, dem Typ das Attribut "[&lt;Struct&gt;]" hinzuzufügen.</target>
70337033
<note />
70347034
</trans-unit>
70357035
<trans-unit id="chkStructsMayNotReturnAddressesOfContents">
70367036
<source>Struct members cannot return the address of fields of the struct by reference</source>
7037-
<target state="new">Struct members cannot return the address of fields of the struct by reference</target>
7037+
<target state="translated">Strukturmember können die Adresse von Feldern der Struktur nicht per Referenz zurückgeben.</target>
70387038
<note />
70397039
</trans-unit>
70407040
<trans-unit id="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-
<target state="new">The function or method call cannot be used at this point, because one argument that is abyref of a non-stack-localSpan orIsByRefLike type is used with another argument that is a stack-localSpanorIsByRefLike type. This is to ensure the address of the local value does not escape its scope.</target>
7042+
<target state="translated">Der Funktions- oder Methodenaufruf kann zu diesem Zeitpunkt nicht verwendet werden, weil ein Argument, das einbyref-Zeiger eines lokalen Nicht-Stapel-Span- oder -IsByRefLike-Typs ist, mit einem anderen Argument verwendet wird, das ein lokaler Stapel-Spanoder -IsByRefLike-Typ ist. Hierdurch wird sichergestellt, dass die Adresse des lokalen Werts den zugehörigen Bereich nicht verlässt.</target>
70437043
<note />
70447044
</trans-unit>
70457045
<trans-unit id="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-
<target state="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+
<target state="translated">Die Adresse eines vom Ausdruck zurückgegebenen Werts kann zu diesem Zeitpunkt nicht verwendet werden. Hierdurch wird sichergestellt, dass die Adresse des lokalen Werts den zugehörigen Bereich nicht verlässt.</target>
70487048
<note />
70497049
</trans-unit>
70507050
<trans-unit id="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-
<target state="new">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.</target>
7052+
<target state="translated">Die Span- oder IsByRefLike-Variable "{0}" kann zu diesem Zeitpunkt nicht verwendet werden. Hierdurch wird sichergestellt, dass die Adresse des lokalen Werts den zugehörigen Bereich nicht verlässt.</target>
70537053
<note />
70547054
</trans-unit>
70557055
<trans-unit id="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-
<target state="new">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.</target>
7057+
<target state="translated">Ein vom Ausdruck zurückgegebener Span- oder IsByRefLike-Wert kann zu diesem Zeitpunkt nicht verwendet werden. Hierdurch wird sichergestellt, dass die Adresse des lokalen Werts den zugehörigen Bereich nicht verlässt.</target>
70587058
<note />
70597059
</trans-unit>
70607060
</body>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp