-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathadp-tooling.i18n.json
More file actions
158 lines (158 loc) · 14.3 KB
/
adp-tooling.i18n.json
File metadata and controls
158 lines (158 loc) · 14.3 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"prompts": {
"oDataSourceLabel": "Target OData Service",
"oDataSourceTooltip": "Select the OData service you want to replace",
"oDataSourceURILabel": "OData Source URI",
"oDataSourceURITooltip": "Enter the URI for the new OData source. The URI must start and end with '/' and must not contain any whitespaces or parameters",
"maxAgeLabel": "New maxAge",
"maxAgeTooltip": "(Optional) Enter the time in seconds it takes for a cached response of the service to expire.",
"oDataAnnotationSourceURILabel": "OData Annotation Data Source URI",
"oDataAnnotationSourceURITooltip": "Server side annotations have been detected for the selected OData service. If needed, enter a new annotation data source URI for the changed service. The URI must start and end with '/' and must not contain any whitespaces or parameters.",
"fileSelectOptionLabel": "Annotation XML",
"fileSelectOptionTooltip": "Select the annotation file source",
"filePathLabel": "Annotation File path",
"filePathTooltip": "Select the annotation file from your workspace",
"addAnnotationOdataSourceTooltip": "Select the OData service you want to add the annotation file to",
"destinationLabel": "Destination",
"destinationTooltip": "Select a destination for the service.",
"serviceTypeLabel": "Service Type",
"serviceTypeTooltip": "Select the type of service you want to add.",
"oDataServiceNameLabel": "OData Service Name",
"oDataServiceNameTooltip": "Enter a name for the OData service you want to add",
"oDataServiceUriLabel": "OData Service URI",
"oDataServiceUriTooltip": "Enter the URI for the OData service you want to add. The URI must start and end with '/' and must not contain any whitespaces or parameters",
"serviceUriLabel": "Service URI",
"resultingServiceUrl": "Resulting Service URL: {{url}}",
"resultingAnnotationUrl": "Resulting Annotation URL: {{url}}",
"modelAndDatasourceNameLabel": "Model and Data Source Name",
"modelAndDatasourceNameTooltip": "Enter a name for the data source and model.",
"datasourceNameLabel": "Data Source Name",
"oDataServiceVersionLabel": "OData Version",
"oDataServiceVersionTooltip": "Select the version of OData of the service you want to add",
"oDataServiceModelNameLabel": "OData Service SAPUI5 Model Name",
"oDataServiceModelNameTooltip": "Enter a name for the SAPUI5 model you want to use from the service",
"oDataServiceModelSettingsLabel": "OData Service SAPUI5 Model Settings",
"oDataServiceModelSettingsTooltip": "If needed, enter any additional model settings in the \"key1\":\"value1\",\"key2\":\"value2\" format",
"oDataAnnotationDataSourceNameLabel": "OData Annotation Data Source Name",
"oDataAnnotationDataSourceNameTooltip": "Enter a name for the OData annotation data source",
"oDataAnnotationDataSourceUriLabel": "OData Annotation Data Source URI",
"oDataAnnotationDataSourceUriTooltip": "Enter a URI for the OData annotation data source. The URI must start and end with '/' and must not contain any whitespaces or parameters",
"oDataAnnotationSettingsLabel": "OData Annotation Settings",
"oDataAnnotationSettingsTooltip": "If needed, enter any additional {{value}} settings in the \"key1\":\"value1\",\"key2\":\"value2\" format",
"component": {
"usage": "Component Usage",
"usageIdLabel": "Component Usage ID",
"usageIdTooltip": "Enter the component usage ID you want to add",
"nameLabel": "Component Name",
"nameTooltip": "Enter the name of the component you want to add",
"isLazyLabel": "Set Component as Lazy",
"isLazyTooltip": "Select if the component should be lazy or not",
"settingsLabel": "Component Settings",
"dataLabel": "Component Data",
"tooltip": "If needed, enter any additional {{input}} in the \"key1\":\"value1\",\"key2\":\"value2\" format",
"shouldAddLibraryLabel": "Do you want to add a library reference?",
"shouldAddLibraryTooltip": "Choose if you want to add library reference",
"libraryLabel": "Library Reference",
"libraryTooltip": "Enter the library reference",
"libraryIsLazyLabel": "Set Library as Lazy",
"libraryIsLazyTooltip": "Choose if you want the library reference to be lazy or not"
},
"title": "Title",
"subtitle": "Subtitle",
"icon": "Icon"
},
"tooltips": {
"title": "Enter title for your SAP Fiori launchpad configuration",
"subtitle": "Enter subtitle for your SAP Fiori launchpad configuration",
"icon": "Enter icon path for your SAP Fiori launchpad configuration"
},
"validators": {
"missingIconOrTitleOrSubtitle": "At least one of the Title, Subtitle, or Icon fields must have a value.",
"fileDoesNotExist": "This file does not exist.",
"annotationFileAlreadyExists": "There is already an annotation file with the same name. Please choose another file or rename the file and select it again.",
"errorDuplicatedValueOData": "Data Source and SAPUI5 model with the same name were already added to the project. Rename and try again.",
"errorDuplicatedValueSapui5Model": "An SAPUI5 model with the same name was already added to the project. Rename and try again.",
"errorDuplicateValueComponentId": "A component usage with the same name was already added to the project. Rename and try again.",
"errorDuplicateValueLibrary": "A library with the same name was already added to the project. Rename and try again.",
"errorDuplicateNamesOData": "An OData Service Name must be different from an OData Annotation Data Source Name. Rename and try again.",
"errorInputInvalidValuePrefix": "{{value}} must start with '{{prefix}}'.",
"errorCustomerEmptyValue": "{{value}} must contain at least one character in addition to '{{prefix}}'.",
"errorInputMustEndWithAlphanumeric": "The input must end with an alphanumeric character.",
"errorInvalidDataSourceURI": "Invalid URI. The URI must start and end with '/' and contain no spaces.",
"errorRouteAlreadyExists": "A route with the same Service URI already exists in xs-app.json. Use a different URI.",
"appDoesNotSupportManifest": "The selected application is not supported by SAPUI5 Adaptation Project because it does not have a `manifest.json` file. Please select a different application.",
"ui5VersionNotReachableError": "The URL of the SAPUI5 version you have selected is not reachable. The <URL> URL must be made accessible through the cloud connector and the destination configuration so it can be consumed within the SAPUI5 adaptation project and its SAPUI5 Adaptation Editor.",
"ui5VersionOutdatedError": "The SAPUI5 version you have selected is not compatible with the SAPUI5 Adaptation Editor. Please select a different version.",
"ui5VersionDoesNotExistGeneric": "An error occurred when validating the SAPUI5 version: {{error}}. Please select a different version."
},
"error": {
"appDoesNotSupportFlexibility": "The selected application does not support flexibility because it has `flexEnabled=false`. SAPUI5 Adaptation Project only supports applications that support flexibility. Please select a different application.",
"failedToParseXsAppJson": "Failed to parse the `xs-app.json` file. Error: {{error}}",
"failedToParseManifestJson": "Failed to parse the `manifest.json` file. Error: {{error}}",
"oDataEndpointsValidationFailed": "Validation for the OData endpoints has failed. For more information, check the logs.",
"adpDoesNotSupportSelectedApp": "Adaptation project doesn't support the selected application. Please select a different application.",
"cfNotInstalled": "Cloud Foundry is not installed in your space: {{error}}",
"cfGetInstanceCredentialsFailed": "Failed to retrieve the service instance credentials from `CFLocal for GUID`: {{serviceInstanceGuid}}. Error: {{error}}",
"createServiceKeyFailed": "Failed to create the service key for the instance: {{serviceInstanceName}}. Error: {{error}}",
"failedToGetServiceInstanceKeys": "Failed to retrieve the service instance keys. Error: {{error}}",
"noValidJsonForServiceInstance": "The JSON is not valid for the service instance. Ensure it is valid and try again.",
"failedToGetServiceInstance": "Failed to retrieve the service instance with params: {{uriParameters}}. Error: {{error}}",
"failedToGetOrCreateServiceKeys": "Failed to retrieve or create service keys for the instance: {{serviceInstanceName}}. Error: {{error}}",
"mtaProjectPathMissing": "The MTA project path is missing. Provide the path to a valid MTA project.",
"noBusinessServicesFound": "No business services found. Specify the business services in the resource section of the mta.yaml file: - name: <arbitrary name of resource such as my_service> type: org.cloudfoundry.<managed|existing>-service parameters: service: <business service name such as my-service-name> service-name: <business service instance name such as my_service_instance_name> service-plan: <plan name such as standard>",
"failedToParseZipContent": "Failed to parse the zip content from the HTML5 repository. Error: {{error}}",
"noZipContentParsed": "No zip content was parsed from the HTML5 repository. For more information, check the logs.",
"failedToFindManifestJsonInHtml5Repo": "Failed to find the `manifest.json` file in the application content from HTML5 repository. Ensure the `manifest.json` file exists and try again.",
"noUaaCredentialsFoundForHtml5Repo": "No UAA credentials found for the HTML5 repository. Ensure the UAA credentials exist and try again.",
"failedToDownloadAppContent": "Failed to download the application content from the HTML5 repository for the space: {{spaceGuid}} and app: {{appName}} ({{appHostId}}). Error: {{error}}",
"tooManyAppHostIds": "Too many `appHostIds` provided. The maximum is 100 but {{appHostIdsLength}} were found. Reduce the `appHostIds` and try again.",
"failedToGetAuthKey": "Failed to retrieve the OAuth token from the HTML5 repository. Error: {{error}}",
"failedToDownloadZipFromHtml5Repo": "Failed to download the zip file from the HTML5 repository. Error: {{error}}",
"cannotFindHtml5RepoRuntime": "Cannot find the HTML5 repo runtime in the current space. Ensure the HTML5 repo runtime exists and try again.",
"failedToGetCredentialsFromHtml5Repo": "Failed to retrieve the credentials from the HTML5 repository for space: {{spaceGuid}}. Error: {{error}}",
"failedToParseCFAPIResponse": "Failed to parse the CF API response: {{error}}",
"failedToRequestCFAPI": "Request to the CF API failed. Error: {{error}}",
"emptyCFAPIResponse": "Empty response from CF API. Please verify your CF login status with 'cf target' and re-authenticate if needed with 'cf login'.",
"xsSecurityJsonCouldNotBeParsed": "The xs-security.json file could not be parsed. Ensure the xs-security.json file exists and try again.",
"failedToCreateServiceInstance": "Failed to create the service instance: '{{serviceInstanceName}}'. Error: {{error}}",
"failedToUpdateServiceInstance": "Failed to update the service instance: '{{serviceInstanceName}}'. Error: {{error}}",
"failedToGetFDCApps": "Retrieving FDC apps failed: {{error}}",
"failedToGetFDCInbounds": "Retrieving inbounds from the UI5 Flexibility Design and Configuration service failed: {{error}}",
"failedToConnectToFDCService": "Failed to connect to the FDC service: '{{status}}'",
"baseAppRequired": "A base app is required for Cloud Foundry project generation. Please select a base app and try again.",
"projectTypeNotProvided": "The project type is missing." ,
"invalidXsAppJson": "The xs-app.json file is invalid: {{error}}",
"xsAppJsonNotFound": "The xs-app.json file was not found in any of the expected locations: {{paths}}",
"noServiceInstanceNameFound": "No serviceInstanceName found in the app-variant-bundler-build configuration",
"noServiceKeysFoundForInstance": "No service keys found for service instance: {{serviceInstanceName}}",
"couldNotFetchServiceKeys": "Cannot fetch the service keys. Error: {{error}}",
"metadataFetchingNotSupportedForCF": "Metadata fetching is not supported for Cloud Foundry projects.",
"failedToListBtpDestinations": "Failed to list BTP destinations. Error: {{error}}",
"destinationServiceNotFoundInMtaYaml": "Destination service instance not found in mta.yaml. Ensure a resource with 'service: destination' is declared.",
"noServiceKeysFoundForDestination": "No service keys found for destination service instance '{{serviceInstanceName}}'. Ensure the service is provisioned and try again.",
"errorFetchingDestinations": "Error fetching destinations. Check log for details.",
"cfPushFailed": "cf push failed for the '{{appName}}' app: {{error}}",
"cfEnableSshFailed": "cf enable-ssh failed for the '{{appName}}' app: {{error}}",
"cfRestartFailed": "cf restart failed for the '{{appName}}' app: {{error}}"
},
"choices": {
"true": "true",
"false": "false",
"annotationFile": {
"selectFromWorkspace": "Select annotation file from workspace",
"createTemplateFile": "Create local annotation file from template"
}
},
"deploy": {
"cfNotInstalled": "The Cloud Foundary CLI is not installed. Please install it and try again.",
"notLoggedIn": "Not logged in to Cloud Foundry. Please log in with 'cf login' and try again.",
"mtaNotFound": "No mta.yaml file was found at the {{projectPath}} project path. Ensure this is a valid MTA project.",
"confirmPrompt": "This action deploys all listed projects. Confirm (Y/N)?",
"cancelled": "Deployment cancelled by user.",
"buildStarted": "Starting MTA build...",
"buildFailed": "MTA build failed: {{error}}",
"deployStarted": "Starting Cloud Foundry deployment...",
"deployFailed": "Cloud Foundry deployment failed: {{error}}",
"success": "Deployment completed successfully."
}
}