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