From 13e4d475e11baffaf932b8b6ba091ceaef33cf77 Mon Sep 17 00:00:00 2001 From: Hoang Nguyen Date: Mon, 27 Apr 2020 17:42:28 +0700 Subject: [PATCH] locales: fix translation for compute offering (#315) Fixes #314 Signed-off-by: Rohit Yadav --- ui/src/locales/en.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index 285f1823c25..8035422473b 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -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" }