mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -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:
@@ -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