mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
Add callout dialog from error count to detailed error message on migration status dialog (#16850)
This commit is contained in:
@@ -223,6 +223,8 @@ export const NAME_OF_NEW_RESOURCE_GROUP = localize('sql.migration.name.of.new.rg
|
||||
export const DATA_UPLOADED_INFO = localize('sql.migration.data.uploaded.info', "Comparison of the actual amount of data read from the source and the actual amount of data uploaded to the target.");
|
||||
export const COPY_THROUGHPUT_INFO = localize('sql.migration.copy.throughput.info', "Data movement throughput achieved during the migration of your database backups to Azure. This is the rate of data transfer, calculated by data read divided by duration of backups migration to Azure.");
|
||||
// common strings
|
||||
export const WARNING = localize('sql.migration.warning', "Warning");
|
||||
export const ERROR = localize('sql.migration.error', "Error");
|
||||
export const LEARN_MORE = localize('sql.migration.learn.more', "Learn more");
|
||||
export const LEARN_MORE_ABOUT_PRE_REQS = localize('sql.migration.learn.more.pre.reqs', "Learn more about things you need before starting a migration.");
|
||||
export const SUBSCRIPTION = localize('sql.migration.subscription', "Subscription");
|
||||
|
||||
Reference in New Issue
Block a user