@sap-ux/inquirer-common 0.7.17 → 0.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,33 +16,33 @@
|
|
|
16
16
|
"errors": {
|
|
17
17
|
"destination": {
|
|
18
18
|
"unavailable": "The selected destination references an instance that is not available. Please check your destination configuration and try again.",
|
|
19
|
-
"notFound": "The destination target URL cannot be found. The request failed with status code 404. Please check the destination target URL connectivity in your BTP cockpit.",
|
|
20
|
-
"notReachable": "The selected system is not reachable. System
|
|
19
|
+
"notFound": "The destination target URL cannot be found. The request failed with status code 404. Please check the destination target URL connectivity in your SAP BTP cockpit.",
|
|
20
|
+
"notReachable": "The selected system is not reachable. System Name: {{systemName}}, Error: {{- error}}.",
|
|
21
21
|
"misconfigured": "The destination is misconfigured. $t(errors.destination.missingPropMsg, {\"destinationProperty\": \"{{destinationProperty}}\" })",
|
|
22
22
|
"missingPropMsg": "The property: `{{destinationProperty}}` is missing.",
|
|
23
|
-
"httpConnectionError": "A connection error occurred with the selected destination.
|
|
23
|
+
"httpConnectionError": "A connection error occurred with the selected destination. HTTP Code: {{- code}}. $t(texts.seeLogForDetails)"
|
|
24
24
|
},
|
|
25
25
|
"unknownError": "An error occurred{{- error, addMsgWithColonFormatter}}",
|
|
26
|
-
"servicesUnavailable": "An error occurred retrieving
|
|
26
|
+
"servicesUnavailable": "An error occurred retrieving services for the SAP System.",
|
|
27
27
|
"certificateError": "A certificate error has occurred{{- errorMsg, addMsgWithColonFormatter}}",
|
|
28
28
|
"urlCertValidationError": "The system URL is using {{certErrorReason}} security certificate.",
|
|
29
29
|
"authenticationFailed": "Authentication incorrect. {{- error}}",
|
|
30
30
|
"authenticationTimeout": "Authorization was not verified within the allowed time. Please ensure you have authenticated using the associated browser window.",
|
|
31
31
|
"invalidUrl": "Invalid URL{{-input, addMsgWithColonFormatter}}",
|
|
32
|
-
"connectionError": "A connection error occurred
|
|
32
|
+
"connectionError": "A connection error occurred. Please ensure the target host is available on the network: {{- error}}",
|
|
33
33
|
"timeout": "A connection timeout error occurred{{- errorMsg, addMsgWithColonFormatter}}",
|
|
34
34
|
"serverReturnedAnError": "The server returned an error. {{- errorDesc}}",
|
|
35
|
-
"serverUnableToCompleteRequest": "The server was unable to complete the request",
|
|
36
|
-
"catalogServiceNotActive": "Catalog service is not active",
|
|
37
|
-
"urlNotFound": "URL not found",
|
|
35
|
+
"serverUnableToCompleteRequest": "The server was unable to complete the request. Please try again.",
|
|
36
|
+
"catalogServiceNotActive": "Catalog service is not active.",
|
|
37
|
+
"urlNotFound": "URL not found.",
|
|
38
38
|
"odataServiceUrlNotFound": "The service URL you have provided is not a valid OData Service. SAP Fiori applications require an OData service as the data source.",
|
|
39
|
-
"noServicesAvailable": "There are no V{{version}}
|
|
39
|
+
"noServicesAvailable": "There are no OData V{{version}} services available from the selected system and the template you have chosen only supports OData V{{version}} services.",
|
|
40
40
|
"redirectError": "A redirect response was received from the server",
|
|
41
|
-
"abapEnvsUnavailable": "ABAP environments unavailable",
|
|
42
|
-
"noSuchHostError": "No such host is known",
|
|
43
|
-
"noAbapEnvsInCFSpace": "No ABAP environments in CF space found.",
|
|
44
|
-
"abapEnvsCFDiscoveryFailed": "Discovering ABAP Environments failed. Please ensure you are logged into Cloud Foundry
|
|
45
|
-
"systemConnectionValidationFailed": "A connection to the selected system
|
|
41
|
+
"abapEnvsUnavailable": "ABAP environments unavailable.",
|
|
42
|
+
"noSuchHostError": "No such host is known. Ensure the host is available.",
|
|
43
|
+
"noAbapEnvsInCFSpace": "No ABAP environments in CF space found. Ensure an ABAP environment exists.",
|
|
44
|
+
"abapEnvsCFDiscoveryFailed": "Discovering ABAP Environments failed. Please ensure you are logged into Cloud Foundry. For more information, see https://docs.cloudfoundry.org/cf-cli/getting-started.html#login.",
|
|
45
|
+
"systemConnectionValidationFailed": "A connection to the selected system cannot be established. Ensure the credentials are valid.",
|
|
46
46
|
"internalServerError": "Internal server error{{-errorMsg, addMsgWithColonFormatter}}",
|
|
47
47
|
"badGateway": "Bad gateway{{- errorMsg, addMsgWithColonFormatter}}",
|
|
48
48
|
"badRequest": "Bad request{{- errorMsg, addMsgWithColonFormatter}}",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"anUnknownOrInvalidCert": "an unknown or invalid",
|
|
58
58
|
"anUntrustedRootCert": "an untrusted root",
|
|
59
59
|
"suggestedSystemNameClient": ", client {{client}}",
|
|
60
|
-
"seeLogForDetails": "
|
|
60
|
+
"seeLogForDetails": "For more information, see the log.",
|
|
61
61
|
"checkDestinationAuthConfig": "Please check the SAP BTP destination authentication configuration."
|
|
62
62
|
}
|
|
63
63
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/inquirer-common",
|
|
3
3
|
"description": "Commonly used shared functionality and types to support inquirer modules.",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.18",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"semver": "7.5.4",
|
|
31
31
|
"@sap-ux/btp-utils": "1.1.0",
|
|
32
32
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
33
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
33
|
+
"@sap-ux/fiori-generator-shared": "0.12.13",
|
|
34
34
|
"@sap-ux/guided-answers-helper": "0.3.0",
|
|
35
35
|
"@sap-ux/telemetry": "0.6.6",
|
|
36
36
|
"@sap-ux/logger": "0.7.0",
|