update for xlfs 8/1/2021 (#16514)

This commit is contained in:
Alex Ma
2021-08-01 11:05:21 -07:00
committed by GitHub
parent 83af84774a
commit 65cc61fdbd
3 changed files with 29 additions and 10 deletions

View File

@@ -722,11 +722,6 @@
<source xml:lang="en">moving kubectl into the install location in the PATH …</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/dist/ui/notebookWizard/notebookWizardPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="wizardPage.ValidationError">
<source xml:lang="en">There are some errors on this page, click 'Show Details' to view the errors.</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/dist/ui/deploymentInputDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="deploymentDialog.OpenNotebook">
<source xml:lang="en">Open Notebook</source>
@@ -1042,9 +1037,6 @@
<trans-unit id="deployCluster.AdminPasswordField">
<source xml:lang="en">Password</source>
</trans-unit>
<trans-unit id="deployCluster.ValidationError">
<source xml:lang="en">There are some errors on this page, click 'Show Details' to view the errors.</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/dist/ui/deployClusterWizard/pages/serviceSettingsPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="deployCluster.ServiceSettingsPageTitle">

View File

@@ -303,6 +303,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.no.blobContainers.found">
<source xml:lang="en">No blob containers found</source>
</trans-unit>
<trans-unit id="sql.migration.no.blobFiles.found">
<source xml:lang="en">No blob files found</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.subscription.error">
<source xml:lang="en">Please select a valid subscription to proceed.</source>
</trans-unit>
@@ -315,8 +318,17 @@ This may take some time.</source>
<trans-unit id="sql.migration.invalid.fileShare.error">
<source xml:lang="en">Please select a valid file share to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.blobContainer.error">
<source xml:lang="en">Please select a valid blob container to proceed.</source>
<trans-unit id="sql.migration.invalid.blob.resourceGroup.error">
<source xml:lang="en">Please select a valid resource group for source database '{0}' to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.storageAccount.error">
<source xml:lang="en">Please select a valid storage account for source database '{0}' to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.container.error">
<source xml:lang="en">Please select a valid blob container for source database '{0}' to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.blob.lastBackupFile.error">
<source xml:lang="en">Please select a valid last backup file for source database '{0}' to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.invalid.network.share.location">
<source xml:lang="en">Invalid network share location format. Example: {0}</source>
@@ -354,6 +366,15 @@ This may take some time.</source>
<trans-unit id="sql.migration.source.details.sqlAuth">
<source xml:lang="en">Enter the SQL Authentication credential used for connecting to SQL Server Instance {0}. This credential will be used to for connecting to SQL Server instance and identifying valid backup file(s)</source>
</trans-unit>
<trans-unit id="sql.migration.blob.resourceGroup.select">
<source xml:lang="en">Select a resource group value first.</source>
</trans-unit>
<trans-unit id="sql.migration.blob.storageAccount.select">
<source xml:lang="en">Select a storage account value first.</source>
</trans-unit>
<trans-unit id="sql.migration.blob.container.select">
<source xml:lang="en">Select a blob container value first.</source>
</trans-unit>
<trans-unit id="sql.migration.ir.page.title">
<source xml:lang="en">Azure Database Migration Service</source>
</trans-unit>
@@ -627,6 +648,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.blob.container.title">
<source xml:lang="en">Blob Container</source>
</trans-unit>
<trans-unit id="sql.migration.blob.container.last.backup.file.label">
<source xml:lang="en">Last Backup File</source>
</trans-unit>
<trans-unit id="sql.migration.blob.container.label">
<source xml:lang="en">Blob container resource group</source>
</trans-unit>

View File

@@ -2887,6 +2887,9 @@ Error: {1}</source>
<trans-unit id="notebook.maxRichTextUndoHistory">
<source xml:lang="en">The maximum number of changes stored in the undo history for the notebook Rich Text editor.</source>
</trans-unit>
<trans-unit id="notebook.useAbsoluteFilePaths">
<source xml:lang="en">Use absolute file paths when linking to other notebooks.</source>
</trans-unit>
<trans-unit id="searchConfigurationTitle">
<source xml:lang="en">Search Notebooks</source>
</trans-unit>