blob: 2b6fa07a2bc2cafac860079c59e8c82e929c050e [file] [log] [blame]
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001{
2 "global": {
3 "formField": {
4 "validator": "Field required"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -06005 },
6 "on": "on",
Yoshie Muranakac11d3892020-02-19 08:07:40 -08007 "off": "off",
8 "actions": {
9 "confirm": "Confirm"
10 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060011 },
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080012 "ariaLabels": {
13 "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
14 },
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060015 "login": {
16 "language": {
17 "label": "Language"
18 },
19 "languages": {
20 "select": "Select an option",
21 "english": "English",
22 "spanish": "Spanish"
23 },
24 "logIn": {
25 "label": "Log in"
26 },
27 "errorMsg": {
28 "title": "Invalid username or password.",
29 "action": "Please try again."
30 },
31 "password": {
32 "label": "Password",
33 "validator": "@:global.formField.validator"
34 },
35 "username": {
36 "label": "Username",
37 "validator": "@:global.formField.validator"
38 }
39 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -060040 "overview": {
41 "events": {
42 "noHighEventsMsg": "There are no high priority events to display at this time."
43 },
44 "firmwareVersion": "Firmware version",
45 "hostname": "Hostname",
46 "ipAddress": "IP address",
47 "macAddress": "MAC address",
48 "manufacturer": "Manufacturer",
49 "model": "Model",
50 "powerCap": "Power cap",
51 "powerConsumption": "Power consumption",
52 "sectionTitle": {
53 "bmcInformation": "BMC information",
54 "highPriorityEvents": "High priority events",
55 "powerConsumption": "@:overview.powerConsumption",
56 "serverInformation": "Server information"
57 },
58 "serialNumber": "Serial number",
59 "state": {
60 "notAvailable": "Not available",
61 "notEnabled": "Not enabled"
62 },
63 "quicklinks": {
64 "bmcTime": "BMC time",
65 "editNetworkSettings": "Edit network settings",
66 "serverLed": "Server LED",
67 "solConsole": "Serial over LAN console"
68 }
69 },
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060070 "pageTitle": {
71 "localUserMgmt": "Local user management",
72 "login": "Login",
73 "overview": "Overview",
Yoshie Muranakac11d3892020-02-19 08:07:40 -080074 "unauthorized": "Unauthorized",
75 "rebootBmc": "Reboot BMC"
76 },
77 "pageRebootBmc": {
78 "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.",
79 "rebootBmc": "Reboot BMC",
80 "modal": {
81 "confirmTitle": "Confirm BMC reboot",
82 "confirmMessage": "Are you sure you want to reboot the BMC?"
83 },
84 "toastMessages": {
85 "successRebootStart": "Rebooting BMC.",
86 "errorRebootStart": "Error rebooting BMC."
87 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060088 }
89}