X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fassets%2Fi18n%2Fen.json;h=af4b196a937e1776962929b66964fb67bf07208c;hb=refs%2Fchanges%2F75%2F9675%2F2;hp=44d452ab75c93faab82e04dd3c711ec646ca1f62;hpb=d477b85279831f43f77d10acfc1912da1fbe6007;p=osm%2FNG-UI.git diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 44d452a..af4b196 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -97,6 +97,7 @@ "EXECUTE": "Execute", "EXECNSPRIMITIVE": "Exec NS Primitive", "PRIMITIVETYPE": "Primitive Type", + "VDUPRIMITIVE": "VDU Level Primitive", "VNFPRIMITIVE": "VNF Level Primitive", "NSPRIMITIVE": "NS Level Primitive", "DESCRIPTOR": "Descriptor", @@ -144,6 +145,7 @@ "YAMLCONFIG": "Yaml Config", "CHOOSEFILE": "Choose File", "INVALIDCONFIG": "Invalid configuration", + "NODATE": "No date information found", "TYPEINFO": "To add a new TYPE, Please enter input above", "UPLOADCONFIGLABEL": "Please upload file with .yaml or .yml format", "PAGE": { @@ -304,7 +306,8 @@ "PROJECT": { "NEWPROJECT": "New Project", "CREATEDSUCCESSFULLY": "Project Created Successfully", - "UPDATEDSUCCESSFULLY": "Project Updated Successfully" + "UPDATEDSUCCESSFULLY": "Project Updated Successfully", + "QUOTA": "Quota Limit" }, "NSPACKAGE": { "ADDNSPACKAGE": "Compose a new NS", @@ -349,7 +352,12 @@ "CANNOTLINKVNFVLANDCP": "You cant link vnf_vl with cp", "CANNOTLINKINTCPANDCP": "You cant link intcp with cp", "CANNOTLINKCPANDINTCP": "You cant link cp with int_cp", - "CANNOTLINKVDUANDVDU": "You can't link a vdu with a vdu" + "CANNOTLINKVDUANDVDU": "You can't link a vdu with a vdu", + "CANNOTLINKCPANDCP": "You can't link a cp with a cp", + "CANNOTLINKVNFVLANDVNFVL": "You cant link vnf_vl with vnf_vl", + "CANNOTLINKVNFVLANDONTCP": "You cant link vnf_vl with int_cp", + "CANNOTLINKINTCPANDVNFVL": "You cant link intcp with vnf_vl", + "CANNOTLINKINTCPANDINTCP": "You cant link intcp with intcp" } }, "NETSLICE": { @@ -410,6 +418,15 @@ "NEWK8SREPO": "New K8s Repository", "TYPE": "Type", "URL": "URL" + }, + "OSMREPO": { + "MENUOSMREPO": "OSM Repositories", + "ADDOSMREPO": "Add OSM Repositories", + "NEWOSMREPO": "New OSM Repositories", + "EDITOSMREPO": "Edit OSM Repositories", + "OSMREPOTITLE": "Registered OSM repository", + "CREATEDSUCCESSFULLY": "OSM Repository Added Successfully", + "UPDATEDSUCCESSFULLY" : "OSM Repository Updated Successfully" } }, "HTTPERROR": {