mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -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:
@@ -43,7 +43,7 @@
|
||||
"name": "connectionName",
|
||||
"displayName": "%cms.connectionOptions.connectionName.displayName%",
|
||||
"description": "%cms.connectionOptions.connectionName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -57,7 +57,7 @@
|
||||
"name": "server",
|
||||
"displayName": "%cms.connectionOptions.serverName.displayName%",
|
||||
"description": "%cms.connectionOptions.serverName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -71,7 +71,7 @@
|
||||
"name": "serverDescription",
|
||||
"displayName": "%cms.connectionOptions.serverDescription.displayName%",
|
||||
"description": "%cms.connectionOptions.serverDescription.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -85,7 +85,7 @@
|
||||
"name": "authenticationType",
|
||||
"displayName": "%cms.connectionOptions.authType.displayName%",
|
||||
"description": "%cms.connectionOptions.authType.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "category",
|
||||
"defaultValue": "SqlLogin",
|
||||
"defaultValueOsOverrides": [
|
||||
@@ -114,7 +114,7 @@
|
||||
"name": "user",
|
||||
"displayName": "%cms.connectionOptions.userName.displayName%",
|
||||
"description": "%cms.connectionOptions.userName.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -128,7 +128,7 @@
|
||||
"name": "password",
|
||||
"displayName": "%cms.connectionOptions.password.displayName%",
|
||||
"description": "%cms.connectionOptions.password.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "password",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -142,7 +142,7 @@
|
||||
"name": "applicationIntent",
|
||||
"displayName": "%cms.connectionOptions.applicationIntent.displayName%",
|
||||
"description": "%cms.connectionOptions.applicationIntent.description%",
|
||||
"groupName": "Initialization",
|
||||
"groupName": "%cms.connectionOptions.groupName.initialization%",
|
||||
"valueType": "category",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -165,7 +165,7 @@
|
||||
"name": "asynchronousProcessing",
|
||||
"displayName": "%cms.connectionOptions.asynchronousProcessing.displayName%",
|
||||
"description": "%cms.connectionOptions.asynchronousProcessing.description%",
|
||||
"groupName": "Initialization",
|
||||
"groupName": "%cms.connectionOptions.groupName.initialization%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -179,7 +179,7 @@
|
||||
"name": "connectTimeout",
|
||||
"displayName": "%cms.connectionOptions.connectTimeout.displayName%",
|
||||
"description": "%cms.connectionOptions.connectTimeout.description%",
|
||||
"groupName": "Initialization",
|
||||
"groupName": "%cms.connectionOptions.groupName.initialization%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "15",
|
||||
"objectType": null,
|
||||
@@ -193,7 +193,7 @@
|
||||
"name": "currentLanguage",
|
||||
"displayName": "%cms.connectionOptions.currentLanguage.displayName%",
|
||||
"description": "%cms.connectionOptions.currentLanguage.description%",
|
||||
"groupName": "Initialization",
|
||||
"groupName": "%cms.connectionOptions.groupName.initialization%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -207,7 +207,7 @@
|
||||
"name": "columnEncryptionSetting",
|
||||
"displayName": "%cms.connectionOptions.columnEncryptionSetting.displayName%",
|
||||
"description": "%cms.connectionOptions.columnEncryptionSetting.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "category",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -230,7 +230,7 @@
|
||||
"name": "encrypt",
|
||||
"displayName": "%cms.connectionOptions.encrypt.displayName%",
|
||||
"description": "%cms.connectionOptions.encrypt.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -244,7 +244,7 @@
|
||||
"name": "persistSecurityInfo",
|
||||
"displayName": "%cms.connectionOptions.persistSecurityInfo.displayName%",
|
||||
"description": "%cms.connectionOptions.persistSecurityInfo.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -258,7 +258,7 @@
|
||||
"name": "trustServerCertificate",
|
||||
"displayName": "%cms.connectionOptions.trustServerCertificate.displayName%",
|
||||
"description": "%cms.connectionOptions.trustServerCertificate.description%",
|
||||
"groupName": "Security",
|
||||
"groupName": "%cms.connectionOptions.groupName.security%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -272,7 +272,7 @@
|
||||
"name": "attachedDBFileName",
|
||||
"displayName": "%cms.connectionOptions.attachedDBFileName.displayName%",
|
||||
"description": "%cms.connectionOptions.attachedDBFileName.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -286,7 +286,7 @@
|
||||
"name": "contextConnection",
|
||||
"displayName": "%cms.connectionOptions.contextConnection.displayName%",
|
||||
"description": "%cms.connectionOptions.contextConnection.description%",
|
||||
"groupName": "Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -314,7 +314,7 @@
|
||||
"name": "connectRetryCount",
|
||||
"displayName": "%cms.connectionOptions.connectRetryCount.displayName%",
|
||||
"description": "%cms.connectionOptions.connectRetryCount.description%",
|
||||
"groupName": "Connection Resiliency",
|
||||
"groupName": "%cms.connectionOptions.groupName.connectionResiliency%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "1",
|
||||
"objectType": null,
|
||||
@@ -328,7 +328,7 @@
|
||||
"name": "connectRetryInterval",
|
||||
"displayName": "%cms.connectionOptions.connectRetryInterval.displayName%",
|
||||
"description": "%cms.connectionOptions.connectRetryInterval.description%",
|
||||
"groupName": "Connection Resiliency",
|
||||
"groupName": "%cms.connectionOptions.groupName.connectionResiliency%",
|
||||
"valueType": "number",
|
||||
"defaultValue": "10",
|
||||
"objectType": null,
|
||||
@@ -342,7 +342,7 @@
|
||||
"name": "applicationName",
|
||||
"displayName": "%cms.connectionOptions.applicationName.displayName%",
|
||||
"description": "%cms.connectionOptions.applicationName.description%",
|
||||
"groupName": "Context",
|
||||
"groupName": "%cms.connectionOptions.groupName.context%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -356,7 +356,7 @@
|
||||
"name": "workstationId",
|
||||
"displayName": "%cms.connectionOptions.workstationId.displayName%",
|
||||
"description": "%cms.connectionOptions.workstationId.description%",
|
||||
"groupName": "Context",
|
||||
"groupName": "%cms.connectionOptions.groupName.context%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -370,7 +370,7 @@
|
||||
"name": "pooling",
|
||||
"displayName": "%cms.connectionOptions.pooling.displayName%",
|
||||
"description": "%cms.connectionOptions.pooling.description%",
|
||||
"groupName": "Pooling",
|
||||
"groupName": "%cms.connectionOptions.groupName.pooling%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -384,7 +384,7 @@
|
||||
"name": "maxPoolSize",
|
||||
"displayName": "%cms.connectionOptions.maxPoolSize.displayName%",
|
||||
"description": "%cms.connectionOptions.maxPoolSize.description%",
|
||||
"groupName": "Pooling",
|
||||
"groupName": "%cms.connectionOptions.groupName.pooling%",
|
||||
"valueType": "number",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -398,7 +398,7 @@
|
||||
"name": "minPoolSize",
|
||||
"displayName": "%cms.connectionOptions.minPoolSize.displayName%",
|
||||
"description": "%cms.connectionOptions.minPoolSize.description%",
|
||||
"groupName": "Pooling",
|
||||
"groupName": "%cms.connectionOptions.groupName.pooling%",
|
||||
"valueType": "number",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -412,7 +412,7 @@
|
||||
"name": "loadBalanceTimeout",
|
||||
"displayName": "%cms.connectionOptions.loadBalanceTimeout.displayName%",
|
||||
"description": "%cms.connectionOptions.loadBalanceTimeout.description%",
|
||||
"groupName": "Pooling",
|
||||
"groupName": "%cms.connectionOptions.groupName.pooling%",
|
||||
"valueType": "number",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -426,7 +426,7 @@
|
||||
"name": "replication",
|
||||
"displayName": "%cms.connectionOptions.replication.displayName%",
|
||||
"description": "%cms.connectionOptions.replication.description%",
|
||||
"groupName": "Replication",
|
||||
"groupName": "%cms.connectionOptions.groupName.replication%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -454,7 +454,7 @@
|
||||
"name": "failoverPartner",
|
||||
"displayName": "%cms.connectionOptions.failoverPartner.displayName%",
|
||||
"description": "%cms.connectionOptions.failoverPartner.description%",
|
||||
"groupName": " Source",
|
||||
"groupName": "%cms.connectionOptions.groupName.source%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -482,7 +482,7 @@
|
||||
"name": "multipleActiveResultSets",
|
||||
"displayName": "%cms.connectionOptions.multipleActiveResultSets.displayName%",
|
||||
"description": "%cms.connectionOptions.multipleActiveResultSets.description%",
|
||||
"groupName": "Advanced",
|
||||
"groupName": "%cms.connectionOptions.groupName.advanced%",
|
||||
"valueType": "boolean",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -496,7 +496,7 @@
|
||||
"name": "packetSize",
|
||||
"displayName": "%cms.connectionOptions.packetSize.displayName%",
|
||||
"description": "%cms.connectionOptions.packetSize.description%",
|
||||
"groupName": "Advanced",
|
||||
"groupName": "%cms.connectionOptions.groupName.advanced%",
|
||||
"valueType": "number",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
@@ -510,7 +510,7 @@
|
||||
"name": "typeSystemVersion",
|
||||
"displayName": "%cms.connectionOptions.typeSystemVersion.displayName%",
|
||||
"description": "%cms.connectionOptions.typeSystemVersion.description%",
|
||||
"groupName": "Advanced",
|
||||
"groupName": "%cms.connectionOptions.groupName.advanced%",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
|
||||
@@ -106,5 +106,13 @@
|
||||
"cms.connectionOptions.packetSize.displayName": "Packet size",
|
||||
"cms.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server",
|
||||
"cms.connectionOptions.typeSystemVersion.displayName": "Type system version",
|
||||
"cms.connectionOptions.typeSystemVersion.description": "Indicates which server type system then provider will expose through the DataReader"
|
||||
}
|
||||
"cms.connectionOptions.typeSystemVersion.description": "Indicates which server type system then provider will expose through the DataReader",
|
||||
"cms.connectionOptions.groupName.source": "Source",
|
||||
"cms.connectionOptions.groupName.security": "Security",
|
||||
"cms.connectionOptions.groupName.initialization": "Initialization",
|
||||
"cms.connectionOptions.groupName.connectionResiliency": "Connection Resiliency",
|
||||
"cms.connectionOptions.groupName.context": "Context",
|
||||
"cms.connectionOptions.groupName.pooling": "Pooling",
|
||||
"cms.connectionOptions.groupName.replication": "Replication",
|
||||
"cms.connectionOptions.groupName.advanced": "Advanced"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user