diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.cs.xlf b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.cs.xlf
index 78168ea20f..2452e77f87 100644
--- a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.cs.xlf
+++ b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.cs.xlf
@@ -275,7 +275,7 @@ byl však přijat tento počet argumentů: {4} s typy {5}.
Runsettings entry '<ExecutionApartmentState>STA</ExecutionApartmentState>' is not supported on non-Windows OSes.
- Runsettings entry '<ExecutionApartmentState>STA</ExecutionApartmentState>' is not supported on non-Windows OSes.
+ Položka Runsettings <ExecutionApartmentState>STA</ExecutionApartmentState> se v operačních systémech jiných než Windows nepodporuje.{Locked="Runsettings"}{Locked="<ExecutionApartmentState>STA</ExecutionApartmentState>"}{Locked="STA"}
@@ -400,12 +400,12 @@ byl však přijat tento počet argumentů: {4} s typy {5}.
UTA031: class {0} does not have valid TestContext property. TestContext must be of type TestContext, must be non-static, and must be public. For example: public TestContext TestContext.
- UTA031: class {0} does not have valid TestContext property. TestContext must be of type TestContext, must be non-static, and must be public. For example: public TestContext TestContext.
+ UTA031: Třída {0} nemá platnou vlastnost TestContext. Vlastnost TestContext musí být typu TestContext, musí být non-static a musí být public. Například: public TestContext TestContext{0} is the test class name. {Locked="UTA031"}{Locked="TestContext"}{Locked="non-static"}{Locked="public"}{Locked="public TestContext TestContext"}UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
- UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
+ UTA007: Metoda {1} definovaná ve třídě {0} nemá správný podpis. Testovací metoda označená atributem [TestMethod] musí být non-static nebo public, musí mít návratový typ void a nesmí přijímat žádný parametr. Například: public void Test.Class1.Test(). Pokud navíc v testovací metodě používáte operátor async-await, musí být návratový typ Task nebo ValueTask. Například: public async Task Test.Class1.Test2(){0} is the test class full name. {1} is the test method name. {Locked="UTA007"}{Locked="[TestMethod]"}{Locked="non-static"}{Locked="public"}{Locked="void"}{Locked="async-await"}{Locked="Task"}{Locked="public void Test.Class1.Test()"}{Locked="public async Task Test.Class1.Test2()"}
@@ -517,7 +517,7 @@ byl však přijat tento počet argumentů: {4} s typy {5}.
Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ Metoda {0}.{1} má špatný podpis. Metoda musí být non-static nebo public, nevrací hodnotu a nesmí přijímat žádný parametr. Pokud navíc v metodě používáte operátor async-await, musí být návratový typ Task nebo ValueTask.{0} is the declaring type name. {1} is the method name. {Locked="non-static"}{Locked="public"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}
@@ -539,7 +539,7 @@ byl však přijat tento počet argumentů: {4} s typy {5}.
{0} For UWP projects, if you are using UI objects in test consider using [UITestMethod] attribute instead of [TestMethod] to execute test in UI thread.
- {0} For UWP projects, if you are using UI objects in test consider using [UITestMethod] attribute instead of [TestMethod] to execute test in UI thread.
+ {0}. Pokud v testu používáte objekty uživatelského rozhraní, zvažte u projektů pro platformu UPW (UWP) použití atributu [UITestMethod] místo atributu [TestMethod], aby se test provedl ve vlákně uživatelského rozhraní.{0} is the original error message. {Locked="UWP"}{Locked="[UITestMethod]"}{Locked="[TestMethod]"}
diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.es.xlf b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.es.xlf
index fcc094d43a..43bf6f9123 100644
--- a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.es.xlf
+++ b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.es.xlf
@@ -275,7 +275,7 @@ pero recibió {4} argumentos, con los tipos '{5}'.
Runsettings entry '<ExecutionApartmentState>STA</ExecutionApartmentState>' is not supported on non-Windows OSes.
- Runsettings entry '<ExecutionApartmentState>STA</ExecutionApartmentState>' is not supported on non-Windows OSes.
+ La entrada Runsettings "<ExecutionApartmentState>STA</ExecutionApartmentState>" no se admite en sistemas operativos que no son de Windows.{Locked="Runsettings"}{Locked="<ExecutionApartmentState>STA</ExecutionApartmentState>"}{Locked="STA"}
diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ko.xlf b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ko.xlf
index a46f47981c..0ff07f440e 100644
--- a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ko.xlf
+++ b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ko.xlf
@@ -175,7 +175,7 @@ but received {4} argument(s), with types '{5}'.
[MSTest][Discovery][{0}] {1}
- [MSTest][Discovery][{0}] {1}
+ [MSTest][Discovery][{0}] {1}{0} is the source path. {1} is the discovery warning message. {Locked="[MSTest][Discovery]"}
@@ -365,12 +365,12 @@ but received {4} argument(s), with types '{5}'.
Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ {0}.{1} 메서드의 서명이 잘못되었습니다. 메서드는 static, public이어야 하고, 값을 반환하거나 매개 변수를 사용할 수 없습니다. 또한 메서드에서 async-await를 사용하는 경우 반환 형식은 'Task' 또는 'ValueTask'여야 합니다.{0} is the declaring type name. {1} is the method name. {Locked="static"}{Locked="public"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should take a single parameter of type TestContext. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should take a single parameter of type TestContext. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ {0}.{1} 메서드의 서명이 잘못되었습니다. 메서드는 static, public이어야 하고, 값을 반환하지 않으며, TestContext 형식의 단일 매개 변수를 사용해야 합니다. 또한 메서드에서 async-await를 사용하는 경우 반환 형식은 'Task' 또는 'ValueTask'여야 합니다.{0} is the declaring type name. {1} is the method name. {Locked="static"}{Locked="public"}{Locked="TestContext"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}
@@ -400,12 +400,12 @@ but received {4} argument(s), with types '{5}'.
UTA031: class {0} does not have valid TestContext property. TestContext must be of type TestContext, must be non-static, and must be public. For example: public TestContext TestContext.
- UTA031: class {0} does not have valid TestContext property. TestContext must be of type TestContext, must be non-static, and must be public. For example: public TestContext TestContext.
+ UTA031: {0} 클래스에 유효한 TestContext 속성이 없습니다. TestContext는 TestContext 유형이어야 하고, non-static, public이어야 합니다. 예: public TestContext TestContext.{0} is the test class name. {Locked="UTA031"}{Locked="TestContext"}{Locked="non-static"}{Locked="public"}{Locked="public TestContext TestContext"}UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
- UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
+ UTA007: 클래스 {0}에 정의된 메서드 {1}에 올바른 서명이 없습니다. [TestMethod] 특성으로 표시된 테스트 메서드는 non-static, public, return-type이 void여야 하며 매개 변수를 사용하지 않아야 합니다. 예: public void Test.Class1.Test(). 또한 테스트 메서드에서 async-await를 사용하는 경우 반환 형식은 Task 또는 'ValueTask’여야 합니다. 예: public async Task Test.Class1.Test2(){0} is the test class full name. {1} is the test method name. {Locked="UTA007"}{Locked="[TestMethod]"}{Locked="non-static"}{Locked="public"}{Locked="void"}{Locked="async-await"}{Locked="Task"}{Locked="public void Test.Class1.Test()"}{Locked="public async Task Test.Class1.Test2()"}
@@ -517,7 +517,7 @@ but received {4} argument(s), with types '{5}'.
Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ {0}.{1} 메서드의 서명이 잘못되었습니다. 메서드는 non-static, public이어야 하고, 값을 반환하거나 매개 변수를 사용할 수 없습니다. 또한 메서드에서 async-await를 사용하는 경우 반환 형식은 'Task' 또는 'ValueTask'여야 합니다.{0} is the declaring type name. {1} is the method name. {Locked="non-static"}{Locked="public"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}
diff --git a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ru.xlf b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ru.xlf
index 1d5cf1d405..fb018b6d67 100644
--- a/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ru.xlf
+++ b/src/Adapter/MSTestAdapter.PlatformServices/Resources/xlf/Resource.ru.xlf
@@ -83,7 +83,7 @@ but received {4} argument(s), with types '{5}'.
The parameter should not be null or empty.
- The parameter should not be null or empty.
+ Этот параметр не должен быть пустым или иметь значение null.{Locked="null"}
@@ -148,7 +148,7 @@ but received {4} argument(s), with types '{5}'.
Invalid deployment item: the output directory cannot be null.
- Invalid deployment item: the output directory cannot be null.
+ Недопустимый элемент развертывания: выходной каталог не может быть равен null.{Locked="null"}
@@ -365,12 +365,12 @@ but received {4} argument(s), with types '{5}'.
Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ Метод {0}.{1} имеет неправильную подпись. Метод должен быть static (статическим), public (открытым), не должен возвращать значение и принимать параметры. Кроме того, при использовании async-await в методе возвращаемое значение должно иметь тип "Task" или "ValueTask".{0} is the declaring type name. {1} is the method name. {Locked="static"}{Locked="public"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should take a single parameter of type TestContext. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be static, public, does not return a value and should take a single parameter of type TestContext. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ Метод {0}.{1} имеет неправильную подпись. Метод должен быть static (статическим), public (открытым), не должен возвращать значение и должен принимать один параметр, имеющий тип TestContext. Кроме того, при использовании async-await в методе возвращаемое значение должно иметь тип "Task" или "ValueTask".{0} is the declaring type name. {1} is the method name. {Locked="static"}{Locked="public"}{Locked="TestContext"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}
@@ -405,12 +405,12 @@ but received {4} argument(s), with types '{5}'.
UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
- UTA007: Method {1} defined in class {0} does not have correct signature. Test method marked with the [TestMethod] attribute must be non-static, public, return-type as void and should not take any parameter. Example: public void Test.Class1.Test(). Additionally, if you are using async-await in test method then return-type must be 'Task' or 'ValueTask'. Example: public async Task Test.Class1.Test2()
+ UTA007: метод {1}, определенный в классе {0}, имеет неправильную подпись. Метод теста, помеченный атрибутом [TestMethod], должен быть non-static (нестатическим), public (открытым) и иметь тип возвращаемого значения void; он также не должен принимать параметры. Пример: public void Test.Class1.Test(). Кроме того, при использовании async-await в методе теста возвращаемое значение должно иметь тип "Task" или "ValueTask". Пример: public async Task Test.Class1.Test2(){0} is the test class full name. {1} is the test method name. {Locked="UTA007"}{Locked="[TestMethod]"}{Locked="non-static"}{Locked="public"}{Locked="void"}{Locked="async-await"}{Locked="Task"}{Locked="public void Test.Class1.Test()"}{Locked="public async Task Test.Class1.Test2()"}UTA054: {0}.{1} has invalid Timeout attribute. The timeout must be an integer value greater than 0.
- UTA054: {0}.{1} has invalid Timeout attribute. The timeout must be an integer value greater than 0.
+ UTA054: {0}. {1} имеет недопустимый атрибут Timeout. Значение времени ожидания должно быть целым числом больше 0.{0} is the declaring type name. {1} is the method name. {Locked="UTA054"}{Locked="Timeout"}
@@ -517,7 +517,7 @@ but received {4} argument(s), with types '{5}'.
Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
- Method {0}.{1} has wrong signature. The method must be non-static, public, does not return a value and should not take any parameter. Additionally, if you are using async-await in method then return-type must be 'Task' or 'ValueTask'.
+ Метод {0}.{1} имеет неправильную подпись. Метод должен быть non-static (нестатическим), public (открытым), не должен возвращать значение и принимать параметры. Кроме того, при использовании async-await в методе возвращаемое значение должно иметь тип "Task" или "ValueTask".{0} is the declaring type name. {1} is the method name. {Locked="non-static"}{Locked="public"}{Locked="Task"}{Locked="ValueTask"}{Locked="async-await"}
@@ -534,7 +534,7 @@ but received {4} argument(s), with types '{5}'.
The called code threw an exception that was caught, but the exception value was null
- The called code threw an exception that was caught, but the exception value was null
+ Вызванный код вызвал исключение, которое было перехвачено, но значение исключения было равно null{Locked="null"}
diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
index b2f8fb7724..6fda6c979b 100644
--- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
+++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
@@ -134,7 +134,7 @@ The type declaring these methods should also respect the following rules:
Use 'Assert.AreEqual'/'Assert.AreNotEqual' instead of 'Assert.AreSame'/'Assert.AreNotSame' when comparing value types. Passing a value type to 'Assert.AreSame'/'Assert.AreNotSame' will be boxed (creating a new object). Because 'Assert.AreSame'/'Assert.AreNotSame' does the comparison by reference, 'Assert.AreSame' will fail when boxing happens, and 'Assert.AreNotSame' will always pass.
- Use 'Assert.AreEqual'/'Assert.AreNotEqual' instead of 'Assert.AreSame'/'Assert.AreNotSame' when comparing value types. Passing a value type to 'Assert.AreSame'/'Assert.AreNotSame' will be boxed (creating a new object). Because 'Assert.AreSame'/'Assert.AreNotSame' does the comparison by reference, 'Assert.AreSame' will fail when boxing happens, and 'Assert.AreNotSame' will always pass.
+ Při porovnávání hodnotových typů použijte Assert.AreEqual/Assert.AreNotEqual místo Assert.AreSame/Assert.AreNotSame. Předání hodnotového typu metodě Assert.AreSame nebo Assert.AreNotSame způsobí jeho zabalení do objektu, čímž se vytvoří nový objekt. Protože metody Assert.AreSame a Assert.AreNotSame porovnávají odkazy, Assert.AreSame při zabalení do objektu selže, zatímco Assert.AreNotSame vždy vyhodnotí test jako úspěšný.{Locked="Assert.AreNotEqual"}{Locked="Assert.AreNotSame"}{Locked="Assert.AreEqual"}{Locked="Assert.AreSame"}
diff --git a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.cs.xlf b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.cs.xlf
index 5b22278f35..809c57357d 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.cs.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.cs.xlf
@@ -108,7 +108,7 @@ Další informace najdete na https://learn.microsoft.com/dotnet/core/diagnostics
'--crashdump-type' expects a single dump type as argument (e.g. '--crashdump-type Heap')
- '--crashdump-type' expects a single dump type as argument (e.g. '--crashdump-type Heap')
+ --crashdump-type očekává jako argument jeden typ výpisu paměti (například --crashdump-type Heap).Do not localize option name {Locked="--crashdump-type"} or example command {Locked="--crashdump-type Heap"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ko.xlf b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ko.xlf
index 0dcf512285..554e33c821 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ko.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ko.xlf
@@ -24,7 +24,7 @@
[net6.0+ only] Produce crash dump files when the test execution process crashes unexpectedly
- [net6.0+ only] Produce crash dump files when the test execution process crashes unexpectedly
+ [net6.0+만] 테스트 실행 프로세스가 예기치 않게 충돌할 때 크래시 덤프 파일 생성Do not localize target framework moniker {Locked="net6.0+"}.
@@ -44,12 +44,12 @@
Crash dump feature is only available in .NET (Core)
- Crash dump feature is only available in .NET (Core)
+ 크래시 덤프 기능은 .NET (Core)에서만 사용할 수 있습니다.Do not localize {Locked=".NET (Core)"}.[net6.0+ only] Generate a dump file if the test process crashes
- [net6.0+ only] Generate a dump file if the test process crashes
+ [net6.0+만] 테스트 프로세스가 충돌하는 경우 덤프 파일 생성Do not localize option name {Locked="--crashdump"} or target framework moniker {Locked="net6.0+"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ru.xlf b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ru.xlf
index 9431980f93..4b2de69d82 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ru.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CrashDump/Resources/xlf/CrashDumpResources.ru.xlf
@@ -24,7 +24,7 @@
[net6.0+ only] Produce crash dump files when the test execution process crashes unexpectedly
- [net6.0+ only] Produce crash dump files when the test execution process crashes unexpectedly
+ [только net6.0+] Создавать файлы аварийного дампа при неожиданном сбое процесса выполнения тестаDo not localize target framework moniker {Locked="net6.0+"}.
@@ -49,7 +49,7 @@
[net6.0+ only] Generate a dump file if the test process crashes
- [net6.0+ only] Generate a dump file if the test process crashes
+ [только net6.0+] Создавать файл дампа в случае сбоя тестового процессаDo not localize option name {Locked="--crashdump"} or target framework moniker {Locked="net6.0+"}.
@@ -108,7 +108,7 @@ For more information visit https://learn.microsoft.com/dotnet/core/diagnostics/c
'--crashdump-type' expects a single dump type as argument (e.g. '--crashdump-type Heap')
- '--crashdump-type' expects a single dump type as argument (e.g. '--crashdump-type Heap')
+ "--crashdump-type" ожидает в качестве аргумента один тип дампа (например, "--crashdump-type Heap")Do not localize option name {Locked="--crashdump-type"} or example command {Locked="--crashdump-type Heap"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.cs.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.cs.xlf
index 1b0687b03e..a99656fb99 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.cs.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.cs.xlf
@@ -4,66 +4,66 @@
CTRF (Common Test Report Format) JSON test report
- CTRF (Common Test Report Format) JSON test report
+ Testovací sestava JSON CTRF (Common Test Report Format)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, or {Locked="JSON"}.CTRF Report
- CTRF Report
+ Sestava CTRFDo not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ Upozornění: Soubor sestavy CTRF {0} již existuje a bude přepsán.{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ Argument názvu souboru --report-ctrf-filename musí končit příponou .json (např. --report-ctrf-filename myreport.ctrf.json).Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ Část pro název souboru --report-ctrf-filename nesmí být prázdná (např. --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ Název vygenerované sestavy CTRF. Může obsahovat relativní nebo absolutní cestu. Relativní cesty se překládají na adresář výsledků testů a vytvoří se chybějící adresáře.
+Podporuje následující zástupné symboly: {pname} (název testovací aplikace), {pid} (ID procesu), {asm} (název sestavení položky), {tfm} (moniker cílové architektury), {time} (časové razítko).
+Příklad: MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.'--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
- '--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
+ Relativní cesty --report-ctrf-filename musí zůstat v adresáři výsledků testů (např. --report-ctrf-filename nested/myreport.ctrf.json).Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example path {Locked="nested/myreport.ctrf.json"}.'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ --report-ctrf-filename vyžaduje povolení --report-ctrf.Do not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
- Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
+ Vytvořit sestavu JSON CTRF (Common Test Report Format) pro aktuální testovací relaci (https://ctrf.io)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, {Locked="JSON"}, or {Locked="https://ctrf.io"}.CTRF report generator
- CTRF report generator
+ Generátor sestav CTRFDo not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ Možnost „--report-ctrf“ nejde povolit, pokud se používá možnost „--list-tests“.Do not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.Enable generating a CTRF (Common Test Report Format) JSON report
- Enable generating a CTRF (Common Test Report Format) JSON report
+ Povolit generování sestavy JSON CTRF (Common Test Report Format)Do not localize option name {Locked="--report-ctrf"} or format names {Locked="CTRF"}{Locked="Common Test Report Format"}{Locked="JSON"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.de.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.de.xlf
index 4cf19539d1..5506c06c96 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.de.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.de.xlf
@@ -4,66 +4,66 @@
CTRF (Common Test Report Format) JSON test report
- CTRF (Common Test Report Format) JSON test report
+ CTRF-JSON-Testbericht (Common Test Report Format)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, or {Locked="JSON"}.CTRF Report
- CTRF Report
+ CTRF-BerichtDo not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ Warnung: Die CTRF-Berichtsdatei „{0}“ ist bereits vorhanden und wird überschrieben.{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ „--report-ctrf-filename“ Dateinamenargument muss auf „.json“ enden (z. B. --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ Der Dateinamensteil „--report-ctrf-filename“ darf nicht leer sein (z. B. „--report-ctrf-filename myreport.ctrf.json“)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ Der Name des generierten CTRF-Berichts. Kann einen relativen oder absoluten Pfad enthalten; relative Pfade werden anhand des Verzeichnisses mit den Testergebnissen aufgelöst, und fehlende Verzeichnisse werden erstellt.
+Unterstützt die folgenden Platzhalter: {pname} (Name der Testanwendung), {pid} (Prozess-ID), {asm} (Name der Eintragsassembly), {tfm} (Zielframeworkmoniker), {time} (Zeitstempel).
+Beispiel: MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.'--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
- '--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
+ Die relativen Pfade für „--report-ctrf-filename“ müssen im Verzeichnis mit den Testergebnissen bleiben (z. B. --report-ctrf-filename nested/myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example path {Locked="nested/myreport.ctrf.json"}.'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ „--report-ctrf-filename“ erfordert, dass „--report-ctrf“ aktiviert istDo not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
- Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
+ Einen CTRF-JSON-Bericht (Common Test Report Format) für die aktuelle Testsitzung (https://ctrf.io) erstellenDo not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, {Locked="JSON"}, or {Locked="https://ctrf.io"}.CTRF report generator
- CTRF report generator
+ CTRF-Bericht-GeneratorDo not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ „--report-ctrf“ kann bei Verwendung von „--list-tests“ nicht aktiviert werdenDo not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.Enable generating a CTRF (Common Test Report Format) JSON report
- Enable generating a CTRF (Common Test Report Format) JSON report
+ Generierung eines CTRF-JSON-Berichts (Common Test Report Format) aktivierenDo not localize option name {Locked="--report-ctrf"} or format names {Locked="CTRF"}{Locked="Common Test Report Format"}{Locked="JSON"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.es.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.es.xlf
index 1e8bc606b2..d42fdb7f9b 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.es.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.es.xlf
@@ -9,31 +9,31 @@
CTRF Report
- CTRF Report
+ Informe de CTRFDo not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ Advertencia: el archivo de informe CTRF "{0}" ya existe y se sobrescribirá.{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ El argumento de nombre de archivo "--report-ctrf-filename" debe terminar con ".json" (por ejemplo, --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ La parte del nombre de archivo "--report-ctrf-filename" no debe estar vacía (por ejemplo, --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ Nombre del informe CTRF generado. Puede incluir una ruta de acceso relativa o absoluta; las rutas de acceso relativas se resuelven respecto al directorio de resultados de pruebas y se crean los directorios que falten.
+Admite los siguientes marcadores de posición: {pname} (nombre de la aplicación de prueba), {pid} (identificador de proceso), {asm} (nombre del ensamblado de entrada), {tfm} (moniker de la plataforma de destino), {time} (marca de tiempo).
+Ejemplo: MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.
@@ -43,7 +43,7 @@ Example: MyReport_{tfm}.ctrf.json
'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ "--report-ctrf-filename" requiere que se habilite "--report-ctrf"Do not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.
@@ -53,12 +53,12 @@ Example: MyReport_{tfm}.ctrf.json
CTRF report generator
- CTRF report generator
+ Generador de informes CTRFDo not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ "--report-ctrf" no se puede habilitar cuando se usa "--list-tests"Do not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.fr.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.fr.xlf
index e12e952195..77c7eac683 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.fr.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.fr.xlf
@@ -4,66 +4,66 @@
CTRF (Common Test Report Format) JSON test report
- CTRF (Common Test Report Format) JSON test report
+ Rapport de test JSON CTRF (Common Test Report Format)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, or {Locked="JSON"}.CTRF Report
- CTRF Report
+ Rapport CTRFDo not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ Avertissement : le fichier de rapport CTRF « {0} » existe déjà et sera remplacé.{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ L’argument du nom de fichier « --report-ctrf-filename » doit se terminer par « .json » (par exemple , --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ La partie du nom de fichier « --report-ctrf-filename » ne doit pas être vide (par exemple , --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ Nom du rapport CTRF généré. Peut inclure un chemin d’accès relatif ou absolu. Les chemins relatifs sont résolus sur le répertoire des résultats des tests et les répertoires manquants sont créés.
+Prend en charge les espaces réservés suivants : {pname} (nom de l’application de test), {pid} (ID de processus), {asm} (nom de l’assembly d’entrée), {tfm} (moniker de framework cible), {time} (horodateur).
+Exemple : MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.'--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
- '--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
+ Les chemins relatifs « --report-ctrf-filename » doivent rester sous le répertoire des résultats des tests (par exemple --report-ctrf-filename nested/myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example path {Locked="nested/myreport.ctrf.json"}.'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ « --report-ctrf-filename » nécessite l’activation de « --report-ctrf »Do not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
- Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
+ Produire un rapport JSON CTRF (Common Test Report Format) pour la session de test actuelle (https://ctrf.io)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, {Locked="JSON"}, or {Locked="https://ctrf.io"}.CTRF report generator
- CTRF report generator
+ Générateur de rapports CTRFDo not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ « --report-ctrf » ne peut pas être activé lors de l’utilisation de « --list-tests »Do not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.Enable generating a CTRF (Common Test Report Format) JSON report
- Enable generating a CTRF (Common Test Report Format) JSON report
+ Activer la génération d’un rapport JSON CTRF (Common Test Report Format)Do not localize option name {Locked="--report-ctrf"} or format names {Locked="CTRF"}{Locked="Common Test Report Format"}{Locked="JSON"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.ko.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.ko.xlf
index eba480ce59..99c89c2b33 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.ko.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.ko.xlf
@@ -4,66 +4,66 @@
CTRF (Common Test Report Format) JSON test report
- CTRF (Common Test Report Format) JSON test report
+ CTRF(Common Test Report Format) JSON 테스트 보고서Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, or {Locked="JSON"}.CTRF Report
- CTRF Report
+ CTRF 보고서Do not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ 경고: CTRF 보고서 파일 '{0}'이(가) 이미 있으므로 덮어씁니다.{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ '--report-ctrf-filename' 파일 이름 인수는 '.json'으로 끝나야 합니다(예: --report-ctrf-filename myreport.ctrf.json).Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ '--report-ctrf-filename' 파일 이름 부분은 비워 둘 수 없습니다(예: --report-ctrf-filename myreport.ctrf.json).Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ 생성된 CTRF 보고서의 이름입니다. 상대 경로 또는 절대 경로를 사용할 수 있습니다. 상대 경로는 테스트 결과 디렉터리를 기준으로 확인되며, 없는 디렉터리는 만들어집니다.
+자리 표시자 {pname}(테스트 애플리케이션 이름), {pid}(프로세스 ID), {asm}(항목 어셈블리 이름), {tfm}(대상 프레임워크 모니커), {time}(타임스탬프)을 지원합니다.
+예: MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.'--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
- '--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
+ '--report-ctrf-filename' 상대 경로는 테스트 결과 디렉터리 아래에 있어야 합니다(예: --report-ctrf-filename nested/myreport.ctrf.json).Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example path {Locked="nested/myreport.ctrf.json"}.'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ '--report-ctrf-filename'을 사용하려면 '--report-ctrf'를 사용하도록 설정해야 합니다.Do not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
- Produce a CTRF (Common Test Report Format) JSON report for the current test session (https://ctrf.io)
+ 현재 테스트 세션에 대한 CTRF(Common Test Report Format) JSON 보고서 생성(https://ctrf.io)Do not localize {Locked="CTRF"}, {Locked="Common Test Report Format"}, {Locked="JSON"}, or {Locked="https://ctrf.io"}.CTRF report generator
- CTRF report generator
+ CTRF 보고서 생성기Do not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ '--list-tests'를 사용하는 경우 '--report-ctrf'를 사용하도록 설정할 수 없습니다.Do not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.Enable generating a CTRF (Common Test Report Format) JSON report
- Enable generating a CTRF (Common Test Report Format) JSON report
+ CTRF(Common Test Report Format) JSON 보고서 생성 사용Do not localize option name {Locked="--report-ctrf"} or format names {Locked="CTRF"}{Locked="Common Test Report Format"}{Locked="JSON"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.zh-Hant.xlf b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.zh-Hant.xlf
index a255dfc08d..5599b59107 100644
--- a/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.zh-Hant.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.CtrfReport/Resources/xlf/ExtensionResources.zh-Hant.xlf
@@ -9,41 +9,41 @@
CTRF Report
- CTRF Report
+ CTRF 報告Do not localize {Locked="CTRF"}.Warning: CTRF report file '{0}' already exists and will be overwritten.
- Warning: CTRF report file '{0}' already exists and will be overwritten.
+ 警告: CTRF 報告檔案 '{0}' 已經存在,將會被覆寫。{0} is the {Locked="CTRF"} report file path.'--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name argument must end with '.json' (e.g. --report-ctrf-filename myreport.ctrf.json)
+ '--report-ctrf-filename' 檔名引數的結尾必須是 '.json' (例如 --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.'--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
- '--report-ctrf-filename' file name part must not be empty (e.g. --report-ctrf-filename myreport.ctrf.json)
+ '--report-ctrf-filename' 檔案名稱部分不得空白 (例如 --report-ctrf-filename myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example command {Locked="--report-ctrf-filename myreport.ctrf.json"}.The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
Example: MyReport_{tfm}.ctrf.json
- The name of the generated CTRF report. May include a relative or absolute path; relative paths are resolved against the test results directory and missing directories are created.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {time} (timestamp).
-Example: MyReport_{tfm}.ctrf.json
+ 產生的 CTRF 報告名稱。可以包含相對或絕對路徑; 系統會針對測試結果目錄解析相對路徑,並建立遺漏的目錄。
+支援下列預留位置: {pname}(測試應用程式名稱)、{pid}(處理序識別碼)、{asm}(進入組件名稱)、{tfm}(目標 Framework Moniker)、{time}(時間戳記)。
+範例: MyReport_{tfm}.ctrf.jsonDo not localize option name {Locked="--report-ctrf-filename"}, format name {Locked="CTRF"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{time}"}, file extension {Locked=".json"}, or example file name {Locked="MyReport_{tfm}.ctrf.json"}.'--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
- '--report-ctrf-filename' relative paths must stay under the test results directory (e.g. --report-ctrf-filename nested/myreport.ctrf.json)
+ '--report-ctrf-filename' 相對路徑必須留在測試結果目錄之下 (例如 --report-ctrf-filename nested/myreport.ctrf.json)Do not localize option name {Locked="--report-ctrf-filename"}, file extension {Locked=".json"}, or example path {Locked="nested/myreport.ctrf.json"}.'--report-ctrf-filename' requires '--report-ctrf' to be enabled
- '--report-ctrf-filename' requires '--report-ctrf' to be enabled
+ '--report-ctrf-filename' 需要啟用 '--report-ctrf'Do not localize option names {Locked="--report-ctrf-filename"}{Locked="--report-ctrf"}.
@@ -53,12 +53,12 @@ Example: MyReport_{tfm}.ctrf.json
CTRF report generator
- CTRF report generator
+ CTRF 報告產生器Do not localize {Locked="CTRF"}.'--report-ctrf' cannot be enabled when using '--list-tests'
- '--report-ctrf' cannot be enabled when using '--list-tests'
+ 使用 '--list-tests' 時,無法啟用 '--report-ctrf'Do not localize option names {Locked="--report-ctrf"}{Locked="--list-tests"}.
diff --git a/src/Platform/Microsoft.Testing.Extensions.HangDump/Resources/xlf/ExtensionResources.cs.xlf b/src/Platform/Microsoft.Testing.Extensions.HangDump/Resources/xlf/ExtensionResources.cs.xlf
index 63c29b5e81..d5d9de5c7c 100644
--- a/src/Platform/Microsoft.Testing.Extensions.HangDump/Resources/xlf/ExtensionResources.cs.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.HangDump/Resources/xlf/ExtensionResources.cs.xlf
@@ -78,8 +78,8 @@ Informace o disku:
Specify the name of the dump file.
Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {arch} (process architecture), {time} (timestamp). The legacy %p token (process ID) is also supported for backward compatibility.
- Specify the name of the dump file.
-Supports the following placeholders: {pname} (test application name), {pid} (process ID), {asm} (entry assembly name), {tfm} (target framework moniker), {arch} (process architecture), {time} (timestamp). The legacy %p token (process ID) is also supported for backward compatibility.
+ Zadejte název souboru výpisu paměti.
+Podporuje následující zástupné symboly: {pname} (název testovací aplikace), {pid} (ID procesu), {asm} (název sestavení položky), {tfm} (moniker cílové architektury), {arch} (architektura procesu), {time} (časové razítko). Starší token %p (ID procesu) je také podporován z důvodu zpětné kompatibility.Do not localize option name {Locked="--hangdump-filename"}, placeholder tokens {Locked="{pname}"}{Locked="{pid}"}{Locked="{asm}"}{Locked="{tfm}"}{Locked="{arch}"}{Locked="{time}"}, or legacy token {Locked="%p"}.
@@ -171,7 +171,7 @@ Platné možnosti jsou {1}
The following tests were still running when dump was taken (format: [<time-elapsed-since-start>] <name>):
- The following tests were still running when dump was taken (format: [<time-elapsed-since-start>] <name>):
+ Při pořízení výpisu paměti stále běžely následující testy (formát: [<time-elapsed-since-start>] <name>):Do not localize format tokens {Locked="[<time-elapsed-since-start>]"} and {Locked="<name>"}.