Skip to content

Commit 80e4078

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 1218: Build ID 2536849 (#3816)
1 parent 9f3d972 commit 80e4078

13 files changed

Lines changed: 13 additions & 13 deletions

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.cs.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Nahradit kontrolní výraz za Assert.Fail()</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Ersetzen Sie die Assertion durch „Assert.Fail()“.</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.es.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Reemplazar la aserción por "Assert.Fail()"</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Remplacer l’assertion avec « Assert.Fail() »</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.it.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Sostituire l'asserzione con 'Assert.Fail()'</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ja.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">アサーションを 'Assert.Fail()' に置き換えます</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ko.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">어설션을 'Assert.Fail()'으로 바꾸기</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Zastąp asercję elementem „Assert.Fail()</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.pt-BR.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Substituir a asserção por "Assert.Fail()"</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

src/Analyzers/MSTest.Analyzers.CodeFixes/xlf/CodeFixResources.ru.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</trans-unit>
4040
<trans-unit id="ReplaceWithFailAssertionFix">
4141
<source>Replace the assertion with 'Assert.Fail()'</source>
42-
<target state="new">Replace the assertion with 'Assert.Fail()'</target>
42+
<target state="translated">Заменить утверждение на "Assert.Fail()"</target>
4343
<note />
4444
</trans-unit>
4545
<trans-unit id="ReplaceWithTestCleanuFix">

0 commit comments

Comments
 (0)