mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 11:38:36 -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:
@@ -242,7 +242,7 @@
|
||||
"name": "connectionName",
|
||||
"displayName": "%kusto.connectionOptions.connectionName.displayName%",
|
||||
"description": "%kusto.connectionOptions.connectionName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%kusto.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -256,7 +256,7 @@
|
||||
"name": "server",
|
||||
"displayName": "%kusto.connectionOptions.serverName.displayName%",
|
||||
"description": "%kusto.connectionOptions.serverName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%kusto.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -270,7 +270,7 @@
|
||||
"name": "database",
|
||||
"displayName": "%kusto.connectionOptions.databaseName.displayName%",
|
||||
"description": "%kusto.connectionOptions.databaseName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%kusto.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -284,7 +284,7 @@
|
||||
"name": "authenticationType",
|
||||
"displayName": "%kusto.connectionOptions.authType.displayName%",
|
||||
"description": "%kusto.connectionOptions.authType.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%kusto.connectionOptions.groupName.security%",
|
||||
"valueType": "category",
|
||||
"defaultValue": "AzureMFA",
|
||||
"objectType": null,
|
||||
@@ -311,7 +311,7 @@
|
||||
"name": "user",
|
||||
"displayName": "%kusto.connectionOptions.userName.displayName%",
|
||||
"description": "%kusto.connectionOptions.userName.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%kusto.connectionOptions.groupName.security%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -325,7 +325,7 @@
|
||||
"name": "password",
|
||||
"displayName": "%kusto.connectionOptions.password.displayName%",
|
||||
"description": "%kusto.connectionOptions.password.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%kusto.connectionOptions.groupName.security%",
|
||||
"valueType": "password",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -339,7 +339,7 @@
|
||||
"name": "connectTimeout",
|
||||
"displayName": "%kusto.connectionOptions.connectTimeout.displayName%",
|
||||
"description": "%kusto.connectionOptions.connectTimeout.description%",
|
||||
"groupName": "Initialization",
|
||||
"groupName": "%kusto.connectionOptions.groupName.initialization%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "30",
|
||||
"objectType": null,
|
||||
@@ -353,7 +353,7 @@
|
||||
"name": "connectRetryCount",
|
||||
"displayName": "%kusto.connectionOptions.connectRetryCount.displayName%",
|
||||
"description": "%kusto.connectionOptions.connectRetryCount.description%",
|
||||
"groupName": "Connection Resiliency",
|
||||
"groupName": "%kusto.connectionOptions.groupName.connectionResiliency%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "1",
|
||||
"objectType": null,
|
||||
@@ -367,7 +367,7 @@
|
||||
"name": "connectRetryInterval",
|
||||
"displayName": "%kusto.connectionOptions.connectRetryInterval.displayName%",
|
||||
"description": "%kusto.connectionOptions.connectRetryInterval.description%",
|
||||
"groupName": "Connection Resiliency",
|
||||
"groupName": "%kusto.connectionOptions.groupName.connectionResiliency%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "10",
|
||||
"objectType": null,
|
||||
@@ -381,7 +381,7 @@
|
||||
"name": "applicationName",
|
||||
"displayName": "%kusto.connectionOptions.applicationName.displayName%",
|
||||
"description": "%kusto.connectionOptions.applicationName.description%",
|
||||
"groupName": "Context",
|
||||
"groupName": "%kusto.connectionOptions.groupName.context%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -395,7 +395,7 @@
|
||||
"name": "workstationId",
|
||||
"displayName": "%kusto.connectionOptions.workstationId.displayName%",
|
||||
"description": "%kusto.connectionOptions.workstationId.description%",
|
||||
"groupName": "Context",
|
||||
"groupName": "%kusto.connectionOptions.groupName.context%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -409,7 +409,7 @@
|
||||
"name": "failoverPartner",
|
||||
"displayName": "%kusto.connectionOptions.failoverPartner.displayName%",
|
||||
"description": "%kusto.connectionOptions.failoverPartner.description%",
|
||||
"groupName": " Source",
|
||||
"groupName": "%kusto.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
|
||||
Reference in New Issue
Block a user