diff options
author | atulpurohit <atul.purohit1@vodafone.com> | 2019-11-05 14:31:56 +0530 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-13 09:33:40 +0000 |
commit | 8b346842194edb8a9e8c4cd2764ae8ebbce988f0 (patch) | |
tree | 3ea20981d4cdd5858c4a99eb49c0370503c3c6cb /openecomp-ui/src/nfvo-utils/i18n | |
parent | 0ef638b2eb44c9f473e5ad8bea119845d968fde7 (diff) |
Refresh option in validation result page
Issue-ID: SDC-2585
Co-authored-by: nikhil.soni@vodafone.com
Signed-off-by: atulpurohit <atul.purohit1@vodafone.com>
Change-Id: I78f1385d219837c300cb33aff82b7459f137babb
Signed-off-by: atulpurohit <atul.purohit1@vodafone.com>
Diffstat (limited to 'openecomp-ui/src/nfvo-utils/i18n')
-rw-r--r-- | openecomp-ui/src/nfvo-utils/i18n/en.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/openecomp-ui/src/nfvo-utils/i18n/en.json b/openecomp-ui/src/nfvo-utils/i18n/en.json index f57b7fdd3c..5b2d09a6ad 100644 --- a/openecomp-ui/src/nfvo-utils/i18n/en.json +++ b/openecomp-ui/src/nfvo-utils/i18n/en.json @@ -645,15 +645,18 @@ "Certifications Query": "Certifications Query", "No Certifications Query are Available": "No Certifications Query are Available", "Selected Certifications Query": "Selected Certifications Query", - "Compliance Checks": "Compliance Checks", - "No Compliance Checks are Available": "No Compliance Checks are Available", - "Selected Compliance Tests": "Selected Compliance Tests", + "Available Tests": "Available Tests", + "No Tests are Available": "No Tests are Available", + "Selected Tests": "Selected Tests", "Value Should Be Minimum of {minLength} characters and a Maximum of {maxLength} characters": "Value Should Be Minimum of {minLength} characters and a Maximum of {maxLength} characters", "{title} Inputs :": "{title} Inputs :", "Scenario: {scenario} | Title: {title} | Test Case: {testCaseName} | Status: {status}": "Scenario: {scenario} | Title: {title} | Test Case: {testCaseName} | Status: {status}", "{title} results are not available": "{title} results are not available", "Test Results": "Test Results", - "No Validation Checks Performed": "No Validation Checks Performed", - "Unknown": "Unknown" + "No Test Performed": "No Test Performed", + "Unknown": "Unknown", + "No Test Result Available": "No Test Result Available", + "Test is In-progress": "Test is In-progress", + "has passed all checks": "has passed all checks" } |