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", |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 8 | "state": { |
| 9 | "notAvailable": "Not available", |
| 10 | "notEnabled": "Not enabled" |
| 11 | }, |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 12 | "actions": { |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 13 | "confirm": "Confirm", |
| 14 | "cancel": "Cancel", |
| 15 | "delete": "Delete", |
| 16 | "selected": "Selected" |
| 17 | }, |
| 18 | "response": { |
| 19 | "success": "Success", |
| 20 | "error": "Error", |
| 21 | "warning": "Warning" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 22 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 23 | }, |
Yoshie Muranaka | 4ee8d29 | 2020-02-20 07:29:58 -0800 | [diff] [blame] | 24 | "ariaLabels": { |
| 25 | "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen." |
| 26 | }, |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 27 | "pageTitle": { |
| 28 | "localUserMgmt": "Local user management", |
| 29 | "login": "Login", |
| 30 | "overview": "Overview", |
| 31 | "unauthorized": "Unauthorized", |
| 32 | "rebootBmc": "Reboot BMC" |
| 33 | }, |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 34 | "login": { |
| 35 | "language": { |
| 36 | "label": "Language" |
| 37 | }, |
| 38 | "languages": { |
| 39 | "select": "Select an option", |
| 40 | "english": "English", |
| 41 | "spanish": "Spanish" |
| 42 | }, |
| 43 | "logIn": { |
| 44 | "label": "Log in" |
| 45 | }, |
| 46 | "errorMsg": { |
| 47 | "title": "Invalid username or password.", |
| 48 | "action": "Please try again." |
| 49 | }, |
| 50 | "password": { |
| 51 | "label": "Password", |
| 52 | "validator": "@:global.formField.validator" |
| 53 | }, |
| 54 | "username": { |
| 55 | "label": "Username", |
| 56 | "validator": "@:global.formField.validator" |
| 57 | } |
| 58 | }, |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 59 | "overview": { |
| 60 | "events": { |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 61 | "noHighEventsMsg": "There are no high priority events to display at this time.", |
| 62 | "date": "Date", |
| 63 | "description": "Description", |
| 64 | "id": "ID", |
| 65 | "refCode": "Reference code", |
| 66 | "viewAllButton": "View all event logs" |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 67 | }, |
| 68 | "firmwareVersion": "Firmware version", |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 69 | "manufacturer": "Manufacturer", |
| 70 | "model": "Model", |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 71 | "network": { |
| 72 | "hostname": "Hostname", |
| 73 | "ipAddress": "IP address", |
| 74 | "macAddress": "MAC address" |
| 75 | }, |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 76 | "powerCap": "Power cap", |
| 77 | "powerConsumption": "Power consumption", |
| 78 | "sectionTitle": { |
| 79 | "bmcInformation": "BMC information", |
| 80 | "highPriorityEvents": "High priority events", |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 81 | "networkInformation": "Network information", |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 82 | "powerConsumption": "@:overview.powerConsumption", |
| 83 | "serverInformation": "Server information" |
| 84 | }, |
| 85 | "serialNumber": "Serial number", |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 86 | "quicklinks": { |
| 87 | "bmcTime": "BMC time", |
| 88 | "editNetworkSettings": "Edit network settings", |
| 89 | "serverLed": "Server LED", |
| 90 | "solConsole": "Serial over LAN console" |
| 91 | } |
| 92 | }, |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 93 | "pageRebootBmc": { |
| 94 | "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.", |
| 95 | "rebootBmc": "Reboot BMC", |
| 96 | "modal": { |
| 97 | "confirmTitle": "Confirm BMC reboot", |
| 98 | "confirmMessage": "Are you sure you want to reboot the BMC?" |
| 99 | }, |
| 100 | "toastMessages": { |
| 101 | "successRebootStart": "Rebooting BMC.", |
| 102 | "errorRebootStart": "Error rebooting BMC." |
| 103 | } |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 104 | }, |
| 105 | "localUserManagement": { |
| 106 | "tableActions": { |
| 107 | "delete": "@:global.actions.delete", |
| 108 | "enable": "Enable", |
| 109 | "disable": "Disable" |
| 110 | }, |
| 111 | "toastMessages": { |
| 112 | "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.", |
| 113 | "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.", |
| 114 | "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.", |
| 115 | "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.", |
| 116 | "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.", |
| 117 | "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users." |
| 118 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 119 | } |
| 120 | } |