diff --git a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
index ac60ca5070..6d0728af08 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/PlatformResources.resx
@@ -606,12 +606,6 @@ Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplat
Aborted
-
- Actual
-
-
- canceled
-
Canceling the test session...
@@ -631,35 +625,15 @@ Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplat
Diagnostic file (level '{0}' with sync flush): {1}{0} is the diagnostic log level, such as verbose. {1} is the path to the diagnostic log file.
-
- Expected
-
Failedfailed
-
- For test
- is followed by test name
-
-
- In process file artifacts produced:
-
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
-
-
- Out of process file artifacts produced:
-
Passed
-
- passed
-
Skipped
@@ -678,13 +652,6 @@ Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplat
Zero tests ran
-
- Console is already in batching mode.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
-
-
- duration
-
failed with {0} error(s){0} is the number of errors.
@@ -700,95 +667,14 @@ Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplat
Running tests from
-
- Test run summary:
-
fromfrom followed by a file name to point to the file from which test is originating
-
- at
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- in that is used in stack frame it is followed by file name
-
-
- Disable outputting ANSI escape characters to screen.
-
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- Writes test results to terminal.
-
-
- Terminal test reporter
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
'timeout' option should have one argument as a time value with an explicit unit suffix and a positive numeric value within the supported range (up to ~49.7 days). Accepted suffixes are 'ms'/'mil(s)'/'millisecond(s)', 's'/'sec(s)'/'second(s)', 'm'/'min(s)'/'minute(s)', 'h'/'hour(s)', and 'd'/'day(s)', e.g. '500ms', '5400s', '90m', '1.5h', '1d'.{Locked="timeout"}{Locked="ms"}{Locked="mil(s)"}{Locked="millisecond(s)"}{Locked="s"}{Locked="sec(s)"}{Locked="second(s)"}{Locked="m"}{Locked="min(s)"}{Locked="minute(s)"}{Locked="h"}{Locked="hour(s)"}{Locked="d"}{Locked="day(s)"}{Locked="500ms"}{Locked="5400s"}{Locked="90m"}{Locked="1.5h"}{Locked="1d"}
@@ -813,12 +699,6 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
Expected --client-port when jsonRpc protocol is used.{Locked="--client-port"}{Locked="jsonRpc"}
-
- Error output
-
-
- Standard output
-
Discovering tests from
@@ -830,10 +710,6 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
Discovered {0} test(s) in assembly{0} is the number of discovered tests. The sentence is followed by the assembly path.
-
- Test discovery summary: found {0} test(s)
- {0} is the number of discovered tests.
-
Exit code
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 91b21d9658..a9b0fbe502 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.cs.xlf
@@ -17,16 +17,6 @@
Přerušeno
-
- Actual
- Skutečnost
-
-
-
- canceled
- zrušeno
-
- Canceling the test session...Ruší se testovací relace...
@@ -197,11 +187,6 @@
Připojování k hostiteli klienta {0}, port{1}{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- Konzole je již v režimu dávkování.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeVytvoří správný filtr provádění testů pro režim konzoly.
@@ -242,11 +227,6 @@
Zjišťování testů z
-
- duration
- doba trvání
-
- Provider '{0}' (UID: {1}) failed with error: {2}Zprostředkovatel {0} (UID: {1}) selhal s chybou: {2}.
@@ -262,11 +242,6 @@
Ukončovací kód
-
- Expected
- Očekáváno
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceRozšíření typu {0} neimplementuje požadované rozhraní {1}.
@@ -314,11 +289,6 @@
Testovací relace byla dokončena.
-
- For test
- Pro testování
- is followed by test name
- fromod
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Vytvořené artefakty souboru v procesu:
-
- Method '{0}' did not exit successfullyMetoda {0} nebyla úspěšně ukončena.
@@ -439,11 +404,6 @@
Sběrnice zpráv ještě nebyla sestavena nebo už není v této fázi použitelná.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Minimální očekávané porušení zásad testů, spuštěné testy: {0}, očekávané minimum: {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Při použití protokolu jsonRpc byl očekáván parametr --client-port.
@@ -474,21 +434,11 @@
Předávání možností --treenode-filter a --filter-uid není podporováno.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Vytvořené artefakty souboru mimo proces:
-
- PassedÚspěšné
-
- passed
- úspěch
-
- Specify the hostname of the client.Zadejte název hostitele klienta.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
vynecháno
-
- at
- v
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- v
- in that is used in stack frame it is followed by file name
- Stack TraceTrasování zásobníku
-
- Error output
- Chybový výstup
-
-
-
- Standard output
- Standardní výstup
-
- Starting test session.Spouští se testovací relace.
@@ -863,109 +793,11 @@ Přečtěte si další informace o telemetrii Microsoft Testing Platform: https:
Zprostředkovatel telemetrie je už nastavený.
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- Přepínač --ansi očekává jeden parametr s hodnotou auto, on (nebo true, enable, 1) nebo off (nebo false, disable, 0).
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Zakažte výstup řídicích znaků ANSI na obrazovku.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Podrobnosti výstupu při vytváření sestav testů.
-Platné hodnoty jsou Normal a Detailed. Výchozí hodnota je Normal.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output očekává jeden parametr s hodnotou Normal nebo Detailed.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout a --show-stderr očekávají jeden parametr s hodnotou All, Failed nebo None.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Určuje, kdy se má zobrazit zachycený výstup chyby testu.
-Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All (nebo Failed, když se zjistí prostředí LLM / agenta AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Určuje, kdy se má zobrazit zachycený standardní výstup testu.
-Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All (nebo Failed, když se zjistí prostředí LLM / agenta AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Zapíše výsledky testu do terminálu.
-
-
-
- Terminal test reporter
- Oznamovatel testu terminálu
-
- An 'ITestFrameworkInvoker' factory is already setObjekt pro vytváření ITestFrameworkInvoker je už nastavený.
@@ -1031,11 +863,6 @@ Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All (nebo Failed, k
Souhrn zjišťování testů: nalezené testy: {0} v(e) {1} sestaveních.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Souhrn zjišťování testů: nalezené testy: {0}
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectPro tento objekt proxy neměla být volána metoda {0}.
@@ -1056,11 +883,6 @@ Platné hodnoty jsou All, Failed, None. Výchozí hodnota je All (nebo Failed, k
Proces testovací aplikace nebyl řádně ukončen, ukončovací kód je {0}.{0} is the process exit code.
-
- Test run summary:
- Souhrn testovacího běhu:
-
- Failed to acquire semaphore before timeout of '{0}' secondsNepovedlo se získat semafor před vypršením časového limitu {0} s.
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 3e0746dc3e..4a3289c03d 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.de.xlf
@@ -17,16 +17,6 @@
Abgebrochen
-
- Actual
- Aktuell
-
-
-
- canceled
- Abgebrochen
-
- Canceling the test session...Die Testsitzung wird abgebrochen...
@@ -197,11 +187,6 @@
Verbindung mit Clienthost "{0}" Port "{1}" wird hergestellt{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- Die Konsole befindet sich bereits im Batchmodus.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeErstellt den richtigen Testausführungsfilter für den Konsolenmodus.
@@ -242,11 +227,6 @@
Tests ermitteln aus
-
- duration
- Dauer
-
- Provider '{0}' (UID: {1}) failed with error: {2}Anbieter "{0}" (UID: {1}) ist mit folgendem Fehler fehlgeschlagen: {2}
@@ -262,11 +242,6 @@
Exitcode
-
- Expected
- Erwartet
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceDie Erweiterung vom Typ "{0}" implementiert nicht die erforderliche Schnittstelle "{1}"
@@ -314,11 +289,6 @@
Die Testsitzung wurde beendet.
-
- For test
- Für Test
- is followed by test name
- fromvon
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- In Bearbeitung Dateiartefakte erstellt:
-
- Method '{0}' did not exit successfullyDie Methode "{0}" wurde nicht erfolgreich beendet
@@ -439,11 +404,6 @@
Der Nachrichtenbus wurde noch nicht erstellt oder kann zu diesem Zeitpunkt nicht mehr verwendet werden.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Mindestens erwartete Testrichtlinienverletzung, {0} Tests wurden ausgeführt, mindestens erwartet: {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used."--client-port" wird erwartet, wenn das jsonRpc-Protokoll verwendet wird.
@@ -474,21 +434,11 @@
Das gleichzeitige Übergeben von „--treenode-filter“ und „--filter-uid“ wird nicht unterstützt.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Nicht verarbeitete Dateiartefakte erstellt:
-
- PassedBestanden
-
- passed
- erfolgreich
-
- Specify the hostname of the client.Geben Sie den Hostnamen des Clients an.
@@ -793,31 +743,11 @@ Verwendet ein Argument als Zeitwert mit einem expliziten Einheitensuffix. Akzept
übersprungen
-
- at
- um
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- in
- in that is used in stack frame it is followed by file name
- Stack TraceStapelüberwachung
-
- Error output
- Fehlerausgabe
-
-
-
- Standard output
- Standardausgabe
-
- Starting test session.Die Testsitzung wird gestartet.
@@ -863,109 +793,11 @@ Weitere Informationen zu Microsoft Testing Platform-Telemetriedaten: https://aka
Der Telemetrieanbieter ist bereits festgelegt
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi erwartet einen einzelnen Parameter mit dem Wert „auto“, „on“ (oder „true“, „enable“,„1“) oder „off“ (oder „false“, „disable“, „0“).
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Deaktivieren Sie die Ausgabe von ANSI-Escape-Zeichen auf dem Bildschirm.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Ausgabeausführlichkeit beim Melden von Tests.
-Gültige Werte sind „Normal“, „Detailed“. Der Standardwert ist „Normal“.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- „--output“ erwartet einen einzelnen Parameter mit dem Wert „Normal“ oder „Detailed“.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- Die Optionen --show-stdout und --show-stderr erwarten einen einzelnen Parameter mit dem Wert „All“, „Failed“ oder „None“.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Legt fest, wann die erfasste Fehlerausgabe eines Tests angezeigt werden soll.
-Gültige Werte sind „All“, „Failed“ und „None“. Der Standardwert ist „All“ (oder „Failed“, wenn eine LLM-/KI-Agent-Umgebung erkannt wird).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Legt fest, wann die erfasste Standardausgabe eines Tests angezeigt werden soll.
-Gültige Werte sind „All“, „Failed“ und „None“. Der Standardwert ist „All“ (oder „Failed“, wenn eine LLM-/KI-Agent-Umgebung erkannt wird).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Schreibt Testergebnisse in das Terminal.
-
-
-
- Terminal test reporter
- Terminaltest-Reporter
-
- An 'ITestFrameworkInvoker' factory is already setEine "ITestFrameworkInvoker"-Factory ist bereits festgelegt
@@ -1031,11 +863,6 @@ Gültige Werte sind „All“, „Failed“ und „None“. Der Standardwert ist
Zusammenfassung der Testermittlung: {0} Test(s) in {1} Assemblys gefunden.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Zusammenfassung der Testermittlung: {0} Test(s) gefunden
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectDie Methode "{0}" hätte für dieses Proxyobjekt nicht aufgerufen werden dürfen
@@ -1056,11 +883,6 @@ Gültige Werte sind „All“, „Failed“ und „None“. Der Standardwert ist
Der Testanwendungsprozess wurde nicht ordnungsgemäß beendet. Exitcode: "{0}"{0} is the process exit code.
-
- Test run summary:
- Testlaufzusammenfassung:
-
- Failed to acquire semaphore before timeout of '{0}' secondsFehler beim Abrufen des Semaphors vor einem Timeout von "{0}" Sekunden.
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 60dd4f4688..adb2809ee8 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.es.xlf
@@ -17,16 +17,6 @@
Anulado
-
- Actual
- Real
-
-
-
- canceled
- cancelada
-
- Canceling the test session...Cancelando la sesión de prueba...
@@ -197,11 +187,6 @@
Conectando al host cliente '{0}', puerto '{1}'{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- La consola ya está en modo de procesamiento por lotes.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeCrea el filtro de ejecución de pruebas correcto para el modo de consola
@@ -242,11 +227,6 @@
Detección de pruebas de
-
- duration
- duración
-
- Provider '{0}' (UID: {1}) failed with error: {2}Error del proveedor "{0}" (UID: {1}) con el error: {2}
@@ -262,11 +242,6 @@
Código de salida
-
- Expected
- Se esperaba
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceLa extensión de tipo "{0}" no está implementando la interfaz "{1}" necesaria
@@ -314,11 +289,6 @@
Finalizó la sesión de prueba.
-
- For test
- Para prueba
- is followed by test name
- fromdesde
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Artefactos de archivo en proceso producidos:
-
- Method '{0}' did not exit successfullyEl método '{0}' no se cerró correctamente
@@ -439,11 +404,6 @@
El bus de mensajes aún no se ha compilado o ya no se puede usar en esta fase.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Infracción de directiva de pruebas mínimas esperadas, pruebas ejecutadas {0}, mínimas esperadas {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Se esperaba --client-port cuando se usa el protocolo jsonRpc.
@@ -474,21 +434,11 @@
No se admite el paso de "--treenode-filter" y "--filter-uid".{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Artefactos de archivo fuera de proceso producidos:
-
- PassedCorrecta
-
- passed
- correcto
-
- Specify the hostname of the client.Especifique el nombre de host del cliente.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
omitido
-
- at
- a las
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- en
- in that is used in stack frame it is followed by file name
- Stack TraceSeguimiento de la pila
-
- Error output
- Salida de error
-
-
-
- Standard output
- Salida estándar
-
- Starting test session.Iniciando sesión de prueba.
@@ -863,109 +793,11 @@ Más información sobre la telemetría de la Plataforma de pruebas de Microsoft:
El proveedor de telemetría ya está establecido
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi espera un único parámetro con el valor 'auto', 'on' (o 'true', 'enable', '1') o 'off' (o 'false', 'disable', '0').
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Deshabilite la salida de caracteres de escape ANSI en la pantalla.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Nivel de detalle de la salida al crear informes de pruebas.
-Los valores válidos son 'Normal', 'Detailed'. El valor predeterminado es 'Normal'.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output espera un único parámetro con el valor "Normal" o "Detailed".
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout y --show-stderr esperan un único parámetro con el valor "All", "Failed" o "None".
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina cuándo mostrar la salida de error capturada de una prueba.
-Los valores válidos son "All", "Failed", "None". El valor predeterminado es "All" (o "Failed" cuando se detecta un entorno de agente LLM/AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina cuándo mostrar la salida estándar capturada de una prueba.
-Los valores válidos son "All", "Failed", "None". El valor predeterminado es "All" (o "Failed" cuando se detecta un entorno de agente LLM/AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Escribe los resultados de pruebas en el terminal.
-
-
-
- Terminal test reporter
- Informador de pruebas de terminal
-
- An 'ITestFrameworkInvoker' factory is already setYa se ha establecido una fábrica "ITestFrameworkInvoker"
@@ -1031,11 +863,6 @@ Los valores válidos son "All", "Failed", "None". El valor predeterminado es "Al
Resumen de detección de pruebas: se encontraron {0} pruebas en ensamblados {1}.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Resumen de detección de pruebas: se encontraron {0} pruebas
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectNo se debería haber llamado al método "{0}" en este objeto proxy
@@ -1056,11 +883,6 @@ Los valores válidos son "All", "Failed", "None". El valor predeterminado es "Al
El proceso de la aplicación de prueba no se cerró correctamente, el código de salida es "{0}"{0} is the process exit code.
-
- Test run summary:
- Resumen de la serie de pruebas:
-
- Failed to acquire semaphore before timeout of '{0}' secondsNo se pudo adquirir el semáforo antes del tiempo de espera de “{0}” segundos
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 6510539a9d..73449fc7ba 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
@@ -17,16 +17,6 @@
Abandonné
-
- Actual
- Réel
-
-
-
- canceled
- annulé
-
- Canceling the test session...Annulation en cours de la session de test... Merci de patienter.
@@ -197,11 +187,6 @@
Connexion au « {0} » de port « {1} » de l’hôte client{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- La console est déjà en mode de traitement par lot.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeCrée le filtre d’exécution de test approprié pour le mode de console
@@ -242,11 +227,6 @@
Découverte des tests à partir de
-
- duration
- durée
-
- Provider '{0}' (UID: {1}) failed with error: {2}Désolé, échec de l’« {0} » du fournisseur (UID : {1}) avec l’erreur : {2}
@@ -262,11 +242,6 @@
Code de sortie
-
- Expected
- Attendu
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceDésolé, l’extension de type « {0} » n’implémente pas l’interface de « {1} » requise
@@ -314,11 +289,6 @@
Session de test terminée.
-
- For test
- Pour le test
- is followed by test name
- fromà partir de
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Artéfacts produits dans les dossiers en cours de traitement :
-
- Method '{0}' did not exit successfullyLa méthode « {0} » ne s’est pas arrêtée correctement
@@ -439,11 +404,6 @@
Le bus de messages n’a pas encore été généré ou n’est plus utilisable à ce stade.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Violation de stratégie de tests minimale attendue, tests exécutés {0}, minimum attendu {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Attendu --client-port attendu lorsque le protocole jsonRpc est utilisé.
@@ -474,21 +434,11 @@
Vous ne pouvez pas passer à la fois « --treenode-filter » et « --filter-uid ». Cette action n’est pas prise en charge.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Artefacts de fichier hors processus produits :
-
- PassedRéussite
-
- passed
- réussite
-
- Specify the hostname of the client.Spécifier le nom d’hôte du client.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
ignoré
-
- at
- sur
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- dans
- in that is used in stack frame it is followed by file name
- Stack TraceRapport des appels de procédure
-
- Error output
- Sortie d’erreur
-
-
-
- Standard output
- Sortie standard
-
- Starting test session.Démarrage de la session de test.
@@ -863,109 +793,11 @@ En savoir plus sur la télémétrie de la plateforme de tests Microsoft : https:
Le fournisseur de télémétrie est déjà défini
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi attend un seul paramètre avec la valeur « auto », « on » (ou « true », « enable », « 1 ») ou « off » (ou « false », « disable », « 0 »).
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Désactiver la sortie des caractères d’échappement ANSI à l’écran.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Verbosité de la sortie lors de l’établissement des rapports de tests.
-Les valeurs valides sont « Normal » et « Detailed ». La valeur par défaut est « Normal ».
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output attend un seul paramètre avec la valeur « Normal » ou « Detailed ».
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout et --show-stderr attendent un seul paramètre avec la valeur « All », « Failed » ou « None ».
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Permet de déterminer quand afficher la sortie d’erreur capturée d’un test.
-Les valeurs valides sont « All », « Failed » et « None ». La valeur par défaut est « All » (ou « Failed » lorsqu’un environnement d’agent LLM/IA est détecté).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Permet de déterminer quand afficher la sortie standard capturée d’un test.
-Les valeurs valides sont « All », « Failed » et « None ». La valeur par défaut est « All » (ou « Failed » lorsqu’un environnement d’agent LLM/IA est détecté).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Écrit les résultats des tests dans le terminal.
-
-
-
- Terminal test reporter
- Rapporteur de test terminal
-
- An 'ITestFrameworkInvoker' factory is already setDésolé, une fabrique « ITestFrameworkInvoker » est déjà définie
@@ -1031,11 +863,6 @@ Les valeurs valides sont « All », « Failed » et « None ». La valeur
Résumé de la découverte de tests : {0} test(s) trouvé(s) dans {1} assemblys.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Résumé de la découverte de tests : {0} test(s) trouvé(s)
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectLa méthode « {0} » n’aurait pas dû être appelée sur cet objet proxy
@@ -1056,11 +883,6 @@ Les valeurs valides sont « All », « Failed » et « None ». La valeur
Le processus d’application de test ne s’est pas fermé normalement, le code de sortie est « {0} »{0} is the process exit code.
-
- Test run summary:
- Résumé de série de tests :
-
- Failed to acquire semaphore before timeout of '{0}' secondsÉchec de l’acquisition du sémaphore avant le délai d’expiration de « {0} » secondes
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 4689cea623..fed4ca092e 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.it.xlf
@@ -17,16 +17,6 @@
Operazione interrotta
-
- Actual
- Effettivi
-
-
-
- canceled
- operazione annullata
-
- Canceling the test session...Annullamento della sessione di test in corso...
@@ -197,11 +187,6 @@
Connessione all'host client '{0}' porta '{1}'{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- La console è già in modalità batch.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeCrea il filtro di esecuzione dei test corretto per la modalità console
@@ -242,11 +227,6 @@
Individuazione di test da
-
- duration
- durata
-
- Provider '{0}' (UID: {1}) failed with error: {2}Provider '{0}' (UID: {1}) non riuscito con errore: {2}
@@ -262,11 +242,6 @@
Codice di uscita
-
- Expected
- Previsto
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceL'estensione di tipo '{0}' non implementa l'interfaccia '{1}' richiesta
@@ -314,11 +289,6 @@
Sessione di test completata.
-
- For test
- Per test
- is followed by test name
- fromda
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Artefatti file in fase di elaborazione prodotti:
-
- Method '{0}' did not exit successfullyIl metodo '{0}' non è stato chiuso correttamente
@@ -439,11 +404,6 @@
Il bus di messaggi non è stato ancora compilato o non è più utilizzabile in questa fase.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Violazione minima dei criteri di test previsti, test eseguiti {0}, minimo previsto {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Previsto --client-port quando viene usato il protocollo jsonRpc.
@@ -474,21 +434,11 @@
Il passaggio di '--treenode-filter' e '--filter-uid' non è supportato.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Artefatti file non in elaborazione prodotti:
-
- PassedSuperato
-
- passed
- superato
-
- Specify the hostname of the client.Specifica il nome host del client.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
ignorato
-
- at
- a
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- in
- in that is used in stack frame it is followed by file name
- Stack TraceAnalisi dello stack
-
- Error output
- Output errori
-
-
-
- Standard output
- Output standard
-
- Starting test session.Avvio della sessione di test.
@@ -863,109 +793,11 @@ Altre informazioni sulla telemetria della piattaforma di test Microsoft: https:/
Il provider di telemetria è già impostato
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi prevede un singolo parametro con valore ''auto'', ''on'' (o ''true'', ''enable'', ''1'') o ''off'' (o ''false'', ''disable'', ''0'').
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Disabilita l'output dei caratteri di escape ANSI sullo schermo.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Livello di dettaglio di output durante la creazione di report di test.
-I valori validi sono 'Normal', 'Detailed'. L'impostazione predefinita è 'Normal'.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- l’--output prevede un singolo parametro con un valore 'Normal' o 'Detailed'.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout e --show-stderr prevedono un singolo parametro con valore 'All', 'Failed' o 'None'.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina quando mostrare l'output degli errori acquisito di un test.
-I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All' (o 'Failed' quando viene rilevato un ambiente agente LLM/IA).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina quando mostrare l'output standard acquisito di un test.
-I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All' (o 'Failed' quando viene rilevato un ambiente agente LLM/IA).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Scrive i risultati del test nel terminale.
-
-
-
- Terminal test reporter
- Reporter test terminale
-
- An 'ITestFrameworkInvoker' factory is already setUna factory 'ITestFrameworkInvoker' è già impostata
@@ -1031,11 +863,6 @@ I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All
Riepilogo individuazione test: trovati {0} test negli assembly {1}.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Riepilogo individuazione test: trovati {0} test
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectIl metodo '{0}' non avrebbe dovuto essere chiamato su questo oggetto proxy
@@ -1056,11 +883,6 @@ I valori validi sono 'All', 'Failed', 'None'. L'impostazione predefinita è 'All
Il processo dell'applicazione di test non è stato chiuso normalmente. Il codice di uscita è '{0}'{0} is the process exit code.
-
- Test run summary:
- Riepilogo esecuzione test:
-
- Failed to acquire semaphore before timeout of '{0}' secondsNon è stato possibile acquisire il semaforo prima del timeout di '{0}' secondi
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 a7525a03d9..8b9d711f3d 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ja.xlf
@@ -17,16 +17,6 @@
中止されました
-
- Actual
- 実際
-
-
-
- canceled
- キャンセルされました
-
- Canceling the test session...テスト セッションを取り消しています...
@@ -197,11 +187,6 @@
クライアント ホスト '{0}' ポート '{1}' に接続しています{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- コンソールは既にバッチ 処理モードです。
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeコンソール モードに適したテスト実行フィルターを作成します
@@ -242,11 +227,6 @@
からテストを検出しています
-
- duration
- 期間
-
- Provider '{0}' (UID: {1}) failed with error: {2}プロバイダー '{0}' (UID: {1}) が次のエラーで失敗しました: {2}
@@ -262,11 +242,6 @@
終了コード
-
- Expected
- 予想
-
- Extension of type '{0}' is not implementing the required '{1}' interface型 '{0}' の拡張機能は、必要な '{1}' インターフェイスを実装していません
@@ -314,11 +289,6 @@
テスト セッションを終了しました。
-
- For test
- テスト用
- is followed by test name
- from参照元:
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- インプロセスのファイル成果物が生成されました:
-
- Method '{0}' did not exit successfullyメソッド '{0}' が正常に終了しませんでした
@@ -439,11 +404,6 @@
メッセージ バスはまだ構築されていないか、この段階ではこれ以上使用できません。
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- 予想されるテストの最小ポリシー違反、テストの実行数 {0} 件、予想される最小数 {1} 件
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.jsonRpc プロトコルを使用する場合、--client-port が必要です。
@@ -474,21 +434,11 @@
'--treenode-filter' と '--filter-uid' の両方を渡すことはサポートされていません。{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- アウトプロセスのファイル成果物が生成されました:
-
- Passed成功
-
- passed
- 合格しました
-
- Specify the hostname of the client.クライアントのホスト名を指定します。
@@ -794,31 +744,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
スキップされました
-
- at
- 場所:
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- 場所:
- in that is used in stack frame it is followed by file name
- Stack Traceスタック トレース
-
- Error output
- エラー出力
-
-
-
- Standard output
- 標準出力
-
- Starting test session.テスト セッションを開始しています。
@@ -864,109 +794,11 @@ Microsoft Testing Platform テレメトリの詳細: https://aka.ms/testingplatf
テレメトリ プロバイダーは既に設定されています
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi には、値 'auto'、'on' (または 'true'、'enable'、'1')、あるいは 'off' (または 'false'、'disable'、'0') の単一のパラメーターが必要です。
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- 画面への ANSI エスケープ文字の出力を無効にします。
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- テストを報告する際の出力の詳細。
-有効な値は 'Normal'、'Detailed' です。既定値は 'Normal' です。
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output には、値が 'Normal' または 'Detailed' の単一のパラメーターが必要です。
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout と --show-stderr には、値が 'All'、'Failed'、または 'None' の 1 つのパラメーターが必要です。
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- テストのキャプチャされたエラー出力を表示するタイミングを決定します。
-有効な値は 'All'、'Failed'、'None' です。既定値は 'All' (LLM/AI エージェント環境が検出された場合は 'Failed') です。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- テストのキャプチャされた標準の出力を表示するタイミングを決定します。
-有効な値は 'All'、'Failed'、'None' です。既定値は 'All' (LLM/AI エージェント環境が検出された場合は 'Failed') です。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- テスト結果をターミナルに書き込みます。
-
-
-
- Terminal test reporter
- ターミナル テストの報告者
-
- An 'ITestFrameworkInvoker' factory is already set'ITestFrameworkInvoker' ファクトリは既に設定されています
@@ -1032,11 +864,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
テスト検出の要約: {1} 個のアセンブリで {0} 個のテストが見つかりました。{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- テスト検出の要約: {0} 個のテストが見つかりました
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectこのプロキシ オブジェクトでメソッド '{0}' を呼び出すべきではありませんでした
@@ -1057,11 +884,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
テスト アプリケーション プロセスが正常に終了しませんでした。終了コードは '{0}' です{0} is the process exit code.
-
- Test run summary:
- テストの実行の概要:
-
- Failed to acquire semaphore before timeout of '{0}' secondsタイムアウト '{0}' 秒前にセマフォを取得できませんでした
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 53885ac085..de0fce2e9d 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
@@ -17,16 +17,6 @@
중단됨
-
- Actual
- 실제
-
-
-
- canceled
- 취소됨
-
- Canceling the test session...테스트 세션을 취소하는 중...
@@ -197,11 +187,6 @@
클라이언트 호스트 '{0}' 포트 '{1}'에 연결하는 중{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- 콘솔이 이미 일괄 처리 모드에 있습니다.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console mode콘솔 모드에 적합한 테스트 실행 필터를 만듬
@@ -242,11 +227,6 @@
다음에서 테스트 검색하는 중
-
- duration
- 기간
-
- Provider '{0}' (UID: {1}) failed with error: {2}공급자 '{0}'(UID: {1})이 오류 {2}(으)로 실패했습니다.
@@ -262,11 +242,6 @@
종료 코드
-
- Expected
- 필요
-
- Extension of type '{0}' is not implementing the required '{1}' interface‘{0}’ 형식의 확장이 필요한 '{1}' 인터페이스를 구현하지 않음
@@ -314,11 +289,6 @@
테스트 세션을 마쳤습니다.
-
- For test
- 테스트용
- is followed by test name
- from출처
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- 생성된 In process 파일 아티팩트:
-
- Method '{0}' did not exit successfully'{0}' 메서드가 성공적으로 종료되지 않았습니다.
@@ -439,11 +404,6 @@
메시지 버스가 아직 빌드되지 않았거나 이 단계에서 더 이상 사용할 수 없습니다.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- 예상되는 최소 테스트 정책 위반, 테스트 실행 {0}, 필요한 최소 {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.jsonRpc 프로토콜을 사용하는 경우 --client-port가 필요합니다.
@@ -474,21 +434,11 @@
'--treenode-filter'와 '--filter-uid'를 동시에 전달하는 것은 지원되지 않습니다.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- 생성된 Out of process 파일 아티팩트:
-
- Passed통과
-
- passed
- 통과
-
- Specify the hostname of the client.클라이언트의 호스트 이름을 지정합니다.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
건너뜀
-
- at
- 위치
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- 포함
- in that is used in stack frame it is followed by file name
- Stack Trace스택 추적
-
- Error output
- 오류 출력
-
-
-
- Standard output
- 표준 출력
-
- Starting test session.테스트 세션을 시작하는 중입니다.
@@ -863,109 +793,11 @@ Microsoft 테스트 플랫폼 원격 분석에 대해 자세히 알아보기: ht
원격 분석 공급자가 이미 설정되어 있습니다.
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi에는 값이 'auto', 'on'(또는 'true', 'enable', '1') 또는 'off'(또는 'false', 'disable', '0')인 단일 매개 변수가 필요합니다.
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- ANSI 이스케이프 문자를 화면에 출력하지 않도록 설정합니다.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- 테스트를 보고할 때 세부 정보 표시를 출력합니다.
-유효한 값은 'Normal', 'Detailed'입니다. 기본값은 'Normal'입니다.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output에는 값이 'Normal' 또는 'Detailed'인 단일 매개 변수가 필요합니다.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout 및 --show-stderr에는 값이 'All', 'Failed' 또는 'None'인 단일 매개 변수가 필요합니다.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 테스트에서 캡처한 오류 출력을 언제 표시할지 결정합니다.
-유효한 값은 'All', 'Failed', 'None'입니다. LLM/AI 에이전트 환경이 감지되면 기본값은 'All'(또는 'Failed')입니다.
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 테스트에서 캡처한 표준 출력을 언제 표시할지 결정합니다.
-유효한 값은 'All', 'Failed', 'None'입니다. LLM/AI 에이전트 환경이 감지되면 기본값은 'All'(또는 'Failed')입니다.
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- 테스트 결과를 터미널에 씁니다.
-
-
-
- Terminal test reporter
- 터미널 테스트 보고자
-
- An 'ITestFrameworkInvoker' factory is already set'ITestFrameworkInvoker' 팩터리가 이미 설정됨
@@ -1031,11 +863,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
테스트 검색 요약: {1}개의 어셈블리에서 {0}개의 테스트를 찾았습니다.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- 테스트 검색 요약: {0}개의 테스트를 찾음
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy object이 프록시 개체에서 '{0}' 메서드를 호출하지 않아야 합니다.
@@ -1056,11 +883,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
테스트 애플리케이션 프로세스가 정상적으로 종료되지 않았습니다. 종료 코드는 '{0}'입니다.{0} is the process exit code.
-
- Test run summary:
- 테스트 실행 요약:
-
- Failed to acquire semaphore before timeout of '{0}' seconds'{0}'초의 시간 제한 전에 세마포를 가져오지 못했습니다.
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 7578d479bf..39e6793c0d 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.pl.xlf
@@ -17,16 +17,6 @@
Przerwano
-
- Actual
- Rzeczywiste
-
-
-
- canceled
- anulowane
-
- Canceling the test session...Trwa anulowanie sesji testowej...
@@ -197,11 +187,6 @@
Łączenie z hostem klienta „{0}” na porcie „{1}”{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- Konsola jest już w trybie dzielenia na partie.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeTworzy odpowiedni filtr wykonywania testu dla trybu konsoli
@@ -242,11 +227,6 @@
Odnajdywanie testów w
-
- duration
- czas trwania
-
- Provider '{0}' (UID: {1}) failed with error: {2}Dostawca „{0}” (UID:{1}) nie powiódł się z powodu błędu: {2}
@@ -262,11 +242,6 @@
Kod zakończenia
-
- Expected
- Oczekiwane
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceRozszerzenie typu „{0}” nie implementuje wymaganego interfejsu „{1}”.
@@ -314,11 +289,6 @@
Zakończono sesję testą.
-
- For test
- Na potrzeby testu
- is followed by test name
- fromz
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Wygenerowane artefakty pliku w trakcie procesu:
-
- Method '{0}' did not exit successfullyMetoda „{0}” nie zakończyła się pomyślnie
@@ -439,11 +404,6 @@
Magistrala komunikatów nie została jeszcze zbudowana lub nie można jej już na tym etapie użyteczna.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Minimalne oczekiwane naruszenie zasad testów, uruchomione testy: {0}, oczekiwane minimum: {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Oczekiwano parametru --client-port, gdy jest używany protokół jsonRpc.
@@ -474,21 +434,11 @@
Przekazywanie obu parametrów „--treenode-filter” i „--filter-uid” jest nieobsługiwane.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Wygenerowane artefakty pliku poza procesem:
-
- PassedPowodzenie
-
- passed
- zakończone powodzeniem
-
- Specify the hostname of the client.Określ nazwę hosta klienta.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
pominięte
-
- at
- o
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- w
- in that is used in stack frame it is followed by file name
- Stack TraceŚledzenie stosu
-
- Error output
- Dane wyjściowe w przypadku błędu
-
-
-
- Standard output
- Standardowe dane wyjściowe
-
- Starting test session.Rozpoczynanie sesji testowej.
@@ -863,109 +793,11 @@ Więcej informacji o telemetrii platformy testowej firmy Microsoft: https://aka.
Dostawca telemetrii jest już ustawiony
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi oczekuje jednego parametru o wartości „auto”, „on” (lub „true”, „enable”, „1”) albo „off” (lub „false”, „disable”, „0”).
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Wyłącz wyprowadzanie znaków ucieczki ANSI na ekran.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Szczegółowość danych wyjściowych podczas raportowania testów.
-Prawidłowe wartości to „Normal”, „Detailed”. Wartość domyślna to „Normal”.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- Parametr --output oczekuje pojedynczego parametru o wartości „Normal” lub „Detailed”.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- Polecenia --show-stdout i --show-stderr oczekują pojedynczego parametru o wartości „All”, „Failed” lub „None”.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Określa, kiedy pokazać przechwycone dane wyjściowe błędu testu.
-Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyślna to „All” (lub „Failed” po wykryciu środowiska modelu LLM / agenta AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Określa, kiedy pokazać przechwycone standardowe dane wyjściowe testu.
-Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyślna to „All” (lub „Failed” po wykryciu środowiska modelu LLM / agenta AI).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Zapisuje wyniki testu w terminalu.
-
-
-
- Terminal test reporter
- Raport testowy terminalu
-
- An 'ITestFrameworkInvoker' factory is already setFabryka „ITestFrameworkInvoker” jest już ustawiona
@@ -1031,11 +863,6 @@ Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyśln
Podsumowanie odnajdywania testów: znaleziono testy ({0}) w {1} zestawach.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Podsumowanie odnajdywania testów: znalezione testy: {0}
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectMetoda „{0}” nie powinna być wywoływana w tym obiekcie proxy
@@ -1056,11 +883,6 @@ Prawidłowe wartości to „All”, „Failed”, „None”. Wartość domyśln
Proces aplikacji testowej nie zakończył się pomyślnie, kod zakończenia: „{0}”{0} is the process exit code.
-
- Test run summary:
- Podsumowanie przebiegu testu:
-
- Failed to acquire semaphore before timeout of '{0}' secondsNie można uzyskać semafora przed upływem limitu czasu wynoszącego „{0}” s
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 560d44c4a5..2d8ebfedc7 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
@@ -17,16 +17,6 @@
Anulado
-
- Actual
- Real
-
-
-
- canceled
- cancelado
-
- Canceling the test session...Cancelamento da sessão de testes...
@@ -197,11 +187,6 @@
Conectando-se ao host do cliente “{0}” porta “{1}”{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- O console já está no modo de lote.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeCria o filtro de execução de teste correto para o modo console
@@ -242,11 +227,6 @@
Descobrindo testes de
-
- duration
- duração
-
- Provider '{0}' (UID: {1}) failed with error: {2}O provedor ''{0}'' (UID: {1}) falhou com o erro: {2}
@@ -262,11 +242,6 @@
Código de saída
-
- Expected
- Esperado
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceA extensão do tipo “{0}” não está implementando a interface “{1}” necessária
@@ -314,11 +289,6 @@
Sessão de teste concluída.
-
- For test
- Para teste
- is followed by test name
- fromde
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Artefatos de arquivo de processo produzidos:
-
- Method '{0}' did not exit successfullyO método “{0}” não foi encerrado com êxito
@@ -439,11 +404,6 @@
O barramento de mensagens ainda não foi criado ou não pode mais ser usado nesse estágio.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Violação de política de testes mínimos esperados, {0} testes executados, mínimo esperado {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Esperado --client-port quando o protocolo jsonRpc é usado.
@@ -474,21 +434,11 @@
Não há suporte para a passagem de "--treenode-filter" e "--filter-uid".{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Artefatos de arquivo fora do processo produzidos:
-
- PassedAprovado
-
- passed
- aprovado
-
- Specify the hostname of the client.Especifique o nome do host do cliente.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
ignorado
-
- at
- em
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- em
- in that is used in stack frame it is followed by file name
- Stack TraceRastreamento de Pilha
-
- Error output
- Saída de erros
-
-
-
- Standard output
- Saída padrão
-
- Starting test session.Iniciando sessão de teste.
@@ -863,109 +793,11 @@ Leia mais sobre a telemetria da Plataforma de Testes da Microsoft: https://aka.m
O provedor de telemetria já está definido
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi espera um único parâmetro com o valor 'auto', 'on' (ou 'true', 'enable', '1') ou 'off' (ou 'false', 'disable', '0').
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Desabilite a saída de caracteres de escape ANSI para a tela.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Detalhamento da saída ao relatar testes
-Os valores válidos são “Normal”, “Detailed”. O padrão é “Normal”.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output espera um único parâmetro com o valor “Normal” ou “Detailed”.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout e --show-stderr esperam um único parâmetro com o valor 'All', 'Failed' ou 'None'.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina quando mostrar a saída de erro capturada de um teste.
-Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All' (ou 'Failed' quando um ambiente de agente de LLM/IA é detectado).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Determina quando mostrar a saída padrão capturada de um teste.
-Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All' (ou 'Failed' quando um ambiente de agente de LLM/IA é detectado).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Grava resultados de teste no terminal.
-
-
-
- Terminal test reporter
- Relator de teste do terminal
-
- An 'ITestFrameworkInvoker' factory is already setUma fábrica “ITestFrameworkInvoker” já está definida
@@ -1031,11 +863,6 @@ Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All' (ou 'Failed
Resumo da descoberta de teste: encontrado {0} teste(s) em {1} assemblies.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Resumo da descoberta de teste: {0} teste(s) encontrado(s)
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectO método ''{0}'' não deve ter sido chamado neste objeto proxy
@@ -1056,11 +883,6 @@ Os valores válidos são 'All', 'Failed', 'None'. O padrão é 'All' (ou 'Failed
O processo de teste do aplicativo não foi encerrado normalmente, o código de saída é ''{0}''{0} is the process exit code.
-
- Test run summary:
- Resumo da execução de teste:
-
- Failed to acquire semaphore before timeout of '{0}' secondsFalha ao adquirir semáforo antes do tempo limite de '{0}' segundos
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 5259d386e5..e4353902c8 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ru.xlf
@@ -17,16 +17,6 @@
Прервано
-
- Actual
- Фактические
-
-
-
- canceled
- отменено
-
- Canceling the test session...Отмена тестового сеанса...
@@ -197,11 +187,6 @@
Подключение к узлу клиента "{0}" к порту "{1}"{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- Консоль уже находится в пакетном режиме.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeСоздает фильтр выполнения правильного теста для режима консоли
@@ -242,11 +227,6 @@
Обнаружение тестов из
-
- duration
- длительность
-
- Provider '{0}' (UID: {1}) failed with error: {2}Сбой поставщика "{0}" (ИД пользователя: {1}) с ошибкой: {2}
@@ -262,11 +242,6 @@
Код завершения
-
- Expected
- Ожидалось
-
- Extension of type '{0}' is not implementing the required '{1}' interfaceРасширение типа "{0}" не реализует требуемый интерфейс "{1}"
@@ -314,11 +289,6 @@
Тестовый сеанс завершен.
-
- For test
- Для тестирования
- is followed by test name
- fromиз
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Созданные в процессе артефакты файлов:
-
- Method '{0}' did not exit successfullyСбой выхода метода "{0}"
@@ -439,11 +404,6 @@
Шина сообщений еще не построена или на данном этапе непригодна для использования.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Нарушение политики минимального ожидаемого числа тестов, тесты выполнено: {0}, ожидаемый минимум: {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.Ожидается --client-port при использовании протокола jsonRpc.
@@ -474,21 +434,11 @@
Передача одновременно "--treenode-filter" и "--filter-uid" не поддерживается.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Созданные вне процесса артефакты файлов:
-
- PassedПройден
-
- passed
- пройдено
-
- Specify the hostname of the client.Укажите имя узла клиента.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
пропущено
-
- at
- в
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- в
- in that is used in stack frame it is followed by file name
- Stack TraceТрассировка стека
-
- Error output
- Вывод ошибок
-
-
-
- Standard output
- Стандартный вывод
-
- Starting test session.Запуск тестового сеанса.
@@ -863,109 +793,11 @@ Read more about Microsoft Testing Platform telemetry: https://aka.ms/testingplat
Поставщик телеметрии уже настроен
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi ожидает один параметр со значением "auto", "on" (или "true", "enable", "1") либо "off" (или "false", "disable", "0").
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- Отключить вывод escape-символов ANSI на экран.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Уровень детализации вывода при отправке отчетов о тестах.
-Допустимые значения: "Normal", "Detailed". Значение по умолчанию: "Normal".
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output ожидает один параметр со значением "Normal" или "Detailed".
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout и --show-stderr принимают один параметр со значением "All" (Все), "Failed" (Сбой), "None" (Нет).
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Определяет, когда показывать зафиксированный вывод ошибок теста.
-Допустимые значения: "All" (Все), "Failed" (Сбой), "None" (Нет). Значение по умолчанию — "All" (Все) (или "Failed" (Сбой), если обнаружена среда агента LLM/ИИ).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Определяет, когда показывать зафиксированный стандартный вывод теста.
-Допустимые значения: "All" (Все), "Failed" (Сбой), "None" (Нет). Значение по умолчанию — "All" (Все) (или "Failed" (Сбой), если обнаружена среда агента LLM/ИИ).
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Записывает результаты теста в терминал.
-
-
-
- Terminal test reporter
- Средство отчетности о тесте для терминала
-
- An 'ITestFrameworkInvoker' factory is already setФабрика ITestFrameworkInvoker уже настроена
@@ -1031,11 +863,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
Сводка по обнаружению тестов: найдены тесты ({0}) в {1} сборках.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Сводка по обнаружению тестов: найдены тесты ({0})
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy objectМетод "{0}" не должен был вызываться для этого прокси-объекта
@@ -1056,11 +883,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
Тестовый процесс приложения завершился неправильно. Код завершения: "{0}"{0} is the process exit code.
-
- Test run summary:
- Сводка тестового запуска:
-
- Failed to acquire semaphore before timeout of '{0}' secondsНе удалось получить семафор до истечения времени ожидания ("{0}" с)
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 22ad8839cf..c14460f934 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.tr.xlf
@@ -17,16 +17,6 @@
Durduruldu
-
- Actual
- Fiili
-
-
-
- canceled
- iptal edildi
-
- Canceling the test session...Test oturumu iptal ediliyor...
@@ -197,11 +187,6 @@
'{0}' istemci konak, '{1}' bağlantı noktasına bağlanıyor{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- Konsol zaten işlem grubu oluşturma modunda bulunuyor.
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console modeKonsol modu için doğru test yürütme filtresini oluşturur
@@ -242,11 +227,6 @@
Testler şuradan bulunuyor:
-
- duration
- süre
-
- Provider '{0}' (UID: {1}) failed with error: {2}'{0}' sağlayıcısı '' (UID: {1}) şu hatayla başarısız oldu: {2}
@@ -262,11 +242,6 @@
Çıkış kodu
-
- Expected
- Beklenen
-
- Extension of type '{0}' is not implementing the required '{1}' interface'{0}' uzantı türü, gerekli '{1}' arabirimini uygulamıyor
@@ -314,11 +289,6 @@
Test oturumu bitti.
-
- For test
- Test için
- is followed by test name
- fromşu dosyadan:
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- Üretilen işlem içi dosya yapıtları:
-
- Method '{0}' did not exit successfully'{0}' yöntemi başarıyla çıkmadı
@@ -439,11 +404,6 @@
İleti veri yolu henüz derlenmedi veya bu aşamada artık kullanılamıyor.
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- Beklenen minimum test ilke ihlali, yürütülen test: {0}, beklenen minimum test: {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.jsonRpc protokolü kullanıldığında --client-port bekleniyordu.
@@ -474,21 +434,11 @@
Hem ‘--treenode-filter’ hem de ‘--filter-uid’ parametrelerinin birlikte kullanılması desteklenmemektedir.{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- Üretilen işlem dışı dosya yapıtları:
-
- PassedBaşarılı
-
- passed
- başarılı
-
- Specify the hostname of the client.İstemcinin ana bilgisayar adını belirtir.
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
atlandı
-
- at
- şu yöntemle:
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- şu dosyada:
- in that is used in stack frame it is followed by file name
- Stack TraceYığın İzlemesi
-
- Error output
- Hata çıkışı
-
-
-
- Standard output
- Standart çıkış
-
- Starting test session.Test oturumu başlatılıyor.
@@ -863,109 +793,11 @@ Microsoft Test Platformu telemetrisi hakkında daha fazla bilgi edinin: https://
Telemetri sağlayıcısı zaten ayarlanmış
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi, değeri 'auto', 'on' (veya 'true', 'enable', '1') ya da 'off' (veya 'false', 'disable', '0') olan tek bir parametre bekliyor.
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- ANSI kaçış karakterlerinin ekrana çıkışını devre dışı bırakın.
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- Testleri bildirirken çıkış ayrıntı düzeyi.
-Geçerli değerler: ‘Normal’, ‘Detailed’. Varsayılan değer: ‘Normal’.
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output ‘Normal’ veya ‘Detailed’ değerine sahip tek bir parametre beklenir.
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout ve --show-stderr, değeri 'All', 'Failed' veya 'None' olan tek bir parametre bekliyor.
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Testte yakalanan hata çıktısının ne zaman gösterileceğini belirler.
-Geçerli değerler: 'All', 'Failed', 'None'. Varsayılan değer 'All' (veya bir LLM/AI destekli aracı ortamı algılandığında 'Failed').
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- Testte yakalanan standart çıktının ne zaman gösterileceğini belirler.
-Geçerli değerler: 'All', 'Failed', 'None'. Varsayılan değer 'All' (veya bir LLM/AI destekli aracı ortamı algılandığında 'Failed').
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- Test sonuçlarını terminale yazar.
-
-
-
- Terminal test reporter
- Terminal test raporlayıcısı
-
- An 'ITestFrameworkInvoker' factory is already setBir 'ITestFrameworkInvoker' fabrikası zaten ayarlanmış
@@ -1031,11 +863,6 @@ Geçerli değerler: 'All', 'Failed', 'None'. Varsayılan değer 'All' (veya bir
Test bulma özeti: {1} derlemede {0} test bulundu.{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- Test bulma özeti: {0} test bulundu
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy object'{0}' yöntemi bu ara sunucu nesnesinde çağrılmamalıdır
@@ -1056,11 +883,6 @@ Geçerli değerler: 'All', 'Failed', 'None'. Varsayılan değer 'All' (veya bir
Test başvuru sürecinden düzgün bir şekilde çıkılmadı, çıkış kodu '{0}'{0} is the process exit code.
-
- Test run summary:
- Test çalıştırması özeti:
-
- Failed to acquire semaphore before timeout of '{0}' seconds'{0}' saniyelik zaman aşımından önce semafor edinilemedi
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 7346a20001..52fe96d4d2 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
@@ -17,16 +17,6 @@
已中止
-
- Actual
- 实际
-
-
-
- canceled
- 已取消
-
- Canceling the test session...正在取消测试会话...
@@ -197,11 +187,6 @@
正在连接到客户端主机“{0}”的端口“{1}”{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- 控制台已处于批处理模式。
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console mode为主机模式创建正确的测试执行筛选
@@ -242,11 +227,6 @@
正在发现以下位置中的测试
-
- duration
- 持续时间
-
- Provider '{0}' (UID: {1}) failed with error: {2}提供程序 '{0}' (UID: {1}) 失败,出现错误: {2}
@@ -262,11 +242,6 @@
退出代码
-
- Expected
- 预期
-
- Extension of type '{0}' is not implementing the required '{1}' interface类型“{0}”的扩展未实现所需的“{1}”接口
@@ -314,11 +289,6 @@
已完成测试会话。
-
- For test
- 用于测试
- is followed by test name
- from从
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- 生成的进程内文件项目:
-
- Method '{0}' did not exit successfully方法“{0}”未成功退出
@@ -439,11 +404,6 @@
消息总线尚未生成或在此阶段不再可用。
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- 最低预期测试策略冲突,测试已运行 {0} 次,最低预期 {1} 次
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.使用 jsonRpc 协议时应为 --client-port。
@@ -474,21 +434,11 @@
不支持同时传递“--treenode-filter”和“--filter-uid”。{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- 生成的进程外文件项目:
-
- Passed已通过
-
- passed
- 已通过
-
- Specify the hostname of the client.指定客户端的主机名。
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
已跳过
-
- at
- 在
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- 位于
- in that is used in stack frame it is followed by file name
- Stack Trace堆栈跟踪
-
- Error output
- 错误输出
-
-
-
- Standard output
- 标准输出
-
- Starting test session.正在启动测试会话。
@@ -863,109 +793,11 @@ Microsoft 测试平台会收集使用数据,帮助我们改善体验。该数
已设置遥测提供程序
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi 需要值为“auto”、“on”(或 'true'、“enable”、'1')或“off”(或 'false'、“disable”、'0')的单个参数。
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- 禁用将 ANSI 转义字符输出到屏幕。
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- 报告测试时的输出详细程度。
-有效值为 "Normal"、"Detailed"。默认值为 "Normal"。
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output 应为值为“Normal”或“Detailed”的单个参数。
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout and --show-stderr 需要值为“All”、“Failed”或“None”的单个参数。
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 确定何时显示测试捕获的错误输出。
-有效值为“All”、“Failed”、“None”。默认值为“All”(如果检测到 LLM/AI 智能体环境,则为“Failed”)。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 确定何时显示测试的捕获标准输出。
-有效值为“All”、“Failed”、“None”。默认值为“All”(如果检测到 LLM/AI 智能体环境,则为“Failed”)。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- 将测试结果写入终端。
-
-
-
- Terminal test reporter
- 终端测试报告器
-
- An 'ITestFrameworkInvoker' factory is already set已设置“ITestFrameworkInvoker”工厂
@@ -1031,11 +863,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
测试发现摘要: 在 {1} 个程序集中找到 {0} 个测试。{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- 测试发现摘要: 找到 {0} 个测试
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy object不应对此代理对象调用方法 '{0}'
@@ -1056,11 +883,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
测试应用程序流程未正常退出,退出代码为“{0}”{0} is the process exit code.
-
- Test run summary:
- 测试运行摘要:
-
- Failed to acquire semaphore before timeout of '{0}' seconds在“{0}”秒超时之前获取信号灯失败
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 4ba7e39a22..87a7ed0d2d 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
@@ -17,16 +17,6 @@
已中止
-
- Actual
- 實際
-
-
-
- canceled
- 已取消
-
- Canceling the test session...正在取消測試工作階段...
@@ -197,11 +187,6 @@
正在連接到用戶端主機 '{0}' 連接埠 '{1}'{0} is the client host name. {1} is the client port.
-
- Console is already in batching mode.
- 主控台已處於批次處理模式。
- Exception that is thrown when console is already collecting input into a batch (into a string builder), and code asks to enable batching mode again.
- Creates the right test execution filter for console mode為主機模式建立正確的測試執行篩選條件
@@ -242,11 +227,6 @@
正在以下位置找測試
-
- duration
- 持續時間
-
- Provider '{0}' (UID: {1}) failed with error: {2}提供者 '{0}' (UID: {1}) 失敗,發生錯誤: {2}
@@ -262,11 +242,6 @@
結束代碼
-
- Expected
- 預期
-
- Extension of type '{0}' is not implementing the required '{1}' interface類型 '{0}' 的延伸模組未實作所需的 '{1}' 介面
@@ -314,11 +289,6 @@
已完成測試會話。
-
- For test
- 用於測試
- is followed by test name
- from來自
@@ -359,11 +329,6 @@
<test application runner>{Locked="<test application runner>"}
-
- In process file artifacts produced:
- 產生的流程内檔案成品:
-
- Method '{0}' did not exit successfully方法 '{0}' 未成功結束
@@ -439,11 +404,6 @@
訊息匯流排尚未建置或在此階段無法再使用。
-
- Minimum expected tests policy violation, tests ran {0}, minimum expected {1}
- 預期測試原則違反的最小值,{0} 個執行的測試,預期的最小值為 {1}
- {0} is the number of tests that ran. {1} is the minimum expected number of tests.
- Expected --client-port when jsonRpc protocol is used.使用 jsonRpc 通訊協定時,必須是 --client-port。
@@ -474,21 +434,11 @@
不支援同時傳遞 '--treenode-filter' 和 '--filter-uid'。{Locked="--treenode-filter"}{Locked="--filter-uid"}
-
- Out of process file artifacts produced:
- 產生的流程外檔案成品:
-
- Passed成功
-
- passed
- 已通過
-
- Specify the hostname of the client.指定用戶端的主機名稱。
@@ -793,31 +743,11 @@ Takes one argument as a time value with an explicit unit suffix. Accepted suffix
已跳過
-
- at
- 於
- at that is used for a stack frame location in a stack trace, is followed by a class and method name
-
-
- in
- 在
- in that is used in stack frame it is followed by file name
- Stack Trace堆疊追蹤
-
- Error output
- 錯誤輸出
-
-
-
- Standard output
- 標準輸出
-
- Starting test session.正在啟動測試會話。
@@ -863,109 +793,11 @@ Microsoft 測試平台會收集使用量資料,以協助我們改善您的體
遙測提供者已設定
-
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- Control whether ANSI escape characters are emitted.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'on' forces ANSI escape codes (including cursor movement) even when stdout is redirected; pair it with --progress off if you only want colors.
-When both --ansi and --no-ansi are provided, --ansi wins.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--progress off"}{Locked="--ansi"}{Locked="--no-ansi"}
-
-
- --ansi expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --ansi 應有值為 'auto'、'on' (或 'true'、'enable'、'1') 或 'off' (或 'false'、'disable'、'0') 的單一參數。
- {Locked="--ansi"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- Disable outputting ANSI escape characters to screen.
- 停用將 ANSI 逸出字元輸出至螢幕。
-
- warning: --no-progress is deprecated; use --progress off instead.warning: --no-progress is deprecated; use --progress off instead.{Locked="--no-progress"}{Locked="--progress off"}
-
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- [Deprecated, use '--progress off' instead] Disable reporting progress to screen.
- {Locked="--progress off"}
-
-
- Output verbosity when reporting tests.
-Valid values are 'Normal', 'Detailed'. Default is 'Normal'.
- 報告測試時的輸出詳細程度。
-有效值為 'Normal'、'Detailed'。預設為 'Normal'。
- {Locked="Normal"}{Locked="Detailed"}
-
-
- --output expects a single parameter with value 'Normal' or 'Detailed'.
- --output 需要值為 'Normal' 或 'Detailed' 的單一參數。
- {Locked="--output"}{Locked="Normal"}{Locked="Detailed"}
-
-
- running... {0} completed, {1} failed
- running... {0} completed, {1} failed
- Heartbeat line emitted on non-cursor terminals when the run goes silent. {0} is the number of completed tests, {1} is the number of failed tests.
-
-
- | active: {0}
- | active: {0}
- Suffix appended to the heartbeat line naming the currently active test. {0} is the active test name.
-
-
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- Control whether progress is reported to screen.
-Valid values are 'auto' (default), 'on' (also accepts 'true', 'enable', '1') or 'off' (also accepts 'false', 'disable', '0').
-'auto' shows progress unless the terminal cannot update in place (for example with --no-ansi or in CI).
-This option takes precedence over the deprecated --no-progress flag.
- {Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}{Locked="--no-ansi"}{Locked="--no-progress"}
-
-
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- --progress expects a single parameter with value 'auto', 'on' (or 'true', 'enable', '1') or 'off' (or 'false', 'disable', '0').
- {Locked="--progress"}{Locked="auto"}{Locked="on"}{Locked="true"}{Locked="enable"}{Locked="1"}{Locked="off"}{Locked="false"}{Locked="disable"}{Locked="0"}
-
-
- [slow] still running after {0}: {1}
- [slow] still running after {0}: {1}
- Line emitted on non-cursor terminals when a single test runs longer than the slow-test threshold. {0} is the elapsed duration, {1} is the test description. {Locked="[slow]"}
-
-
- --show-stdout and --show-stderr expect a single parameter with value 'All', 'Failed', or 'None'.
- --show-stdout 和 --show-stderr 需接收一個參數,其值必須為「All」、「Failed」或「None」。
- {Locked="--show-stdout"}{Locked="--show-stderr"}{Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured error output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 決定何時顯示測試擷取到的錯誤輸出。
-有效值為 'All'、'Failed'、'None'。預設值為 'All' (或偵測到 LLM/AI 代理程式環境時為 'Failed')。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Determines when to show captured standard output of a test.
-Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an LLM/AI agent environment is detected).
- 決定何時顯示測試擷取到的標準輸出。
-有效值為 'All'、'Failed'、'None'。預設值為 'All' (或偵測到 LLM/AI 代理程式環境時為 'Failed')。
- {Locked="All"}{Locked="Failed"}{Locked="None"}
-
-
- Writes test results to terminal.
- 將測試結果寫入終端機。
-
-
-
- Terminal test reporter
- 終端機測試報告者
-
- An 'ITestFrameworkInvoker' factory is already set已設定 'ITestFrameworkInvoker' 中心
@@ -1031,11 +863,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
測試探索摘要: 在 {1} 個組件中找到 {0} 個測試。{0} is the number of discovered tests. {1} is the count of assemblies.
-
- Test discovery summary: found {0} test(s)
- 測試探索摘要: 找到 {0} 個測試
- {0} is the number of discovered tests.
- Method '{0}' should not have been called on this proxy object不應在此 Proxy 物件上呼叫方法 '{0}'。
@@ -1056,11 +883,6 @@ Valid values are 'All', 'Failed', 'None'. Default is 'All' (or 'Failed' when an
測試應用程式流程未正常結束,結束代碼為 '{0}'{0} is the process exit code.
-
- Test run summary:
- 測試回合摘要:
-
- Failed to acquire semaphore before timeout of '{0}' seconds無法在 '{0}' 秒逾時前取得旗號