This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git
The following commit(s) were added to refs/heads/master by this push:
new 3af9165 locales: fix translation for compute offering (#315)
3af9165 is described below
commit 3af916518a33540aaf510b4c89917f72c8bac192
Author: Hoang Nguyen <[email protected]>
AuthorDate: Mon Apr 27 17:42:28 2020 +0700
locales: fix translation for compute offering (#315)
Fixes #314
---
src/locales/en.json | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/src/locales/en.json b/src/locales/en.json
index 285f182..8035422 100644
--- a/src/locales/en.json
+++ b/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"
}