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.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/locales/en.json b/src/locales/en.json
index 30bfc88d..0de52987 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -183,5 +183,27 @@
"errorRebootStart": "Error rebooting BMC.",
"successRebootStart": "Rebooting BMC."
}
+ },
+ "pageServerPowerOperations": {
+ "currentStatus": "Current status",
+ "hostname": "Hostname",
+ "hostStatus": "Host status",
+ "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
+ "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
+ "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
+ "operations": "Operations",
+ "orderlyReboot": "Orderly – OS shuts down, then server reboots",
+ "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
+ "powerOn": "Power on",
+ "reboot": "Reboot",
+ "rebootServer": "Reboot server",
+ "shutDown": "Shut down",
+ "shutdownServer": "Shutdown server",
+ "modal": {
+ "confirmRebootMessage": "Are you sure you want to reboot?",
+ "confirmRebootTitle": "Server reboot will cause outage",
+ "confirmShutdownMessage": "Are you sure you want to shut down?",
+ "confirmShutdownTitle": "Server shutdown will cause outage"
+ }
}
} \ No newline at end of file