Added localization for connection option group names (#16884)

* added azuremonitor, need to work on cms

* finished CMS, need to do Kusto and MSSQL

* Added kusto, need to finish mssql

* added some strings need to finish mssql

* finished MSSQL
This commit is contained in:
Alex Ma
2021-08-30 19:18:42 -07:00
committed by GitHub
parent 529e4fe0de
commit 33273fe2f8
8 changed files with 105 additions and 82 deletions

View File

@@ -44,5 +44,10 @@
"kusto.connectionOptions.workstationId.displayName": "Workstation Id",
"kusto.connectionOptions.workstationId.description": "The name of the workstation connecting to Kusto Server",
"kusto.connectionOptions.failoverPartner.displayName": "Failover partner",
"kusto.connectionOptions.failoverPartner.description": "The name or network address of the instance of Kusto Server that acts as a failover partner"
"kusto.connectionOptions.failoverPartner.description": "The name or network address of the instance of Kusto Server that acts as a failover partner",
"kusto.connectionOptions.groupName.source": "Source",
"kusto.connectionOptions.groupName.security": "Security",
"kusto.connectionOptions.groupName.initialization": "Initialization",
"kusto.connectionOptions.groupName.connectionResiliency": "Connection Resiliency",
"kusto.connectionOptions.groupName.context": "Context"
}