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