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
2 changes: 1 addition & 1 deletion eng/verify-nupkgs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Confirm-NugetPackages {
$expectedNumOfFiles = @{
"MSTest.Sdk" = 15
"MSTest.TestFramework" = 105
"MSTest.TestAdapter" = 53
"MSTest.TestAdapter" = 66
"MSTest" = 10
"MSTest.Analyzers" = 56
}
Expand Down
164 changes: 164 additions & 0 deletions src/Adapter/MSTest.TestAdapter/Resources/PlatformAdapterResources.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,164 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema

Version 2.0

The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.

Example:

... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>

There are any number of "resheader" rows that contain simple
name/value pairs.

Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.

The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:

Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.

mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="RunsettingsFileCannotBeRead" xml:space="preserve">
<value>runsettings file '{0}' cannot be read</value>
<comment>0 is the {Locked="runsettings"} file path.</comment>
</data>
<data name="RunsettingsFileDoesNotExist" xml:space="preserve">
<value>runsettings file '{0}' does not exist</value>
<comment>0 is the {Locked="runsettings"} file path.</comment>
</data>
<data name="VSTestBridgedTestFrameworkSessionAlreadyCreatedErrorMessage" xml:space="preserve">
<value>The bridged framework supports only one session at a time. A session with UID {0} is already open.</value>
<comment>{0} is the session {Locked="UID"}.</comment>
</data>
<data name="TestCaseFilterOptionDescription" xml:space="preserve">
<value>Filters tests using the given expression. For more information, see the Filter option details section. For more information and examples on how to use selective unit test filtering, see https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests.</value>
<comment>Do not localize link {Locked="https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests"}.</comment>
</data>
<data name="RunSettingsOptionDescription" xml:space="preserve">
<value>The path, relative or absolute, to the .runsettings file. For more information and examples on how to configure test run, see https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file</value>
<comment>Do not localize file extension {Locked=".runsettings"} or link {Locked="https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file"}.</comment>
</data>
<data name="TestRunParameterOptionDescription" xml:space="preserve">
<value>Specify or override a key-value pair parameter. For more information and examples, see https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#testrunparameters</value>
<comment>Do not localize link {Locked="https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#testrunparameters"}.</comment>
</data>
<data name="TestRunParameterOptionArgumentIsNotParameter" xml:space="preserve">
<value>argument '{0}' is not a parameter. Parameters arguments are matching the following pattern 'key=value'.</value>
<comment>0 is the invalid argument. Do not localize pattern {Locked="key=value"}.</comment>
</data>
<data name="MissingRunSettingsAttribute" xml:space="preserve">
<value>Invalid .runsettings file, '&lt;RunSettings&gt;' attribute is missing</value>
<comment>Do not localize file extension {Locked=".runsettings"} or element {Locked="&lt;RunSettings&gt;"}.</comment>
</data>
<data name="UnsupportedRunsettingsLoggers" xml:space="preserve">
<value>Runsettings loggers are not supported by Microsoft.Testing.Platform and will be ignored</value>
<comment>Do not localize {Locked="Runsettings"} or {Locked="Microsoft.Testing.Platform"}.</comment>
</data>
<data name="UnsupportedRunsettingsDatacollectors" xml:space="preserve">
<value>Runsettings datacollectors are not supported by Microsoft.Testing.Platform and will be ignored</value>
<comment>Do not localize {Locked="Runsettings"} or {Locked="Microsoft.Testing.Platform"}.</comment>
</data>
<data name="UnsupportedRunconfigurationSetting" xml:space="preserve">
<value>Runsettings attribute '{0}' is not supported by Microsoft.Testing.Platform and will be ignored</value>
<comment>0 is the unsupported {Locked="Runsettings"} attribute name. Do not localize {Locked="Microsoft.Testing.Platform"}.</comment>
</data>
</root>
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<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" target-language="cs" original="../PlatformAdapterResources.resx">
<body>
<trans-unit id="MissingRunSettingsAttribute">
<source>Invalid .runsettings file, '&lt;RunSettings&gt;' attribute is missing</source>
<target state="translated">Neplatný soubor .runsettings. Chybí atribut &lt;RunSettings&gt;.</target>
<note>Do not localize file extension {Locked=".runsettings"} or element {Locked="&lt;RunSettings&gt;"}.</note>
</trans-unit>
<trans-unit id="RunSettingsOptionDescription">
<source>The path, relative or absolute, to the .runsettings file. For more information and examples on how to configure test run, see https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file</source>
<target state="translated">Relativní nebo absolutní cesta k souboru .runsettings. Další informace a příklady konfigurace testovacího běhu najdete v tématu https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file</target>
<note>Do not localize file extension {Locked=".runsettings"} or link {Locked="https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#the-runsettings-file"}.</note>
</trans-unit>
<trans-unit id="RunsettingsFileCannotBeRead">
<source>runsettings file '{0}' cannot be read</source>
<target state="translated">Soubor runsettings „{0}“ nejde přečíst</target>
<note>0 is the {Locked="runsettings"} file path.</note>
</trans-unit>
<trans-unit id="RunsettingsFileDoesNotExist">
<source>runsettings file '{0}' does not exist</source>
<target state="translated">Soubor runsettings „{0}“ neexistuje</target>
<note>0 is the {Locked="runsettings"} file path.</note>
</trans-unit>
<trans-unit id="TestCaseFilterOptionDescription">
<source>Filters tests using the given expression. For more information, see the Filter option details section. For more information and examples on how to use selective unit test filtering, see https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests.</source>
<target state="translated">Filtruje testy pomocí daného výrazu. Další informace najdete v části s podrobnostmi o možnosti filtru. Další informace a příklady použití selektivního filtrování testů jednotek najdete v tématu https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests.</target>
<note>Do not localize link {Locked="https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests"}.</note>
</trans-unit>
<trans-unit id="TestRunParameterOptionArgumentIsNotParameter">
<source>argument '{0}' is not a parameter. Parameters arguments are matching the following pattern 'key=value'.</source>
<target state="translated">argument {0} není parametr. Argumenty parametrů odpovídají následujícímu vzoru key=value (klíč=hodnota).</target>
<note>0 is the invalid argument. Do not localize pattern {Locked="key=value"}.</note>
</trans-unit>
<trans-unit id="TestRunParameterOptionDescription">
<source>Specify or override a key-value pair parameter. For more information and examples, see https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#testrunparameters</source>
<target state="translated">Zadejte nebo přepište parametr páru klíč-hodnota. Další informace a příklady najdete tady: https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#testrunparameters</target>
<note>Do not localize link {Locked="https://learn.microsoft.com/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file#testrunparameters"}.</note>
</trans-unit>
<trans-unit id="UnsupportedRunconfigurationSetting">
<source>Runsettings attribute '{0}' is not supported by Microsoft.Testing.Platform and will be ignored</source>
<target state="translated">Microsoft.Testing.Platform nepodporuje atribut Runsettings {0}. Bude ho proto ignorovat.</target>
<note>0 is the unsupported {Locked="Runsettings"} attribute name. Do not localize {Locked="Microsoft.Testing.Platform"}.</note>
</trans-unit>
<trans-unit id="UnsupportedRunsettingsDatacollectors">
<source>Runsettings datacollectors are not supported by Microsoft.Testing.Platform and will be ignored</source>
<target state="translated">Microsoft.Testing.Platform nepodporuje kolekce dat Runsettings. Bude je proto ignorovat.</target>
<note>Do not localize {Locked="Runsettings"} or {Locked="Microsoft.Testing.Platform"}.</note>
</trans-unit>
<trans-unit id="UnsupportedRunsettingsLoggers">
<source>Runsettings loggers are not supported by Microsoft.Testing.Platform and will be ignored</source>
<target state="translated">Microsoft.Testing.Platform nepodporuje protokolovače Runsettings. Bude je proto ignorovat.</target>
<note>Do not localize {Locked="Runsettings"} or {Locked="Microsoft.Testing.Platform"}.</note>
</trans-unit>
<trans-unit id="VSTestBridgedTestFrameworkSessionAlreadyCreatedErrorMessage">
<source>The bridged framework supports only one session at a time. A session with UID {0} is already open.</source>
<target state="translated">Přemostěná architektura podporuje najednou pouze jednu relaci. Relace s UID {0} je už otevřená.</target>
<note>{0} is the session {Locked="UID"}.</note>
</trans-unit>
</body>
</file>
</xliff>
Loading