summaryrefslogtreecommitdiff
path: root/src/locales/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en.json')
-rw-r--r--src/locales/en.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/locales/en.json b/src/locales/en.json
index db3a87bf..2b6fa07a 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -4,7 +4,10 @@
"validator": "Field required"
},
"on": "on",
- "off": "off"
+ "off": "off",
+ "actions": {
+ "confirm": "Confirm"
+ }
},
"ariaLabels": {
"showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
@@ -68,6 +71,19 @@
"localUserMgmt": "Local user management",
"login": "Login",
"overview": "Overview",
- "unauthorized": "Unauthorized"
+ "unauthorized": "Unauthorized",
+ "rebootBmc": "Reboot BMC"
+ },
+ "pageRebootBmc": {
+ "rebootInformation": "When you reboot the BMC, your web browser loses contact with the BMC for several minutes. When the BMC is back online, you may need to log in again.",
+ "rebootBmc": "Reboot BMC",
+ "modal": {
+ "confirmTitle": "Confirm BMC reboot",
+ "confirmMessage": "Are you sure you want to reboot the BMC?"
+ },
+ "toastMessages": {
+ "successRebootStart": "Rebooting BMC.",
+ "errorRebootStart": "Error rebooting BMC."
+ }
}
} \ No newline at end of file