mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
Localization added to sqlservicetools (#1216)
* 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
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
||||
<file datatype="xml" source-language="en" target-language="de">
|
||||
<body>
|
||||
<trans-unit id="FailedToGetAzureDatabasesErrorMessage">
|
||||
<source>An error occurred while getting Azure databases</source>
|
||||
<target state="translated">Beim Abrufen von Azure-Datenbanken ist ein Fehler aufgetreten</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToGetAzureResourceGroupsErrorMessage">
|
||||
<source>An error occurred while getting Azure resource groups: {0}</source>
|
||||
<target state="translated">Beim Abrufen von Azure-Ressourcengruppen ist ein Fehler aufgetreten: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToGetAzureSqlServersErrorMessage">
|
||||
<source>An error occurred while getting Azure Sql Servers</source>
|
||||
<target state="translated">Beim Abrufen von Azure Sql-Servern ist ein Fehler aufgetreten</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FirewallRuleCreationFailed">
|
||||
<source>An error occurred while creating a new firewall rule.</source>
|
||||
<target state="translated">Beim Erstellen einer neuen Firewall-Regel ist ein Fehler aufgetreten.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnsupportedAuthType">
|
||||
<source>Unsupported account type '{0}' for this provider</source>
|
||||
<target state="translated">Nicht unterstützter Kontotyp '{0}' für diesen Anbieter</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToGetAzureSqlServersWithError">
|
||||
<source>An error occurred while getting Azure Sql Servers: '{0}'</source>
|
||||
<target state="translated">Beim Abrufen von Azure Sql Servern ist ein Fehler aufgetreten: '{0}'</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FirewallRuleCreationFailedWithError">
|
||||
<source>An error occurred while creating a new firewall rule: '{0}'</source>
|
||||
<target state="translated">Beim Erstellen einer neuen Firewall-Regel ist ein Fehler aufgetreten: '{0}'</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="FailedToGetAzureSubscriptionsErrorMessage">
|
||||
<source>An error occurred while getting Azure subscriptions: {0}</source>
|
||||
<target state="translated">Beim Abrufen von Azure-Abonnements ist ein Fehler aufgetreten: {0}</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UserNeedsAuthenticationError">
|
||||
<source>The current user must be reauthenticated before executing this operation </source>
|
||||
<target state="translated">Der aktuelle Benutzer muss neu authentifiziert werden, bevor dieser Vorgang ausgeführt werden kann </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="UserNotFoundError">
|
||||
<source>No user was found, cannot execute the operation</source>
|
||||
<target state="translated">Es wurde kein Benutzer gefunden, kann den Vorgang nicht ausführen</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user