Skip to content

Commit

Permalink
Fix analyzer message (#1900)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Dec 11, 2023
1 parent eecaf20 commit 13a18b8
Show file tree
Hide file tree
Showing 15 changed files with 84 additions and 84 deletions.
6 changes: 3 additions & 3 deletions src/Analyzers/MSTest.Analyzers/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/Analyzers/MSTest.Analyzers/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="UseParallelizeAttributeAnalyzerDescription" xml:space="preserve">
<value>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</value>
<value>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</value>
</data>
<data name="UseParallelizeAttributeAnalyzerMessageFormat" xml:space="preserve">
<value>Explicitely enable or disable tests parallelization</value>
<value>Explicitly enable or disable tests parallelization</value>
</data>
<data name="UseParallelizeAttributeAnalyzerTitle" xml:space="preserve">
<value>Enable tests parallelization</value>
<value>Explicitly enable or disable tests parallelization</value>
</data>
</root>
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="cs" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">Ve výchozím nastavení spouští MSTest testy sekvenčně, což může vést k omezení výkonu serveru. Doporučuje se povolit atribut sestavení Parallelize nebo explicitně použít atribut DoNotParallelize na úrovni sestavení, pokud je známo, že sestavení není paralelizovatelné.</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="new">By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">Explicitně povolit nebo zakázat paralelizaci testů</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="new">Explicitly enable or disable tests parallelization</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">Povolit paralelizaci testů</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="new">Explicitly enable or disable tests parallelization</target>
<note />
</trans-unit>
</body>
Expand Down
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="de" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">Standardmäßig führt MSTest Tests sequentiell aus, was zu erheblichen Leistungseinschränkungen führen kann. Es wird empfohlen, das Assembly-Attribut "Parallelize" zu aktivieren oder, wenn bekannt ist, dass die Assembly nicht parallelisierbar ist, explizit das Assembly-Attribut "DoNotParallelize" zu verwenden.</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="needs-review-translation">Standardmäßig führt MSTest Tests sequentiell aus, was zu erheblichen Leistungseinschränkungen führen kann. Es wird empfohlen, das Assembly-Attribut "Parallelize" zu aktivieren oder, wenn bekannt ist, dass die Assembly nicht parallelisierbar ist, explizit das Assembly-Attribut "DoNotParallelize" zu verwenden.</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">Parallelisierung von Tests explizit aktivieren oder deaktivieren</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Parallelisierung von Tests explizit aktivieren oder deaktivieren</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">Parallelisierung von Tests aktivieren</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Parallelisierung von Tests aktivieren</target>
<note />
</trans-unit>
</body>
Expand Down
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="es" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">De manera predeterminada, MSTest ejecuta pruebas secuencialmente, lo que puede provocar una limitación del rendimiento del servidor. Se recomienda habilitar el atributo de ensamblado ''Parallelize'' o, si se sabe que el ensamblado no se puede paralelizar, usar explícitamente el atributo de nivel de ensamblado ''DoNotParallelize''.</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="needs-review-translation">De manera predeterminada, MSTest ejecuta pruebas secuencialmente, lo que puede provocar una limitación del rendimiento del servidor. Se recomienda habilitar el atributo de ensamblado ''Parallelize'' o, si se sabe que el ensamblado no se puede paralelizar, usar explícitamente el atributo de nivel de ensamblado ''DoNotParallelize''.</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">Habilitar o deshabilitar explícitamente la paralelización de pruebas</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Habilitar o deshabilitar explícitamente la paralelización de pruebas</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">Habilitar paralelización de pruebas</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Habilitar paralelización de pruebas</target>
<note />
</trans-unit>
</body>
Expand Down
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="fr" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">Par défaut, MSTest exécute des tests séquentiels, ce qui peut entraîner une limitation des performances de séparation. Il est recommandé d’activer l’attribut d’assembly « Parallelize » ou, si l’assembly est connu pour ne pas être parallélisable, d’utiliser explicitement l’attribut de niveau assembly « DoNotParallelize ».</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="needs-review-translation">Par défaut, MSTest exécute des tests séquentiels, ce qui peut entraîner une limitation des performances de séparation. Il est recommandé d’activer l’attribut d’assembly « Parallelize » ou, si l’assembly est connu pour ne pas être parallélisable, d’utiliser explicitement l’attribut de niveau assembly « DoNotParallelize ».</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">Activer ou désactiver explicitement la parallélisation des tests</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Activer ou désactiver explicitement la parallélisation des tests</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">Activer la parallélisation des tests</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Activer la parallélisation des tests</target>
<note />
</trans-unit>
</body>
Expand Down
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.it.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="it" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">Per impostazione predefinita, MSTest esegue i test in modo sequenziale, portando a eventuali limiti delle prestazioni del server. È consigliabile abilitare l'attributo di assembly 'Parallelize' o, se l'assembly non è parallelizzabile, usare in modo esplicito l'attributo a livello di assembly 'DoNotParallelize'.</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="needs-review-translation">Per impostazione predefinita, MSTest esegue i test in modo sequenziale, portando a eventuali limiti delle prestazioni del server. È consigliabile abilitare l'attributo di assembly 'Parallelize' o, se l'assembly non è parallelizzabile, usare in modo esplicito l'attributo a livello di assembly 'DoNotParallelize'.</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">Abilitare o disabilitare in modo esplicito la parallelizzazione dei test</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Abilitare o disabilitare in modo esplicito la parallelizzazione dei test</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">Abilitare parallelizzazione dei test</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">Abilitare parallelizzazione dei test</target>
<note />
</trans-unit>
</body>
Expand Down
12 changes: 6 additions & 6 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<file datatype="xml" source-language="en" target-language="ja" original="../Resources.resx">
<body>
<trans-unit id="UseParallelizeAttributeAnalyzerDescription">
<source>By default, MSTest runs tests sequentially which can lead to sever performance limitation. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="translated">既定では、MSTest はテストを順番に実行するため、サーバーのパフォーマンスの制限が生じる可能性があります。アセンブリ属性 'Parallelize' を有効にするか、アセンブリが並列化できないことがわかっている場合は、アセンブリ レベル属性 'DoNotParallelize' を明示的に使用することをお勧めします。</target>
<source>By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute 'Parallelize' or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute 'DoNotParallelize'.</source>
<target state="needs-review-translation">既定では、MSTest はテストを順番に実行するため、サーバーのパフォーマンスの制限が生じる可能性があります。アセンブリ属性 'Parallelize' を有効にするか、アセンブリが並列化できないことがわかっている場合は、アセンブリ レベル属性 'DoNotParallelize' を明示的に使用することをお勧めします。</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerMessageFormat">
<source>Explicitely enable or disable tests parallelization</source>
<target state="translated">テストの並列化を明示的に有効または無効にする</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">テストの並列化を明示的に有効または無効にする</target>
<note />
</trans-unit>
<trans-unit id="UseParallelizeAttributeAnalyzerTitle">
<source>Enable tests parallelization</source>
<target state="translated">テストの並列化を有効にする</target>
<source>Explicitly enable or disable tests parallelization</source>
<target state="needs-review-translation">テストの並列化を有効にする</target>
<note />
</trans-unit>
</body>
Expand Down
Loading

0 comments on commit 13a18b8

Please sign in to comment.