[Loc] Update for English XLFs 8-10-2021 (#16705)

This commit is contained in:
Alex Ma
2021-08-10 23:03:02 -07:00
committed by GitHub
parent 0a9ddf6a5c
commit 998c838d8f
4 changed files with 11 additions and 5 deletions

View File

@@ -610,9 +610,6 @@
<trans-unit id="arc.miaaAdmin">
<source xml:lang="en">Managed instance admin</source>
</trans-unit>
<trans-unit id="arc.controllerEndpoint">
<source xml:lang="en">Controller endpoint</source>
</trans-unit>
<trans-unit id="arc.extensionName">
<source xml:lang="en">Extension name</source>
</trans-unit>

View File

@@ -494,10 +494,10 @@
<source xml:lang="en">Schema compare could not start because build failed</source>
</trans-unit>
<trans-unit id="updateProjectForRoundTrip">
<source xml:lang="en">To build this project, Azure Data Studio needs to update targets, references, and system database references. If the project is created in SSDT, it will continue to work in both tools. Do you want Azure Data Studio to update the project?</source>
<source xml:lang="en">The targets, references, and system database references need to be updated to build this project. If the project is created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="updateProjectDatabaseReferencesForRoundTrip">
<source xml:lang="en">To build this project, Azure Data Studio needs to update system database references. If the project is created in SSDT, it will continue to work in both tools. Do you want Azure Data Studio to update the project?</source>
<source xml:lang="en">The system database references need to be updated to build this project. If the project is created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="databaseReferenceTypeRequired">
<source xml:lang="en">Database reference type is required for adding a reference to a database</source>

View File

@@ -722,6 +722,12 @@ This may take some time.</source>
<trans-unit id="sql.migration.no">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="sql.migration.empty.table.text">
<source xml:lang="en">No backup files to show</source>
</trans-unit>
<trans-unit id="sql.migration.empty.table.subtext">
<source xml:lang="en">If results were expected, reconfirm the connection to the SQL Server Instance.</source>
</trans-unit>
<trans-unit id="sql.migration.completing.cutover.warning">
<source xml:lang="en">Completing cutover without restoring all the backup(s) may result in a data loss.</source>
</trans-unit>

View File

@@ -1776,6 +1776,9 @@
<trans-unit id="dashboard.explorer.actions">
<source xml:lang="en">Show Actions</source>
</trans-unit>
<trans-unit id="dashboard.explorer.actionsColumn">
<source xml:lang="en">Actions</source>
</trans-unit>
<trans-unit id="explorerSearchNoMatchResultMessage">
<source xml:lang="en">No matching item found</source>
</trans-unit>