mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user