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

@@ -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"
}