Skip to content

Commit

Permalink
[Loc] update to XLFS for 3-13-2023 (#22318)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartguest authored Mar 14, 2023
1 parent efc5938 commit ef99e67
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 13 deletions.
11 changes: 0 additions & 11 deletions resources/xlf/en/datavirtualization.xlf
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
6 changes: 6 additions & 0 deletions resources/xlf/en/mssql.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down
15 changes: 15 additions & 0 deletions resources/xlf/en/sql-migration.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
9 changes: 7 additions & 2 deletions resources/xlf/en/sql.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit ef99e67

Please sign in to comment.