Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@
<data name="SuggestPublishTestProject" xml:space="preserve">
<value>Unable to find {0}. Please publish your test project and retry.</value>
</data>
<data name="CouldNotFindTesthost" xml:space="preserve">
<value>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
Comment on lines +130 to +134
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</value>
<comment>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</comment>
</data>
<data name="NoDotnetMuxerFoundForArchitecture" xml:space="preserve">
<value>Could not find '{0}' host for the '{1}' architecture.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="cs">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="de">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="es">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="fr">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="it">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="ja">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="ko">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="pl">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="pt-BR">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="ru">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="tr">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="zh-Hans">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" original="../Resources.resx" target-language="zh-Hant">
<body>
<trans-unit id="CouldNotFindTesthost">
<source>Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</source>
<target state="new">Could not find testhost for test source '{0}'.

Verify that:
- The test project references the 'Microsoft.NET.Test.Sdk' NuGet package.
- The project has been built and the output is in '{1}'.
- The project's target framework matches the installed .NET runtime.
</target>
<note>'{0}' is the path to the test source (DLL/EXE), '{1}' is the directory where testhost was searched.</note>
</trans-unit>
<trans-unit id="MultipleFileVersions">
<source>Multiple versions of same extension found. Selecting the highest version.
{0}</source>
Expand Down
10 changes: 10 additions & 0 deletions src/vstest.console/Resources/xlf/Resources.cs.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<target state="translated">Jsou k dispozici tyto doplňky pro provádění testů:</target>
<note />
</trans-unit>
<trans-unit id="AvailableExtensionFormat">
<source> {0}</source>
<target state="translated"> {0}</target>
<note>{Locked}</note>
</trans-unit>
<trans-unit id="AvailableExtensionsMetadataFormat">
<source> {0}: {1}</source>
<target state="translated"> {0}: {1}</target>
Expand Down Expand Up @@ -161,6 +166,11 @@
<target state="translated">Jsou k dispozici tyto doplňky poskytovatelů nastavení:</target>
<note />
</trans-unit>
<trans-unit id="AvailableTestsFormat">
<source> {0}</source>
<target state="translated"> {0}</target>
<note>{Locked}</note>
</trans-unit>
<trans-unit id="RunSettingsArgumentHelp">
<source>--Settings|/Settings:&lt;Settings File&gt;
Settings to use when running tests.</source>
Expand Down
10 changes: 10 additions & 0 deletions src/vstest.console/Resources/xlf/Resources.de.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<target state="translated">Die folgenden Testausführungs-Add-Ins sind verfügbar:</target>
<note />
</trans-unit>
<trans-unit id="AvailableExtensionFormat">
<source> {0}</source>
<target state="translated"> {0}</target>
<note>{Locked}</note>
</trans-unit>
<trans-unit id="AvailableExtensionsMetadataFormat">
<source> {0}: {1}</source>
<target state="translated"> {0}: {1}</target>
Expand Down Expand Up @@ -161,6 +166,11 @@
<target state="translated">Die folgende Einstellungenanbieter-Add-Ins sind verfügbar:</target>
<note />
</trans-unit>
<trans-unit id="AvailableTestsFormat">
<source> {0}</source>
<target state="translated"> {0}</target>
<note>{Locked}</note>
</trans-unit>
<trans-unit id="RunSettingsArgumentHelp">
<source>--Settings|/Settings:&lt;Settings File&gt;
Settings to use when running tests.</source>
Expand Down
Loading
Loading