diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf index b1d8af775a..6ebef0a667 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hans.xlf @@ -54,22 +54,22 @@ Remove redundant length argument - Remove redundant length argument + 移除冗余长度参数 An explicit length calculation can be error-prone and can be avoided when slicing to end of the buffer. - An explicit length calculation can be error-prone and can be avoided when slicing to end of the buffer. + 在切片到缓冲区末尾时,显式长度计算可能会出错,可以避免这种情况。 '{0}' uses a redundant length calculation that can be removed - '{0}' uses a redundant length calculation that can be removed + “{0}”使用可移除的冗余长度计算 Avoid redundant length argument - Avoid redundant length argument + 避免冗余长度参数 @@ -359,22 +359,22 @@ Make the public type internal - Make the public type internal + 使公共类型成为内部类型 Unlike a class library, an application's API isn't typically referenced publicly, so types can be marked internal. - Unlike a class library, an application's API isn't typically referenced publicly, so types can be marked internal. + 与类库不同,应用程序的 API 通常不会公开引用,因此可以将类型标记为内部类型。 Because an application's API isn't typically referenced from outside the assembly, types can be made internal - Because an application's API isn't typically referenced from outside the assembly, types can be made internal + 由于应用程序的 API 通常不是从程序集外部引用的,因此可以将类型设置为内部类型 Consider making public types internal - Consider making public types internal + 考虑将公共类型设为内部类型 diff --git a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf index be2991b0b3..7eaeb52f8b 100644 --- a/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf +++ b/src/NetAnalyzers/Core/Microsoft.CodeQuality.Analyzers/xlf/MicrosoftCodeQualityAnalyzersResources.zh-Hant.xlf @@ -54,22 +54,22 @@ Remove redundant length argument - Remove redundant length argument + 移除冗余的長度引數 An explicit length calculation can be error-prone and can be avoided when slicing to end of the buffer. - An explicit length calculation can be error-prone and can be avoided when slicing to end of the buffer. + 明確長度計算可能會造成錯誤,而可在切入緩衝區結尾時避免。 '{0}' uses a redundant length calculation that can be removed - '{0}' uses a redundant length calculation that can be removed + '{0}' 使用可移除的冗余長度計算 Avoid redundant length argument - Avoid redundant length argument + 避免冗余的長度引數 @@ -359,22 +359,22 @@ Make the public type internal - Make the public type internal + 將公用類型設為內部 Unlike a class library, an application's API isn't typically referenced publicly, so types can be marked internal. - Unlike a class library, an application's API isn't typically referenced publicly, so types can be marked internal. + 與類別庫不同,應用程式的 API 通常不會公開參照,因此可將類型標示為內部。 Because an application's API isn't typically referenced from outside the assembly, types can be made internal - Because an application's API isn't typically referenced from outside the assembly, types can be made internal + 因為應用程式的 API 通常不是從組件外部參考,所以可以將類型設定為內部 Consider making public types internal - Consider making public types internal + 請考慮將公用類型設為內部 diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf index b1bab8d591..4d3fd56370 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.cs.xlf @@ -925,12 +925,12 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + Možnost ConfigureAwaitOptions.SuppressThrowing se podporuje pouze u neobecných úloh, nikoli u Task<TResult>. Pokud ho chcete použít s task<TResult>, nejprve ho přetypujte na základní úlohu. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + Možnost ConfigureAwaitOptions.SuppressThrowing se podporuje pouze u neobecných úloh. @@ -1920,7 +1920,7 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 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. @@ -2215,17 +2215,17 @@ Obecné přetypování (IL unbox.any) používané sekvencí vrácenou metodou E The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + Vlastnost MaxResponseHeadersLength se měří v kilobajtech, nikoli v bajtech. To znamená, že zadaná hodnota se vynásobí hodnotou 1024, výsledek může být příliš vysoký, než je vaše zamýšlená hodnota. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Ujistěte se, že je správně zadaná hodnota {0}. Tato hodnota se měří v kilobajtech, nikoli v bajtech. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Nastavte MaxResponseHeadersLength správně diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf index 444ec474c9..6bf47d1421 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.de.xlf @@ -925,12 +925,12 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + Die Option "ConfigureResultitOptions.SuppressInternewing" wird nur mit dem nicht generischen Task und nicht mit einem Task<TResult> unterstützt. Um es mit einem Task<TResult> zu verwenden, wandeln Sie zuerst in den Basistask um. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + Die Option "Configure OdbcitOptions.SuppressInternewing" wird nur mit dem nicht generischen Task unterstützt. @@ -1920,7 +1920,7 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + "AsSpan" ist effizienter als "Substring". Im Gegensatz zu "Substring" führt "AsSpan" keine O(n)-Zeichenfolgenkopie durch und bietet daher konstante Kosten. @@ -2215,17 +2215,17 @@ Erweiterungen und benutzerdefinierte Konvertierungen werden bei generischen Type The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + Die Eigenschaft "MaxResponseHeadersLength" wird in Kilobytes und nicht in Bytes gemessen. Das bedeutet, dass der angegebene Wert mit 1024 multipliziert wird. Das Ergebnis ist im Vergleich zum beabsichtigten Wert möglicherweise zu hoch. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Stellen Sie sicher, dass der Wert "{0}" richtig angegeben wurde. Dieser Wert wird in Kilobytes und nicht in Bytes gemessen. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + "MaxResponseHeadersLength" richtig festlegen diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf index b9c26efc6a..14b4a4951c 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.es.xlf @@ -925,12 +925,12 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + La opción ConfigureAwaitOptions.SuppressThrowing solo se admite con la Tarea no genérica, no con una Tarea<TResult>. Para usarlo con una Tarea<TResult>, primero transmítalo a la Tarea base. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + La opción ConfigureOptions.SuppressThrowing solo se admite con la tarea no genérica @@ -1920,7 +1920,7 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + "AsSpan" es más eficaz que "Substring". "Substring" realiza una copia de cadena O(n), mientras que "AsSpan" no lo hace y tiene un coste constante. @@ -2215,17 +2215,17 @@ La ampliación y las conversiones definidas por el usuario no se admiten con tip The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + La propiedad "MaxResponseHeadersLength" se mide en kilobytes, no en bytes. Esto significa que el valor proporcionado se multiplicará por 1024, el resultado podría ser demasiado alto que el valor previsto. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Asegúrese de que el valor "{0}" se proporciona correctamente. Este valor se mide en kilobytes, no en bytes. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Establecer "MaxResponseHeadersLength" correctamente diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf index 7005abca92..8efd874e81 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.fr.xlf @@ -925,12 +925,12 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + L’option ConfigureAwaitOptions.SuppressThrowing est uniquement pris en charge avec la tâche non générique, et non avec une tâche Task<TResult>. Pour l’utiliser avec une tâche Task<TResult>, commencez par effectuer un cast vers la tâche de base. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + L’option ConfigureAwaitOptions.SuppressThrowing est uniquement pris en charge avec la tâche non générique @@ -1920,7 +1920,7 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + L’option « AsSpan » est plus efficace que l’option « Substring ». « Substring » effectue une copie de chaîne O (n), alors que « AsSpan » ne possède pas un coût constant. @@ -2215,17 +2215,17 @@ Les conversions étendues et définies par l’utilisateur ne sont pas prises en The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + La propriété « MaxResponseHeadersLength » est mesurée en kilo-octets et non en octets. Cela signifie que la valeur fournie sera multipliée par 1024, le résultat peut être trop élevé que la valeur prévue. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Assurez-vous que la valeur « {0} » est fournie correctement. Cette valeur est mesurée en kilo-octets et non en octets. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Définir « MaxResponseHeadersLength » correctement diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf index 3267ca8319..09df876082 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.it.xlf @@ -925,12 +925,12 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + L'opzione ConfigureAwaitOptions.SuppressThrowing è supportata solo con l’attività non generica, non con l'attività<TResult>. Per usarlo con un oggetto Task<TResult>, eseguire prima il cast all'attività di base. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + L'opzione ConfigureAwaitOptions.SuppressThrowing è supportata solo con l’attività non generica @@ -1920,7 +1920,7 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 'AsSpan' è più efficiente di 'Substring'. 'Substring' esegue una copia della stringa O(n), mentre 'AsSpan' non la esegue e ha un costo costante. @@ -2215,17 +2215,17 @@ L'ampliamento e le conversioni definite dall'utente non sono supportate con tipi The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + La proprietà "MaxResponseHeadersLength" viene misurata in kilobyte, non in byte. Ciò significa che il valore specificato verrà moltiplicato per 1024 e il risultato potrebbe essere troppo alto rispetto al valore desiderato. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Assicurarsi che il valore '{0}' sia specificato correttamente. Questo valore viene misurato in kilobyte e non in byte. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Impostare 'MaxResponseHeadersLength' correttamente diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf index aed63c5396..8706982f40 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ja.xlf @@ -925,12 +925,12 @@ Enumerable.OfType<T> で使用されるジェネリック型チェック ( The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + ConfigureAwaitOptions.SuppressThrowing オプションは、Task<TResult> ではない、非ジェネリック Task での使用のみサポートされています。Task<TResult> で使用するには、まず、基本型の Task にキャストしてください。 The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + ConfigureAwaitOptions.SuppressThrowing オプションは、非ジェネリック Task での使用のみサポートされています @@ -1920,7 +1920,7 @@ Enumerable.OfType<T> で使用されるジェネリック型チェック ( 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 'AsSpan' の方が 'Substring' より効率的です。'Substring' は O(n) 文字列コピーを実行しますが、'AsSpan' はこれを実行せず、固定コストがあります。 @@ -2215,17 +2215,17 @@ Enumerable.OfType<T> で使用されるジェネリック型チェック ( The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + プロパティ 'MaxResponseHeadersLength' がバイト単位ではなくキロバイト単位で測定されました。つまり、指定された値は 1024 倍され、その結果は意図した値よりも大きすぎる可能性があります。 Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + 値 '{0}' が正しく指定されていることを確認してください。この値はバイト単位ではなくキロバイト単位で測定されます。 Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + 'MaxResponseHeadersLength' を正しく設定する diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf index 6551fe898b..f789410d2f 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ko.xlf @@ -925,12 +925,12 @@ Enumerable.OfType<T>에서 사용하는 제네릭 형식 검사(C# 'is' The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + ConfigureAwaitOptions.SuppressThrowing 옵션은 Task<TResult>가 아니라 제네릭이 아닌 작업에서만 지원됩니다. 작업<TResult>과 함께 사용하려면 먼저 기본 작업에 캐스트합니다. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + ConfigureAwaitOptions.SuppressThrowing 옵션은 제네릭이 아닌 작업에서만 지원됩니다. @@ -1920,7 +1920,7 @@ Enumerable.OfType<T>에서 사용하는 제네릭 형식 검사(C# 'is' 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 'AsSpan'은 'Substring'보다 효율적입니다. 'Substring'은 O(n) 문자열 복사를 수행하는 반면 'AsSpan'은 수행하지 않으며 일정한 비용이 듭니다. @@ -2215,17 +2215,17 @@ Enumerable.OfType<T>에서 사용하는 제네릭 형식 검사(C# 'is' The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + 'MaxResponseHeadersLength' 속성은 바이트가 아닌 킬로바이트 단위로 측정됩니다. 즉, 제공된 값에 1024를 곱하면 결과가 의도한 값보다 너무 높을 수 있습니다. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + '{0}' 값이 올바르게 제공되었는지 확인합니다. 이 값은 바이트가 아닌 킬로바이트 단위로 측정됩니다. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + 'MaxResponseHeadersLength'를 올바르게 설정 diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf index 4910f0249e..03d34d3224 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pl.xlf @@ -925,12 +925,12 @@ Konwersje poszerzane i zdefiniowane przez użytkownika nie są obsługiwane w pr The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + Metoda ConfigureAwaitOptions.SuppressThrowing jest obsługiwana tylko z zadaniem niegenerycznym, a nie zadaniem <TResult>. Aby użyć ją z zadaniem <TResult>, najpierw rzutuj na zadanie podstawowe. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + Metoda ConfigureAwaitOptions.SuppressThrowing jest obsługiwana tylko z zadaniem niegenerycznym @@ -1920,7 +1920,7 @@ Konwersje poszerzane i zdefiniowane przez użytkownika nie są obsługiwane w pr 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + Ciąg „AsSpan” jest bardziej wydajny niż ciąg „Substring”. Ciąg „Substring” wykonuje kopię ciągu O(n), natomiast ciąg „AsSpan” nie wykonuje i ponadto ma stały koszt. @@ -2215,17 +2215,17 @@ Konwersje poszerzane i zdefiniowane przez użytkownika nie są obsługiwane w pr The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + Właściwość „MaxResponseHeadersLength” jest mierzona w kilobajtach, a nie w bajtach. Oznacza to, że podana wartość zostanie pomnożona przez 1024, a wynik może być zbyt wysoki niż zamierzona wartość. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Upewnij się, że wartość „{0}” jest podana poprawnie. Ta wartość jest mierzona w kilobajtach, a nie w bajtach. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Ustaw poprawnie parametr „MaxResponseHeadersLength” diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf index 97d9baf3cc..b756871132 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.pt-BR.xlf @@ -925,12 +925,12 @@ Ampliação e conversões definidas pelo usuário não são compatíveis com tip The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + Só há suporte para a opção ConfigureAwaitOptions.SuppressThrowing com a Tarefa não genérica, não com uma Tarefa<TResult>. Para usá-la com uma Tarefa<TResult>, primeiro converta para a Tarefa base. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + A opção ConfigureAwaitOptions.SuppressThrowing só é compatível com a Tarefa não genérica @@ -1920,7 +1920,7 @@ Ampliação e conversões definidas pelo usuário não são compatíveis com tip 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + “AsSpan” é mais eficiente do que “Substring”. “Substring” executa uma cópia de cadeia de caracteres O(n), enquanto “AsSpan” não o faz e tem um custo constante. @@ -2215,17 +2215,17 @@ Ampliação e conversões definidas pelo usuário não são compatíveis com tip The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + A propriedade “MaxResponseHeadersLength” é medida em quilobytes, não em bytes. Isso significa que o valor fornecido será multiplicado por 1024 e o resultado pode ser bem mais alto do que o valor pretendido. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Verifique se o valor “{0}” foi fornecido corretamente. Esse valor é medido em quilobytes e não em bytes. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Definir “MaxResponseHeadersLength” corretamente diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf index 6b4a73f82d..ebe7de310d 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.ru.xlf @@ -925,12 +925,12 @@ Widening and user defined conversions are not supported with generic types. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + Параметр ConfigureAwaitOptions.SuppressThrowing поддерживается только с неуниверсальной задачей, а не с задачей<TResult>. Чтобы использовать его с задачей<TResult>, сначала выполните приведение к базовой задаче. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + Параметр ConfigureAwaitOptions.SuppressThrowing поддерживается только с неуниверсальной задачей @@ -1920,7 +1920,7 @@ Widening and user defined conversions are not supported with generic types. 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + "AsSpan" более эффективен, чем "Substring". "Substring" выполняет копирование строки O(n), тогда как "AsSpan" не имеет постоянных затрат. @@ -2215,17 +2215,17 @@ Widening and user defined conversions are not supported with generic types. The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + Свойство "MaxResponseHeadersLength" измеряется в килобайтах, а не байтах. Это означает, что указанное значение будет умножено на 1024. Результат может быть слишком большим по сравнению с предполагаемым значением. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + Убедитесь, что значение "{0}" указано правильно. Это значение измеряется в килобайтах, а не байтах. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + Настройте "MaxResponseHeadersLength" правильно diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf index 12b267d60a..93dad6d693 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.tr.xlf @@ -925,12 +925,12 @@ Genel türlerde genişletme ve kullanıcı tanımlı dönüştürmeler desteklen The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + ConfigureAwaitOptions.SuppressThrowing seçeneği, Task<TResult> ile değil, yalnızca genel olmayan Task ile desteklenir. Bu işlevi Task<TResult> ile kullanmak için öncelikle seçeneği temel Task olarak değiştirin. The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + ConfigureAwaitOptions.SuppressThrowing seçeneği, yalnızca genel olmayan Task ile desteklenir @@ -1920,7 +1920,7 @@ Genel türlerde genişletme ve kullanıcı tanımlı dönüştürmeler desteklen 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 'AsSpan', 'Substring' değerinden daha verimlidir. 'Substring' bir O(n) dizesi kopyası oluşturur ama 'AsSpan' bunu yapmaz ve sabit bir maliyeti vardır. @@ -2215,17 +2215,17 @@ Genel türlerde genişletme ve kullanıcı tanımlı dönüştürmeler desteklen The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + 'MaxResponseHeadersLength' bayt cinsinden değil, kilobayt cinsinden ölçülür. Yani sağlanan değer 1024 ile çarpıldığından elde edilen sonuç hedeflediğiniz değerden çok daha yüksek olabilir. Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + '{0}' değerinin doğru sağlandığından emin olun. Bu değer bayt değil, kilobayt cinsinden ölçülür. Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + 'MaxResponseHeadersLength' değerini uygun şekilde ayarlayın diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf index c4ead4599d..83416b45bb 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hans.xlf @@ -925,12 +925,12 @@ Enumerable.OfType<T> 使用的泛型类型检查 (C# 'is' operator/IL 'isi The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + ConfigureAwaitOptions.SuppressThrowing 选项仅支持用于非泛型任务,不可用于 Task<TResult>。若要将它用于 Task<TResult>,请先强制转换为基本任务。 The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + 只有非泛型任务才支持 ConfigureAwaitOptions.SuppressThrowing 选项 @@ -1920,7 +1920,7 @@ Enumerable.OfType<T> 使用的泛型类型检查 (C# 'is' operator/IL 'isi 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + “AsSpan”比“Substring”效率更高。“Substring”执行 O(n) 字符串复制,而“AsSpan”不执行且具有固定成本。 @@ -2215,17 +2215,17 @@ Enumerable.OfType<T> 使用的泛型类型检查 (C# 'is' operator/IL 'isi The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + 属性“MaxResponseHeadersLength”以千字节而不是字节为单位进行测量。这意味着提供的值将乘以 1024,结果可能比预期值高很多。 Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + 确保正确提供值“{0}”。此值以千字节而不是字节为单位进行测量。 Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + 正确设置“MaxResponseHeadersLength” diff --git a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf index 6de90def5e..8d2e522c65 100644 --- a/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf +++ b/src/NetAnalyzers/Core/Microsoft.NetCore.Analyzers/xlf/MicrosoftNetCoreAnalyzersResources.zh-Hant.xlf @@ -925,12 +925,12 @@ Enumerable.OfType<T> 使用的一般型別檢查 (C# 'is' operator/IL 'isi The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task, not a Task<TResult>. To use it with a Task<TResult>, first cast to the base Task. + ConfigureAwaitOptions.SuppressThrowing 選項只支援非一般工作,不支援 Task<TResult>。若要與 Task<TResult> 一起使用,請先強制型轉到基本任務。 The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task - The ConfigureAwaitOptions.SuppressThrowing option is only supported with the non-generic Task + ConfigureAwaitOptions.SuppressThrowing 選項只支援非一般工作 @@ -965,7 +965,7 @@ Enumerable.OfType<T> 使用的一般型別檢查 (C# 'is' operator/IL 'isi Do not use Count() or LongCount() when Any() can be used - 不要在可使用 Any() 時使用 Count() 或 LongCount() + 若可以使用 Any(),就不要使用 Count() 來提高效能 @@ -1920,7 +1920,7 @@ Enumerable.OfType<T> 使用的一般型別檢查 (C# 'is' operator/IL 'isi 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. - 'AsSpan' is more efficient than 'Substring'. 'Substring' performs an O(n) string copy, while 'AsSpan' does not and has a constant cost. + 'AsSpan' 比 'Substring' 更有效率。'Substring' 會執行 O(n) 字串複製,而 'AsSpan' 不會且有固定成本。 @@ -2215,17 +2215,17 @@ Enumerable.OfType<T> 使用的一般型別檢查 (C# 'is' operator/IL 'isi The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. - The property 'MaxResponseHeadersLength' is measured in kilobytes, not in bytes. That mean the provided value will be multiplied by 1024, the result might be too high than your intended value. + 屬性 'MaxResponseHeadersLength' 以 KB 為單位測量,不是以位元組為單位。這表示提供的值會乘以 1024,結果可能太高於您要的值。 Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. - Make sure the value '{0}' is provided correctly. This value is measured in kilobytes not bytes. + 請確定已正確提供 '{0}' 值。此值以 KB 為單位,而不是以位元組為單位。 Set 'MaxResponseHeadersLength' properly - Set 'MaxResponseHeadersLength' properly + 正確設定 'MaxResponseHeadersLength'