diff options
Diffstat (limited to 'catalog-ui/src/assets')
-rw-r--r-- | catalog-ui/src/assets/languages/en_US.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index 3c659dcf06..0aef293c9c 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -364,6 +364,8 @@ "=========== FAILURE MESSAGES ===========": "", "DELETE_FAILURE_MESSAGE_TEXT": "Deletion Failed", "DELETE_FAILURE_MESSAGE_TITLE": "Delete", + "FAILURE_LABEL": "Failure", + "TOSCA_FUNCTION_SELECT_ERROR": "Failed to select/deselect a TOSCA function from property: {{propertyName}}. Error: {{error}}", "=========== ON BOARDING MODAL ===========": "", "ON_BOARDING_MODAL_SUB_TITLE": "Select one of the software product component below:", "ON_BOARDING_GENERAL_INFO": "Displays a table of VSPs created using Onboarding.\nEach row displays details for a single VSP.\nWhen expanded you can either import CSAR files that are yet to be imported or update CSAR files that were previously imported.", @@ -510,8 +512,11 @@ "DELETE_POLICY_MSG": "Are you sure you want to delete policy '{{policyName}}'?", "=========== PROPERTIES ASSIGNMENT TOSCA FUNCTION BUTTON ===========": "", "TOSCA_FUNCTION_LABEL": "TOSCA function", - "DESELECT_INPUT_LABEL": "Deselect Input", + "CLEAR_VALUE_LABEL": "Clear Value", "INPUT_DROPDOWN_LABEL": "Input", + "TOSCA_FUNCTION_PROPERTY_DROPDOWN_LABEL": "Property", + "TOSCA_FUNCTION_NO_INPUT_FOUND": "No input found with type {{type}}", + "TOSCA_FUNCTION_NO_PROPERTY_FOUND": "No property found with type {{type}}", "=========== AUTOMATED UPGRADE ===========": "", "RESOURCE_UPGRADE_TITLE": "Upgrade Services", "SERVICE_UPGRADE_TITLE": "Update Service References", |