diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.cs.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.cs.xlf index d873f52521..53651299cc 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.cs.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.cs.xlf @@ -173,7 +173,7 @@ byl však přijat tento počet argumentů: {4} s typy {5}. The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + Testovací metoda {0}.{1} má definovaných více atributů odvozených od atributu {2}. Povolený je jenom jeden takový atribut. @@ -256,7 +256,7 @@ Chyba: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Metoda Execute vyvolala neošetřenou výjimku. Nahlaste prosím tuto chybu autorovi '{0}' atributu. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.de.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.de.xlf index 753ad47e69..43ba913398 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.de.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.de.xlf @@ -256,7 +256,7 @@ Fehler: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Von der Methode "Execute" wurde eine nicht behandelte Ausnahme ausgelöst. Melden Sie diesen Fehler dem Autor des Attributs '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.es.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.es.xlf index a6c7cce79b..b629fb9322 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.es.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.es.xlf @@ -173,7 +173,7 @@ pero recibió {4} argumento(s), con los tipos "{5}". The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + El método de prueba '{0}.{1}' tiene varios atributos derivados de '{2}' definidos en él. Solo se permite un atributo de este tipo. @@ -256,7 +256,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + El método 'Execute' produjo una excepción no controlada. Informe de este error al autor del atributo '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.fr.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.fr.xlf index 83d5e38a64..6cd53fc397 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.fr.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.fr.xlf @@ -256,7 +256,7 @@ Erreur : {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Une exception non gérée a été levée par la méthode 'Execute'. Signalez cette erreur à l’auteur de l’attribut '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.it.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.it.xlf index 05fe1e9741..e971b69f36 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.it.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.it.xlf @@ -256,7 +256,7 @@ Errore: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Eccezione non gestita generata dal metodo 'Execute'. Segnalare l'errore all'autore dell'attributo '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ja.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ja.xlf index 3c76e4c7bb..dbc52d3b50 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ja.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ja.xlf @@ -257,7 +257,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + 'Execute' メソッドによってハンドルされない例外がスローされました。属性 '{0}' の作成者にこのエラーを報告してください。 {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ko.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ko.xlf index b4e66cae85..5ee3013dac 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ko.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ko.xlf @@ -256,7 +256,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + 'Execute' 메서드에서 처리되지 않은 예외가 throw되었습니다. 특성 '{0}' 만든 이에게 이 오류를 보고하십시오. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pl.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pl.xlf index 717ca2a562..e229b5db52 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pl.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pl.xlf @@ -173,7 +173,7 @@ ale liczba odebranych argumentów to {4} z typami „{5}”. The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + Metoda testowa "{0}.{1}” ma zdefiniowanych wiele atrybutów pochodzących z „{2}”. Dozwolony jest tylko jeden taki atrybut. @@ -256,7 +256,7 @@ Błąd: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Metoda Execute zgłosiła nieobsługiwany wyjątek. Zgłoś ten błąd autorowi atrybutu '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pt-BR.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pt-BR.xlf index 21994f692a..fbd82fe886 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pt-BR.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.pt-BR.xlf @@ -173,7 +173,7 @@ mas {4} argumentos recebidos, com tipos '{5}'. The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + O método de teste '{0}.{1}' tem várias características derivadas de '{2}' definidas nele. Apenas uma dessas características tem permissão. @@ -256,7 +256,7 @@ Erro: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Uma exceção sem tratamento foi lançada pelo método 'Execute'. Relate este erro ao autor do atributo '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ru.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ru.xlf index 0cb108ae0f..058011a770 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ru.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.ru.xlf @@ -173,7 +173,7 @@ but received {4} argument(s), with types '{5}'. The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + У метода тестирования "{0}.{1}" есть несколько атрибутов, производных от заданного в нем "{2}". Допускается только один такой атрибут. @@ -256,7 +256,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + Необработанное исключение вызвано методом Execute. Сообщить об этой ошибке автору атрибута '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.tr.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.tr.xlf index 52c9f0dd13..5713804864 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.tr.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.tr.xlf @@ -173,7 +173,7 @@ ancak, '{5}' türüyle {4} argüman aldı. The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. - The test method '{0}.{1}' has multiple attributes derived from '{2}' defined on it. Only one such attribute is allowed. + “{0}.{1}” test yöntemi, üzerinde tanımlanan “{2}” öğesinden türetilmiş birden fazla öznitelik içeriyor. Bu türde yalnızca bir tane özniteliğe izin verilir. @@ -256,7 +256,7 @@ Hata: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + 'Execute' metodu tarafından işlenmeyen bir özel durum oluşturuldu. Lütfen bu hatayı özniteliğin yazarına '{0}'. {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hans.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hans.xlf index b8f32397fb..bca32b4f71 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hans.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hans.xlf @@ -256,7 +256,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + “Execute”方法引发了未经处理的异常。请将此错误报告给属性 '{0}' 的作者。 {1} diff --git a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hant.xlf b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hant.xlf index 14e6fa432b..48ea3da053 100644 --- a/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hant.xlf +++ b/src/Adapter/MSTest.TestAdapter/Resources/xlf/Resource.zh-Hant.xlf @@ -256,7 +256,7 @@ Error: {1} An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. {1} - An unhandled exception was thrown by the 'Execute' method. Please report this error to the author of the attribute '{0}'. + 'Execute' 方法擲回未處理的例外狀況。請將此錯誤回報給屬性 '{0}' 的作者。 {1} diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf index 458634bd7e..9775115797 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf @@ -154,12 +154,12 @@ Typ deklarující tyto metody by měl také respektovat následující pravidla: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Neprosazovat uvnitř metod async void, místních funkcí nebo výrazů lambda, protože test nemusí selhat Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Neprosazovat uvnitř kontextů async void diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf index 027d7983f3..2212c883f1 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf @@ -154,12 +154,12 @@ Der Typ, der diese Methoden deklariert, sollte auch die folgenden Regeln beachte Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Nicht innerhalb von "async void"-Methoden, lokalen Funktionen oder Lambdafunktionen bestätigen, weil sie den Test möglicherweise nicht fehlschlagen lassen Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Nicht innerhalb von "async void"-Kontexten bestätigen diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf index cb3777a511..347e0f12a4 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf @@ -154,12 +154,12 @@ El tipo que declara estos métodos también debe respetar las reglas siguientes: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + No realizar aserciones dentro de métodos 'async void', funciones locales o expresiones lambda porque no pueden generar errores en la prueba Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + No declarar dentro de contextos 'async void' diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf index 3448bb7680..1ba05ce28a 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf @@ -154,12 +154,12 @@ Le type doit être une classe Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Ne pas effectuer d’assertion dans les méthodes 'async void', les fonctions locales ou les expressions lambda, car elles ne peuvent pas faire échouer le test Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Ne pas déclarer dans les contextes 'async void' diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf index ed53f92456..f88bcaa933 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf @@ -154,12 +154,12 @@ Anche il tipo che dichiara questi metodi deve rispettare le regole seguenti: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Non dichiarare all'interno di metodi 'async void', funzioni locali o espressioni lambda perché non possono non testare il test Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Non dichiarare all'interno di contesti 'async void' diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf index e4e2c0e1fb..c0dd96b52a 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf @@ -154,12 +154,12 @@ The type declaring these methods should also respect the following rules: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + 'async void' メソッド、ローカル関数、またはラムダはテストに失敗しない可能性があるため、内部でアサートしないでください Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + 'async void' コンテキスト内でアサートしないでください diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf index 58caa9d68f..0f720cc7a2 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf @@ -154,12 +154,12 @@ The type declaring these methods should also respect the following rules: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + 테스트에 실패할 수 없으므로 'async void' 메서드, 로컬 함수 또는 람다 내에서 어설션하지 마세요. Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + 'async void' 컨텍스트 내에서 어설션 안 함 diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf index a6f147dfe2..9311f1ffb9 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pl.xlf @@ -154,12 +154,12 @@ Typ deklarujący te metody powinien również przestrzegać następujących regu Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Nie potwierdzaj wewnątrz metod "async void", funkcji lokalnych ani wyrażeń lambda, ponieważ nie mogą one zakończyć się niepowodzeniem testu Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Nie potwierdzaj wewnątrz kontekstów "async void" diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf index df26a95d97..b825d4a7f2 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.pt-BR.xlf @@ -154,12 +154,12 @@ O tipo que declara esses métodos também deve respeitar as seguintes regras: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Não declarar dentro de métodos 'async void', funções locais ou lambdas porque eles podem não falhar no teste Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Não declarar dentro de contextos 'async void' diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf index 7fce27973a..c48308c7aa 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.ru.xlf @@ -157,12 +157,12 @@ The type declaring these methods should also respect the following rules: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + Не подтверяйте внутри методов async void, локальных функций или лямбда-выражений, так как они не могут не пройдены Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + Не утверждать внутри контекстов async void diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf index 3ae70c52df..08f16f00a7 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.tr.xlf @@ -154,12 +154,12 @@ Bu yöntemleri bildiren tipin ayrıca aşağıdaki kurallara uyması gerekir: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + 'async void' metotları, yerel işlevler veya lambdalar içinde onaylamayın çünkü test başarısız olamazlar Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + 'async void' bağlamları içinde onaylama diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf index d0126bdfb7..6f624987c3 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf @@ -154,12 +154,12 @@ The type declaring these methods should also respect the following rules: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + 不要在 “async void” 方法、本地函数或 lambda 中断言,因为它们可能不会使测试失败 Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + 不要在 “async void” 上下文中断言 diff --git a/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf b/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf index 40caa17966..11c0d12e5f 100644 --- a/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf +++ b/src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hant.xlf @@ -154,12 +154,12 @@ The type declaring these methods should also respect the following rules: Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test - Do not assert inside 'async void' methods, local functions, or lambdas because they may not fail the test + 不要在 'async void' 方法、本機函數或 lambdas 內判斷提示,因為它們可能無法通過測試 Do not assert inside 'async void' contexts - Do not assert inside 'async void' contexts + 不要在 『async void』 內容內判斷提示 diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.cs.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.cs.xlf index f754404c01..b60354460d 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.cs.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.cs.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Upozornění: Soubor Trx '{0}' již existuje a bude přepsán. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.de.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.de.xlf index cd4f4c7cfc..5cc0a19659 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.de.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.de.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Warnung: Trx-Datei '{0}' bereits vorhanden und wird überschrieben. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.es.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.es.xlf index 4acce78fe7..89cb6b5ef4 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.es.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.es.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Advertencia: el archivo Trx '{0}' ya existe y se sobrescribirá. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.fr.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.fr.xlf index 9aaf22ef40..23daa51cc9 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.fr.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.fr.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Avertissement : le fichier Trx '{0}' existe déjà et sera remplacé. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.it.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.it.xlf index ce0ac7badc..577aa876db 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.it.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.it.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Avviso: il file TRX '{0}' già esistente e verrà sovrascritto. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ja.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ja.xlf index fad958107f..2519e11a7b 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ja.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ja.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + 警告: Trx ファイル '{0}' は既に存在し、上書きされます。 diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ko.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ko.xlf index 2854558598..08069f94e6 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ko.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ko.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + 경고: Trx 파일 '{0}' 이미 있으므로 덮어씁니다. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pl.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pl.xlf index ef4b3067ea..bc2c759ec4 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pl.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pl.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Ostrzeżenie: plik Trx '{0}' już istnieje i zostanie zastąpiony. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pt-BR.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pt-BR.xlf index 0e08d049de..d58131c8b6 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pt-BR.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.pt-BR.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Aviso: o arquivo Trx '{0}' já existe e será substituído. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ru.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ru.xlf index 5af0ada2a9..eb28ad0726 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ru.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.ru.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Внимание! Файл TRX'{0}' уже существует и будет перезаписан. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.tr.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.tr.xlf index f96e61fbef..038a18c830 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.tr.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.tr.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + Uyarı: Trx '{0}' zaten var ve üzerine yazılacak. diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hans.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hans.xlf index 330213dacd..8e7916ec8f 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hans.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hans.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + 警告: Trx 文件 '{0}' 已存在,将被覆盖。 diff --git a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hant.xlf b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hant.xlf index 9d65d43a49..72feff28c1 100644 --- a/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hant.xlf +++ b/src/Platform/Microsoft.Testing.Extensions.TrxReport/Resources/xlf/ExtensionResources.zh-Hant.xlf @@ -39,7 +39,7 @@ Warning: Trx file '{0}' already exists and will be overwritten. - Warning: Trx file '{0}' already exists and will be overwritten. + 警告: Trx 檔案 '{0}' 已經存在,而且將會被覆寫。 diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.cs.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.cs.xlf index 0de5837b52..3f58b19a93 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.cs.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.cs.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + Dynamický zdroj dat '{0}' v typu '{1}' by měl existovat a být vlastností nebo metodou. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.de.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.de.xlf index 6859acd7ff..af1dd86917 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.de.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.de.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + Die dynamische Datenquelle '{0}' im Typ '{1}' muss vorhanden sein und eine Eigenschaft oder Methode sein. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.es.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.es.xlf index c91aa3614e..fe25517466 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.es.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.es.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + El origen de datos dinámico '{0}' en el tipo '{1}' debe existir y ser una propiedad o un método. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.fr.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.fr.xlf index c2de59379f..0d66d9f045 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.fr.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.fr.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + La source de données dynamique '{0}' dans le type '{1}' doit exister et être une propriété ou une méthode. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.it.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.it.xlf index 29f222d24c..75cfdda1de 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.it.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.it.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + L'origine dati dinamica '{0}' nel tipo '{1}' deve esistere ed essere una proprietà o un metodo. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf index 71fc16e5d1..25347f0ea4 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + 型 '{1}' の動的データ ソース '{0}' は、プロパティまたはメソッドである必要があります。 diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ko.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ko.xlf index 174c7e0be7..52bcdd8be4 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ko.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ko.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + '{1}' 형식의 동적 데이터 원본 '{0}' 존재하며 속성 또는 메서드여야 합니다. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf index 8edbd520a3..9c973b0612 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + Dynamiczne źródło danych '{0}' w typie '{1}' powinno istnieć i być właściwością lub metodą. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pt-BR.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pt-BR.xlf index 38d1801195..58dc81777e 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pt-BR.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pt-BR.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + A fonte de dados dinâmica '{0}' no tipo '{1}' deve existir e ser uma propriedade ou um método. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ru.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ru.xlf index 8ea5f13c12..6b4739bd58 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ru.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ru.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + Динамический источник '{0}' в типе '{1}' должен существовать и быть свойством или методом. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf index c81c9e1889..0cc5a7a448 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + Dinamik veri kaynağı '{0}' türdeki '{1}' bir özellik veya yöntem olmalıdır. diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hans.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hans.xlf index 131e0640a4..ad9f487457 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hans.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hans.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + 类型 '{1}' 中的动态数据源 '{0}' 应存在,并且应为属性或方法。 diff --git a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hant.xlf b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hant.xlf index d454beb4f6..486310338b 100644 --- a/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hant.xlf +++ b/src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hant.xlf @@ -94,7 +94,7 @@ The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. - The dynamic data source '{0}' in type '{1}' should exist and be a property or a method. + 類型 '{1}' 中的動態數據源 '{0}' 應該存在,而且必須是屬性或方法。