forked from microsoft/vscode-powerquery-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
39 lines (39 loc) · 3.98 KB
/
package.nls.json
File metadata and controls
39 lines (39 loc) · 3.98 KB
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
{
"extension.pqtest.CreateNewProjectCommand.title": "Create an extension project",
"extension.pqtest.SeizePqTestCommand.title": "Update SDK Tool",
"extension.pqtest.SetupCurrentWorkspaceCommand.title": "Setup workspace",
"extension.pqtest.DeleteCredentialCommand.title": "Clear ALL credentials",
"extension.pqtest.DisplayExtensionInfoCommand.title": "Connector info",
"extension.pqtest.ListCredentialCommand.title": "List credentials",
"extension.pqtest.GenerateAndSetCredentialCommand.title": "Set credential",
"extension.pqtest.RefreshCredentialCommand.title": "Refresh credentials",
"extension.pqtest.RunTestBatteryCommand.title": "Evaluate current power query file",
"extension.pqtest.TestConnectionCommand.title": "Test connection",
"extension.pqtest.config.externals.msbuildPath.description": "Local path to msbuild.exe installation folder.",
"extension.pqtest.config.externals.nugetPath.description": "Local path to nuget.exe installation folder.",
"extension.pqtest.config.externals.nugetFeed.description": "Suggested nuget feed URL.",
"extension.pqtest.config.externals.versionTag.description": "The version tag of the PQ SDK tools to be downloaded.",
"extension.pqtest.config.externals.versionTag.recommended.description": "The stable version",
"extension.pqtest.config.externals.versionTag.latest.description": "The latest version",
"extension.pqtest.config.externals.versionTag.customized.description": "Use a user provided version value",
"extension.pqtest.config.features.autoDetection.description": "When set to false, the SDK does not try to automatically detect connector workspaces and prompt to create a settings file.",
"extension.pqtest.config.features.useServiceHost": "Try the new feature using a reusable engine service host other than the command lines",
"extension.pqtest.config.pqtest.location.description": "Local path to PQTest installation folder.",
"extension.pqtest.config.pqtest.version.description": "The local PQ SDK tools version.",
"extension.pqtest.config.pqtest.extension.description": "Specify connector extension source modules (.mez/.pqm).<br>This option can be specified more than once.",
"extension.pqtest.config.pqtest.queryFile.description": "Query file containing section document or M expression (.m/.pq).",
"extension.pqtest.taskDefinitions.properties.operation.description": "The operation to run",
"extension.pqtest.taskDefinitions.properties.additionalArgs.description": "Additional commandline arguments for the operation",
"extension.pqtest.taskDefinitions.properties.pathToConnector.description": "Path to the connector file (--extension)",
"extension.pqtest.taskDefinitions.properties.pathToQueryFile.description": "Path to the query file (--queryFile)",
"extension.pqtest.taskDefinitions.properties.credentialTemplate.description": "Credential template object.",
"extension.pqtest.explorer.name": "Power query SDK",
"extension.pqtest.welcome.contents": "In order to use extension features, you need to create an Power query extension project.\n[Create an extension project](command:powerquery.sdk.tools.CreateNewProjectCommand)\nTo learn more about how to create an extension, [read our docs](https://aka.ms/PowerQuerySDKDocs).",
"extension.pqtest.debugger.properties.program.description": "Absolute path to a power query file.",
"extension.pqtest.debugger.properties.trace.description": "Enable logging of the Debug",
"extension.pqtest.debugger.properties.operation.description": "PQTest operation string",
"extension.pqtest.debugger.properties.operation.info.description": "info: Returns all module information",
"extension.pqtest.debugger.properties.operation.runTest.description": "run-test: test connection",
"extension.pqtest.debugger.properties.operation.testConnection.description": "test-connection: test the connection of current connector",
"extension.pqtest.debugger.properties.additionalArgs.description": "Additional arguments for the debugging task"
}