@sap/adp-abap
Version:
abap service for all yeoman generators
24 lines • 2.74 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Messages = void 0;
/* istanbul ignore file */
exports.Messages = {
CANNOT_LOAD_APPLICATIONS_ERROR: "Cannot load applications from the system.",
I18N_KEY_APPLICATION_DO_NOT_SUPPORT_MANIFEST: "Select a different application. The selected application is not supported by Adaptation Project. Please refer to SAPUI5 Adaptation Project documentation for more information.",
CANNOT_GET_MANIFEST_URL_ERROR: "Cannot get manifest url.",
ADAPTATIONPROJECTPLUGIN_SMARTTEMPLATE_PROJECT_CHECK: "Select a different application. Adaptation project doesn't support the selected application.",
DESTINATION_HOST_NOT_FOUND: "Destination host not found.",
NOT_FLEX_ENABLED_MESSAGE: "The system that you have selected is not an ABAP On-Premise system which supports Flexibility. Adaptation Project is supported only on such systems, so please choose ABAP On-Premise system which supports Flexibility. If you continue, you will be able to create only an Extension Project.",
NOT_DEPLOYABLE_SYSTEM_MESSAGE: "The system that you have selected is not an ABAP On-Premise system which supports DTA_FOLDER deployment. Adaptation Project is supported only on such systems, so please choose ABAP On-Premise system which supports DTA_FOLDER deployment.",
NOT_DEPLOYABLE_NOT_FLEX_ENABLED_SYSTEM_MESSAGE: "The system that you have selected is not an ABAP On-Premise system. Adaptation Project is supported only on such systems, so please choose ABAP On-Premise system which supports Flexibility and DTA_FOLDER deployment.",
/**
* Errors
*/
ERROR_MANIFEST_TYPE: "Manifest parsing error: Manifest is not in expected format.",
ERROR_COULD_NOT_RETRIEVE_MANIFEST: (error) => `\nCould not retrieve manifest.\n${error}`,
ERROR_UNSUPPORTED_ADP_PROJECT_SYSTEM: "The system that you have selected is not an ABAP On-Premise system. Adaptation Project is supported only on such systems, so please choose ABAP On-Premise",
ERROR_WRONG_CLOUD_PACKAGE: "The package entered is not meant to be used for cloud deployments. You should either use cloud package or go back to the project type selection and select On Premise",
ERROR_UNSUPPORTED_ADP_PROJECT_SYSTEM_INTERNAL: "The system that you have selected cannot be detected to be of type OnPremise. You should select system of this type in order to continue with the generation of the project.",
ERROR_UNSUPPORTED_ADP_PROJECT_SYSTEM_EXTERNAL: "The system that you have selected cannot be detected to be of type OnPremise or of type CloudReady. You should select system of either of both types in order to continue with the generation of the project."
};
//# sourceMappingURL=messages.js.map