[Loc] update to XLFS for 3-13-2023 (#22318)

This commit is contained in:
Alex Ma
2023-03-13 17:18:30 -07:00
committed by GitHub
parent efc5938141
commit ef99e67cfe
4 changed files with 28 additions and 13 deletions

View File

@@ -1,16 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/datavirtualization/dist/command" source-language="en" datatype="plaintext"><body>
<trans-unit id="cancel">
<source xml:lang="en">Cancel operation?</source>
</trans-unit>
<trans-unit id="cancelTooltip">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="progress">
<source xml:lang="en">$(sync~spin) {0}...</source>
</trans-unit>
</body></file>
<file original="extensions/datavirtualization/dist/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="externalTable.databaseNameTitle">
<source xml:lang="en">Database Name</source>

View File

@@ -159,6 +159,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<trans-unit id="objectManagement.login.windowsAuthenticationType">
<source xml:lang="en">Windows Authentication</source>
</trans-unit>
<trans-unit id="objectManagement.loginNotSelectedError">
<source xml:lang="en">Login is not selected.</source>
</trans-unit>
<trans-unit id="objectManagement.nameCannotBeEmptyError">
<source xml:lang="en">Name cannot be empty.</source>
</trans-unit>
@@ -169,6 +172,9 @@ Note: A self-signed certificate offers only limited protection and is not a reco
<source xml:lang="en">{0} - New (Preview)</source>
<note>{0} object type.</note>
</trans-unit>
<trans-unit id="objectManagement.noConnectionUriError">
<source xml:lang="en">Failed to retrieve the connection information, please reconnect and try again.</source>
</trans-unit>
<trans-unit id="objectManagement.objectPropertiesDialogTitle">
<source xml:lang="en">{0} - {1} (Preview)</source>
<note>{0} object type, {1}: object name.</note>

View File

@@ -25,6 +25,9 @@
<trans-unit id="sql.cancel.migration.confirmation">
<source xml:lang="en">Are you sure you want to cancel this migration?</source>
</trans-unit>
<trans-unit id="sql.delete.migration.confirmation">
<source xml:lang="en">Are you sure you want to delete this migration?</source>
</trans-unit>
<trans-unit id="sql.login.migration.aad.domain.name.input.box.label">
<source xml:lang="en">Azure Active Directory Domain Name (only required to migrate Windows Authenication Logins)</source>
</trans-unit>
@@ -343,6 +346,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.cannot.cutover">
<source xml:lang="en">Migration is not in progress and cannot be cutover.</source>
</trans-unit>
<trans-unit id="sql.migration.cannot.delete">
<source xml:lang="en">Migration is currently in progress and cannot be deleted.</source>
</trans-unit>
<trans-unit id="sql.migration.cannot.retry">
<source xml:lang="en">Migration cannot be retried.</source>
</trans-unit>
@@ -655,6 +661,12 @@ This may take some time.</source>
<trans-unit id="sql.migration.default.database">
<source xml:lang="en">Default database</source>
</trans-unit>
<trans-unit id="sql.migration.delete.error">
<source xml:lang="en">An error occurred while deleting the migration.</source>
</trans-unit>
<trans-unit id="sql.migration.delete.migration">
<source xml:lang="en">Delete migration</source>
</trans-unit>
<trans-unit id="sql.migration.description">
<source xml:lang="en">Description</source>
</trans-unit>
@@ -2547,6 +2559,9 @@ This may take some time.</source>
<trans-unit id="database-details-menu">
<source xml:lang="en">Database details</source>
</trans-unit>
<trans-unit id="delete-migration-menu">
<source xml:lang="en">Delete migration</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Azure SQL migration description</source>
</trans-unit>

View File

@@ -2477,6 +2477,11 @@ Default Skipped Commands:
<trans-unit id="revertRow">
<source xml:lang="en">Revert Current Row</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/editData/browser/editDataGridPanel" source-language="en" datatype="plaintext"><body>
<trans-unit id="editData.cellWithNullCharMessage">
<source xml:lang="en">This cell contains the Unicode null character which is currently not supported for editing.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/editData/browser/gridActions" source-language="en" datatype="plaintext"><body>
<trans-unit id="copySelection">
@@ -4130,7 +4135,7 @@ Error: {1}</source>
</body></file>
<file original="src/sql/workbench/contrib/notebook/browser/outputs/gridOutput.component" source-language="en" datatype="plaintext"><body>
<trans-unit id="copyFailed">
<source xml:lang="en">Copy failed with error: {0}</source>
<source xml:lang="en">Copy failed with error {0}</source>
</trans-unit>
<trans-unit id="notebook.showChart">
<source xml:lang="en">Show chart</source>
@@ -6316,7 +6321,7 @@ Error Message: 1</source>
</body></file>
<file original="src/sql/workbench/services/query/common/queryRunner" source-language="en" datatype="plaintext"><body>
<trans-unit id="copyFailed">
<source xml:lang="en">Copy failed with error: {0}</source>
<source xml:lang="en">Copy failed with error {0}</source>
</trans-unit>
<trans-unit id="elapsedBatchTime">
<source xml:lang="en">Batch execution time: {0}</source>