From e46ca8a834fdfd2bf8018c17b01e3d08e46c63c7 Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Thu, 23 Jun 2022 16:41:42 +0200 Subject: [PATCH] Localized string updated. (#3804) --- .../Resources/Resources.resx | 4 ++-- .../Resources/xlf/Resources.cs.xlf | 6 +++--- .../Resources/xlf/Resources.de.xlf | 6 +++--- .../Resources/xlf/Resources.es.xlf | 6 +++--- .../Resources/xlf/Resources.fr.xlf | 6 +++--- .../Resources/xlf/Resources.it.xlf | 6 +++--- .../Resources/xlf/Resources.ja.xlf | 6 +++--- .../Resources/xlf/Resources.ko.xlf | 6 +++--- .../Resources/xlf/Resources.pl.xlf | 6 +++--- .../Resources/xlf/Resources.pt-BR.xlf | 6 +++--- .../Resources/xlf/Resources.ru.xlf | 6 +++--- .../Resources/xlf/Resources.tr.xlf | 6 +++--- .../Resources/xlf/Resources.xlf | 4 ++-- .../Resources/xlf/Resources.zh-Hans.xlf | 6 +++--- .../Resources/xlf/Resources.zh-Hant.xlf | 6 +++--- 15 files changed, 43 insertions(+), 43 deletions(-) diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/Resources.resx b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/Resources.resx index 31fb65caab..b7a711c5af 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/Resources.resx +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/Resources.resx @@ -125,7 +125,7 @@ An escape sequence started with '\', but it wasn't legal. {0}: Invalid string, {1}: starting position of invalid sequence. - Method arity must be numeric + Method arity must be numeric. Method '{0}' not found on type '{1}' @@ -153,4 +153,4 @@ Example: 'System.Reflection.MethodBase' is not implemented on this platform! - \ No newline at end of file + diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.cs.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.cs.xlf index 58706f4a2e..8c21ea94a5 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.cs.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.cs.xlf @@ -8,9 +8,9 @@ Název ManagedName není úplný. - Method arity must be numeric - - Arita metody musí být číselná. + Method arity must be numeric. + + Arita metody musí být číselná. Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.de.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.de.xlf index c457c6aa58..934ce131d7 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.de.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.de.xlf @@ -8,9 +8,9 @@ ManagedName unvollständig - Method arity must be numeric - - Die Stelligkeit der Methode muss numerisch sein. + Method arity must be numeric. + + Die Stelligkeit der Methode muss numerisch sein. Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.es.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.es.xlf index 0a4aa72997..c409d9b530 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.es.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.es.xlf @@ -8,9 +8,9 @@ ManagedName está incompleto. - Method arity must be numeric - - La aridad del método debe ser numérica + Method arity must be numeric. + + La aridad del método debe ser numérica Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.fr.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.fr.xlf index a49ccabc0c..5c5efe7970 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.fr.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.fr.xlf @@ -8,9 +8,9 @@ ManagedName est incomplet - Method arity must be numeric - - L'arité de la méthode doit être numérique + Method arity must be numeric. + + L'arité de la méthode doit être numérique Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.it.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.it.xlf index 935b3f50ef..c64a31844e 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.it.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.it.xlf @@ -8,9 +8,9 @@ L'elemento ManagedName è incompleto - Method arity must be numeric - - Il grado del metodo deve essere numerico + Method arity must be numeric. + + Il grado del metodo deve essere numerico Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ja.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ja.xlf index cc0c3541eb..fb236d0c8b 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ja.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ja.xlf @@ -8,9 +8,9 @@ ManagedName が不完全です - Method arity must be numeric - - メソッドのアリティは、数値でなければなりません。 + Method arity must be numeric. + + メソッドのアリティは、数値でなければなりません。 Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ko.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ko.xlf index 5a2fa0a09e..424a2fe274 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ko.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ko.xlf @@ -8,9 +8,9 @@ ManagedName이 불완전함 - Method arity must be numeric - - 메서드 인자 수는 숫자여야 합니다. + Method arity must be numeric. + + 메서드 인자 수는 숫자여야 합니다. Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pl.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pl.xlf index 6185ab7edb..e37a5d4670 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pl.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pl.xlf @@ -8,9 +8,9 @@ Wartość ManagedName jest niekompletna - Method arity must be numeric - - Liczba argumentów metody musi być liczbą + Method arity must be numeric. + + Liczba argumentów metody musi być liczbą Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pt-BR.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pt-BR.xlf index 0cc90b6efe..c8f6801e69 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pt-BR.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.pt-BR.xlf @@ -8,9 +8,9 @@ O ManagedName está incompleto - Method arity must be numeric - - A aridade do método deve ser numérica + Method arity must be numeric. + + A aridade do método deve ser numérica Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ru.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ru.xlf index 65c57d0ac9..e9905dc419 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ru.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.ru.xlf @@ -8,9 +8,9 @@ ManagedName является неполным. - Method arity must be numeric - - Арность метода должна быть числовым значением + Method arity must be numeric. + + Арность метода должна быть числовым значением Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.tr.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.tr.xlf index 4327e5410a..20c980236a 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.tr.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.tr.xlf @@ -8,9 +8,9 @@ ManagedName tamamlanmadı - Method arity must be numeric - - Method sayısı sayısal bir değer olmalıdır + Method arity must be numeric. + + Method sayısı sayısal bir değer olmalıdır Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.xlf index 11e2303f6c..a63fbc24f1 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.xlf @@ -7,8 +7,8 @@ - Method arity must be numeric - + Method arity must be numeric. + Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hans.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hans.xlf index 438aa5c437..2c236aa4b0 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hans.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hans.xlf @@ -8,9 +8,9 @@ ManagedName 不完整 - Method arity must be numeric - - 方法参数数量必须是数值 + Method arity must be numeric. + + 方法参数数量必须是数值 Method '{0}' not found on type '{1}' diff --git a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hant.xlf b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hant.xlf index 04e4b2f17f..a7bb823bcf 100644 --- a/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hant.xlf +++ b/src/Microsoft.TestPlatform.AdapterUtilities/Resources/xlf/Resources.zh-Hant.xlf @@ -8,9 +8,9 @@ ManagedName 不完整 - Method arity must be numeric - - 方法 arity 必須為數值 + Method arity must be numeric. + + 方法 arity 必須為數值 Method '{0}' not found on type '{1}'