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

@@ -171,6 +171,14 @@
"mssql.connectionOptions.packetSize.description": "Size in bytes of the network packets used to communicate with an instance of SQL Server",
"mssql.connectionOptions.typeSystemVersion.displayName": "Type system version",
"mssql.connectionOptions.typeSystemVersion.description": "Indicates which server type system the provider will expose through the DataReader",
"mssql.connectionOptions.groupName.source": "Source",
"mssql.connectionOptions.groupName.security": "Security",
"mssql.connectionOptions.groupName.initialization": "Initialization",
"mssql.connectionOptions.groupName.connectionResiliency": "Connection Resiliency",
"mssql.connectionOptions.groupName.context": "Context",
"mssql.connectionOptions.groupName.pooling": "Pooling",
"mssql.connectionOptions.groupName.replication": "Replication",
"mssql.connectionOptions.groupName.advanced": "Advanced",
"databasesListProperties.name": "Name",
"databasesListProperties.status": "Status",
"databasesListProperties.size": "Size (MB)",