[Loc] added updated strings for sql-migration (#19033)

This commit is contained in:
Alex Ma
2022-04-12 17:30:06 -07:00
committed by GitHub
parent 5c823e436a
commit b342a2df7e
2 changed files with 151 additions and 47 deletions

View File

@@ -16,6 +16,9 @@
<trans-unit id="sql.migrate.text">
<source xml:lang="en">Select the databases that you want to migrate to Azure SQL.</source>
</trans-unit>
<trans-unit id="sql.migration.account.credentials.refresh.required">
<source xml:lang="en">{0} (requires credentials refresh)</source>
</trans-unit>
<trans-unit id="sql.migration.active.backup.files">
<source xml:lang="en">Active backup files</source>
</trans-unit>
@@ -229,7 +232,7 @@ This may take some time.</source>
<source xml:lang="en">Migration cutover</source>
</trans-unit>
<trans-unit id="sql.migration.cutover.card">
<source xml:lang="en">Completing cutover</source>
<source xml:lang="en">Database migrations completing cutover</source>
</trans-unit>
<trans-unit id="sql.migration.cutover.error">
<source xml:lang="en">An error occurred while initiating cutover.</source>
@@ -345,6 +348,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.private.endpoint.info.text">
<source xml:lang="en">Ensure that the Azure Storage account does not use a private endpoint.</source>
</trans-unit>
<trans-unit id="sql.migration.database.status.column">
<source xml:lang="en">Status</source>
</trans-unit>
<trans-unit id="sql.migration.database.to.be.migrated">
<source xml:lang="en">Database to be migrated</source>
</trans-unit>
@@ -388,7 +394,7 @@ This may take some time.</source>
<source xml:lang="en">Error</source>
</trans-unit>
<trans-unit id="sql.migration.failed">
<source xml:lang="en">Migrations failed</source>
<source xml:lang="en">Database migrations failed</source>
</trans-unit>
<trans-unit id="sql.migration.feedback.issue.title">
<source xml:lang="en">Feedback on the migration experience</source>
@@ -565,14 +571,11 @@ This may take some time.</source>
<source xml:lang="en">The managed instance '{0}' is unavailable for migration because it is currently in the '{1}' state. To continue, select an available managed instance.</source>
</trans-unit>
<trans-unit id="sql.migration.migration.completed">
<source xml:lang="en">Migrations completed</source>
<source xml:lang="en">Database migrations completed</source>
</trans-unit>
<trans-unit id="sql.migration.migration.in.progress">
<source xml:lang="en">Database migrations in progress</source>
</trans-unit>
<trans-unit id="sql.migration.migration.not.started">
<source xml:lang="en">Migrations not started</source>
</trans-unit>
<trans-unit id="sql.migration.migration.status">
<source xml:lang="en">Migration status</source>
</trans-unit>
@@ -753,6 +756,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.refresh.key2">
<source xml:lang="en">Refresh key 2</source>
</trans-unit>
<trans-unit id="sql.migration.refresh.migrations.error">
<source xml:lang="en">An error occurred while refreshing the migrations list: '{0}'. Please check your linked Azure connection and click refresh to try again.</source>
</trans-unit>
<trans-unit id="sql.migration.resource.group.description">
<source xml:lang="en">A resource group is a container that holds related resources for an Azure solution.</source>
</trans-unit>
@@ -816,6 +822,63 @@ This may take some time.</source>
<trans-unit id="sql.migration.select.prompt">
<source xml:lang="en">Click on SQL Server instance or any of the databases on the left to view its details.</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.apply.label">
<source xml:lang="en">Apply</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.delete.label">
<source xml:lang="en">Clear</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.description">
<source xml:lang="en">Azure Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.heading">
<source xml:lang="en">Filter the migration list by Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.prompt">
<source xml:lang="en">Select a Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.">
<source xml:lang="en">Sign into Azure and select an account</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.location">
<source xml:lang="en">Select a location</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.resource.group">
<source xml:lang="en">Select a resource group</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.service">
<source xml:lang="en">Select a Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.subscription">
<source xml:lang="en">Select a subscription</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.a.tenant">
<source xml:lang="en">Select a tenant</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.account.error">
<source xml:lang="en">An error occurred while loading available Azure accounts.</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.location.error">
<source xml:lang="en">An error occurred while loading locations. Please check your Azure connection and try again.</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.resource.group.error">
<source xml:lang="en">An error occurred while loading available resource groups. Please check your Azure connection and try again.</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.select.service.error">
<source xml:lang="en">An error occurred while loading available database migration services. Please check your Azure connection and try again.</source>
</trans-unit>
<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.tenant.error">
<source xml:lang="en">An error occurred while loading available Azure account tenants.</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.service.label">
<source xml:lang="en">Azure Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.service.title">
<source xml:lang="en">Select Database Migration Service</source>
</trans-unit>
<trans-unit id="sql.migration.select.target.to.continue">
<source xml:lang="en">To continue, select a target.</source>
</trans-unit>
@@ -864,6 +927,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.service.not.ready">
<source xml:lang="en">Azure Database Migration Service is not registered. Azure Database Migration Service '{0}' needs to be registered with self-hosted integration runtime on any node.</source>
</trans-unit>
<trans-unit id="sql.migration.service.prompt">
<source xml:lang="en">{0} (change)</source>
</trans-unit>
<trans-unit id="sql.migration.service.ready">
<source xml:lang="en">Azure Database Migration Service '{0}' is connected to self-hosted integration runtime running on the node - {1}</source>
</trans-unit>
@@ -1236,6 +1302,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.sql.assessment.notebook.title">
<source xml:lang="en">SQL migration assessment</source>
</trans-unit>
<trans-unit id="sql.migration.sql.database">
<source xml:lang="en">SQL Database</source>
</trans-unit>
<trans-unit id="sql.migration.sql.managed.instance">
<source xml:lang="en">SQL Managed Instance</source>
</trans-unit>
@@ -1308,6 +1377,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.status.refresh.label">
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="sql.migration.status.select.service.MESSAGE">
<source xml:lang="en">Select a Database Migration Service to monitor migrations.</source>
</trans-unit>
<trans-unit id="sql.migration.status.succeeded">
<source xml:lang="en">Succeeded</source>
</trans-unit>
@@ -1378,7 +1450,7 @@ This may take some time.</source>
<source xml:lang="en">Username</source>
</trans-unit>
<trans-unit id="sql.migration.view.all">
<source xml:lang="en">View all</source>
<source xml:lang="en">All database migrations</source>
</trans-unit>
<trans-unit id="sql.migration.view.select.button.label">
<source xml:lang="en">View/Select</source>
@@ -1532,6 +1604,9 @@ This may take some time.</source>
<trans-unit id="new-support-request-command">
<source xml:lang="en">New support request</source>
</trans-unit>
<trans-unit id="refresh-migrations-command">
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="retry-migration-menu">
<source xml:lang="en">Retry migration</source>
</trans-unit>

View File

@@ -623,6 +623,9 @@
<trans-unit id="errorStartBeforeReady">
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
</trans-unit>
<trans-unit id="notebookMultipleRequestsError">
<source xml:lang="en">Cannot execute code cell. Another cell is currently being executed.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/browser/actions" source-language="en" datatype="plaintext"><body>
<trans-unit id="clearSavedAccounts">
@@ -2287,19 +2290,79 @@
<source xml:lang="en">Select All</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlan" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlan.SaveFileDescription">
<source xml:lang="en">Execution Plan Files</source>
<file original="src/sql/workbench/contrib/executionPlan/browser/azdataGraphView" source-language="en" datatype="plaintext"><body>
<trans-unit id="invalidExecutionPlanZoomError">
<source xml:lang="en">Zoom level cannot be 0 or negative</source>
</trans-unit>
<trans-unit id="executionPlanCustomZoom">
<source xml:lang="en">Custom Zoom</source>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanEditor" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanEditor">
<source xml:lang="en">Query Execution Plan Editor</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanFileView" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanFileLoadingComplete">
<source xml:lang="en">Execution plans are generated</source>
</trans-unit>
<trans-unit id="executionPlanFileLoadingFailed">
<source xml:lang="en">Failed to load execution plan</source>
</trans-unit>
<trans-unit id="loadingExecutionPlanFile">
<source xml:lang="en">Generating execution plans</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
<source xml:lang="en">Edge</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameNameColumnHeader">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnHeader">
<source xml:lang="en">Value</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanPropertyViewClose">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewSortAlphabetically">
<source xml:lang="en">Alphabetical</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewSortByDisplayOrder">
<source xml:lang="en">Categorized</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewSortReverseAlphabetically">
<source xml:lang="en">Reverse Alphabetical</source>
</trans-unit>
<trans-unit id="nodePropertyViewTitle">
<source xml:lang="en">Properties</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanTitle">
<source xml:lang="en">Query Plan (Preview)</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanView" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlan.SaveFileDescription">
<source xml:lang="en">Execution Plan Files</source>
</trans-unit>
<trans-unit id="executionPlanContextMenuDisableTooltip">
<source xml:lang="en">Disable Tooltips</source>
</trans-unit>
<trans-unit id="executionPlanContextMenuEnableTooltip">
<source xml:lang="en">Enable Tooltips</source>
</trans-unit>
<trans-unit id="executionPlanCustomZoom">
<source xml:lang="en">Custom Zoom</source>
</trans-unit>
<trans-unit id="executionPlanDisableTooltip">
<source xml:lang="en">Tooltips disabled</source>
</trans-unit>
<trans-unit id="executionPlanEnableTooltip">
<source xml:lang="en">Tooltips enabled</source>
</trans-unit>
<trans-unit id="executionPlanFitGraphLabel">
<source xml:lang="en">Zoom to fit</source>
</trans-unit>
@@ -2315,51 +2378,17 @@
<trans-unit id="executionPlanSearchNodeAction">
<source xml:lang="en">Find Node</source>
</trans-unit>
<trans-unit id="executionPlanTitle">
<source xml:lang="en">Query Plan (Preview)</source>
</trans-unit>
<trans-unit id="executionPlanZoomInActionLabel">
<source xml:lang="en">Zoom In</source>
</trans-unit>
<trans-unit id="executionPlanZoomOutActionLabel">
<source xml:lang="en">Zoom Out</source>
</trans-unit>
<trans-unit id="loadingExecutionPlanFile">
<source xml:lang="en">Generating execution plans</source>
</trans-unit>
<trans-unit id="openQueryAction">
<source xml:lang="en">Open Query</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanEditor" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanEditor">
<source xml:lang="en">Query Execution Plan Editor</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesView" source-language="en" datatype="plaintext"><body>
<trans-unit id="executionPlanPropertiesEdgeOperationName">
<source xml:lang="en">Edge</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewClose">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewSortAlphabetically">
<source xml:lang="en">Alphabetical</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewSortByDisplayOrder">
<source xml:lang="en">Categorized</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameNameColumnHeader">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="nodePropertyViewNameValueColumnHeader">
<source xml:lang="en">Value</source>
</trans-unit>
<trans-unit id="nodePropertyViewTitle">
<source xml:lang="en">Properties</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/planHeader" source-language="en" datatype="plaintext"><body>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanViewHeader" source-language="en" datatype="plaintext"><body>
<trans-unit id="planHeaderIndexAndCost">
<source xml:lang="en">Query {0}: Query cost (relative to the script): {1}%</source>
<note>{0} is the index of the graph in the execution plan tab