diff --git a/src/Platform/Microsoft.Testing.Platform/CommandLine/PlatformCommandLineProvider.cs b/src/Platform/Microsoft.Testing.Platform/CommandLine/PlatformCommandLineProvider.cs index a32a1e34b6..34685687d1 100644 --- a/src/Platform/Microsoft.Testing.Platform/CommandLine/PlatformCommandLineProvider.cs +++ b/src/Platform/Microsoft.Testing.Platform/CommandLine/PlatformCommandLineProvider.cs @@ -41,7 +41,7 @@ internal sealed class PlatformCommandLineProvider : ICommandLineOptionsProvider private static readonly string[] VerbosityOptions = ["Trace", "Debug", "Information", "Warning", "Error", "Critical"]; - private static readonly CommandLineOption MinimumExpectedTests = new(MinimumExpectedTestsOptionKey, "Specifies the minimum number of tests that are expected to run.", ArgumentArity.ZeroOrOne, false, isBuiltIn: true); + private static readonly CommandLineOption MinimumExpectedTests = new(MinimumExpectedTestsOptionKey, PlatformResources.PlatformCommandLineMinimumExpectedTestsOptionDescription, ArgumentArity.ZeroOrOne, false, isBuiltIn: true); private static readonly IReadOnlyCollection PlatformCommandLineProviderCache = [ diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx index b1dd4411d7..51d20861e7 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx +++ b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx @@ -662,4 +662,7 @@ Takes one argument as string in the format <value>[h|m|s] where 'value' is Failed to read response file '{0}'. {1}. {1} is the exception - + + Specifies the minimum number of tests that are expected to run. + + \ No newline at end of file diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf index b33837e6fa..59c6383447 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf @@ -510,6 +510,11 @@ Dostupné hodnoty jsou Trace, Debug, Information, Warning, Error a Critical.--list-tests a --minimum-expected-tests jsou nekompatibilní možnosti. + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf index c7a89ce4c7..93010da43a 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf @@ -510,6 +510,11 @@ Die verfügbaren Werte sind "Trace", "Debug", "Information", "Warning", "Error" "--list-tests" und "--minimum-expected-tests" sind inkompatible Optionen. + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf index afb409af73..91955cb0c2 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf @@ -510,6 +510,11 @@ Los valores disponibles son 'Seguimiento', 'Depurar', 'Información', 'Advertenc “--list-tests” y “--minimum-expected-tests” son opciones incompatibles + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf index 901f86158a..a52c16c4c7 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf @@ -510,6 +510,11 @@ Les valeurs disponibles sont « Trace », « Debug », « Information », « --list-tests » et « --minimum-expected-tests » sont des options incompatibles + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf index 179ac01f0e..ffc131d874 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf @@ -510,6 +510,11 @@ I valori disponibili sono 'Trace', 'Debug', 'Information', 'Warning', 'Error' e '--list-tests' e '--minimum-expected-tests' sono opzioni incompatibili + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf index 2c676cd6cf..93c55f9f9e 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf @@ -511,6 +511,11 @@ The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', an '--list-tests' と '--minimum-expected-tests' は互換性のないオプションです + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf index 419fa7b35d..02feafb53a 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf @@ -510,6 +510,11 @@ The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', an '--list-tests' 및 '--minimum-expected-tests'는 호환되지 않는 옵션입니다. + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf index 7f8f32b46a..5dacf22e7f 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf @@ -510,6 +510,11 @@ Dostępne wartości to „Trace”, „Debug”, „Information”, „Warning Opcje „--list-tests” i „--minimum-expected-tests” są niezgodne + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf index 3a8cfd7b7d..a397aabdb9 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pt-BR.xlf @@ -510,6 +510,11 @@ Os valores disponíveis são 'Rastreamento', 'Depuração', 'Informação', 'Avi '--list-tests' e '--minimum-expected-tests' são opções incompatíveis + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf index 16943ea4bb..b478eea875 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf @@ -510,6 +510,11 @@ The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', an Параметры "--list-tests" и "--minimum-expected-tests" несовместимы + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf index 16cd6c5a79..4d0ad0f21e 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf @@ -510,6 +510,11 @@ Kullanılabilir değerler: 'Trace', 'Debug', 'Information', 'Warning', 'Error' v '--list-tests' ve '--minimum-expected-tests' uyumsuz seçenekler + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf index cca0c631f8..381bffaf18 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hans.xlf @@ -510,6 +510,11 @@ The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', an “--list-tests”和“--minimum-expected-tests”是不兼容的选项 + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10') diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf index 2836c633db..6a801d838c 100644 --- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf +++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.zh-Hant.xlf @@ -510,6 +510,11 @@ The available values are 'Trace', 'Debug', 'Information', 'Warning', 'Error', an '--list-tests' 和 '--minimum-expected-tests' 是不相容的選項 + + Specifies the minimum number of tests that are expected to run. + Specifies the minimum number of tests that are expected to run. + + '--minimum-expected-tests' expects a single non-zero positive integer value (e.g. '--minimum-expected-tests 10')