mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Small update to XLFs and small change to extension.webpack (#16232)
This commit is contained in:
@@ -145,6 +145,9 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
|
||||
<trans-unit id="dataworkspace.nameCannotBeEmpty">
|
||||
<source xml:lang="en">Name cannot be empty</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.targetPlatform">
|
||||
<source xml:lang="en">Target Platform</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.openExistingDialogTitle">
|
||||
<source xml:lang="en">Open Existing Project</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -598,6 +598,12 @@
|
||||
<trans-unit id="unableToFindReference">
|
||||
<source xml:lang="en">Unable to find database reference {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidGuid">
|
||||
<source xml:lang="en">Specified GUID is invalid: {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidTargetPlatform">
|
||||
<source xml:lang="en">Invalid target platform: {0}. Supported target platforms: {1}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="deleteAction">
|
||||
<source xml:lang="en">Delete</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -396,14 +396,23 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.key2.label">
|
||||
<source xml:lang="en">Key 2</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.key.copied">
|
||||
<source xml:lang="en">Key copied</source>
|
||||
<trans-unit id="sql.migration.key1.copied">
|
||||
<source xml:lang="en">Key 1 copied</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.refresh.keys">
|
||||
<source xml:lang="en">Refresh keys</source>
|
||||
<trans-unit id="sql.migration.key2.copied">
|
||||
<source xml:lang="en">Key 2 copied</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.copy.key">
|
||||
<source xml:lang="en">Copy key</source>
|
||||
<trans-unit id="sql.migration.refresh.key1">
|
||||
<source xml:lang="en">Refresh key 1</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.refresh.key2">
|
||||
<source xml:lang="en">Refresh key 2</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.copy.key1">
|
||||
<source xml:lang="en">Copy key 1</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.copy.key2">
|
||||
<source xml:lang="en">Copy key 2</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.authkeys.header">
|
||||
<source xml:lang="en">Authentication key</source>
|
||||
@@ -484,7 +493,7 @@ This may take some time.</source>
|
||||
<source xml:lang="en">Subscription</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.storage.account">
|
||||
<source xml:lang="en">Storage Account</source>
|
||||
<source xml:lang="en">Storage account</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.resourceGroups">
|
||||
<source xml:lang="en">Resource group</source>
|
||||
|
||||
Reference in New Issue
Block a user