Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 1 | { |
| 2 | "global": { |
| 3 | "formField": { |
| 4 | "validator": "Field required" |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 5 | }, |
| 6 | "on": "on", |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame^] | 7 | "off": "off", |
| 8 | "actions": { |
| 9 | "confirm": "Confirm" |
| 10 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 11 | }, |
Yoshie Muranaka | 4ee8d29 | 2020-02-20 07:29:58 -0800 | [diff] [blame] | 12 | "ariaLabels": { |
| 13 | "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen." |
| 14 | }, |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 15 | "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 Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 40 | "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 Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 70 | "pageTitle": { |
| 71 | "localUserMgmt": "Local user management", |
| 72 | "login": "Login", |
| 73 | "overview": "Overview", |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame^] | 74 | "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 Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 88 | } |
| 89 | } |