Files
sqltoolsservice/src/Microsoft.SqlTools.ResourceProvider.Core/Localization/transXliff/sr.fr.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
4.1 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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="fr">
<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">Le serveur que vous avez spécifié {0} nexiste dans aucun abonnement dans {1}. Soit vous vous êtes connecté avec un compte incorrect, soit votre serveur a été supprimé des abonnements de ce compte. Veuillez vérifier votre compte et réessayer.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">Une erreur sest produite lors de lobtention des abonnements 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">Une erreur sest produite lors de lobtention de bases de données à partir de serveurs de type {0} à partir de {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} nest pas autorisé à modifier la règle de pare-feu du serveur. Réessayez avec un autre compte qui est un propriétaire ou un contributeur de labonnement Azure ou du serveur.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Adresse IP non valide</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">Le type de serveur nest pas valide.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">Une dll requise ne peut pas être chargée. Veuillez réparer votre application.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">Une erreur sest produite lors de la création dune nouvelle règle de pare-feu.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">Impossible douvrir une règle de pare-feu pour le type de connexion spécifié</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">Une erreur sest produite lors de la création dune nouvelle règle de pare-feu: '{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">Aucun abonnement na été trouvé pour le compte dutilisateur actuellement connecté.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>