Skip to content

Commit

Permalink
Merge pull request #7039 from gewarren/option
Browse files Browse the repository at this point in the history
Fix grammar in CA2261 message
  • Loading branch information
mavasani authored Dec 4, 2023
2 parents 19e5071 + 33a90d0 commit 5503c71
Show file tree
Hide file tree
Showing 17 changed files with 44 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1005,10 +1005,10 @@
<value>Do not use ConfigureAwaitOptions.SuppressThrowing with Task&lt;TResult&gt;</value>
</data>
<data name="DoNotUseConfigureAwaitWithSuppressThrowingMessage" xml:space="preserve">
<value>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</value>
<value>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</value>
</data>
<data name="DoNotUseConfigureAwaitWithSuppressThrowingDescription" xml:space="preserve">
<value>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.</value>
<value>The ConfigureAwaitOptions.SuppressThrowing option 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.</value>
</data>
<data name="DoNotCreateTaskCompletionSourceWithWrongArgumentsTitle" xml:space="preserve">
<value>Argument passed to TaskCompletionSource constructor should be TaskCreationOptions enum instead of TaskContinuationOptions enum</value>
Expand Down Expand Up @@ -2096,4 +2096,4 @@ Widening and user defined conversions are not supported with generic types.</val
<data name="AvoidSingleUseOfLocalJsonSerializerOptionsTitle" xml:space="preserve">
<value>Cache and reuse 'JsonSerializerOptions' instances</value>
</data>
</root>
</root>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing se podporuje pouze s neobecnou úlohou.</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing solo se admite con Task no genérica</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureOption.SuppressThrowing è supportato solo con l'attività non generica</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Enumerable.OfType&lt;T&gt; で使用されるジェネリック型チェック (
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing は、非ジェネリック Task での使用のみサポートされています</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Enumerable.OfType&lt;T&gt; で使用されるジェネリック型チェック (
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Enumerable.OfType&lt;T&gt;에서 사용하는 제네릭 형식 검사(C# 'is'
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing은 일반적이지 않은 작업에서만 지원됩니다.</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Enumerable.OfType&lt;T&gt;에서 사용하는 제네릭 형식 검사(C# 'is'
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Konwersje poszerzane i zdefiniowane przez użytkownika nie są obsługiwane w pr
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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">Metoda ConfigureAwaitOptions.SuppressThrowing jest obsługiwana tylko z zadaniem niegenerycznym, a nie zadaniem &lt;TResult&gt;. Aby użyć ją z zadaniem &lt;TResult&gt;, najpierw rzutuj na zadanie podstawowe.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">Metoda ConfigureAwaitOptions.SuppressThrowing jest obsługiwana tylko z zadaniem niegenerycznym</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Konwersje poszerzane i zdefiniowane przez użytkownika nie są obsługiwane w pr
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Ampliação e conversões definidas pelo usuário não são compatíveis com tip
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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">Só há suporte para ConfigureAwaitOptions.SuppressThrowing com a tarefa não genérica, não com uma Tarefa&lt;TResult&gt;. Para usá-lo com um Tarefa&lt;TResult&gt;, primeiro converta para o Tarefa base.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">O ConfigureAwaitOptions.SuppressThrowing só é compatível com a tarefa não genérica</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Ampliação e conversões definidas pelo usuário não são compatíveis com tip
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Widening and user defined conversions are not supported with generic types.</sou
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing поддерживается только с неуниверсальной задачей</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Widening and user defined conversions are not supported with generic types.</sou
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Original file line number Diff line number Diff line change
Expand Up @@ -924,12 +924,12 @@ Genel türlerde genişletme ve kullanıcı tanımlı dönüştürmeler desteklen
<note />
</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>
<source>The ConfigureAwaitOptions.SuppressThrowing option 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; ile değil, yalnızca genel olmayan Task ile desteklenir. Bu işlevi Task&lt;TResult&gt; ile kullanmak için öncelikle türü temel Task olarak değiştirin.</target>
<note />
</trans-unit>
<trans-unit id="DoNotUseConfigureAwaitWithSuppressThrowingMessage">
<source>The ConfigureAwaitOptions.SuppressThrowing is only supported with the non-generic Task</source>
<source>The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task</source>
<target state="translated">ConfigureAwaitOptions.SuppressThrowing yalnızca genel olmayan Task ile desteklenir</target>
<note />
</trans-unit>
Expand Down Expand Up @@ -3270,4 +3270,4 @@ Genel türlerde genişletme ve kullanıcı tanımlı dönüştürmeler desteklen
</trans-unit>
</body>
</file>
</xliff>
</xliff>
Loading

0 comments on commit 5503c71

Please sign in to comment.