Add translation for a few missing UI elements
On the sensor page and user management page, some of the strings are
not getting translated to the selected language.
I have added this patch to add the multiple language strings to the
missing strings.
Change-Id: I03ca43bb81708f85e913e39c6dfa24ab7f3de876
Signed-off-by: Kirankumar Ballapalli <kirankumarb@ami.com>
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 0796c67..74dad4e 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -20,7 +20,10 @@
"reset": "Reset",
"save": "Save",
"saveSettings": "Save settings",
- "selected": "Selected"
+ "selected": "Selected",
+ "ok": "OK",
+ "warning": "Warning",
+ "critical": "Critical"
},
"ariaLabel": {
"clearSearch": "Clear search input",
@@ -574,7 +577,12 @@
"configureManagerResources": "Configure manager resources",
"configureUsersAndTheirAccounts": "Configure users and their accounts",
"logInToTheServiceAndReadResources": "Log in to the service and read resources",
- "updatePasswordForCurrentUserAccount": "Update password for current user account"
+ "updatePasswordForCurrentUserAccount": "Update password for current user account",
+ "privilege": "Privilege",
+ "administrator": "Administrator",
+ "operator": "Operator",
+ "readOnly": "ReadOnly",
+ "noAccess": "NoAccess"
},
"toast": {
"errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.",