diff options
author | andre.schmid <andre.schmid@est.tech> | 2022-09-23 12:31:12 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2022-10-05 08:18:25 +0000 |
commit | 6ed5592ccb3b2bdb61403f1d1d41d93088cb0709 (patch) | |
tree | 1978737dc736d000dbb34a9ddc50a7e2008ab573 /catalog-ui/src/assets | |
parent | 404bfc9c50e95df1e75dbf8325fae41bfd96871a (diff) |
Add data type view/workspace
Implements a data type workspace, based on the Service/VF workspace,
where it is possible to view a data type information.
Issue-ID: SDC-4193
Signed-off-by: André Schmid <andre.schmid@est.tech>
Change-Id: Ica341efa43e70b4ac85d42d22a1397e0ab6e2794
Diffstat (limited to 'catalog-ui/src/assets')
-rw-r--r-- | catalog-ui/src/assets/languages/en_US.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catalog-ui/src/assets/languages/en_US.json b/catalog-ui/src/assets/languages/en_US.json index 71f2b05efd..3f5a10726c 100644 --- a/catalog-ui/src/assets/languages/en_US.json +++ b/catalog-ui/src/assets/languages/en_US.json @@ -567,6 +567,16 @@ "VALUE_EXPRESSION_LABEL": "Value Expression", "OPERATOR_LABEL": "Operator", "CAPABILITY_LABEL": "Capability", + "DATA_TYPE_LABEL": "Data Type", + "MODEL_LABEL": "Model", + "DESCRIPTION_LABEL": "Description", + "DERIVED_FROM_LABEL": "Derived From", + "TYPE_LABEL": "Type", + "CREATED_LABEL": "Created", + "CREATE_LABEL": "Create", + "CLOSE_LABEL": "Close", + "MODIFIED_LABEL": "Modified", + "UNIQUE_ID_LABEL": "Unique Id", "=========== SERVICE IMPORT ===========": "", "IMPORT_FAILURE_MESSAGE_TEXT": "Import Failure - error reading CSAR" } |