|
32 | 32 | "PQSdk.lifecycle.command.generate.credentials.title": "Generating credential", |
33 | 33 | "PQSdk.lifecycle.command.generate.credentials.result": "GenerateCredentialTemplate {result} ", |
34 | 34 | "PQSdk.lifecycle.command.choose.dataSourceKind.label": "Data source kind", |
| 35 | + "PQSdk.lifecycle.command.choose.customizedDataSourceKind.label": "Input a data source kind", |
35 | 36 | "PQSdk.lifecycle.command.choose.dataSourceKind": "Choose the data source kind", |
36 | | - "PQSdk.lifecycle.command.choose.connectorFile": "Choose a connector file", |
| 37 | + "PQSdk.lifecycle.command.choose.queryFile": "Choose a query/test file", |
| 38 | + "PQSdk.lifecycle.command.choose.extensionFilePath.label": "Extension file path", |
| 39 | + "PQSdk.lifecycle.command.choose.queryFilePath.label": "Query/test file path", |
| 40 | + "PQSdk.lifecycle.command.choose.customizedQueryFilePath.label": "Input a query/test file path", |
| 41 | + "PQSdk.lifecycle.command.choose.customizedQueryFilePath.detail": "Arbitrary query/test file path using the credential", |
37 | 42 | "PQSdk.lifecycle.command.choose.auth": "Choose an authentication method", |
38 | 43 | "PQSdk.lifecycle.command.choose.authKind.prompt": "Authentication key value", |
39 | 44 | "PQSdk.lifecycle.command.set.credentials.result": "SetCredential {result} ", |
|
61 | 66 | "PQSdk.lifecycle.warning.pqtest.set.failed": "SDK Tools location has not been configured", |
62 | 67 | "PQSdk.lifecycle.warning.pqtest.required": "SDK Tools location must be provided before continuing", |
63 | 68 | "PQSdk.lifecycle.error.empty.dataSourceKind": "Data source kind cannot be empty", |
| 69 | + "PQSdk.lifecycle.error.empty.PathToConnectorFile": "Extension file path cannot be empty", |
| 70 | + "PQSdk.lifecycle.error.empty.PathToQueryFilePath": "Query/test file path cannot be empty", |
64 | 71 | "PQSdk.lifecycle.error.empty.project.name": "A project name value must be set before continuing", |
65 | 72 | "PQSdk.lifecycle.error.invalid.project.name": "Only alphanumeric are allowed.", |
66 | 73 | "PQSdk.lifecycle.error.invalid.empty.value": "Value {valueName} cannot be empty.", |
|
0 commit comments