[Loc] update to data-workspace xlf and sql xlf (#18726)

This commit is contained in:
Alex Ma
2022-03-14 13:00:53 -07:00
committed by GitHub
parent 206188f3ab
commit a86301312c
2 changed files with 9 additions and 0 deletions

View File

@@ -52,6 +52,9 @@
<trans-unit id="dataworkspace.gitRepoUrlTitle">
<source xml:lang="en">Git repository URL</source>
</trans-unit>
<trans-unit id="dataworkspace.learnMore">
<source xml:lang="en">Learn More</source>
</trans-unit>
<trans-unit id="dataworkspace.localClonePathPlaceholder">
<source xml:lang="en">Select location to clone repository locally</source>
</trans-unit>
@@ -112,6 +115,9 @@
<trans-unit id="dataworkspace.restartConfirmation">
<source xml:lang="en">Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?</source>
</trans-unit>
<trans-unit id="dataworkspace.sdkStyleProject">
<source xml:lang="en">SDK-style project (Preview)</source>
</trans-unit>
<trans-unit id="dataworkspace.select">
<source xml:lang="en">Select</source>
</trans-unit>

View File

@@ -4750,6 +4750,9 @@ Error: {1}</source>
<trans-unit id="accountDialog.didNotPickAuthProvider">
<source xml:lang="en">You didn't select any authentication provider. Please try again.</source>
</trans-unit>
<trans-unit id="accountDialog.loadingProviderLabel">
<source xml:lang="en">Loading accounts...</source>
</trans-unit>
<trans-unit id="accountDialog.noAccountLabel">
<source xml:lang="en">There is no linked account. Please add an account.</source>
</trans-unit>