X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fassets%2Fi18n%2Fen.json;h=9e0c5a097a40da2bf706e8693a983d79d825fab6;hb=8d538a5aac7b6a7af26d37764dc3291fdb77a2a5;hp=d22cbaed69ab54ae684e469921f72ae1d1127475;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index d22cbae..9e0c5a0 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -95,19 +95,21 @@ "VALUE": "Value", "PERFORMACTION": "Perform Action", "EXECUTE": "Execute", - "EXECNSPRIMITIVE": "Exec NS Primitive", + "EXECPRIMITIVE": "Exec Primitive", "PRIMITIVETYPE": "Primitive Type", + "VDUPRIMITIVE": "VDU Level Primitive", "VNFPRIMITIVE": "VNF Level Primitive", "NSPRIMITIVE": "NS Level Primitive", + "KDUPRIMITIVE": "KDU Level Primitive", "DESCRIPTOR": "Descriptor", "ERROR": "Something Went wrong please try again", "SHOWGRAPH": "Show Graph", "UPDATESHOWGRAPH": "Update and Show Graph", "CREATEPACKAGE": "Create New Package", - "GZFILETYPEERRROR": "Upload only tar.gz file and size should not exceed 15 MB", - "YAMLFILETYPEERRROR": "Upload only YAML file and size should not exceed 15 MB", - "JSONFILETYPEERRROR": "Upload only JSON file and size should not exceed 15 MB", - "PUBFILETYPEERRROR": "Upload only PUB file and size should not exceed 15 MB", + "GZFILETYPEERRROR": "Upload only tar.gz file and size should not exceed 50 MB", + "YAMLFILETYPEERRROR": "Upload only YAML file and size should not exceed 50 MB", + "JSONFILETYPEERRROR": "Upload only JSON file and size should not exceed 50 MB", + "PUBFILETYPEERRROR": "Upload only PUB file and size should not exceed 50 MB", "PACKAGE": "Package", "URL": "URL", "DEPLOYED": "Deployed", @@ -144,6 +146,9 @@ "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": { "DASHBOARD": { "DASHBOARD": "Dashboard", @@ -190,7 +195,7 @@ }, "VIM": { "CREATEDSUCCESSFULLY": "VIM Created Successfully", - "LOACTIONINFO": "Type the location name and click enter button to select the location from the list" + "LOCATIONINFO": "Type the location name and click enter" }, "VIMDETAILS": { "NEWVIM": "New VIM", @@ -199,56 +204,18 @@ "VIMUSERNAME": "VIM Username", "VIMURL": "VIM URL", "VIMTYPE": "Type", - "TENANTNAME": "Tenant name", + "TENANTNAME": "VIM Project/Tenant Name", "DESCRIPTION": "Description", "SCHEMATYPE": "Schema Type", "SCHEMAVERSION": "Schema Version", "CONFIGPARAMETERS": "CONFIG PARAMETERS", - "SDNCONTROLLER": "SDN Controller", - "SDNPORTMAPPING": "SDN Port Mapping", - "VIMNETWORKNAME": "VIM Network Name", - "SECURITYGROUPS": "Security Groups", - "AVAILABILITYZONE": "Availability Zone", - "REGIONALNAME": "Region Name", - "INSECURE": "Insecure", - "USEEXISTINGFLAVOURS": "Use existing flavors", - "USEINTERNALENDPOINT": "Use internal endpoint", - "APIVERSION": "API version", - "PROJECTDOMAINID": "Project domain id", - "PROJECTDOMAINNAME": "Project domain name", - "USERDOMAINID": "User domain id", - "USERDOMAINUSER": "User domain name", - "KEYPAIR": "Keypair", - "DATAPLANEPHYSICALNET": "Dataplane physical net", - "USEFLOATINGIP": "Use floating ip", - "DATAPLANENETVLANRANGE": "Dataplane net vlan range", - "MICROVERSION": "Microversion", - "BACKTOVIMACCOUNTS": "Back to VimAccounts", - "VIMPASSWORD": "VIM Password", - "ADDITIONALCONFIG": "Additional configuration", - "ADDITIONALCONFIGPLACEHOLDER": "{'key1':[...],'key2':{},'key3':''}", "NEWVIMACCOUNT": "New VIM Account", - "ORGNAME": "Orgname", - "VCENTERIP": "Vcenter ip", - "VCENTERPORT": "Vcenter port", - "ADMINUSERNAME": "Admin username", - "VCENTERUSER": "Vcenter user", - "ADMINPASSWORD": "Admin password", - "VCENTERPASSWORD": "Vcenter password", - "NSXMANAGER": "Nsx manager", - "VROPSSITE": "Vrops site", - "NSXUSER": "Nsx user", - "VROPSUSER": "Vrops user", - "NSXPASSWORD": "Nsx password", - "VROPSPASSWORD": "Vrops password", - "VPCCIDRBLOCK": "VPC cidr block", - "FLAVORIINFO": "Flavor info", - "VIM_TYPE": "VIM Type", + "VIMPASSWORD": "VIM Password", "VIMLOCATION": "VIM Location", - "SUBSCRIPTIONID": "Subscription ID", - "RESOURCEGROUP": "Resource Group", - "VNETNAME": "VNet Name", - "FLAVORSPATTERN": "Flavors Pattern" + "BACKTOVIMACCOUNTS": "Back to VimAccounts", + "LOCATIONERROR": "The Datacenter is already available in the selected location", + "LOADSAMPLECONFIG": "Load Sample Config", + "CLEARCONFIG": "Clear Config" }, "WIMACCOUNTS": { "CREATEDSUCCESSFULLY": "WIM Created Successfully", @@ -340,7 +307,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", @@ -385,7 +353,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": { @@ -446,6 +419,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": {