mirror of https://github.com/apache/cloudstack.git
locales: fix translation for compute offering (#315)
Fixes #314 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
c429e7e8d3
commit
13e4d475e1
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue