-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.nls.json
88 lines (87 loc) · 7.64 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"json.schemas.desc": "Associate schemas to JSON files in the current project",
"json.schemas.url.desc": "A URL to a schema or a relative path to a schema in the current directory",
"json.schemas.fileMatch.desc": "An array of file patterns to match against when resolving JSON files to schemas.",
"json.schemas.fileMatch.item.desc": "A file pattern that can contain '*' to match against when resolving JSON files to schemas.",
"json.schemas.schema.desc": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL.",
"json.format.enable.desc": "Enable/disable default JSON formatter (requires restart)",
"postgres.description": "PostgreSQL extension for Azure Data Studio",
"postgres.logDebugInfo.description": "[Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools)",
"postgres.configuration.title": "PostgreSQL configuration",
"postgres.enabled.description": "[Optional] Enable PostgreSQL support (currently in development)",
"postgres.debugSourcePath.description": "[Optional] Path to the source directory of the PG SQL Tools Service, for debugging",
"postgres.useDebugSource.description": "[Optional] Enable running the PostgreSQL extension via the path set in pgsql.debugSourcePath",
"postgres.enableStartupDebugging.description": "[Optional] Whether to make the PG SQL Tools Service wait for a debugger to attach when starting",
"postgres.debugServerPort.description": "[Optional] The port to run the PG SQL Tools Service remote debugger on (default 3000)",
"postgres.defaultDatabase.description": "The default database to use when creating a new PostgreSQL connection",
"postgres.format.keywordCase.description": "[Optional] Changes how keywords are formatted. Allowed values are 'upper', 'lower' and 'capitalize'.",
"postgres.format.identifierCase.description": "[Optional] Changes how identifiers are formatted. Allowed values are 'upper', 'lower' and 'capitalize'.",
"postgres.format.stripComments.description": "[Optional] If true comments are removed from the statements",
"postgres.format.reindent.description": "[Optional] If true the indentations of the statements are changed.",
"postgres.provider.displayName": "PostgreSQL",
"postgres.connectionOptions.groupName.source": "Source",
"postgres.connectionOptions.groupName.security": "Security",
"postgres.connectionOptions.groupName.server": "Server",
"postgres.connectionOptions.groupName.client": "Client",
"postgres.connectionOptions.groupName.ssl": "SSL",
"postgres.connectionOptions.connectionName.displayName": "Name (optional)",
"postgres.connectionOptions.connectionName.description": "Custom name of the connection",
"postgres.connectionOptions.host.displayName": "Server name",
"postgres.connectionOptions.host.description": "Name of the PostgreSQL instance",
"postgres.connectionOptions.authenticationType.displayName": "Authentication type",
"postgres.connectionOptions.authenticationType.description": "How to authenticate with server",
"postgres.connectionOptions.authenticationType.password": "Password",
"postgres.connectionOptions.authenticationType.azuremfaanduser": "Azure Active Directory",
"postgres.connectionOptions.dbname.displayName": "Database name",
"postgres.connectionOptions.dbname.description": "The name of the initial catalog or database in the data source",
"postgres.connectionOptions.user.displayName": "User name",
"postgres.connectionOptions.user.description": "Indicates the user ID to be used when connecting to the data source",
"postgres.connectionOptions.password.displayName": "Password",
"postgres.connectionOptions.password.description": "Indicates the password to be used when connecting to the data source",
"postgres.connectionOptions.hostIp.displayName": "Host IP address",
"postgres.connectionOptions.hostIp.description": "IP address of the server",
"postgres.connectionOptions.port.displayName": "Port",
"postgres.connectionOptions.port.description": "Port number for the server",
"postgres.connectionOptions.connectTimeout.displayName": "Connect timeout",
"postgres.connectionOptions.connectTimeout.description": "Seconds to wait before timing out when connecting",
"postgres.connectionOptions.clientEncoding.displayName": "Client encoding",
"postgres.connectionOptions.clientEncoding.description": "The client encoding for the connection",
"postgres.connectionOptions.options.displayName": "Command-line options",
"postgres.connectionOptions.options.description": "Command-line options to send to the server when the connection starts",
"postgres.connectionOptions.applicationName.displayName": "Application name",
"postgres.connectionOptions.applicationName.description": "Value for the 'application_name' configuration parameter",
"postgres.connectionOptions.ssl.displayName": "SSL mode",
"postgres.connectionOptions.ssl.description": "The SSL mode to use when connecting",
"postgres.connectionOptions.ssl.mode.disable": "Disable",
"postgres.connectionOptions.ssl.mode.require": "Require",
"postgres.connectionOptions.ssl.mode.allow": "Allow",
"postgres.connectionOptions.ssl.mode.prefer": "Prefer",
"postgres.connectionOptions.ssl.mode.verify_ca": "Verify-CA",
"postgres.connectionOptions.ssl.mode.verify_full": "Verify-Full",
"postgres.connectionOptions.ssl.compression.displayName": "Use SSL compression",
"postgres.connectionOptions.ssl.compression.description": "Whether to compress SSL connections",
"postgres.connectionOptions.ssl.rootcert.displayName": "SSL root certificate filename",
"postgres.connectionOptions.ssl.rootcert.description": "The filename of the SSL root CA certificate to use",
"postgres.connectionOptions.ssl.key.displayName": "SSL key filename",
"postgres.connectionOptions.ssl.key.description": "The filename of the key to use for the SSL certificate",
"postgres.connectionOptions.ssl.cert.displayName": "SSL certificate filename",
"postgres.connectionOptions.ssl.cert.description": "The filename of the SSL certificate to use",
"postgres.connectionOptions.ssl.crl.displayName": "SSL CRL filename",
"postgres.connectionOptions.ssl.crl.description": "The filename of the SSL certificate revocation list to use",
"postgres.connectionOptions.requirepeer.displayName": "Require peer",
"postgres.connectionOptions.requirepeer.description": "The required username of the server process",
"postgres.connectionOptions.service.displayName": "Service name",
"postgres.connectionOptions.service.description": "The service name in pg_service.conf to use for connection parameters",
"postgres.resourceDeployment.displayName" : "Azure Database for PostgreSQL",
"postgres.resourceDeployment.description" : "Create an Azure Database for PostgreSQL flexible server - a fully managed PostgreSQL database as a service on Azure.",
"postgres.resourceDeployment.okButtonText" : "Create in Azure portal",
"postgres.resourceDeployment.agreements.template" : "I accept the {0} and {1}.",
"postgres.resourceDeployment.helpTexts.template" : "Azure Database for PostgreSQL Flexible Server is a relational database service powered by the PostgreSQL community edition. It's a fully managed database as a service offering that can handle mission-critical workloads with predictable performance and dynamic scalability. Additionally, it is designed for more granular control and flexibility over database management functions and configuration settings. {0}",
"microsoft.azure.termsOfUse" : "Microsoft Azure terms of use",
"microsoft.privacy.statement" : "Microsoft Privacy Statement",
"learnMore" : "Learn More.",
"postgres.command.buildAll" : "Build all PostgreSQL projects",
"postgres.command.buildCurrent" : "Build PostgreSQL project",
"postgres.command.newProject" : "New PostgreSQL Project",
"postgres.command.deploy" : "Deploy"
}