Skip to content

Commit 492443c

Browse files
committed
Fix xlf
1 parent 7680a70 commit 492443c

File tree

13 files changed

+117
-117
lines changed

13 files changed

+117
-117
lines changed

src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ Typ deklarující tyto metody by měl také respektovat následující pravidla:
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -991,19 +991,19 @@ Der Typ, der diese Methoden deklariert, sollte auch die folgenden Regeln beachte
991991
<note />
992992
</trans-unit>
993993
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
994-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
995-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
996-
<note />
994+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
995+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
996+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
997997
</trans-unit>
998998
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
999-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
1000-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1001-
<note />
999+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
1000+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1001+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10021002
</trans-unit>
10031003
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1004-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1005-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1006-
<note />
1004+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1005+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1006+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10071007
</trans-unit>
10081008
</body>
10091009
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ El tipo que declara estos métodos también debe respetar las reglas siguientes:
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ Le type doit être une classe
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ Anche il tipo che dichiara questi metodi deve rispettare le regole seguenti:
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ The type declaring these methods should also respect the following rules:
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -990,19 +990,19 @@ The type declaring these methods should also respect the following rules:
990990
<note />
991991
</trans-unit>
992992
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherDescription">
993-
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</source>
994-
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration that can lead to unexpected test execution behavior.</target>
995-
<note />
993+
<source>An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</source>
994+
<target state="new">An assembly should have either [Parallelize] or [DoNotParallelize] attribute, but not both. Having both attributes creates an ambiguous configuration. When both are present, [DoNotParallelize] takes precedence and parallelization will be disabled.</target>
995+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
996996
</trans-unit>
997997
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherMessageFormat">
998-
<source>Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</source>
999-
<target state="new">Assembly has both [Parallelize] and [DoNotParallelize] attributes which creates ambiguity</target>
1000-
<note />
998+
<source>Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</source>
999+
<target state="new">Assembly has both '[Parallelize]' and '[DoNotParallelize]' attributes which creates ambiguity</target>
1000+
<note>{Locked="[Parallelize]","[DoNotParallelize]"}</note>
10011001
</trans-unit>
10021002
<trans-unit id="DoNotUseParallelizeAndDoNotParallelizeTogetherTitle">
1003-
<source>Do not use both Parallelize and DoNotParallelize attributes</source>
1004-
<target state="new">Do not use both Parallelize and DoNotParallelize attributes</target>
1005-
<note />
1003+
<source>Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</source>
1004+
<target state="new">Do not use both '[Parallelize]' and '[DoNotParallelize]' attributes</target>
1005+
<note>{Locked="Parallelize","DoNotParallelize"}</note>
10061006
</trans-unit>
10071007
</body>
10081008
</file>

0 commit comments

Comments
 (0)