Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 1 | { |
| 2 | "global": { |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 3 | "action": { |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 4 | "confirm": "Confirm", |
| 5 | "cancel": "Cancel", |
| 6 | "delete": "Delete", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 7 | "disable": "Disable", |
| 8 | "enable": "Enable", |
Yoshie Muranaka | 1b1c100 | 2020-02-20 10:18:36 -0800 | [diff] [blame] | 9 | "save": "Save", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 10 | "selected": "Selected" |
| 11 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 12 | "ariaLabel": { |
| 13 | "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen." |
| 14 | }, |
| 15 | "form": { |
| 16 | "fieldRequired": "Field required", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 17 | "invalidFormat": "Invalid format", |
| 18 | "lengthMustBeBetween": "Length must be between %{min} – %{max} characters", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 19 | "mustBeAtLeast": "Must be at least %{value}", |
| 20 | "selectAnOption": "Select an option", |
| 21 | "valueMustBeBetween": "Value must be between %{min} – %{max}" |
| 22 | }, |
| 23 | "status": { |
| 24 | "disabled": "Disabled", |
| 25 | "enabled": "Enabled", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 26 | "error": "Error", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 27 | "notAvailable": "Not available", |
| 28 | "off": "Off", |
| 29 | "on": "On", |
| 30 | "success": "Success", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 31 | "warning": "Warning" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 32 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 33 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 34 | "appHeader": { |
| 35 | "health": "Health", |
| 36 | "logOut": "Log out", |
| 37 | "power": "Power", |
| 38 | "refresh": "Refresh" |
Yoshie Muranaka | 4ee8d29 | 2020-02-20 07:29:58 -0800 | [diff] [blame] | 39 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 40 | "appNavigation": { |
| 41 | "accessControl": "Access Control", |
| 42 | "configuration": "Configuration", |
| 43 | "control": "Control", |
| 44 | "health": "Health", |
| 45 | "localUserManagement": "@appPageTitle.localUserManagement", |
| 46 | "overview": "@appPageTitle.overview", |
| 47 | "rebootBmc": "@appPageTitle.rebootBmc" |
| 48 | }, |
| 49 | "appPageTitle": { |
| 50 | "localUserManagement": "Local user management", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 51 | "login": "Login", |
| 52 | "overview": "Overview", |
| 53 | "unauthorized": "Unauthorized", |
| 54 | "rebootBmc": "Reboot BMC" |
| 55 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 56 | "pageLocalUserManagement": { |
| 57 | "accountPolicySettings": "Account policy settings", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 58 | "addUser": "Add user", |
| 59 | "deleteUser": "Delete user", |
| 60 | "editUser": "Edit user", |
| 61 | "viewPrivilegeRoleDescriptions": "View privilege role descriptions", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 62 | "modal": { |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 63 | "accountStatus": "Account status", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 64 | "automaticAfterTimeout": "Automatic after timeout", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 65 | "cannotStartWithANumber": "Cannot start with a number", |
| 66 | "confirmUserPassword": "Confirm user password", |
| 67 | "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 68 | "manual": "Manual", |
| 69 | "maxFailedLoginAttempts": "Max failed login attempts", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 70 | "noSpecialCharactersExceptUnderscore": "No special characters except underscore", |
| 71 | "passwordMustBeBetween": "Password must be between %{min} – %{max} characters", |
| 72 | "passwordsDoNotMatch": "Passwords do not match", |
| 73 | "privilege": "Privilege", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 74 | "timeoutDurationSeconds": "Timeout duration (seconds)", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 75 | "username": "Username", |
| 76 | "userPassword": "User password", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 77 | "userUnlockMethod": "User unlock method" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 78 | }, |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame^] | 79 | "table": { |
| 80 | "privilege": "Privilege", |
| 81 | "status": "Status", |
| 82 | "username": "Username" |
| 83 | }, |
| 84 | "tableRoles": { |
| 85 | "configureComponentsManagedByThisService": "Configure components managed by this service", |
| 86 | "configureManagerResources": "Configure manager resources", |
| 87 | "configureUsersAndTheirAccounts": "Configure users and their accounts", |
| 88 | "ipmiAccessPoint": "IPMI access point", |
| 89 | "logInToTheServiceAndReadResources": "Log in to the service and read resources", |
| 90 | "redfishAccessPoint": "Redfish access point", |
| 91 | "sshAccessPoint": "SSH access point", |
| 92 | "updatePasswordForCurrentUserAccount": "Update password for current user account", |
| 93 | "webUiAccessPoint": "WebUI access point" |
| 94 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 95 | "toast": { |
| 96 | "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.", |
| 97 | "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users.", |
| 98 | "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.", |
| 99 | "errorSaveSettings": "Error saving account settings.", |
| 100 | "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.", |
| 101 | "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.", |
| 102 | "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.", |
| 103 | "successSaveSettings": "Successfully saved account settings." |
| 104 | } |
| 105 | }, |
| 106 | "pageLogin": { |
| 107 | "language": "Language", |
| 108 | "logIn": "Log in", |
| 109 | "password": "Password", |
| 110 | "username": "Username", |
| 111 | "alert": { |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 112 | "title": "Invalid username or password.", |
| 113 | "action": "Please try again." |
| 114 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 115 | "form": { |
| 116 | "english": "English", |
| 117 | "spanish": "Spanish" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 118 | } |
| 119 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 120 | "pageOverview": { |
| 121 | "bmcInformation": "BMC information", |
| 122 | "firmwareVersion": "Firmware version", |
| 123 | "highPriorityEvents": "High priority events", |
| 124 | "manufacturer": "Manufacturer", |
| 125 | "model": "Model", |
| 126 | "networkInformation": "Network information", |
| 127 | "powerCap": "Power cap", |
| 128 | "powerConsumption": "Power consumption", |
| 129 | "serialNumber": "Serial number", |
| 130 | "serverInformation": "Server information", |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 131 | "events": { |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 132 | "date": "Date", |
| 133 | "description": "Description", |
| 134 | "id": "ID", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 135 | "noHighEventsMsg": "There are no high priority events to display at this time.", |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 136 | "refCode": "Reference code", |
| 137 | "viewAllButton": "View all event logs" |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 138 | }, |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 139 | "network": { |
| 140 | "hostname": "Hostname", |
| 141 | "ipAddress": "IP address", |
| 142 | "macAddress": "MAC address" |
| 143 | }, |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 144 | "quicklinks": { |
| 145 | "bmcTime": "BMC time", |
| 146 | "editNetworkSettings": "Edit network settings", |
| 147 | "serverLed": "Server LED", |
| 148 | "solConsole": "Serial over LAN console" |
| 149 | } |
| 150 | }, |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 151 | "pageRebootBmc": { |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 152 | "rebootBmc": "Reboot BMC", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 153 | "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.", |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 154 | "modal": { |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 155 | "confirmMessage": "Are you sure you want to reboot the BMC?", |
| 156 | "confirmTitle": "Confirm BMC reboot" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 157 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 158 | "toast": { |
| 159 | "errorRebootStart": "Error rebooting BMC.", |
| 160 | "successRebootStart": "Rebooting BMC." |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 161 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 162 | } |
| 163 | } |