diff options
author | aribeiro <anderson.ribeiro@est.tech> | 2020-05-13 13:49:31 +0100 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-06-14 14:49:56 +0000 |
commit | 71d758215e0ae619968d46b85427f60bc3b1736e (patch) | |
tree | de450a3c2d105da9537a1faa8af1b88da4c2f05d /catalog-ui/src/assets/languages/en_US.json | |
parent | 8d72481341ac6be40c380352a2a7ef5cc536692d (diff) |
Add support for directives on VFC
This change also updates the directives values according to Tosca 1.3 spec
Issue-ID: SDC-3074
Change-Id: Ia6a68c9a23a71a2c17ba2c006990342811aa7b4e
Signed-off-by: aribeiro <anderson.ribeiro@est.tech>
Diffstat (limited to 'catalog-ui/src/assets/languages/en_US.json')
-rw-r--r-- | catalog-ui/src/assets/languages/en_US.json | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index 6a17080246..adf5ebedcf 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -500,13 +500,15 @@ "CONSUMPTION_NO_INPUTS_TO_SHOW": "NO INPUTS TO SHOW", "CONSUMPTION_NO_OPERATIONS_TO_SHOW": "NO OPERATIONS TO SHOW", - "============= SERVICE DEPENDENCY ============" : "", - "SERVICE_DEPENDENCY_ADD_RULE": "Add Rule", - "SERVICE_DEPENDENCY_UPDATE_RULE": "Update Rule", - "SERVICE_DEPENDENCY_DELETE_RULE": "Delete Rule", - "SERVICE_DEPENDENCY_DELETE_RULE_MSG": "Are you sure you want to delete this rule?", - "SERVICE_DEPENDENCY_UNCHECK_TITLE": "Remove Dependency", - "SERVICE_DEPENDENCY_UNCHECK_TEXT": "Unchecking \"Mark as Dependent\" will remove dependency and erase all the dependency rules. Are you sure you want to remove dependency?", + "============= DIRECTIVES AND NODE FILTER DEPENDENCY ============" : "", + "DIRECTIVES_AND_NODE_FILTER_ADD_NODE_FILTER": "Add Node Filter", + "DIRECTIVES_AND_NODE_FILTER_UPDATE_NODE_FILTER": "Update Node Filter", + "DIRECTIVES_AND_NODE_FILTER_DELETE_NODE_FILTER": "Delete Node Filter", + "DIRECTIVES_AND_NODE_FILTER_DELETE_NODE_FILTER_MSG": "Are you sure you want to delete this node filter?", + "DIRECTIVES_AND_NODE_FILTER_REMOVE_TITLE": "Remove Directives", + "DIRECTIVES_AND_NODE_FILTER_REMOVE_TEXT": "Removing \"Directive Option\" will remove directives value and erase all the node filter. Are you sure you want to remove directives?", + "DIRECTIVES_AND_NODE_FILTER_UPDATE_TITLE": "Update Directives", + "DIRECTIVES_AND_NODE_FILTER_UPDATE_TEXT": "Changing \"Directive Option\" will remove directives value and erase all the node filter. Are you sure you want to update directives?", "============= COMPOSITION DETAILS TAB ======" : "", "DETAILS_TAB_CHANGE_VERSION_MODAL_TITLE": "Change Version", |