mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-23 01:25:42 -05:00
* added other languages to ServiceLayer * fixed travis and appveyor yaml, added other languages for localization * added spanish and german strings to credentialslocalization, also WIP for coreservices test * added WIP localization test for CoreServices * Removed unit test for coreservices, need to work on those later. * restored travis and appveyor * added kusto string resource localization test * added localization test and locale change for SqlToolsCredentials * added locale command options to ResourceProvider * revert resourceprovider test * Localized SqlTools.Credentials * added hosting localization * replaced new with translation to be consistent with main service layer * reverted external changes as it is unnecessary * Translated ManagedBatchParser * test culture value * test culture change * temporarily comment out service layer command options * returned sr.cs * temporarily remove bad tests * restored tests and allowed for SR culture to change for dependencies (for future testing) * localization for resourceprovider components added. * Set LocaleSetter to public and also removed InternalsVisible for Kusto, Credentials and ResourceProvider * removed unnecessary changes * Removed CredentialsCommandOptions * renamed pt-BR to pt-br * Rename sr.pt-BR.xlf.template to sr.pt-br.xlf.template * Rename src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/pt-BR/sr.resx.lcl to src/Microsoft.SqlTools.ServiceLayer/Localization/LCL/pt-br/sr.resx.lcl * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * Rename sr.pt-BR.xlf to sr.pt-br.xlf * Rename sr.pt-BR.resx to sr.pt-br.resx * restored newlines * Update sr.pt-br.xlf.template Removed newline * removed newline * fixing newlines for consistency * removed unnecessary newline
165 lines
8.1 KiB
XML
165 lines
8.1 KiB
XML
<?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="CredentialsServiceInvalidCriticalHandle" xml:space="preserve">
|
|
<value>무효 크리티컬 핸들!</value>
|
|
</data>
|
|
<data name="CredentialsServicePasswordLengthExceeded" xml:space="preserve">
|
|
<value>암호가 512바이트를 초과했습니다.</value>
|
|
</data>
|
|
<data name="CredentialsServiceTargetForDelete" xml:space="preserve">
|
|
<value>자격 증명을 삭제하려면 대상을 지정해야 합니다.</value>
|
|
</data>
|
|
<data name="CredentialsServiceTargetForLookup" xml:space="preserve">
|
|
<value>자격 증명의 존재를 확인하려면 대상을 지정해야 합니다.</value>
|
|
</data>
|
|
<data name="CredentialServiceWin32CredentialDisposed" xml:space="preserve">
|
|
<value>Win32자격 증명 개체가 이미 삭제되었습니다.</value>
|
|
</data>
|
|
<data name="HostingUnexpectedEndOfStream" xml:space="preserve">
|
|
<value>MessageReader의 입력 스트림이 예기치 않게 종료되어 종료됩니다.</value>
|
|
</data>
|
|
<data name="HostingHeaderMissingColon" xml:space="preserve">
|
|
<value>메시지 헤더는 ':'를 사용하여 키와 값을 분리해야 합니다.</value>
|
|
</data>
|
|
<data name="HostingHeaderMissingContentLengthHeader" xml:space="preserve">
|
|
<value>치명적인 오류: 콘텐츠 길이 헤더를 제공해야 합니다.</value>
|
|
</data>
|
|
<data name="HostingHeaderMissingContentLengthValue" xml:space="preserve">
|
|
<value>치명적인 오류: 콘텐츠 길이 값은 정수가 아닙니다.</value>
|
|
</data>
|
|
<data name="ServiceAlreadyRegistered" xml:space="preserve">
|
|
<value>하나 이상의 서비스가 이미 등록되어 있기 때문에 {0}형에 대한 서비스를 등록할 수 없습니다.</value>
|
|
</data>
|
|
<data name="MultipleServicesFound" xml:space="preserve">
|
|
<value>유형 {0}에 대해 여러 서비스가 검색되었습니다. 하나의 서비스를 찾을 것으로 예상되었다.</value>
|
|
</data>
|
|
<data name="IncompatibleServiceForExtensionLoader" xml:space="preserve">
|
|
<value>{0}형의 서비스는 익스텐션 로더 <{1}>에서 만들 수 없습니다.</value>
|
|
</data>
|
|
<data name="ServiceProviderNotSet" xml:space="preserve">
|
|
<value>SetServiceProvider() 필요한 서비스 공급자를 설정하도록 호출되지 않았습니다.</value>
|
|
</data>
|
|
<data name="ServiceNotFound" xml:space="preserve">
|
|
<value>서비스 공급자에서 서비스 {0}를 찾을 수 없습니다.</value>
|
|
</data>
|
|
<data name="ServiceNotOfExpectedType" xml:space="preserve">
|
|
<value>{0}형의 서비스는 등록된 유형 {1}와 호환되지 않습니다.</value>
|
|
</data>
|
|
</root> |