locales: fix translation for compute offering (#315)

Fixes #314

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-04-27 17:42:28 +07:00 committed by Rohit Yadav
parent c429e7e8d3
commit 13e4d475e1
1 changed files with 13 additions and 1 deletions

View File

@ -1273,5 +1273,17 @@
"featured": "Featured",
"community": "Community",
"selfexecutable": "Self",
"sharedexecutable": "Shared"
"sharedexecutable": "Shared",
"fixed": "Fixed Offering",
"customconstrained": "Custom Constrained",
"customunconstrained": "Custom Unconstrained",
"iscustomizeddiskiops": "Custom IOPS",
"diskiopsmin": "Min IOPS",
"diskiopsmax": "Max IOPS",
"diskbytesreadrate": "Disk Read Rate (BPS)",
"diskbyteswriterate": "Disk Write Rate (BPS)",
"diskiopsreadrate": "Disk Read Rate (IOPS)",
"diskiopswriterate": "Disk Write Rate (IOPS)",
"none": "None",
"maxcpunumber": "Max CPU Cores"
}