[Loc] Update for sql-database-projects, sql-migration, and sql (#16583)

This commit is contained in:
Alex Ma
2021-08-05 13:58:53 -07:00
committed by GitHub
parent 9f761c44c4
commit 3b0cf9db50
3 changed files with 43 additions and 1 deletions

View File

@@ -97,6 +97,9 @@
[Open Project](command:sqlDatabaseProjects.open)
[Create Project From Database](command:sqlDatabaseProjects.importDatabase)</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.addSqlBinding">
<source xml:lang="en">Add SQL Binding</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="emptyProjectTypeDisplayName">
@@ -655,6 +658,33 @@
<trans-unit id="postDeployScriptFriendlyName">
<source xml:lang="en">Script.PostDeployment</source>
</trans-unit>
<trans-unit id="input">
<source xml:lang="en">Input</source>
</trans-unit>
<trans-unit id="output">
<source xml:lang="en">Output</source>
</trans-unit>
<trans-unit id="selectBindingType">
<source xml:lang="en">Select type of binding</source>
</trans-unit>
<trans-unit id="selectAzureFunction">
<source xml:lang="en">Select an Azure function in the current file to add SQL binding to</source>
</trans-unit>
<trans-unit id="sqlObjectToQuery">
<source xml:lang="en">SQL object to query</source>
</trans-unit>
<trans-unit id="sqlTableToUpsert">
<source xml:lang="en">SQL table to upsert into</source>
</trans-unit>
<trans-unit id="connectionStringSetting">
<source xml:lang="en">Connection string setting name</source>
</trans-unit>
<trans-unit id="connectionStringSettingPlaceholder">
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
</trans-unit>
<trans-unit id="noAzureFunctionsInFile">
<source xml:lang="en">No Azure functions in the current active file</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/tools/netcoreTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="sqlDatabaseProjects.NetCoreInstallationConfirmation">

View File

@@ -41,7 +41,7 @@
<source xml:lang="en">Azure SQL Target details</source>
</trans-unit>
<trans-unit id="view-service-menu">
<source xml:lang="en">Dataase Migration Service details</source>
<source xml:lang="en">Database Migration Service details</source>
</trans-unit>
<trans-unit id="copy-migration-menu">
<source xml:lang="en">Copy migration details</source>
@@ -507,6 +507,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.service.not.setup">
<source xml:lang="en">Please add a Migration Service to proceed.</source>
</trans-unit>
<trans-unit id="sql.migration.service.status.refresh.error">
<source xml:lang="en">An error occurred while refreshing the migration service creation status.</source>
</trans-unit>
<trans-unit id="sql.migration.managed.instance">
<source xml:lang="en">Azure SQL managed instance</source>
</trans-unit>
@@ -834,6 +837,12 @@ This may take some time.</source>
<trans-unit id="sql.migration.active.backup.files">
<source xml:lang="en">Active Backup files</source>
</trans-unit>
<trans-unit id="sql.migration.cutover.status.refresh.error">
<source xml:lang="en">An error occurred while refreshing the migration status.</source>
</trans-unit>
<trans-unit id="sql.migration.cancel.error">
<source xml:lang="en">An error occurred while canceling the migration.</source>
</trans-unit>
<trans-unit id="sql.migration.status">
<source xml:lang="en">Status</source>
</trans-unit>

View File

@@ -2896,6 +2896,9 @@ Error: {1}</source>
<trans-unit id="notebook.useAbsoluteFilePaths">
<source xml:lang="en">Use absolute file paths when linking to other notebooks.</source>
</trans-unit>
<trans-unit id="notebook.enableIncrementalGridRendering">
<source xml:lang="en">Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.</source>
</trans-unit>
<trans-unit id="searchConfigurationTitle">
<source xml:lang="en">Search Notebooks</source>
</trans-unit>