diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
index 9c2676ba00..d039aa268f 100644
--- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
+++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
@@ -1041,7 +1041,7 @@ Typ deklarující tyto metody by měl také respektovat následující pravidla:
Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
- Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
+ Používání kontrolních výrazů v blocích catch je problematické, protože test projde, i když se nevyvolá žádná výjimka a blok catch se nikdy nespustí. K ověření, že je vyvolána výjimka, použijte metody Assert.Throws, Assert.ThrowsExactly, Assert.ThrowsAsync nebo Assert.ThrowsExactlyAsync a poté proveďte další kontrolní výrazy nad zachycenou výjimkou bez použití bloku try-catch. Pravidlo také označí výjimku throw new AssertFailedException(...) a throw new AssertInconclusiveException(...). (asynchronní tvary Assert.Fail a Assert.Inconclusive). Assert.Inconclusive (a throw new AssertInconclusiveException(...)) se vyloučí při použití uvnitř filtrovaného catch ('catch (...) when (...)'), protože snížení úrovně zachyceného selhání na neprůkazný výsledek je jediný případ použití, který se nedá vyjádřit bez bloku catch. U jiných záměrných obejití (například při připojení zprávy sestavené za běhu k selhání) potlačte diagnostiku pomocí „#pragma warning disable MSTEST0058“.
diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf
index 65bcd1417a..82144e07a5 100644
--- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf
+++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf
@@ -1041,7 +1041,7 @@ Typ deklarujący te metody powinien również przestrzegać następujących regu
Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
- Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
+ Używanie asercji w blokach catch jest problematyczne, ponieważ test zakończy się powodzeniem, nawet jeśli nie zostanie zgłoszony żaden wyjątek i blok catch nigdy nie zostanie wykonany. Użyj instrukcji „Assert.Throws”, „Assert.ThrowsExactly”, „Assert.ThrowsAsync” lub „Assert.ThrowsExactlyAsync”, aby sprawdzić, czy zgłoszono wyjątek, a następnie wykonaj dodatkowe asercje dla przechwyconego wyjątku bez użycia bloku try-catch. Reguła oznacza również „throw new AssertFailedException(...)” i „throw new AssertInconclusiveException(...)” (usunięte formy „Assert.Fail” i „Assert.Inconclusive”). Element „Assert.Inconclusive” (i „throw new AssertInconclusiveException(...)”) jest wykluczony, gdy jest używany wewnątrz przefiltrowanego polecenia catch („catch (...) when (...)”), ponieważ obniżenie przechwyconego błędu do niejednoznacznego wyniku jest jedynym przypadkiem użycia, którego nie można wyrazić bez bloku catch. W przypadku innych celowych obejść (na przykład dołączenia komunikatu utworzonego w środowisku uruchomieniowym do awarii) pomiń diagnostykę za pomocą polecenia „#pragma ostrzeżenie wyłącz MSTEST0058”.
diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf
index 65af8dcb97..2262c5a02f 100644
--- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf
+++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf
@@ -1043,7 +1043,7 @@ Bu yöntemleri bildiren tipin ayrıca aşağıdaki kurallara uyması gerekir:
Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
- Using asserts in catch blocks is problematic because the test will pass even if no exception is thrown and the catch block is never executed. Use 'Assert.Throws', 'Assert.ThrowsExactly', 'Assert.ThrowsAsync' or 'Assert.ThrowsExactlyAsync' to verify that an exception is thrown, and then make additional assertions on the caught exception without using the try-catch block. The rule also flags 'throw new AssertFailedException(...)' and 'throw new AssertInconclusiveException(...)' (the desugared forms of 'Assert.Fail' and 'Assert.Inconclusive'). 'Assert.Inconclusive' (and 'throw new AssertInconclusiveException(...)') is exempt when used inside a filtered catch ('catch (...) when (...)'), because demoting a caught failure to an Inconclusive outcome is the only use case that cannot be expressed without a catch block. For other intentional bypasses (for example, attaching a runtime-built message to the failure), suppress the diagnostic with '#pragma warning disable MSTEST0058'.
+ Catch bloklarında assert kullanmak sorunludur, çünkü özel durum atılmasa ve catch bloğu hiç çalıştırılmasa bile test geçecektir. Bir özel durumun atıldığını doğrulamak için ‘Assert.Throws’, ‘Assert.ThrowsExactly’, ‘Assert.ThrowsAsync’ veya ‘Assert.ThrowsExactlyAsync’ kullanın ve ardından try-catch bloğu kullanmadan yakalanan özel durum üzerinde ek doğrulamalar yapın. Kural ayrıca 'throw new AssertFailedException(...)' ve 'throw new AssertInconclusiveException(...)' ('Assert.Fail' ve 'Assert.Inconclusive' ifadelerinin açılmış biçimleri) ifadelerini de işaretler. Yakalanan bir hatayı Inconclusive sonucuna düşürmek, catch bloğu olmadan ifade edilemeyen tek kullanım senaryosu olduğundan, 'Assert.Inconclusive' ve 'throw new AssertInconclusiveException(...)', filtreli bir catch ('catch (...) when (...)') içinde kullanıldığında bu kuraldan muaftır. Diğer kasıtlı atlamalar için (örneğin hataya çalışma zamanında oluşturulan bir ileti eklemek), tanılamayı '#pragma warning disable MSTEST0058' ile gizleyin.
diff --git a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pl.xlf b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pl.xlf
index d41e7c6d18..180bea230a 100644
--- a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pl.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.pl.xlf
@@ -29,67 +29,67 @@
Azure DevOps live publishing failed to complete the test run.
- Azure DevOps live publishing failed to complete the test run.
+ Publikowanie na żywo w usłudze Azure DevOps nie może ukończyć przebiegu testu.Azure DevOps live publishing failed to create the test run.
- Azure DevOps live publishing failed to create the test run.
+ Publikowanie na żywo w usłudze Azure DevOps nie może utworzyć przebiegu testu.Azure DevOps live publishing failed to delete coordination file
- Azure DevOps live publishing failed to delete coordination file
+ Publikowanie na żywo w usłudze Azure DevOps nie może usunąć pliku koordynacjiAzure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
- Azure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
+ Publikowanie na żywo w usłudze Azure DevOps przekroczyło limit czasu po {0} oczekiwaniu na pliki uczestników w liczbie {1}; mimo to zakończono przebieg.Azure DevOps REST API request failed with status code {0}. Response: {1}
- Azure DevOps REST API request failed with status code {0}. Response: {1}
+ Żądanie interfejsu API REST usługi Azure DevOps nie powiodło się. Kod stanu: {0}. Odpowiedź: {1}Azure DevOps REST API returned an unexpected response payload.
- Azure DevOps REST API returned an unexpected response payload.
+ Interfejs API REST usługi Azure DevOps zwrócił nieoczekiwany ładunek odpowiedzi.'--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
- '--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
+ Ustawiono parametr „--publish-azdo-test-results”, ale publikowanie na żywo w usłudze Azure DevOps jest wyłączone, ponieważ brakuje następujących zmiennych środowiskowych lub są one nieprawidłowe: {0}.{Locked='--publish-azdo-test-results'}Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
- Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
+ Publikowanie na żywo w usłudze Azure DevOps nie może zlokalizować pliku azdo-runid.<buildId>.json dla przebiegu udostępnionego.{Locked="azdo-runid.<buildId>.json"}Azure DevOps live publishing failed to publish test results.
- Azure DevOps live publishing failed to publish test results.
+ Publikowanie na żywo w usłudze Azure DevOps nie może opublikować wyników testu.Azure DevOps REST API request failed after all retries.
- Azure DevOps REST API request failed after all retries.
+ Żądanie interfejsu API REST usługi Azure DevOps nie powiodło się po wszystkich ponownych próbach.Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
- Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
+ Publikowanie na żywo w usłudze Azure DevOps znalazło plik azdo-runid.<buildId>.json dla innego projektu usługi Azure DevOps.{Locked="azdo-runid.<buildId>.json"}Timeout
- Timeout
+ Limit czasuTimeout: {0}
- Timeout: {0}
+ Limit czasu: {0}
@@ -184,17 +184,17 @@
Custom Azure DevOps test run name for live test-result publishing.
- Custom Azure DevOps test run name for live test-result publishing.
+ Niestandardowa nazwa przebiegu testu usługi Azure DevOps na potrzeby publikowania wyników testów na żywo.'--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
- '--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
+ Element „--publish-azdo-run-name” wymaga włączenia polecenia „--publish-azdo-test-results”{Locked='--publish-azdo-run-name'}{Locked='--publish-azdo-test-results'}Publish test results live to the Azure DevOps Tests tab.
- Publish test results live to the Azure DevOps Tests tab.
+ Publikuj wyniki testu na żywo na karcie Testy usługi Azure DevOps.
diff --git a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ru.xlf b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ru.xlf
index fe5d751384..f3e8abf16e 100644
--- a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ru.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.ru.xlf
@@ -29,67 +29,67 @@
Azure DevOps live publishing failed to complete the test run.
- Azure DevOps live publishing failed to complete the test run.
+ Azure DevOps: не удалось выполнить тестовый запуск при публикации в реальном времени.Azure DevOps live publishing failed to create the test run.
- Azure DevOps live publishing failed to create the test run.
+ Azure DevOps: не удалось создать тестовый запуск при публикации в реальном времени.Azure DevOps live publishing failed to delete coordination file
- Azure DevOps live publishing failed to delete coordination file
+ Azure DevOps: не удалось удалить файл координирования при публикации в реальном времениAzure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
- Azure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
+ Azure DevOps: время ожидания публикации в реальном времени истекло после {0} ожидания файлов участника ({1}) ; запуск будет завершен в любом случае.Azure DevOps REST API request failed with status code {0}. Response: {1}
- Azure DevOps REST API request failed with status code {0}. Response: {1}
+ Azure DevOps: не удалось выполнить запрос REST API с кодом состояния {0}. Ответ: {1}Azure DevOps REST API returned an unexpected response payload.
- Azure DevOps REST API returned an unexpected response payload.
+ Azure DevOps: REST API вернул непредвиденный ответ.'--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
- '--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
+ Для "--publish-azdo-test-results" установлено значение, но публикация в реальном времени в Azure DevOps отключена, так как следующие переменные среды отсутствуют или недопустимы: {0}.{Locked='--publish-azdo-test-results'}Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
- Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
+ Azure DevOps: при публикации в реальном времени не удалось найти файл azdo-runid.<buildId>.json для общего запуска.{Locked="azdo-runid.<buildId>.json"}Azure DevOps live publishing failed to publish test results.
- Azure DevOps live publishing failed to publish test results.
+ Azure DevOps: не удалось опубликовать результаты теста при публикации в реальном времени.Azure DevOps REST API request failed after all retries.
- Azure DevOps REST API request failed after all retries.
+ Azure DevOps: не удалось выполнить запрос REST API после повторных попыток.Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
- Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
+ Azure DevOps: при публикации в реальном времени обнаружен файл azdo-runid.<buildId>.json для другого проекта Azure DevOps.{Locked="azdo-runid.<buildId>.json"}Timeout
- Timeout
+ Превышено время ожиданияTimeout: {0}
- Timeout: {0}
+ Превышено время ожидания: {0}
@@ -184,17 +184,17 @@
Custom Azure DevOps test run name for live test-result publishing.
- Custom Azure DevOps test run name for live test-result publishing.
+ Пользовательское имя тестового запуска Azure DevOps для публикации результатов теста в реальном времени.'--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
- '--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
+ Для "--publish-azdo-run-name" нужно включить "--publish-azdo-test-results"{Locked='--publish-azdo-run-name'}{Locked='--publish-azdo-test-results'}Publish test results live to the Azure DevOps Tests tab.
- Publish test results live to the Azure DevOps Tests tab.
+ Опубликуйте результаты теста в реальном времени на вкладке "Тесты Azure DevOps".
diff --git a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.tr.xlf b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.tr.xlf
index f5d3018a26..b77e1a5a2b 100644
--- a/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.tr.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.AzureDevOpsReport/Resources/xlf/AzureDevOpsResources.tr.xlf
@@ -29,67 +29,67 @@
Azure DevOps live publishing failed to complete the test run.
- Azure DevOps live publishing failed to complete the test run.
+ Azure DevOps canlı yayımlama test çalıştırmasını tamamlayamadı.Azure DevOps live publishing failed to create the test run.
- Azure DevOps live publishing failed to create the test run.
+ Azure DevOps canlı yayımlama test çalıştırmasını oluşturamadı.Azure DevOps live publishing failed to delete coordination file
- Azure DevOps live publishing failed to delete coordination file
+ Azure DevOps canlı yayımlama koordinasyon dosyasını silemediAzure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
- Azure DevOps live publishing timed out after {0} waiting for {1} participant file(s); finalizing the run anyway.
+ Azure DevOps canlı yayımlama, {0} boyunca {1} katılımcı dosyasını bekledikten sonra zaman aşımına uğradı; çalıştırma yine de sonlandırılıyor.Azure DevOps REST API request failed with status code {0}. Response: {1}
- Azure DevOps REST API request failed with status code {0}. Response: {1}
+ Azure DevOps REST API isteği durum kodu {0} ile başarısız oldu. Yanıt: {1}Azure DevOps REST API returned an unexpected response payload.
- Azure DevOps REST API returned an unexpected response payload.
+ Azure DevOps REST API beklenmeyen bir yanıt yükü döndürdü.'--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
- '--publish-azdo-test-results' was set, but Azure DevOps live publishing is disabled because the following environment variables are missing or invalid: {0}.
+ '--publish-azdo-test-results' ayarlandı ancak şu ortam değişkenleri eksik veya geçersiz olduğundan Azure DevOps canlı yayımlama devre dışı bırakıldı: {0}.{Locked='--publish-azdo-test-results'}Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
- Azure DevOps live publishing could not locate azdo-runid.<buildId>.json for the shared run.
+ Azure DevOps canlı yayımlama, paylaşılan çalıştırma için azdo-runid.<buildId>.json dosyasını bulamadı.{Locked="azdo-runid.<buildId>.json"}Azure DevOps live publishing failed to publish test results.
- Azure DevOps live publishing failed to publish test results.
+ Azure DevOps canlı yayımlama test sonuçlarını yayımlayamadı.Azure DevOps REST API request failed after all retries.
- Azure DevOps REST API request failed after all retries.
+ Azure DevOps REST API isteği tüm yeniden denemelerden sonra başarısız oldu.Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
- Azure DevOps live publishing found an azdo-runid.<buildId>.json file for a different Azure DevOps project.
+ Azure DevOps canlı yayımlama, farklı bir Azure DevOps projesi için azdo-runid.<buildId>.json dosyası buldu.{Locked="azdo-runid.<buildId>.json"}Timeout
- Timeout
+ Zaman AşımıTimeout: {0}
- Timeout: {0}
+ Zaman aşımı: {0}
@@ -184,17 +184,17 @@
Custom Azure DevOps test run name for live test-result publishing.
- Custom Azure DevOps test run name for live test-result publishing.
+ Canlı test sonucu yayımlama için özel Azure DevOps test çalıştırması adı.'--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
- '--publish-azdo-run-name' requires '--publish-azdo-test-results' to be enabled
+ '--publish-azdo-run-name' seçeneği için '--publish-azdo-test-results' seçeneğinin etkinleştirilmesi gerekir{Locked='--publish-azdo-run-name'}{Locked='--publish-azdo-test-results'}Publish test results live to the Azure DevOps Tests tab.
- Publish test results live to the Azure DevOps Tests tab.
+ Test sonuçlarını Azure DevOps Tests sekmesinde canlı olarak yayımlayın.
diff --git a/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.pl.xlf b/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.pl.xlf
index 3474f0900d..7514281a8e 100644
--- a/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.pl.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.pl.xlf
@@ -4,62 +4,62 @@
Self-contained HTML test report
- Self-contained HTML test report
+ Samodzielny raport testowy HTMLHTML Report
- HTML Report
+ Raport HTMLWarning: HTML report file '{0}' already exists and will be overwritten.
- Warning: HTML report file '{0}' already exists and will be overwritten.
+ Ostrzeżenie: plik raportu HTML „{0}” już istnieje i zostanie zastąpiony.'--report-html-filename' file name argument must end with '.html' (e.g. --report-html-filename myreport.html)
- '--report-html-filename' file name argument must end with '.html' (e.g. --report-html-filename myreport.html)
+ Argument nazwy pliku „--report-html-filename” musi kończyć się ciągiem „.html” (np. --report-html-filename myreport.html)The name of the generated HTML report
- The name of the generated HTML report
+ Nazwa wygenerowanego raportu HTML'--report-html-filename' requires '--report-html' to be enabled
- '--report-html-filename' requires '--report-html' to be enabled
+ Element „--report-html-filename” wymaga włączenia parametru „--report-html”file name argument must not contain a path or invalid characters (e.g. --report-html-filename myreport.html)
- file name argument must not contain a path or invalid characters (e.g. --report-html-filename myreport.html)
+ argument nazwy pliku nie może zawierać ścieżki ani nieprawidłowych znaków (np. --report-html-filename myreport.html)Produce a self-contained HTML report for the current test session
- Produce a self-contained HTML report for the current test session
+ Tworzenie samodzielnego raportu HTML dla bieżącej sesji testowejHTML report generator
- HTML report generator
+ Generator raportów HTML'--report-html' cannot be enabled when using '--list-tests'
- '--report-html' cannot be enabled when using '--list-tests'
+ Nie można włączyć opcji „--report-html” w przypadku używania polecenia „--list-tests”Enable generating an HTML report
- Enable generating an HTML report
+ Włącz generowanie raportu HTMLHTML report generator only works with builders of type 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder'
- HTML report generator only works with builders of type 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder'
+ Generator raportów HTML działa tylko z konstruktorami typu „Microsoft.Testing.Platform.Builder.TestApplicationBuilder”
diff --git a/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.tr.xlf b/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.tr.xlf
index a2bf811fde..f6271ce7d2 100644
--- a/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.tr.xlf
+++ b/src/Platform/Microsoft.Testing.Extensions.HtmlReport/Resources/xlf/ExtensionResources.tr.xlf
@@ -4,62 +4,62 @@
Self-contained HTML test report
- Self-contained HTML test report
+ Bağımsız HTML test raporuHTML Report
- HTML Report
+ HTML RaporuWarning: HTML report file '{0}' already exists and will be overwritten.
- Warning: HTML report file '{0}' already exists and will be overwritten.
+ Uyarı: '{0}' HTML rapor dosyası zaten mevcut ve üzerine yazılacak.'--report-html-filename' file name argument must end with '.html' (e.g. --report-html-filename myreport.html)
- '--report-html-filename' file name argument must end with '.html' (e.g. --report-html-filename myreport.html)
+ '--report-html-filename' dosya adı bağımsız değişkeni '.html' ile bitmelidir (ör. --report-html-filename myreport.html)The name of the generated HTML report
- The name of the generated HTML report
+ Oluşturulan HTML raporunun adı'--report-html-filename' requires '--report-html' to be enabled
- '--report-html-filename' requires '--report-html' to be enabled
+ '--report-html-filename', '--report-html' seçeneğinin etkinleştirilmesini gerektirirfile name argument must not contain a path or invalid characters (e.g. --report-html-filename myreport.html)
- file name argument must not contain a path or invalid characters (e.g. --report-html-filename myreport.html)
+ Dosya adı bağımsız değişkeni yol veya geçersiz karakterler içermemelidir (ör. --report-html-filename myreport.html)Produce a self-contained HTML report for the current test session
- Produce a self-contained HTML report for the current test session
+ Geçerli test oturumu için bağımsız bir HTML raporu oluşturunHTML report generator
- HTML report generator
+ HTML rapor oluşturucusu'--report-html' cannot be enabled when using '--list-tests'
- '--report-html' cannot be enabled when using '--list-tests'
+ '--list-tests' kullanılırken '--report-html' etkinleştirilemezEnable generating an HTML report
- Enable generating an HTML report
+ HTML raporu oluşturmayı etkinleştirinHTML report generator only works with builders of type 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder'
- HTML report generator only works with builders of type 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder'
+ HTML rapor oluşturucu yalnızca 'Microsoft.Testing.Platform.Builder.TestApplicationBuilder' türündeki oluşturucularla çalışır
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 c64e559ef6..44c0ba9a23 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.fr.xlf
@@ -209,7 +209,7 @@
Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
- Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
+ Avertissement : la variable d’environnement « {0} » est déconseillée et sera supprimée dans une prochaine version majeure. Utilisez « {1} » à la place.{0} is the deprecated environment variable name, {1} is the replacement environment variable name.
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 928a6664d6..d17ec38d2f 100644
--- a/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
+++ b/src/Platform/Microsoft.Testing.Platform/Resources/xlf/PlatformResources.ko.xlf
@@ -209,7 +209,7 @@
Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
- Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
+ 경고: 환경 변수 '{0}'은(는) 더 이상 사용되지 않으며 향후 주 버전에서 제거됩니다. 대신 '{1}'을(를) 사용합니다.{0} is the deprecated environment variable name, {1} is the replacement environment variable name.
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 3587806efc..5a7869cce9 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
@@ -209,7 +209,7 @@
Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
- Warning: The environment variable '{0}' is deprecated and will be removed in a future major version. Use '{1}' instead.
+ 警告: 環境變數 '{0}' 已淘汰,將在未來的主要版本中移除。請改用 '{1}'。{0} is the deprecated environment variable name, {1} is the replacement environment variable name.
diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf
index 51dce27aff..a47cca7cee 100644
--- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf
+++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf
@@ -455,7 +455,7 @@
Expected string to not match the specified pattern.
- Expected string to not match the specified pattern.
+ 指定されたパターンと一致しない文字列が必要です。
@@ -634,7 +634,7 @@ Actual: {2}
Expected values to differ.
- Expected values to differ.
+ 予期される値が異なります。
@@ -669,7 +669,7 @@ Actual: {2}
Expected string to match the specified pattern.
- Expected string to match the specified pattern.
+ 指定したパターンと一致する文字列が必要です。
diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf
index 29112a2c79..3214e09c38 100644
--- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf
+++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf
@@ -455,7 +455,7 @@
Expected string to not match the specified pattern.
- Expected string to not match the specified pattern.
+ Oczekiwano, że ciąg nie będzie zgodny z określonym wzorcem.
@@ -634,7 +634,7 @@ Rzeczywiste: {2}
Expected values to differ.
- Expected values to differ.
+ Oczekiwane wartości będą się różnić.
@@ -669,7 +669,7 @@ Rzeczywiste: {2}
Expected string to match the specified pattern.
- Expected string to match the specified pattern.
+ Oczekiwano ciągu zgodnego z określonym wzorcem.
diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf
index bffba8b8e2..31f8d8f560 100644
--- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf
+++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf
@@ -455,7 +455,7 @@
Expected string to not match the specified pattern.
- Expected string to not match the specified pattern.
+ Dizenin belirtilen kalıpla eşleşmemesi bekleniyordu.
@@ -634,7 +634,7 @@ Gerçekte olan: {2}
Expected values to differ.
- Expected values to differ.
+ Değerlerin farklı olması bekleniyordu.
@@ -669,7 +669,7 @@ Gerçekte olan: {2}
Expected string to match the specified pattern.
- Expected string to match the specified pattern.
+ Dizenin belirtilen kalıpla eşleşmesi bekleniyordu.