mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
[Loc] changes made to xlfs for 2-1-2023 (#21810)
This commit is contained in:
@@ -2437,16 +2437,16 @@ This may take some time.</source>
|
||||
<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>
|
||||
<source xml:lang="en">Database mapping error. Target database '{0}' cannot be selected to as a migration target for database '{1}'. Target database '{2}' is already selected as a migration target for database '{3}'. Please select a different target database.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.missing">
|
||||
<source xml:lang="en">Database mapping error. Missing target databases to migrate. Please configure the target server connection and click connect to collect the list of available database migration targets.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.source.collation.error">
|
||||
<source xml:lang="en">A mapping error was found between '{0}' and '{1}' databases. The source database collation '{2}' does not match the target database collation '{3}'. Please select or re-create a target database with the same collation as the source database.</source>
|
||||
<source xml:lang="en">Database mapping error (Error code: {0}) was found between '{1}' and '{2}' databases. The source database collation '{3}' does not match the target database collation '{4}'. Please select or re-create a target database with the same collation as the source database.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.source.mapping.error">
|
||||
<source xml:lang="en">Database mapping error. Source database '{0}' is not mapped to a target database. Please select a target database to migrate to.</source>
|
||||
<source xml:lang="en">Database mapping error. Source database '{0}' is not mapped to a target database. Please select a target database to migrate to.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.wizard.target.title">
|
||||
<source xml:lang="en">Azure SQL target</source>
|
||||
|
||||
Reference in New Issue
Block a user