Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 830:…
Browse files Browse the repository at this point in the history
… Build ID 2420536
  • Loading branch information
dotnet-bot committed Apr 2, 2024
1 parent e712d1d commit a374494
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing se podporuje pouze u neobecných úloh, nikoli u Task&lt;TResult&gt;. Pokud ho chcete použít s task&lt;TResult&gt;, nejprve ho přetypujte na základní úlohu.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing se podporuje pouze s neobecnou úlohou.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">Použít CreateEncryptor s výchozím inicializačním vektorem </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">AsSpan je efektivnější než Substring. Substring provádí kopírování řetězce O(n), zatímco AsSpan ho neprovádí a má konstantní náklady.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">"ConfigureResultitOptions.SuppressInternewing" wird nur mit dem nicht generischen Task und nicht mit einem Task&lt;TResult&gt; unterstützt. Um es mit einem Task&lt;TResult&gt; zu verwenden, wandeln Sie zuerst in den Basistask um.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">"Configure OdbcitOptions.SuppressInternewing" wird nur mit dem nicht generischen Task unterstützt.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">CreateEncryptor mit Standard-Initialisierungsvektoren verwenden</target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">"AsSpan" ist effizienter als "Substring". Im Gegensatz zu "Substring" führt "AsSpan" keine O(n)-Zeichenfolgenkopie durch und bietet daher konstante Kosten.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing solo se admite con Task no genérica, no con Task&lt;TResult&gt;. Para usarlo con Task&lt;TResult&gt;, convierta primero a Task base.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing solo se admite con Task no genérica</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">Usar CreateEncryptor con el vector de inicialización predeterminado </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">'AsSpan' es más eficaz que 'Substring'. 'Substring' realiza una copia de cadena O(n), mientras que 'AsSpan' no lo hace y tiene un costo constante.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing est uniquement pris en charge avec la tâche non générique, et non avec une tâche Task&lt;TResult&gt;. Pour l’utiliser avec une tâche Task&lt;TResult&gt;, commencez par effectuer un cast vers la tâche de base.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing est uniquement pris en charge avec la tâche non générique</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">Utiliser CreateEncryptor avec la valeur par défaut IV </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated"AsSpan » est plus efficace, « SUBSTRING ». 'Substring’ effectue une copie de chaîne O (n), alors que ’AsSpan’ ne possède pas un coût constant.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing è supportato solo con l'attività non generica, non con un'attività&lt;TResult&gt;. Per usarlo con un oggetto Task&lt;TResult&gt;, eseguire prima il cast all'attività di base.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureOption.SuppressThrowing è supportato solo con l'attività non generica</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">Usa CreateEncryptor con il vettore di inizializzazione predefinito </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">'AsSpan' è più efficace di 'Substring'. 'Substring' esegue una copia della stringa O(n), mentre 'AsSpan' non la esegue e ha un costo costante.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ Enumerable.OfType&lt;T&gt; で使用されるジェネリック型チェック (
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing は、Task&lt;TResult&gt; ではない、非ジェネリック Task での使用のみサポートされています。Task&lt;TResult&gt; で使用するには、まず、基本型の Task にキャストしてください。</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing は、非ジェネリック Task での使用のみサポートされています</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ Enumerable.OfType&lt;T&gt; で使用されるジェネリック型チェック (
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">既定の IV で CreateEncryptor を使用する </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ Enumerable.OfType&lt;T&gt; で使用されるジェネリック型チェック (
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">'AsSpan' の方が 'Substring' より効率的です。'Substring' O(n) 文字列コピーを実行しますが、'AsSpan' はこれを実行せず、固定コストがあります。</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -925,12 +925,12 @@ Enumerable.OfType&lt;T&gt;에서 사용하는 제네릭 형식 검사(C# 'is'
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingDescription">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing은 일반적이지 않은 작업에서만 지원되며 작업&lt;TResult&gt;은 지원되지 않습니다. 작업&lt;TResult&gt;과 함께 사용하려면 먼저 기본 작업에 캐스트합니다.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task, not a Task&lt;TResult&gt;. To use it with a Task&lt;TResult&gt;, first cast to the base Task.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing은 일반적이지 않은 작업에서만 지원됩니다.</target>
<target state="new">The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingTitle">
Expand Down Expand Up @@ -1620,7 +1620,7 @@ Enumerable.OfType&lt;T&gt;에서 사용하는 제네릭 형식 검사(C# 'is'
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIV">
<source>Use CreateEncryptor with the default IV </source>
<target state="translated">기본 IV와 함께 CreateEncryptor 사용 </target>
<target state="new">Use CreateEncryptor with the default IV </target>
<note />
</trans-unit>
<trans-unit id="MaybeUseCreateEncryptorWithNonDefaultIVMessage">
Expand Down Expand Up @@ -1920,7 +1920,7 @@ Enumerable.OfType&lt;T&gt;에서 사용하는 제네릭 형식 검사(C# 'is'
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringDescription">
<source>'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</source>
<target state="translated">'AsSpan''Substring'보다 효율적입니다. 'Substring'O(n) 문자열 복사를 수행하는 반면 'AsSpan'은 수행하지 않으며 일정한 비용이 듭니다.</target>
<target state="new">'AsSpan' is more efficient then 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost.</target>
<note />
</trans-unit>
<trans-unit id="PreferAsSpanOverSubstringMessage">
Expand Down

0 comments on commit a374494

Please sign in to comment.