[Loc] update to arc, azurecore, and sql-bindings. (#19456)

This commit is contained in:
Alex Ma
2022-05-19 19:36:43 -07:00
committed by GitHub
parent 6188c218ee
commit dde8e169ac
3 changed files with 17 additions and 3 deletions

View File

@@ -292,6 +292,9 @@
<trans-unit id="arc.errorConnectingToController"> <trans-unit id="arc.errorConnectingToController">
<source xml:lang="en">Error connecting to controller. {0}</source> <source xml:lang="en">Error connecting to controller. {0}</source>
</trans-unit> </trans-unit>
<trans-unit id="arc.errorGettingConnectionMode">
<source xml:lang="en">Error getting data controller connection mode.</source>
</trans-unit>
<trans-unit id="arc.errorListingLogAnalyticsWorkspaces"> <trans-unit id="arc.errorListingLogAnalyticsWorkspaces">
<source xml:lang="en">Error listing Log Analytics workspaces {0}</source> <source xml:lang="en">Error listing Log Analytics workspaces {0}</source>
</trans-unit> </trans-unit>

View File

@@ -152,6 +152,11 @@
<trans-unit id="azure.resource.providers.AzureMonitorContainerLabel"> <trans-unit id="azure.resource.providers.AzureMonitorContainerLabel">
<source xml:lang="en">Log Analytics workspace</source> <source xml:lang="en">Log Analytics workspace</source>
</trans-unit> </trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/providers/cosmosdb/mongo/cosmosDbMongoTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.databaseServer.treeDataProvider.cosmosDbMongoContainerLabel">
<source xml:lang="en">CosmosDB for Mongo</source>
</trans-unit>
</body></file> </body></file>
<file original="extensions/azurecore/dist/azureResource/providers/database/databaseTreeDataProvider" source-language="en" datatype="plaintext"><body> <file original="extensions/azurecore/dist/azureResource/providers/database/databaseTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.database.treeDataProvider.databaseContainerLabel"> <trans-unit id="azure.resource.providers.database.treeDataProvider.databaseContainerLabel">

View File

@@ -52,11 +52,14 @@
<trans-unit id="enterConnectionStringSettingName"> <trans-unit id="enterConnectionStringSettingName">
<source xml:lang="en">Enter connection string setting name</source> <source xml:lang="en">Enter connection string setting name</source>
</trans-unit> </trans-unit>
<trans-unit id="enterPasswordManually"> <trans-unit id="enterObjectName">
<source xml:lang="en">Enter password or press escape to cancel</source> <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>
<trans-unit id="enterPasswordPrompt"> <trans-unit id="enterPasswordPrompt">
<source xml:lang="en">Enter the password to be used for the connection string</source> <source xml:lang="en">(Optional) Enter connection password to save in local.settings.json</source>
</trans-unit> </trans-unit>
<trans-unit id="errorNewAzureFunction"> <trans-unit id="errorNewAzureFunction">
<source xml:lang="en">Error creating new Azure Function: {0}</source> <source xml:lang="en">Error creating new Azure Function: {0}</source>
@@ -148,6 +151,9 @@
<trans-unit id="selectSetting"> <trans-unit id="selectSetting">
<source xml:lang="en">Select SQL connection string setting from local.settings.json</source> <source xml:lang="en">Select SQL connection string setting from local.settings.json</source>
</trans-unit> </trans-unit>
<trans-unit id="selectTable">
<source xml:lang="en">Select table to use</source>
</trans-unit>
<trans-unit id="sqlTableOrViewToQuery"> <trans-unit id="sqlTableOrViewToQuery">
<source xml:lang="en">SQL table or view to query</source> <source xml:lang="en">SQL table or view to query</source>
</trans-unit> </trans-unit>