Files
sqltoolsservice/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/transXliff/sr.it.xlf
Alex Ma 993b094db9 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
2021-06-10 15:50:53 -07:00

62 lines
3.9 KiB
XML

<?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="it">
<body>
<trans-unit id="AzureServerNotFound">
<source>The server you specified {0} does not exist in any subscription in {1}. Either you have signed in with an incorrect account or your server was removed from subscription(s) in this account. Please check your account and try again.</source>
<target state="translated">Il server specificato {0} non esiste in alcuna sottoscrizione in {1}. È stato effettuato l'accesso con un account errato o il server è stato rimosso dalle sottosortità in questo account. Controlla il tuo account e riprova.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">Errore durante il recupero delle sottoscrizioni di Azure: {0}</target>
<note></note>
</trans-unit>
<trans-unit id="DatabaseDiscoveryFailedErrorMessage">
<source>An error occurred while getting databases from servers of type {0} from {1}</source>
<target state="translated">Errore durante il recupero di database da server di tipo {0} da {1}</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleAccessForbidden">
<source>{0} does not have permission to change the server firewall rule. Try again with a different account that is an Owner or Contributor of the Azure subscription or the server.</source>
<target state="translated">{0} non dispone dell'autorizzazione per modificare la regola del firewall del server. Riprovare con un account diverso che possiede o collabora alla sottoscrizione o al server di Azure.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Indirizzo IP non valido</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">Tipo di server non valido.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">Impossibile caricare una DLL obbligatoria. Si prega di riparare l'applicazione.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">Errore durante la creazione di una nuova regola del firewall.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">Impossibile aprire una regola firewall per il tipo di connessione specificato</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">Errore durante la creazione di una nuova regola firewall: '{0}'</target>
<note></note>
</trans-unit>
<trans-unit id="NoSubscriptionsFound">
<source>No subscriptions were found for the currently logged in user account.</source>
<target state="translated">Non sono state trovate sottoscrizioni per l'account utente attualmente connesso.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>