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:
Alex Ma
2021-06-10 15:50:53 -07:00
committed by GitHub
parent 54fe38ef95
commit 993b094db9
129 changed files with 17443 additions and 4600 deletions

View File

@@ -0,0 +1,62 @@
<?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="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">Der von Ihnen angegebene Server {0} ist in keinem Abonnement in {1} vorhanden. Entweder haben Sie sich mit einem falschen Konto angemeldet, oder Ihr Server wurde aus Abonnements in diesem Konto entfernt. Überprüfen Sie Ihr Konto, und versuchen Sie es erneut.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<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="DatabaseDiscoveryFailedErrorMessage">
<source>An error occurred while getting databases from servers of type {0} from {1}</source>
<target state="translated">Beim Abrufen von Datenbanken von Servern vom Typ {0} aus {1} ist ein Fehler aufgetreten.</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} ist nicht berechtigt, die Serverfirewallregel zu ändern. Versuchen Sie es erneut mit einem anderen Konto, das ein Besitzer oder Mitwirkender des Azure-Abonnements oder des Servers ist.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Ungültige IP-Adresse</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">Der Servertyp ist ungültig.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">Eine erforderliche DLL kann nicht geladen werden. Bitte reparieren Sie Ihre Anwendung.</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 Firewallregel ist ein Fehler aufgetreten.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">Eine Firewallregel für den angegebenen Verbindungstyp kann nicht geöffnet werden.</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 Firewallregel ist ein Fehler aufgetreten: '{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">Für das aktuell angemeldete Benutzerkonto wurden keine Abonnements gefunden.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="es">
<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">El servidor que especificó {0} no existe en ninguna suscripción de {1}. Ha iniciado sesión con una cuenta incorrecta o el servidor se ha eliminado de las suscripciones de esta cuenta. Comprueba tu cuenta e inténtalo de nuevo.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">Se ha producido un error al obtener suscripciones de 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">Se ha producido un error al obtener bases de datos de servidores de tipo {0} 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} no tiene permiso para cambiar la regla de firewall del servidor. Inténtelo de nuevo con una cuenta diferente que sea propietario o colaborador de la suscripción de Azure o del servidor.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Dirección IP no válida</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">El tipo de servidor no es válido.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">No se puede cargar un archivo DLL necesario. Por favor, repare su aplicación.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">Se ha producido un error al crear una nueva regla de 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">No se puede abrir una regla de firewall para el tipo de conexión especificado</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">Se ha producido un error al crear una nueva regla de 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">No se encontró ninguna suscripción para la cuenta de usuario que ha iniciado sesión actualmente.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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>

View File

@@ -0,0 +1,62 @@
<?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>

View File

@@ -0,0 +1,62 @@
<?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="ja">
<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">{0} を指定したサーバーは、{1} のサブスクリプションに存在しません。アカウントを確認して、もう一度お試しください。</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">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">{1} からタイプ {0} のサーバーからデータベースを取得中にエラーが発生しました</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}には、サーバーファイアウォール規則を変更する権限がありません。Azure サブスクリプションまたはサーバーの所有者または共同作成者である別のアカウントで再試行してください。</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">無効なIPアドレス</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">サーバータイプが無効</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">必要なDLLがロードできません。アプリケーションを修復してください。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">新しいファイアウォールルールの作成中にエラーが発生しました。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">指定された接続タイプのファイアウォールルールを開くことができない</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">新しいファイアウォールルールの作成中にエラーが発生しました:'{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">現在ログインしているユーザーアカウントのサブスクリプションが見つかりませんでした。</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="ko">
<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">{0} 지정한 서버는 {1} 구독에 존재하지 않습니다.잘못된 계정으로 로그인했거나 서버가 이 계정의 구독에서 제거되었습니다.계정을 확인하고 다시 시도하십시오.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">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">{1}에서 {0} 유형의 서버에서 데이터베이스를 가져 오는 동안 오류가 발생했습니다.</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}에는 서버 방화벽 규칙을 변경할 권한이 없습니다. Azure 구독 또는 서버의 소유자 또는 기여자 인 다른 계정으로 다시 시도하세요.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">잘못된 IP 주소</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">서버 유형이 잘못되었습니다.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">필요한 dll을 로드할 수 없습니다. 응용 프로그램을 복구하십시오.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">새 방화벽 규칙을 만드는 동안 오류가 발생했습니다.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">지정된 연결 유형에 대한 방화벽 규칙을 열 수 없습니다.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">새 방화벽 규칙을 만드는 동안 오류가 발생했습니다: '{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">현재 로그인한 사용자 계정에 대한 구독은 발견되지 않았습니다.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="pt-br">
<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">O servidor que você especificou {0} não existe em nenhuma assinatura em {1}. Ou você assinou com uma conta incorreta ou seu servidor foi removido da(s) assinatura(s) nesta conta. Por favor, verifique sua conta e tente novamente.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">Ocorreu um erro ao receber as assinaturas do 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">Ocorreu um erro ao obter bancos de dados de servidores do tipo {0} 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} não tem permissão para alterar a regra de firewall do servidor. Tente novamente com uma conta diferente que seja um Proprietário ou Contribuinte da assinatura do Azure ou do servidor.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Endereço IP inválido</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">O tipo de servidor é inválido.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">Uma dll necessária não pode ser carregada. Por favor, repare sua aplicação.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">Ocorreu um erro ao criar uma nova regra de 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">Não é possível abrir uma regra de firewall para o tipo de conexão especificado</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">Ocorreu um erro ao criar uma nova regra de 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">Não foram encontradas assinaturas para a conta de usuário atualmente registrada.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="ru">
<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">Указанный вами сервер {0} не существует ни в одной подписке в {1}. Либо вы вошли в систему с неправильной учетной записью, либо ваш сервер был удален из подписки (подписок) в этой учетной записи. Пожалуйста, проверьте свою учетную запись и повторите попытку.</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">Произошла ошибка при получении подписок 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">Произошла ошибка при получении баз данных с серверов типа {0} из {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} не имеет разрешения на изменение правила брандмауэра сервера. Повторите попытку с другой учетной записью, которая является владельцем или вкладчиком подписки Azure или сервера.</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">Неверный IP-адрес</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">Тип сервера недействителен.</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">Требуемая dll не может быть загружена. Пожалуйста, восстановите ваше приложение.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">Произошла ошибка при создании нового правила брандмауэра.</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">Невозможно открыть правило брандмауэра для указанного типа соединения</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">Произошла ошибка при создании нового правила брандмауэра: '{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">Для учетной записи пользователя, вошедшего в систему в данный момент, подписки не найдены.</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="zh-Hans">
<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">你指定的服务器{0}不存在于{1}的任何订阅中。要么你用一个错误的账户登录,要么你的服务器被从这个账户的订阅中删除。请检查您的账户并重试。</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">在获取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">在从{1}的{0}类型的服务器中获取数据库时发生了错误。</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}没有权限更改服务器的防火墙规则。用Azure订阅或服务器的所有者或贡献者的不同账户再试一次。</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">无效的IP地址</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">服务器类型是无效的。</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">无法加载一个所需的dll。请修复您的应用程序。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">在创建一个新的防火墙规则时发生了错误。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">无法为指定的连接类型打开一个防火墙规则。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">在创建新的防火墙规则时发生了一个错误:'{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">没有发现当前登录的用户账户有任何订阅。</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,62 @@
<?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="zh-Hant">
<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">你指定的服務器{0}不存在於{1}的任何訂閱中。要么你用一個錯誤的賬戶登錄,要么你的服務器被從這個賬戶的訂閱中刪除。請檢查您的賬戶並重試。</target>
<note></note>
</trans-unit>
<trans-unit id="AzureSubscriptionFailedErrorMessage">
<source>An error occurred while getting Azure subscriptions: {0}</source>
<target state="translated">在獲取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">在从{1}的{0}类型的服务器中获取数据库时发生了错误。</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">在從{1}的{0}類型的服務器中獲取數據庫時發生了錯誤。</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidIpAddress">
<source>Invalid IP address</source>
<target state="translated">無效的IP地址</target>
<note></note>
</trans-unit>
<trans-unit id="InvalidServerTypeErrorMessage">
<source>Server Type is invalid.</source>
<target state="translated">服務器類型是無效的。</target>
<note></note>
</trans-unit>
<trans-unit id="LoadingExportableFailedGeneralErrorMessage">
<source>A required dll cannot be loaded. Please repair your application.</source>
<target state="translated">無法加載一個所需的dll。請修復您的應用程序。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailed">
<source>An error occurred while creating a new firewall rule.</source>
<target state="translated">在創建一個新的防火牆規則時發生了錯誤。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleUnsupportedConnectionType">
<source>Cannot open a firewall rule for the specified connection type</source>
<target state="translated">無法為指定的連接類型打開一個防火牆規則。</target>
<note></note>
</trans-unit>
<trans-unit id="FirewallRuleCreationFailedWithError">
<source>An error occurred while creating a new firewall rule: '{0}'</source>
<target state="translated">在創建新的防火牆規則時發生了一個錯誤:'{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">沒有發現當前登錄的用戶賬戶有任何訂閱。</target>
<note></note>
</trans-unit>
</body>
</file>
</xliff>