Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -966,17 +966,17 @@ El tipo que declara estos métodos también debe respetar las reglas siguientes:
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementDescription">
<source>Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</source>
<target state="new">Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</target>
<target state="translated">Los métodos Assert.Throws solo deben contener una sola instrucción o expresión. Varias instrucciones pueden ser engañosas: si se lanza la primera instrucción, las instrucciones posteriores nunca se ejecutan; si no se lanza, se debe mover fuera de Assert.Throws.</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementMessageFormat">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws debe contener solo una única instrucción o expresión</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementTitle">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws debe contener solo una única instrucción o expresión</target>
<note />
</trans-unit>
</body>
Expand Down
6 changes: 3 additions & 3 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.fr.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -966,17 +966,17 @@ Le type doit être une classe
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementDescription">
<source>Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</source>
<target state="new">Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</target>
<target state="translated">Les méthodes Assert.Throws ne doivent contenir qu’une seule instruction ou expression. Plusieurs instructions peuvent prêter à confusion : si la première instruction lève une exception, les instructions suivantes ne sont jamais exécutées ; si elle ne lève pas d'exception, elle doit être déplacée en dehors de Assert.Throws.</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementMessageFormat">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws ne doit contenir qu’une seule instruction</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementTitle">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws ne doit contenir qu’une seule instruction</target>
<note />
</trans-unit>
</body>
Expand Down
10 changes: 5 additions & 5 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.ja.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeField">
<source>'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</target>
<target state="translated">'[DynamicData]' のメンバー '{0}.{1}' はフィールドであるため、'DynamicDataSourceType.AutoDetect' または 'DynamicDataSourceType.Field' を使用する必要があります (明示的に指定しない場合は既定で自動検出され、これが推奨されます)</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeMethod">
Expand All @@ -429,7 +429,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyMethodOrField">
<source>'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</target>
<target state="translated">'[DynamicData]' のメンバー '{0}.{1}' は、プロパティ、メソッド、フィールドではありません。サポートされているのは、プロパティ、メソッド、フィールドのみです。</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyOrMethod">
Expand Down Expand Up @@ -966,17 +966,17 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementDescription">
<source>Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</source>
<target state="new">Assert.Throws methods should contain only a single statement or expression. Multiple statements can be misleading - if the first statement throws, subsequent statements are never executed; if it doesn't throw, it should be moved outside the Assert.Throws.</target>
<target state="translated">Assert.Throws メソッドには 1 つのステートメントまたは式のみを含める必要があります。複数のステートメントは誤解を招く可能性があります。最初のステートメントがスローされた場合、後続のステートメントは実行されません。スローされない場合は、Assert.Throws の外部に移動する必要があります。</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementMessageFormat">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws には 1 つのステートメントまたは式のみを含める必要があります</target>
<note />
</trans-unit>
<trans-unit id="AssertThrowsShouldContainSingleStatementTitle">
<source>Assert.Throws should contain only a single statement/expression</source>
<target state="new">Assert.Throws should contain only a single statement/expression</target>
<target state="translated">Assert.Throws には 1 つのステートメントまたは式のみを含める必要があります</target>
<note />
</trans-unit>
</body>
Expand Down
4 changes: 2 additions & 2 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.ko.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeField">
<source>'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</target>
<target state="translated">'[DynamicData]' 구성원 '{0}.{1}'은(는) 필드이므로 'DynamicDataSourceType.AutoDetect' 또는 'DynamicDataSourceType.Field'를 사용해야 합니다(명시적으로 지정하지 않은 경우 자동 검색이 기본값이며 권장됨).</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeMethod">
Expand All @@ -429,7 +429,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyMethodOrField">
<source>'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</target>
<target state="translated">'[DynamicData]' 구성원 '{0}.{1}'은(는) 속성, 메서드 또는 필드가 아닙니다. 속성, 메서드 및 필드만 지원됩니다.</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyOrMethod">
Expand Down
4 changes: 2 additions & 2 deletions src/Analyzers/MSTest.Analyzers/xlf/Resources.zh-Hans.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeField">
<source>'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is a field so you should use 'DynamicDataSourceType.AutoDetect' or 'DynamicDataSourceType.Field' (auto detect is the default when not specified explicitly, and is recommended)</target>
<target state="translated">"[DynamicData]" 成员“{0}.{1}”是字段,因此应使用 "DynamicDataSourceType.AutoDetect" 或 "DynamicDataSourceType.Field" (未显式指定时,默认为自动检测,建议使用此设置)</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeMethod">
Expand All @@ -429,7 +429,7 @@ The type declaring these methods should also respect the following rules:
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyMethodOrField">
<source>'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</source>
<target state="new">'[DynamicData]' member '{0}.{1}' is not a property, method, or field. Only properties, methods, and fields are supported.</target>
<target state="translated">"[DynamicData]" 成员“{0}.{1}”不是属性、方法或字段。仅支持属性、方法和字段。</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataShouldBeValidMessageFormat_SourceTypeNotPropertyOrMethod">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</trans-unit>
<trans-unit id="DynamicDataInvalidFieldLayout">
<source>Dynamic data field '{0}' should be static.</source>
<target state="new">Dynamic data field '{0}' should be static.</target>
<target state="translated">動的データ フィールド '{0}' は静的である必要があります。</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataInvalidMethodLayout">
Expand All @@ -144,7 +144,7 @@
</trans-unit>
<trans-unit id="DynamicDataSourceShouldExistAndBeValid">
<source>The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</source>
<target state="new">The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</target>
<target state="translated">型 '{1}' の動的データ ソース '{0}' が、プロパティ、メソッド、またはフィールドとして存在している必要があります。</target>
<note />
</trans-unit>
<trans-unit id="ElementNumbersDontMatch">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</trans-unit>
<trans-unit id="DynamicDataInvalidFieldLayout">
<source>Dynamic data field '{0}' should be static.</source>
<target state="new">Dynamic data field '{0}' should be static.</target>
<target state="translated">동적 데이터 필드 '{0}'은(는) 정적이어야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataInvalidMethodLayout">
Expand All @@ -144,7 +144,7 @@
</trans-unit>
<trans-unit id="DynamicDataSourceShouldExistAndBeValid">
<source>The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</source>
<target state="new">The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</target>
<target state="translated">형식 '{1}'의 동적 데이터 원본 '{0}'은(는) 속성, 메서드 또는 필드로 존재해야 합니다.</target>
<note />
</trans-unit>
<trans-unit id="ElementNumbersDontMatch">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</trans-unit>
<trans-unit id="DynamicDataInvalidFieldLayout">
<source>Dynamic data field '{0}' should be static.</source>
<target state="new">Dynamic data field '{0}' should be static.</target>
<target state="translated">动态数据字段“{0}”应该是静态的。</target>
<note />
</trans-unit>
<trans-unit id="DynamicDataInvalidMethodLayout">
Expand All @@ -144,7 +144,7 @@
</trans-unit>
<trans-unit id="DynamicDataSourceShouldExistAndBeValid">
<source>The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</source>
<target state="new">The dynamic data source '{0}' in type '{1}' should exist and be a property, a method, or a field.</target>
<target state="translated">类型“{1}”中的动态数据源“{0}”应该存在,并且应为属性、方法或字段。</target>
<note />
</trans-unit>
<trans-unit id="ElementNumbersDontMatch">
Expand Down