Skip to content

Commit 97a037a

Browse files
committed
Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 2629886
1 parent fa58e03 commit 97a037a

13 files changed

+26
-26
lines changed

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.cs.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Skutečnost: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Očekávala se kolekce {1} velikosti. Skutečnost: {2} {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Skutečnost: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Očekávalo se, že kolekce bude obsahovat libovolnou položku, ale je prázdná. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.de.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Tatsächlich: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Es wurde eine Sammlung mit einer Größe {1} erwartet. Tatsächlich: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Tatsächlich: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Es wurde erwartet, dass die Sammlung ein beliebiges Element enthält, aber leer ist. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.es.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Real: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Se esperaba una colección de tamaño {1}. Real: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Real: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Se esperaba que la colección contenga cualquier elemento, pero está vacía. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.fr.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Réel : {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Collection de tailles attendue {1}. Réel : {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Réel : {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">La collection doit contenir n’importe quel élément, mais elle est vide. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.it.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Effettivo: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Prevista raccolta di dimensioni {1}. Effettivo: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Effettivo: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">È previsto che la raccolta contenga qualsiasi elemento, ma è vuota. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ja.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Actual: {2}</source>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">サイズ {1} のコレクションが必要です。実際: {2}{0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Actual: {2}</source>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">コレクションには項目が含まれている必要がありますが、空です。{0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ko.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Actual: {2}</source>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">{1} 크기 컬렉션이 필요합니다. 실제: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Actual: {2}</source>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">항목을 포함할 컬렉션이 필요한데 비어 있습니다. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pl.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Rzeczywiste: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Oczekiwano kolekcji rozmiaru {1}. Wartość rzeczywista: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Rzeczywiste: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Oczekiwano, że kolekcja będzie zawierać dowolny element, ale jest pusta. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.pt-BR.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Real: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Coleção esperada de tamanho {1}. Real: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Real: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">A coleção esperada conter qualquer item, mas ela está vazia. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.ru.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Actual: {2}</source>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Ожидается коллекция размеров {1}. Фактически: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Actual: {2}</source>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Ожидается, что коллекция будет содержать любой элемент, но она пуста. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.tr.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Gerçekte olan: {2}</target>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">Beklenen boyut {1}. Gerçek: {2}. {0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Gerçekte olan: {2}</target>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">Koleksiyonun herhangi bir öğe içermesi bekleniyordu ancak boş. {0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hans.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Actual: {2}</source>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">大小 {1} 的预期集合。实际: {2}{0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Actual: {2}</source>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">集合应包含任何项,但它为空。{0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

src/TestFramework/TestFramework/Resources/xlf/FrameworkMessages.zh-Hant.xlf

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Actual: {2}</source>
128128
</trans-unit>
129129
<trans-unit id="HasCountFailMsg">
130130
<source>Expected collection of size {1}. Actual: {2}. {0}</source>
131-
<target state="new">Expected collection of size {1}. Actual: {2}. {0}</target>
131+
<target state="translated">預期的大小集合 {1}。實際: {2}{0}</target>
132132
<note />
133133
</trans-unit>
134134
<trans-unit id="IsInstanceOfFailMsg">
@@ -143,7 +143,7 @@ Actual: {2}</source>
143143
</trans-unit>
144144
<trans-unit id="IsNotEmptyFailMsg">
145145
<source>Expected collection to contain any item but it is empty. {0}</source>
146-
<target state="new">Expected collection to contain any item but it is empty. {0}</target>
146+
<target state="translated">預期集合包含任何專案,但卻是空的。{0}</target>
147147
<note />
148148
</trans-unit>
149149
<trans-unit id="IsNotInstanceOfFailMsg">

0 commit comments

Comments
 (0)