mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] updates to sql-migration and sql (#21445)
This commit is contained in:
@@ -7,12 +7,142 @@
|
||||
<trans-unit id="azure.accounts.accountStaleError">
|
||||
<source xml:lang="en">The access token for selected account '{0}' and tenant '{1}' is no longer valid. Select 'Link account' and refresh the account, or select a different account.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-migration.login.wizard.title">
|
||||
<source xml:lang="en">Migrate logins from '{0}' to Azure SQL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-migration.wizard.title">
|
||||
<source xml:lang="en">Migrate '{0}' to Azure SQL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.cancel.migration.confirmation">
|
||||
<source xml:lang="en">Are you sure you want to cancel this migration?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration..error">
|
||||
<source xml:lang="en">Login migration error: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.complete">
|
||||
<source xml:lang="en">Completed migrating logins</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.db.title">
|
||||
<source xml:lang="en">Azure SQL Database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.establish.user.mappings">
|
||||
<source xml:lang="en">Validating and migrating logins completed.
|
||||
|
||||
Establishing user mappings.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.establish.user.mappings.failed">
|
||||
<source xml:lang="en">Establishing user mappings failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.failed">
|
||||
<source xml:lang="en">Migrating logins failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.get.connection.string">
|
||||
<source xml:lang="en">data source={0};initial catalog=master;user id={1};password={2};TrustServerCertificate=True;Integrated Security=false;</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.get.logins.query">
|
||||
<source xml:lang="en">SELECT sp.name as login, sp.type_desc as login_type, sp.default_database_name, case when sp.is_disabled = 1 then 'Disabled' else 'Enabled' end as status FROM sys.server_principals sp LEFT JOIN sys.sql_logins sl ON sp.principal_id = sl.principal_id WHERE sp.type NOT IN ('G', 'R') AND sp.type_desc IN ('SQL_LOGIN', 'WINDOWS_LOGIN') ORDER BY sp.name;</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.in.progress">
|
||||
<source xml:lang="en">Login migration in progress</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.logins.found">
|
||||
<source xml:lang="en">Login found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.logins.not.found">
|
||||
<source xml:lang="en">Login not found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.mi.title">
|
||||
<source xml:lang="en">Azure SQL Managed Instance</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.migrate.server.roles.and.set.permissions">
|
||||
<source xml:lang="en">Establishing user mappings completed.
|
||||
|
||||
Currently, migrating server roles, establishing server mappings and setting permissions. This will take some time.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.migrate.server.roles.and.set.permissions.failed">
|
||||
<source xml:lang="en">Migrating server roles, establishing server mappings and setting permissions failed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.migration.status.column">
|
||||
<source xml:lang="en">Migration Status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.refresh.login.data.successful">
|
||||
<source xml:lang="en">Refreshing login list was successful. Source logins found {0}, Target logins found {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.refresh.source.login.data.failed">
|
||||
<source xml:lang="en">Refreshing login list from source failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.refresh.target.login.data.failed">
|
||||
<source xml:lang="en">Refreshing login list from target failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.select.in.progress">
|
||||
<source xml:lang="en">Refreshing login list from source and target</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.select.logins.windows.auth.warning">
|
||||
<source xml:lang="en">Please note that this wizard does not display windows authentication login types because migrating that type is currently not supported. Capability for migrating windows authentication logins is coming soon.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.select.page.title">
|
||||
<source xml:lang="en">Select login(s) to migrate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.column">
|
||||
<source xml:lang="en">Status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.failed">
|
||||
<source xml:lang="en">Failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.in.progress">
|
||||
<source xml:lang="en">In progress</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.description">
|
||||
<source xml:lang="en">Migrating {0} logins to target {1} '{2}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.description.completed">
|
||||
<source xml:lang="en">Completed migrating {0} logins to {1} '{2}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.description.failed">
|
||||
<source xml:lang="en">Failed migrating {0} logins to {1} '{2}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.previous.button.error">
|
||||
<source xml:lang="en">Login migration has already been initiated and going back to prior page is disabled.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.previous.button.title">
|
||||
<source xml:lang="en">Previous (Disabled)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.page.title">
|
||||
<source xml:lang="en">Migration Status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.status.succeeded">
|
||||
<source xml:lang="en">Succeeded</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.target.status.column">
|
||||
<source xml:lang="en">Target Status</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.target.title">
|
||||
<source xml:lang="en">Azure SQL target</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.type">
|
||||
<source xml:lang="en">Login type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.vm.title">
|
||||
<source xml:lang="en">SQL Server on Azure Virtual Machine</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.connection.success">
|
||||
<source xml:lang="en">Connection was successful.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.data.migration.warning">
|
||||
<source xml:lang="en">Please note that login migration feature is in private preview mode.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select the target Azure SQL Managed Instance, Azure SQL VM, or Azure SQL database(s) where you want to migrate your logins.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.permission.warning">
|
||||
<source xml:lang="en">Please ensure that the current user has sysadmin permissions to get all login information for the current instance ({0}).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migration.wizard.target.type.title">
|
||||
<source xml:lang="en">Azure SQL target type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.login.migrations.selected">
|
||||
<source xml:lang="en">{0}/{1} logins selected</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migrate.text">
|
||||
<source xml:lang="en">Select the databases that you want to migrate to Azure SQL.</source>
|
||||
</trans-unit>
|
||||
@@ -351,6 +481,12 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.dashboard.help.title">
|
||||
<source xml:lang="en">Help articles and video links</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.login.migrate.task.button">
|
||||
<source xml:lang="en">Migrate logins to Azure SQL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.login.migrate.task.button.description">
|
||||
<source xml:lang="en">Migrate SQL Server logins to Azure SQL.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.dashboard.migrate.task.button">
|
||||
<source xml:lang="en">Migrate to Azure SQL</source>
|
||||
</trans-unit>
|
||||
@@ -477,6 +613,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.days">
|
||||
<source xml:lang="en">{0} days</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.default.database">
|
||||
<source xml:lang="en">Default database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.description">
|
||||
<source xml:lang="en">Description</source>
|
||||
</trans-unit>
|
||||
@@ -912,6 +1051,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.notebook.open.error">
|
||||
<source xml:lang="en">Failed to open the migration notebook.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.number.logins.migrating">
|
||||
<source xml:lang="en">{0}/{1} migrating logins displayed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.object.details">
|
||||
<source xml:lang="en">Object details</source>
|
||||
</trans-unit>
|
||||
@@ -1069,7 +1211,7 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Select your target Azure Subscription and your target SQL Server on Azure Virtual Machine for your target.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.database.to.continue">
|
||||
<source xml:lang="en">Please select 1 or more databases to assess for migration</source>
|
||||
<source xml:lang="en">Please select 1 or more logins for migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.database.to.migrate">
|
||||
<source xml:lang="en">Select the databases to migrate.</source>
|
||||
@@ -1128,6 +1270,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.select.service.select.subscription.error">
|
||||
<source xml:lang="en">An error occurred while loading account subscriptions. Please check your Azure connection and try again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.service.select.target.type.">
|
||||
<source xml:lang="en">Select target Azure SQL Type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.select.service.select.tenant.error">
|
||||
<source xml:lang="en">An error occurred while loading available Azure account tenants.</source>
|
||||
</trans-unit>
|
||||
@@ -1587,6 +1732,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.source.details.windowAuth">
|
||||
<source xml:lang="en">Enter the Windows Authentication credentials used to connect to SQL Server instance {0}. These credentials will be used to connect to the SQL Server instance and identify valid backup files.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.login">
|
||||
<source xml:lang="en">Source login</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.source.server">
|
||||
<source xml:lang="en">Source server</source>
|
||||
</trans-unit>
|
||||
@@ -1647,6 +1795,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.src.server">
|
||||
<source xml:lang="en">Source name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.start.login.migration.button">
|
||||
<source xml:lang="en">Migrate</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.start.migration.button">
|
||||
<source xml:lang="en">Start migration</source>
|
||||
</trans-unit>
|
||||
@@ -1656,6 +1807,12 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.start.time">
|
||||
<source xml:lang="en">Start time</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.starting.login">
|
||||
<source xml:lang="en">Validating and migrating logins are in progress</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.starting.login.failed">
|
||||
<source xml:lang="en">Validating and migrating logins failed</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.status">
|
||||
<source xml:lang="en">Status</source>
|
||||
</trans-unit>
|
||||
@@ -1773,6 +1930,12 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.tab.button.feedback.label">
|
||||
<source xml:lang="en">Feedback</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.tab.button.login.migration.description">
|
||||
<source xml:lang="en">Migrate logins to Azure SQL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.tab.button.login.migration.label">
|
||||
<source xml:lang="en">New login migration (PREVIEW)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.tab.button.migration.description">
|
||||
<source xml:lang="en">Migrate to Azure SQL</source>
|
||||
</trans-unit>
|
||||
@@ -2028,6 +2191,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.wizard.connection.error.title">
|
||||
<source xml:lang="en">An error occurred while connecting to the target server.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.login.error.title">
|
||||
<source xml:lang="en">An error occurred while trying to get {0} login information.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.perfCollection.error">
|
||||
<source xml:lang="en">Error(s) occurred while collecting performance data for the server '{0}'. If these issues persist, try restarting the data collection process:
|
||||
|
||||
@@ -2072,6 +2238,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.wizard.target.description">
|
||||
<source xml:lang="en">Select an Azure account and your target {0}.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.login.error">
|
||||
<source xml:lang="en">Error getting login information: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.mapping.error.duplicate">
|
||||
<source xml:lang="en">Database mapping error. Target database '{0}' cannot be selected to as a migration target for database '{1}'. Target database '${targetDatabaseName}' is already selected as a migration target for database '{2}'. Please select a different target database.</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6253,11 +6253,14 @@ Error: {1}</source>
|
||||
<trans-unit id="firewall.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="firewallRuleDialogDescription">
|
||||
<source xml:lang="en">Your client IP address does not have access to the server. Sign in to an Azure account and create a new firewall rule to enable access.</source>
|
||||
<trans-unit id="firewall.ruleName">
|
||||
<source xml:lang="en">Rule name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="firewallRuleHelpDescription">
|
||||
<source xml:lang="en">Learn more about firewall settings</source>
|
||||
<trans-unit id="firewallRuleDescription">
|
||||
<source xml:lang="en">A firewall rule is required to access the SQL Server instance. Click the link below to create a new firewall rule.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="firewallRuleHelpLink">
|
||||
<source xml:lang="en">Learn more about firewall rules</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="from">
|
||||
<source xml:lang="en">From</source>
|
||||
|
||||
Reference in New Issue
Block a user