Files
azuredatastudio/extensions/azuremonitor/package.nls.json

34 lines
2.6 KiB
JSON

{
"azuremonitor.description": "Azure Monitor access for Azure Data Studio",
"azuremonitor.displayName": "Azure Monitor Logs",
"azuremonitor.cloud.workspaceProperties.name": "Workspace Name",
"azuremonitor.cloud.workspaceProperties.id": "Workspace ID",
"azuremonitor.databasesListProperties.name": "Name",
"azuremonitor.databasesListProperties.size": "Size (MB)",
"azuremonitor.objectsListProperties.name": "Name",
"azuremonitor.objectsListProperties.metadataTypeName": "Type",
"azuremonitor.connectionProperties.connectionName.displayName": "Name (optional)",
"azuremonitor.connectionProperties.connectionName.description": "Custom name of the connection",
"azuremonitor.connectionProperties.userName.displayName": "User name",
"azuremonitor.connectionProperties.userName.description": "Indicates the user ID to be used when connecting to the data source",
"azuremonitor.connectionProperties.password.displayName": "Password",
"azuremonitor.connectionProperties.password.description": "Indicates the password to be used when connecting to the data source",
"azuremonitor.connectionProperties.dbaPrivilege.label": "Administrative privileges",
"azuremonitor.connectionProperties.dbaPrivilege.description": "Administrative privileges: SYSDBA or SYSOPER",
"azuremonitor.connectionProperties.metadataPooling.label": "Metadata Pooling",
"azuremonitor.connectionProperties.metadataPooling.description": "This attribute indicates whether the metadata information for executed queries is cached for improved performance.",
"azuremonitor.connectionProperties.proxyUserId.label": "Proxy User Id",
"azuremonitor.connectionProperties.proxyUserId.description": "User name of the proxy user.",
"azuremonitor.connectionProperties.proxyUserPassword.label": "Proxy Password",
"azuremonitor.connectionProperties.proxyUserPassword.description": "Password of the proxy user.",
"azuremonitor.connectionProperties.serverName.displayName": "Workspace ID",
"azuremonitor.connectionProperties.serverName.description": "Log Analytics Workspace ID",
"azuremonitor.connectionOptions.databaseName.displayName": "Database",
"azuremonitor.connectionOptions.databaseName.description": "The name of the initial catalog or database in the data source",
"azuremonitor.connectionProperties.authType.displayName": "Authentication type",
"azuremonitor.connectionProperties.authType.description": "Specifies the method of authenticating with Azure Monitor",
"azuremonitor.connectionProperties.authType.categoryValues.azureMFA": "Microsoft Entra ID - Universal with MFA support",
"azuremonitor.connectionProperties.groupName.source": "Source",
"azuremonitor.connectionProperties.groupName.security": "Security"
}