forked from microsoft/vscode-mssql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
96 lines (96 loc) · 9.48 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
89
90
91
92
93
94
95
96
{
"mssql.runQuery":"Execute Query",
"mssql.runCurrentStatement":"Execute Current Statement",
"mssql.cancelQuery":"Cancel Query",
"mssql.addObjectExplorer":"Add Connection",
"mssql.scriptSelect":"Select Top 1000",
"mssql.scriptCreate":"Script as Create",
"mssql.scriptDelete":"Script as Drop",
"mssql.scriptExecute":"Script as Execute",
"mssql.scriptAlter":"Script as Alter",
"mssql.openQueryHistory":"Open Query",
"mssql.runQueryHistory":"Run Query",
"mssql.deleteQueryHistory":"Delete",
"mssql.clearAllQueryHistory":"Clear All Query History",
"mssql.enableQueryHistoryCapture":"Enable Query History Capture",
"mssql.startQueryHistoryCapture":"Start Query History Capture",
"mssql.pauseQueryHistoryCapture":"Pause Query History Capture",
"mssql.commandPaletteQueryHistory":"Open Query History in Command Palette",
"mssql.removeObjectExplorerNode":"Remove",
"mssql.refreshObjectExplorerNode":"Refresh",
"extension.connections":"Connections",
"extension.queryHistory":"Query History",
"mssql.connect":"Connect",
"mssql.disconnect":"Disconnect",
"mssql.manageProfiles":"Manage Connection Profiles",
"mssql.chooseDatabase":"Use Database",
"mssql.chooseLanguageFlavor":"Choose SQL handler for this file",
"mssql.showGettingStarted":"Getting Started Guide",
"mssql.newQuery":"New Query",
"mssql.objectExplorerNewQuery":"New Query",
"mssql.toggleSqlCmd":"Toggle SQLCMD Mode",
"mssql.copyObjectName":"Copy Object Name",
"mssql.rebuildIntelliSenseCache":"Refresh IntelliSense Cache",
"mssql.logDebugInfo":"[Optional] Log debug output to the VS Code console (Help -> Toggle Developer Tools)",
"mssql.maxRecentConnections":"The maximum number of recently used connections to store in the connection list.",
"mssql.connections":"Connection profiles defined in 'User Settings' are shown under 'MS SQL: Connect' command in the command palette.",
"mssql.connection.server":"[Required] Specify the server name to connect to. Use 'hostname instance' or '<server>.database.windows.net' for Azure SQL Database.",
"mssql.connection.database":"[Optional] Specify the database name to connect to. If database is not specified, the default user database setting is used, typically 'master'.",
"mssql.connection.user":"[Optional] Specify the user name for SQL Server authentication. If user name is not specified, when you connect, you will be asked again.",
"mssql.connection.password":"[Optional] Specify the password for SQL Server authentication. If password is not specified or already saved, when you connect, you will be asked again.",
"mssql.connection.authenticationType":"[Optional] Specify the SQL Server authentication type.",
"mssql.connection.port":"[Optional] Specify the port number to connect to.",
"mssql.connection.encrypt":"[Optional] When set to 'true', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'true' for Azure SQL Database connection.",
"mssql.connection.trustServerCertificate":"[Optional] When set to 'true', the SQL Server SSL certificate is automatically trusted when the communication layer is encrypted using SSL. Set 'false' for Azure SQL Database connection.",
"mssql.connection.persistSecurityInfo":"[Optional] When set to false, security-sensitive information, such as the password, is not returned as part of the connection if the connection is open or has ever been in an open state.",
"mssql.connection.connectTimeout":"[Optional] Specify the length of time in seconds to wait for a connection to the server before it times out. The default timeout value for Azure SQL Database is 30.",
"mssql.connection.connectRetryCount":"[Optional] Specify the number of attempts to restore connection.",
"mssql.connection.connectRetryInterval":"[Optional] Specify the delay between attempts to restore connection.",
"mssql.connection.workstationId":"[Optional] Specify the name of the workstation connecting to SQL Server.",
"mssql.connection.applicationName":"[Optional] Specify the name of the application used for SQL Server to log (default: 'vscode-mssql').",
"mssql.connection.applicationIntent":"[Optional] Declares the application workload type when connecting to SQL Server such as ReadWrite or ReadOnly. Refer to SQL Server AlwaysOn for more detail.",
"mssql.connection.currentLanguage":"[Optional] Indicates the SQL Server language settings.",
"mssql.connection.pooling":"[Optional] When set to 'true', the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool.",
"mssql.connection.maxPoolSize":"[Optional] Specify the maximum number of connections allowed in the pool.",
"mssql.connection.minPoolSize":"[Optional] Specify the minimum number of connections allowed in the pool.",
"mssql.connection.loadBalanceTimeout":"[Optional] Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted.",
"mssql.connection.replication":"[Optional] Used by SQL Server in replication.",
"mssql.connection.attachDbFilename":"[Optional] Specify the name of the primary file, including the full path name, of an attachable database.",
"mssql.connection.failoverPartner":"[Optional] Specify the name or network address of the instance of SQL Server that acts as a failover partner.",
"mssql.connection.multiSubnetFailover":"[Optional] When set to 'true', the detection and connection to the active server is faster if AlwaysOn Availability Group is configured on different subnets.",
"mssql.connection.multipleActiveResultSets":"[Optional] When set to 'true', multiple result sets can be returned and read from on connection.",
"mssql.connection.packetSize":"[Optional] Specify the size in bytes of the network packets to communicate with SQL Server.",
"mssql.connection.typeSystemVersion":"[Optional] Indicates which server type the provider will expose through the DataReader.",
"mssql.connection.connectionString":"[Optional] The ADO.NET connection string to use for the connection. Overrides any other options given in this connection.",
"mssql.connection.profileName":"[Optional] Specify a custom name for this connection profile to easily browse and search in the command palette of Visual Studio Code.",
"mssql.connection.savePassword":"[Optional] When set to 'true', the password for SQL Server authentication is saved in the secure store of your operating system such as KeyChain in MacOS or Secure Store in Windows.",
"mssql.connection.emptyPasswordInput":"[Optional] Indicates whether this profile has an empty password explicitly set",
"mssql.shortcuts":"Shortcuts related to the results window",
"mssql.messagesDefaultOpen":"True for the messages pane to be open by default; false for closed",
"mssql.resultsFontFamily":"Set the font family for the results grid; set to blank to use the editor font",
"mssql.resultsFontSize":"Set the font size for the results grid; set to blank to use the editor size",
"mssql.saveAsCsv.includeHeaders":"[Optional] When true, column headers are included when saving results as CSV",
"mssql.saveAsCsv.delimiter":"[Optional] Delimiter for separating data items when saving results as CSV",
"mssql.saveAsCsv.lineSeparator":"[Optional] Character(s) used for separating rows when saving results as CSV",
"mssql.saveAsCsv.textIdentifier":"[Optional] Character used for enclosing text fields when saving results as CSV",
"mssql.saveAsCsv.encoding":"[Optional] File encoding used when saving results as CSV",
"mssql.copyIncludeHeaders":"[Optional] Configuration options for copying results from the Results View",
"mssql.copyRemoveNewLine":"[Optional] Configuration options for copying multi-line results from the Results View",
"mssql.showBatchTime":"[Optional] Should execution time be shown for individual batches",
"mssql.splitPaneSelection":"[Optional] Configuration options for which column new result panes should open in",
"mssql.format.alignColumnDefinitionsInColumns":"Should column definitions be aligned?",
"mssql.format.datatypeCasing":"Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)",
"mssql.format.keywordCasing":"Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)",
"mssql.format.placeCommasBeforeNextStatement":"should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'",
"mssql.format.placeSelectStatementReferencesOnNewLine":"Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines",
"mssql.applyLocalization":"[Optional] Configuration options for localizing into VSCode's configured locale (must restart VSCode for settings to take effect)",
"mssql.query.displayBitAsNumber":"Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'",
"mssql.intelliSense.enableIntelliSense":"Should IntelliSense be enabled",
"mssql.intelliSense.enableErrorChecking":"Should IntelliSense error checking be enabled",
"mssql.intelliSense.enableSuggestions":"Should IntelliSense suggestions be enabled",
"mssql.intelliSense.enableQuickInfo":"Should IntelliSense quick info be enabled",
"mssql.enableQueryHistoryFeature":"Should Query History feature be enabled",
"mssql.intelliSense.lowerCaseSuggestions":"Should IntelliSense suggestions be lowercase",
"mssql.persistQueryResultTabs":"Should query result selections and scroll positions be saved when switching tabs (may impact performance)",
"mssql.queryHistoryLimit":"Number of query history entries to show in the Query History view"
}