blob: af4b196a937e1776962929b66964fb67bf07208c [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301{
2 "OSM": "OSM",
3 "APPVERSION": "App Version",
4 "OSMVERSION": "OSM Version",
5 "OSMSOURCEMANO": "Open Source MANO",
6 "ADMIN": "Admin",
7 "ENTRIES": "Entries",
8 "COMPOSE": "Compose a",
9 "CREATE": "Create",
10 "SELECT": "Select",
11 "CANCEL": "Cancel",
12 "SAVE": "Save",
13 "ACTION": "Action",
14 "COUNT": "Count",
15 "IMAGE": "Image",
16 "IPPROFILEREF": "IP Profile Ref",
17 "ADD": "Add",
18 "EDIT": "Edit",
19 "APPLY": "Apply",
20 "FORCE": "Force",
21 "DOWNLOAD": "Download",
22 "CONTENT": "Content",
23 "DELETE": "Delete",
24 "FORCEDELETE": "Force Delete",
25 "RENAME": "Rename",
26 "INFO": "Info",
27 "NSPACKAGES": "NS Packages",
28 "VNFPACKAGES": "VNF Packages",
29 "INSTANCES": "Instances",
30 "INSTANTIATE": "Instantiate",
31 "NSINSTANCES": "NS Instances",
32 "VNFINSTANCES": "VNF Instances",
33 "PDUINSTANCES": "PDU Instances",
34 "VIMACCOUNTS": "VIM Accounts",
35 "WIMACCOUNTS": "WIM Accounts",
36 "SDNCONTROLLER": "SDN Controller",
37 "NETSLICE": "Netslice",
38 "PROJECT": "Project",
39 "DOMAIN": "Domain",
40 "PACKAGES": "Packages",
41 "MODIFIED": "Modified",
42 "NODATAMSG": "No data available in table",
43 "SHORTNAME": "Short Name",
44 "IDENTIFIER": "Identifier",
45 "DESCRIPTION": "Description",
46 "VENDOR": "Vendor",
47 "VERSION": "Version",
48 "ACTIONS": "Actions",
49 "NAME": "Name",
50 "USAGESTATE": "UsageState",
51 "MODIFICATIONDATE": "Modification Date",
52 "CREATEDDATE": "Creation Date",
53 "OPERATIONALSTATUS": "Operational Status",
54 "OPERATIONALSTATE": "Operational State",
55 "CONFIGSTATUS": "Config Status",
56 "DETAILEDSTATUS": "Detailed Status",
57 "NSDNAME": "Nsd name",
58 "NSTNAME": "Nst name",
59 "TYPE": "Type",
60 "VNFD": "VNFD",
61 "VNF": "VNF",
62 "MEMBERINDEX": "Member Index",
63 "NS": "NS",
64 "CREATEDAT": "Created At",
65 "CREATED": "Created",
66 "ALL": "All",
67 "ID": "Id",
68 "OPERATIONSTATE": "Operation State",
69 "STARTTIME": "Start Time",
70 "STATUSENTEREDTIME": "Status Entered Time",
71 "HISTORYOFOPERATIONS": "History Of Operations",
72 "UPDATE": "Update",
73 "READONLYMODE": "Read only mode",
74 "CURRENTLY": "Currently",
75 "ON": "On",
76 "OFF": "Off",
77 "IN": "in",
78 "FILES": "Files",
79 "NEW": "New",
80 "RECENTLY": "Recently",
81 "TOPOLOGY": "Topology",
82 "PLEASEWAIT": "Please Wait",
83 "LOADING": "Loading",
84 "RESOURCEORCHESTRATOR": "Resource Orchestrator",
85 "VIEW": "View",
86 "DROP": "Drop",
87 "HERE": "Here",
88 "MAPVIEW": "Map View",
89 "LISTVIEW": "List View",
90 "OK": "Ok",
91 "DELETEDSUCCESSFULLY": "{{title}} deleted successfully",
92 "SESSIONEXPIRY": "Session expired, please login again",
93 "DELETECONFIRMPOPUPMESSAGE": "Are you sure want to delete",
94 "DELETELOADERMESSAGE": "Please wait while {{title}} deletion is in progress",
95 "VALUE": "Value",
96 "PERFORMACTION": "Perform Action",
97 "EXECUTE": "Execute",
98 "EXECNSPRIMITIVE": "Exec NS Primitive",
99 "PRIMITIVETYPE": "Primitive Type",
Barath Kumar R6e96d1b2020-07-10 12:10:15 +0530100 "VDUPRIMITIVE": "VDU Level Primitive",
kumaran.m3b4814a2020-05-01 19:48:54 +0530101 "VNFPRIMITIVE": "VNF Level Primitive",
102 "NSPRIMITIVE": "NS Level Primitive",
103 "DESCRIPTOR": "Descriptor",
104 "ERROR": "Something Went wrong please try again",
105 "SHOWGRAPH": "Show Graph",
106 "UPDATESHOWGRAPH": "Update and Show Graph",
107 "CREATEPACKAGE": "Create New Package",
108 "GZFILETYPEERRROR": "Upload only tar.gz file and size should not exceed 15 MB",
109 "YAMLFILETYPEERRROR": "Upload only YAML file and size should not exceed 15 MB",
110 "JSONFILETYPEERRROR": "Upload only JSON file and size should not exceed 15 MB",
111 "PUBFILETYPEERRROR": "Upload only PUB file and size should not exceed 15 MB",
112 "PACKAGE": "Package",
113 "URL": "URL",
114 "DEPLOYED": "Deployed",
115 "ROLES": "Roles",
116 "INSTANCEDETAILS": "Instance Details",
117 "IPADDRESS": "IP Address",
118 "MGMT": "Mgmt",
119 "NETNAME": "Net Name",
120 "USER": "User",
121 "PORT": "Port",
122 "USERNAME": "Username",
123 "PASSWORD": "Password",
124 "NODATAERROR": "An error occurred while retrieving the information",
125 "FREEZE": "Freeze",
126 "UNFREEZE": "Unfreeze",
127 "CLONE": "Clone",
128 "CLONECONFIRMPOPUPMESSAGE": "Are you sure want to clone",
129 "CLONESUCCESSFULLY": "Package cloned successfully",
130 "DROPFILES": "Just drag and drop files or click here to upload files",
131 "DROPFILESVALIDATION": "Please select one file to process",
132 "METRICS": "Metrics",
133 "NOOFHOURS": "No Of Hours",
134 "MANDATORYCHECK": "Mandatory fields are marked with an asterisk (*)",
135 "K8VERSION": "K8 Version",
136 "ENTER": "Enter",
137 "SWITCHPROJECT": "Switch Project",
138 "CURRENTPROJECT": "Current Project",
139 "SUBMIT": "Submit",
140 "REFRESH": "Refresh",
141 "OPEN": "Open",
142 "UPLOADCONFIG": "Upload Config",
143 "FILEUPLOADLABEL": "Or load from file",
144 "CONFIG": "Config",
145 "YAMLCONFIG": "Yaml Config",
146 "CHOOSEFILE": "Choose File",
147 "INVALIDCONFIG": "Invalid configuration",
Barath Kumar R09cd4ec2020-07-07 16:12:32 +0530148 "NODATE": "No date information found",
Barath Kumar Rd477b852020-07-07 15:24:05 +0530149 "TYPEINFO": "To add a new TYPE, Please enter input above",
150 "UPLOADCONFIGLABEL": "Please upload file with .yaml or .yml format",
kumaran.m3b4814a2020-05-01 19:48:54 +0530151 "PAGE": {
152 "DASHBOARD": {
153 "DASHBOARD": "Dashboard",
154 "RECENTUSERLOG": "Recent User Log",
155 "LOGS": "Logs",
156 "FAILEDINSTANCES": "Failed Instances",
157 "NOINSTANCES": "No Instances Available",
158 "UPTIME": "Uptime",
159 "RUNNINGINSTANCES": "Running Instances",
160 "NETSLICETEMPLATE": "NetSlice Template",
161 "NETSLICEINSTANCE": "NetSlice Instances",
162 "USERS": "Users",
163 "PROJECTS": "Projects",
164 "USERSETTINGS": "User Settings",
165 "LOGOUT": "Logout"
166 },
167 "LOGIN": {
168 "USERNAME": "Username",
169 "PASSWORD": "Password",
170 "SIGNUP": "Sign Up",
171 "ACCOUNTCREATEMESSAGE": "Don't have an account?",
172 "LOGIN": "Log In",
173 "PASSWORDVALIDMESSAGE": "Password is required",
174 "USERNAMEVALIDMESSAGE": "Username is required",
175 "SIGNINMSG": "Sign in to start your session",
176 "PASSWORDMINLENGTHVALIDMESSAGE": "Password must be 8 characters and contains at least one upper case, lower case, numeric & special character",
177 "USERNAMEMINLENGTHVALIDMESSAGE": "Username must be at least 5 characters"
178 },
179 "INSTANCEINSTANTIATE": {
180 "NEWINSTANCE": "New Instance",
181 "NSNAME": "Ns Name",
182 "DESCRIPTION": "Description",
183 "NSID": "Nsd Id",
184 "SSHKEY": "SSH Key",
185 "VIMACCOUNT": "VIM Account",
186 "SSHKEYMSG": "Paste your key here"
187 },
188 "NSMETRIC": {
189 "INSTANCESMETRIC": "Instances Metric",
190 "METRICERROR": "Data not available in metrics"
191 },
192 "USERSETTINGS": {
193 "LANGUAGE": "Language"
194 },
195 "VIM": {
196 "CREATEDSUCCESSFULLY": "VIM Created Successfully",
Barath Kumar Rd477b852020-07-07 15:24:05 +0530197 "LOCATIONINFO": "Type the location name and click enter"
kumaran.m3b4814a2020-05-01 19:48:54 +0530198 },
199 "VIMDETAILS": {
200 "NEWVIM": "New VIM",
201 "VIMACCOUNTDETAILS": "VIM Account details",
202 "NAME": "Name",
203 "VIMUSERNAME": "VIM Username",
204 "VIMURL": "VIM URL",
205 "VIMTYPE": "Type",
206 "TENANTNAME": "Tenant name",
207 "DESCRIPTION": "Description",
208 "SCHEMATYPE": "Schema Type",
209 "SCHEMAVERSION": "Schema Version",
210 "CONFIGPARAMETERS": "CONFIG PARAMETERS",
kumaran.m3b4814a2020-05-01 19:48:54 +0530211 "NEWVIMACCOUNT": "New VIM Account",
Barath Kumar Rd477b852020-07-07 15:24:05 +0530212 "VIMPASSWORD": "VIM Password",
kumaran.m3b4814a2020-05-01 19:48:54 +0530213 "VIMLOCATION": "VIM Location",
Barath Kumar Rd477b852020-07-07 15:24:05 +0530214 "BACKTOVIMACCOUNTS": "Back to VimAccounts",
215 "LOCATIONERROR": "The Datacenter is already available in the selected location",
216 "LOADSAMPLECONFIG": "Load Sample Config",
217 "CLEARCONFIG": "Clear Config"
kumaran.m3b4814a2020-05-01 19:48:54 +0530218 },
219 "WIMACCOUNTS": {
220 "CREATEDSUCCESSFULLY": "WIM Created Successfully",
221 "WIMDETAILS": "WIM Details",
222 "NEWWIM": "New WIM",
223 "SCHEMAVERSION": "Schema Version",
224 "RO": "RO",
225 "ROACCOUNT": "RO Account",
226 "USERNAME": "WIM Username",
227 "PASSWORD": "WIM Password"
228 },
229 "NSINSTANCE": {
230 "NEWNSINSTANCE": "New NS",
231 "CREATEDSUCCESSFULLY": "NS Instance Created Successfully"
232 },
233 "VNFINSTANCE": {
234 "ADDVNFINSTANCE": "Add VNF Instance"
235 },
236 "PDUINSTANCE": {
237 "NEWPDUINSTANCE": "New PDU",
238 "PDUTYPE": "PDU Type",
239 "PARAMETERS": "PDU Instances Parameters",
240 "ADDINSTANCEPARAMS": "Add Params",
241 "CREATEDSUCCESSFULLY": "PDU Instances Created Successfully"
242 },
243 "NETSLICEINSTANCE": {
244 "CREATENETSLICEINSTANCE": "Create NSI"
245 },
246 "SDNCONTROLLER": {
247 "NEWSDNCONTROLLER": "New SDN Controller",
248 "REGISTEREDSDNCONTROLLER": "Registered SDN Controllers",
249 "RO": "RO",
250 "DPID": "DPID",
251 "CREATEDSUCCESSFULLY": "SDN Registered Successfully",
252 "DPIDPLACEHOLDER": "xx:xx:xx:xx:xx:xx:xx:xx",
253 "DETAILS": "SDN Controller Details"
254 },
255 "USERS": {
256 "CREATEUSER": "Create User",
257 "NEWUSER": "New User",
258 "USERNAME": "User Name",
259 "PASSWORD": "Password",
260 "CONFPASSWORD": "Confirm Password",
261 "EDITUSER": "Edit User",
262 "NEWPASSWORD": "New Password",
263 "DEFAULTPROJECT": "Default Project",
264 "PASSWORDCONFLICT": "Password and confirm password are not matched",
265 "PASSWORDMATCH": "Password Match",
266 "CREATEDSUCCESSFULLY": "User Created Successfully",
267 "EDITEDSUCCESSFULLY": "User Edit Successfully",
268 "EDITCREDENTIALS": "Change Password",
269 "EDITUSERNAME": "Change Username",
270 "PROJECTSROLES": "Projects Roles",
271 "EDITPROJECTROLEMAPPING": "Edit Project Role Mapping",
272 "ADDMAPPINGS": "Add Mappings",
273 "EDITPROJECTROLEERROR": "Please provide at least one project role mapping to continue"
274 },
275 "TOPOLOGY": {
276 "SELECTELEMENT": "Select Element",
277 "VL": "VL",
278 "VNF": "VNF",
279 "VNFD": "VNFD",
280 "CP": "CP",
281 "NSD": "NSD",
282 "NS": "NS",
283 "VIRTUALLINK": "Virtual Link",
284 "CONNECTIONPOINT": "Connection Point",
285 "INTCONNECTIONPOINT": "Int Connection Point",
286 "LINK": "Link",
287 "ADDINGCP": "Please select a connection point of {{vnfdname}} to link {{vlname}}?",
288 "INFO": "Info",
289 "HELP": "Help",
290 "HELPINFO": {
291 "CREATEEDGE": "Create edge",
292 "CREATEEDGEFIRSTSETENCE": "Select the first vertex by clicking on it using",
293 "CREATEEDGESECONDSETENCE": "on another vertex (different than the selected one).",
294 "DELETEEDGEVERTEX": "Delete edge/vertex",
295 "DELETEEDGEVERTEXSENTENCE": "Double clicking on edge/vertex.",
296 "SPREADEDGE": "Spread edge",
297 "SPREADEDGESENTENCE": "Select the vertex by clicking on it using",
298 "EDGEINFO": "Show edge information",
299 "EDGEINFOSENTENCE": "Select the edge by clicking. The information will be shown on the left side."
300 },
301 "VDU": "VDU",
302 "INTVL": "IntVL",
303 "INTCP": "IntCP",
304 "DATAEMPTY": "Please change something"
305 },
306 "PROJECT": {
307 "NEWPROJECT": "New Project",
308 "CREATEDSUCCESSFULLY": "Project Created Successfully",
Barath Kumar R09cd4ec2020-07-07 16:12:32 +0530309 "UPDATEDSUCCESSFULLY": "Project Updated Successfully",
310 "QUOTA": "Quota Limit"
kumaran.m3b4814a2020-05-01 19:48:54 +0530311 },
312 "NSPACKAGE": {
313 "ADDNSPACKAGE": "Compose a new NS",
314 "CREATEDSUCCESSFULLY": "NS Package Created Successfully",
315 "NSCOMPOSE": {
316 "UPDATEDSUCCESSFULLY": "Descriptor Updated Successfully",
317 "CONFIRMCONNECTIONPOINT": "Please confirm to add connection point",
318 "CANNOTLINKVNF": "You can't link a vnf with a vnf",
319 "CANNOTLINKVL": "You can't link a VL with a VL",
320 "CANNOTLINKVLVNF": "You can't link a VL with a vnf",
321 "CANNOTLINKVNFCP": "You can't link a VNF with a CP",
322 "CANNOTLINKVLCP": "You can't link a VL with a CP",
323 "CANNOTLINKCP": "You can't link a CP with a CP",
324 "ADDNSD": "Virtual Link is added succesfully",
325 "ADDVNFD": "VNFD is added succesfully",
326 "ADDNS": "Connection Link is added succesfully",
327 "DELETENSD": "Successfully Deleted the Virtual Link",
328 "DELETEVNFD": "Successfully Deleted the VNF",
329 "DELETENS": "Successfully Deleted the Connection point",
330 "DELETELINK": "Successfully Deleted the Link",
331 "MGMTNETWORK": "Mgmt Network",
332 "VIMNETWORKNAME": "Vim Network Name",
333 "MEMBER-VNF-INDEX": "member-vnf-index",
334 "VNFD-ID-REF": "vnfd-id-ref",
335 "VLD-ID": "vld-id",
336 "VNFD-CP-REF": "vnfd-connection-point-ref"
337 },
338 "EDITPACKAGES": {
339 "UPDATEDSUCCESSFULLY": "Descriptor Updated Successfully"
340 }
341 },
342 "VNFPACKAGE": {
343 "ADDVNFPACKAGE": "Compose a new VNF",
344 "CREATEDSUCCESSFULLY": "VNF Package Created Successfully",
345 "VNFCOMPOSE": {
346 "UPDATEDSUCCESSFULLY": "Descriptor Updated Successfully",
347 "INVALIDSELECTION": "Invalid Selection",
348 "YOUCANNOTDELETELINK": "You cannot delete link",
349 "CANNOTLINKVDUANDINTCP": "You cant link vdu with int_cp",
350 "CANNOTLINKINTCPANDVDU": "You cant link int_cp with vdu",
351 "CANNOTLINKCPANDVNFVL": "You cant link cp with vnf_vl",
352 "CANNOTLINKVNFVLANDCP": "You cant link vnf_vl with cp",
353 "CANNOTLINKINTCPANDCP": "You cant link intcp with cp",
354 "CANNOTLINKCPANDINTCP": "You cant link cp with int_cp",
Barath Kumar Rb323b2a2020-07-07 15:31:19 +0530355 "CANNOTLINKVDUANDVDU": "You can't link a vdu with a vdu",
356 "CANNOTLINKCPANDCP": "You can't link a cp with a cp",
357 "CANNOTLINKVNFVLANDVNFVL": "You cant link vnf_vl with vnf_vl",
358 "CANNOTLINKVNFVLANDONTCP": "You cant link vnf_vl with int_cp",
359 "CANNOTLINKINTCPANDVNFVL": "You cant link intcp with vnf_vl",
360 "CANNOTLINKINTCPANDINTCP": "You cant link intcp with intcp"
kumaran.m3b4814a2020-05-01 19:48:54 +0530361 }
362 },
363 "NETSLICE": {
364 "CREATEDSUCCESSFULLY": "Netslice Created Successfully",
365 "TEMPLATECREATEDSUCCESSFULLY": "Netslice Template Created Successfully",
366 "UPDATEDSUCCESSFULLY": "Template Updated Successfully"
367 },
368 "NETSLICETEMPLATE": {
369 "NETSLICETEMPLATEDETAILS": "Network Slices Template Details"
370 },
371 "NSTINSTANCEINSTANTIATE": {
372 "NEWINSTANCE": "New Instance",
373 "NSNAME": "Ns Name",
374 "DESCRIPTION": "Description",
375 "NSTID": "Nst Id",
376 "SSHKEY": "SSH Key",
377 "VIMACCOUNT": "VIM Account",
378 "SSHKEYMSG": "Paste your key here ..."
379 },
380 "NSPRIMITIVE": {
381 "PRIMITIVE": "Primitive",
382 "PRIMITIVEPARAMETERS": "Primitive Parameters",
383 "ADDPRIMITIVEPARAMS": "Add Primitive Params",
384 "EXECUTEDSUCCESSFULLY": "Executed NS Primitive Configuration"
385 },
386 "ROLES": {
387 "CREATEROLE": "Create Role",
388 "ROLE": "Role",
389 "PERMISSIONS": "Permissions",
390 "YAMLPERMISSIONS": "YAML Permissions",
391 "CREATEDSUCCESSFULLY": "Role Created Successfully",
392 "UPDATEDSUCCESSFULLY": "Role Updated Successfully",
393 "ROLEJSONERROR": "Role permissions should be provided in a key-value fashion",
394 "ROLEKEYERROR": "Value of '{{roleKey}}' in a role permissions should be boolean",
395 "EDITROLE": "Edit Role",
396 "PREVIEW": "Preview",
397 "TEXTVIEW": "Text View"
398 },
399 "K8S": {
400 "MENUK8S": "K8s",
401 "MENUK8SCLUSTER": "K8s Clusters",
402 "MENUK8SREPO": "K8s Repos",
403 "REGISTERK8CLUSTER": "Registered K8s clusters",
404 "ADDK8CLUSTER": "Add K8s Cluster",
405 "K8SCLUSTERDETAILS": "K8s Cluster Details",
406 "REGISTERK8REPO": "Registered K8s repository",
407 "ADDK8REPO": "Add K8s Repository",
408 "K8SREPODETAILS": "K8s Repository Details",
409 "CREATEDSUCCESSFULLY": "K8s Created Successfully",
410 "NEWK8SCLUSTER": "New K8s Cluster",
411 "NAME": "Name",
412 "K8SVERSION": "K8s Version",
413 "VIMACCOUNT": "Vim Account",
414 "DESCRIPTION": "Description",
415 "NETS": "Nets",
416 "NETSPLACEHOLDER": "example: {'net1': 'osm-ext'}",
417 "CREDENTIALS": "Credentials",
418 "NEWK8SREPO": "New K8s Repository",
419 "TYPE": "Type",
420 "URL": "URL"
Barath Kumar R403234e2020-07-07 15:48:58 +0530421 },
422 "OSMREPO": {
423 "MENUOSMREPO": "OSM Repositories",
424 "ADDOSMREPO": "Add OSM Repositories",
425 "NEWOSMREPO": "New OSM Repositories",
426 "EDITOSMREPO": "Edit OSM Repositories",
427 "OSMREPOTITLE": "Registered OSM repository",
428 "CREATEDSUCCESSFULLY": "OSM Repository Added Successfully",
429 "UPDATEDSUCCESSFULLY" : "OSM Repository Updated Successfully"
kumaran.m3b4814a2020-05-01 19:48:54 +0530430 }
431 },
432 "HTTPERROR": {
433 "401": "Access denied, Lack of permissions",
434 "400": "Please check the request and try again",
435 "404": "Expected service not avilable, Please try again later",
436 "500": "Server error, Please try again later",
437 "502": "Bad Gateway, Please try again later",
438 "503": "Service temporarily unavailable, Please try again later",
439 "504": "Gateway timeout error, Please try again later",
440 "409": "Please try again later"
441 },
442 "PAGENOTFOUND": {
443 "OOPS": "Oops!",
444 "NOTFOUND": "404 Not Found",
445 "CONTENT": "The page cannot be found or unauthorized, it might be no longer relevant or had its name changed",
446 "MEAN": "Meanwhile, you may return to",
447 "HOME": "Home"
448 },
449 "DOMVALIDATIONS": {
450 "INVALIDURL": "Enter a valid URL",
451 "INVALIDIPADDRESS": "Enter a valid IP Address",
452 "INVALIDPORTADDRESS": "Enter a valid PORT Address",
453 "INVALIDDPID": "Enter a valid DPID",
454 "INVALIDJSON": "Enter a valid JSON Format",
455 "INVALIDYAML": "Enter a valid JSON Format"
456 },
457 "GRAFANA": {
458 "METRICSERROR": "Not a valid metrics"
459 }
460}