mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
[Loc] sql-bindings xlf update (#19932)
This commit is contained in:
@@ -52,15 +52,18 @@
|
||||
<trans-unit id="enterConnectionStringSettingName">
|
||||
<source xml:lang="en">Enter connection string setting name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterObjectName">
|
||||
<source xml:lang="en">Enter SQL table or view to query</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterObjectNameToUpsert">
|
||||
<source xml:lang="en">Enter SQL table to upsert into</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterPasswordPrompt">
|
||||
<source xml:lang="en">(Optional) Enter connection password to save in local.settings.json</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterTableName">
|
||||
<source xml:lang="en">Enter SQL table to query</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterTableNameToUpsert">
|
||||
<source xml:lang="en">Enter SQL table to upsert into</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterViewName">
|
||||
<source xml:lang="en">Enter SQL view to query</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorNewAzureFunction">
|
||||
<source xml:lang="en">Error creating new Azure Function: {0}</source>
|
||||
</trans-unit>
|
||||
@@ -151,15 +154,24 @@
|
||||
<trans-unit id="selectSetting">
|
||||
<source xml:lang="en">Select SQL connection string setting from local.settings.json</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectSqlTableOrViewPrompt">
|
||||
<source xml:lang="en">Select object type to insert or upsert into</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectTable">
|
||||
<source xml:lang="en">Select table to use</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlTableOrViewToQuery">
|
||||
<source xml:lang="en">SQL table or view to query</source>
|
||||
<trans-unit id="selectView">
|
||||
<source xml:lang="en">Select view to use</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlObjectToQuery">
|
||||
<source xml:lang="en">SQL object to query</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlTableToUpsert">
|
||||
<source xml:lang="en">SQL table to upsert into</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="table">
|
||||
<source xml:lang="en">Table</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableListProgressTitle">
|
||||
<source xml:lang="en">Fetching tables for selected database...</source>
|
||||
</trans-unit>
|
||||
@@ -181,6 +193,12 @@
|
||||
<trans-unit id="valueMustNotBeEmpty">
|
||||
<source xml:lang="en">Value must not be empty</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="view">
|
||||
<source xml:lang="en">View</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewListProgressTitle">
|
||||
<source xml:lang="en">Fetching views for selected database...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="yesString">
|
||||
<source xml:lang="en">Yes</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user