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 | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 4 | "add": "Add", |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 5 | "cancel": "Cancel", |
| 6 | "clearAll": "Clear all", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 7 | "confirm": "Confirm", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 8 | "copy": "Copy", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 9 | "delete": "Delete", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 10 | "disable": "Disable", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 11 | "download": "Download", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 12 | "edit": "Edit", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 13 | "enable": "Enable", |
Yoshie Muranaka | b1a7191 | 2020-04-29 10:52:39 -0700 | [diff] [blame] | 14 | "export": "Export", |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 15 | "filter": "Filter", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 16 | "replace": "Replace", |
Yoshie Muranaka | 1b1c100 | 2020-02-20 10:18:36 -0800 | [diff] [blame] | 17 | "save": "Save", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 18 | "saveSettings": "Save settings", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 19 | "selected": "Selected" |
| 20 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 21 | "ariaLabel": { |
Yoshie Muranaka | 1be6b41 | 2020-04-16 12:03:38 -0700 | [diff] [blame] | 22 | "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.", |
| 23 | "tooltip": "Tooltip" |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 24 | }, |
| 25 | "form": { |
| 26 | "fieldRequired": "Field required", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 27 | "invalidFormat": "Invalid format", |
Sukanya Pandey | 9055d98 | 2020-03-31 17:37:53 +0530 | [diff] [blame^] | 28 | "invalidValue": "Invalid value", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 29 | "lengthMustBeBetween": "Length must be between %{min} – %{max} characters", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 30 | "mustBeAtLeast": "Must be at least %{value}", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 31 | "required": "Required", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 32 | "selectAnOption": "Select an option", |
| 33 | "valueMustBeBetween": "Value must be between %{min} – %{max}" |
| 34 | }, |
| 35 | "status": { |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 36 | "copied": "Copied", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 37 | "disabled": "Disabled", |
| 38 | "enabled": "Enabled", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 39 | "error": "Error", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 40 | "notAvailable": "Not available", |
| 41 | "off": "Off", |
| 42 | "on": "On", |
| 43 | "success": "Success", |
Derick Montague | 4e90eed | 2020-03-03 18:11:44 -0600 | [diff] [blame] | 44 | "warning": "Warning", |
| 45 | "informational": "Informational" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 46 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 47 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 48 | "appHeader": { |
Derick Montague | 6859203 | 2020-04-04 14:02:34 -0500 | [diff] [blame] | 49 | "applicationHeader": "Application header", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 50 | "bmcSystemManagement": "BMC System Management", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 51 | "health": "Health", |
| 52 | "logOut": "Log out", |
| 53 | "power": "Power", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 54 | "refresh": "Refresh", |
| 55 | "skipToContent": "Skip to content" |
Yoshie Muranaka | 4ee8d29 | 2020-02-20 07:29:58 -0800 | [diff] [blame] | 56 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 57 | "appNavigation": { |
| 58 | "accessControl": "Access Control", |
| 59 | "configuration": "Configuration", |
| 60 | "control": "Control", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 61 | "eventLog": "@:appPageTitle.eventLog", |
| 62 | "firmware": "@:appPageTitle.firmware", |
| 63 | "hardwareStatus": "@:appPageTitle.hardwareStatus", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 64 | "health": "Health", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 65 | "ldap": "@:appPageTitle.ldap", |
| 66 | "localUserManagement": "@:appPageTitle.localUserManagement", |
| 67 | "managePowerUsage": "@:appPageTitle.managePowerUsage", |
| 68 | "networkSettings": "@:appPageTitle.networkSettings", |
| 69 | "overview": "@:appPageTitle.overview", |
Derick Montague | 6859203 | 2020-04-04 14:02:34 -0500 | [diff] [blame] | 70 | "primaryNavigation": "Primary navigation", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 71 | "rebootBmc": "@:appPageTitle.rebootBmc", |
| 72 | "sensors": "@:appPageTitle.sensors", |
| 73 | "serverLed": "@:appPageTitle.serverLed", |
| 74 | "serverPowerOperations": "@:appPageTitle.serverPowerOperations", |
| 75 | "snmpSettings": "@:appPageTitle.snmpSettings", |
| 76 | "sslCertificates": "@:appPageTitle.sslCertificates" |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 77 | }, |
| 78 | "appPageTitle": { |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 79 | "eventLog": "Event log", |
| 80 | "firmware": "Firmware", |
| 81 | "hardwareStatus": "Hardware status", |
| 82 | "ldap": "LDAP", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 83 | "localUserManagement": "Local user management", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 84 | "login": "Login", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 85 | "managePowerUsage": "Manage power usage", |
| 86 | "networkSettings": "Network settings", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 87 | "overview": "Overview", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 88 | "rebootBmc": "Reboot BMC", |
| 89 | "sensors": "Sensors", |
| 90 | "serverLed": "Server LED", |
| 91 | "serverPowerOperations": "Server power operations", |
| 92 | "snmpSettings": "SNMP settings", |
| 93 | "sslCertificates": "SSL Certificates", |
| 94 | "unauthorized": "Unauthorized" |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 95 | }, |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 96 | "pageLdap": { |
| 97 | "pageDescription": "Configure LDAP settings and manage role groups", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 98 | "roleGroups": "Role groups", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 99 | "settings": "Settings", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 100 | "addRoleGroup": "Add role group", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 101 | "ariaLabel": { |
| 102 | "ldapSettings": "LDAP settings" |
| 103 | }, |
| 104 | "form": { |
| 105 | "baseDn": "Base DN", |
| 106 | "bindDn": "Bind DN", |
| 107 | "bindPassword": "Bind password", |
| 108 | "caCertificateValidUntil": "CA Certificate valid until", |
| 109 | "groupIdAttribute": "Group ID attribute", |
| 110 | "ldapAuthentication": "LDAP authentication", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 111 | "ldapCertificateValidUntil": "LDAP Certificate valid until", |
| 112 | "manageSslCertificates": "Manage SSL certificates", |
| 113 | "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP", |
| 114 | "secureLdapUsingSsl": "Secure LDAP using SSL", |
| 115 | "serverUri": "Server URI", |
| 116 | "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps", |
| 117 | "serviceType": "Service type", |
| 118 | "userIdAttribute": "User ID attribute" |
| 119 | }, |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 120 | "modal": { |
| 121 | "addNewRoleGroup": "Add new role group", |
| 122 | "deleteRoleGroupBatchConfirmMessage": "Are you sure you want to delete %{count} role group? This action cannot be undone. | Are you sure you want to delete %{count} role groups? This action cannot be undone.", |
| 123 | "deleteRoleGroupConfirmMessage": "Are you sure you want to delete '%{groupName}'? This action cannot be undone.", |
| 124 | "deleteRoleGroup": "Delete role group", |
| 125 | "editRoleGroup": "Edit role group", |
| 126 | "groupName": "Group name", |
| 127 | "groupPrivilege": "Group privilege" |
| 128 | }, |
| 129 | "tableRoleGroups": { |
| 130 | "alertContent": "LDAP authentication must be enabled to modify role groups.", |
| 131 | "groupName": "Group name", |
| 132 | "groupPrivilege": "Group privilege" |
| 133 | }, |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 134 | "toast": { |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 135 | "errorAddRoleGroup": "Error adding role group.", |
| 136 | "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 137 | "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.", |
| 138 | "errorSaveLdapSettings": "Error saving Open LDAP settings.", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 139 | "errorSaveRoleGroup": "Error saving role group.", |
| 140 | "successAddRoleGroup": "Successfully added role group '%{groupName}'.", |
| 141 | "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 142 | "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 143 | "successSaveLdapSettings": "Successfully saved Open LDAP settings.", |
| 144 | "successSaveRoleGroup": "Successfully saved role group '%{groupName}'." |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 145 | } |
| 146 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 147 | "pageLocalUserManagement": { |
| 148 | "accountPolicySettings": "Account policy settings", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 149 | "addUser": "Add user", |
Yoshie Muranaka | 2932165 | 2020-05-04 10:52:36 -0700 | [diff] [blame] | 150 | "deleteUser": "Delete user | Delete users", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 151 | "editUser": "Edit user", |
| 152 | "viewPrivilegeRoleDescriptions": "View privilege role descriptions", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 153 | "modal": { |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 154 | "accountLocked": "Account locked", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 155 | "accountStatus": "Account status", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 156 | "automaticAfterTimeout": "Automatic after timeout", |
Yoshie Muranaka | 2932165 | 2020-05-04 10:52:36 -0700 | [diff] [blame] | 157 | "batchDeleteConfirmMessage": "Are you sure you want to delete %{count} user? This action cannot be undone. | Are you sure you want to delete %{count} users? This action cannot be undone.", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 158 | "cannotStartWithANumber": "Cannot start with a number", |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 159 | "clickSaveToUnlockAccount": "Click \"Save\" to unlock account", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 160 | "confirmUserPassword": "Confirm user password", |
| 161 | "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] | 162 | "manual": "Manual", |
| 163 | "maxFailedLoginAttempts": "Max failed login attempts", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 164 | "noSpecialCharactersExceptUnderscore": "No special characters except underscore", |
| 165 | "passwordMustBeBetween": "Password must be between %{min} – %{max} characters", |
| 166 | "passwordsDoNotMatch": "Passwords do not match", |
| 167 | "privilege": "Privilege", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 168 | "timeoutDurationSeconds": "Timeout duration (seconds)", |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 169 | "unlock": "Unlock", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 170 | "username": "Username", |
| 171 | "userPassword": "User password", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 172 | "userUnlockMethod": "User unlock method" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 173 | }, |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 174 | "table": { |
| 175 | "privilege": "Privilege", |
| 176 | "status": "Status", |
| 177 | "username": "Username" |
| 178 | }, |
| 179 | "tableRoles": { |
| 180 | "configureComponentsManagedByThisService": "Configure components managed by this service", |
| 181 | "configureManagerResources": "Configure manager resources", |
| 182 | "configureUsersAndTheirAccounts": "Configure users and their accounts", |
| 183 | "ipmiAccessPoint": "IPMI access point", |
| 184 | "logInToTheServiceAndReadResources": "Log in to the service and read resources", |
| 185 | "redfishAccessPoint": "Redfish access point", |
| 186 | "sshAccessPoint": "SSH access point", |
| 187 | "updatePasswordForCurrentUserAccount": "Update password for current user account", |
| 188 | "webUiAccessPoint": "WebUI access point" |
| 189 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 190 | "toast": { |
Yoshie Muranaka | 8fc53ad | 2020-05-04 10:40:41 -0700 | [diff] [blame] | 191 | "errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.", |
| 192 | "errorBatchDisable": "Error disabling %{count} user. | Error disabling %{count} users.", |
| 193 | "errorBatchEnable": "Error enabling %{count} user. | Error enabling %{count} users.", |
| 194 | "errorCreateUser": "Error creating user '%{username}'.", |
| 195 | "errorDeleteUser": "Error deleting user '%{username}'.", |
| 196 | "errorLoadAccountSettings": "Error loading account settings", |
| 197 | "errorLoadUsers": "Error loading users.", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 198 | "errorSaveSettings": "Error saving account settings.", |
Yoshie Muranaka | 8fc53ad | 2020-05-04 10:40:41 -0700 | [diff] [blame] | 199 | "errorUpdateUser": "Error updating user '%{username}'.", |
| 200 | "successBatchDelete": "Successfully deleted %{count} user. | Successfully deleted %{count} users.", |
| 201 | "successBatchDisable": "Successfully disabled %{count} user. | Successfully disabled %{count} users.", |
| 202 | "successBatchEnable": "Successfully enabled %{count} user. | Successfully enabled %{count} users.", |
| 203 | "successCreateUser": "Created user '%{username}'.", |
| 204 | "successDeleteUser": "Deleted user '%{username}'.", |
| 205 | "successSaveSettings": "Successfully saved account settings.", |
| 206 | "successUpdateUser": "Updated user '%{username}'." |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 207 | } |
| 208 | }, |
| 209 | "pageLogin": { |
| 210 | "language": "Language", |
| 211 | "logIn": "Log in", |
| 212 | "password": "Password", |
| 213 | "username": "Username", |
| 214 | "alert": { |
Derick Montague | fd22b5b | 2020-03-13 15:15:43 -0500 | [diff] [blame] | 215 | "message": "Invalid username or password" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 216 | } |
| 217 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 218 | "pageOverview": { |
| 219 | "bmcInformation": "BMC information", |
| 220 | "firmwareVersion": "Firmware version", |
| 221 | "highPriorityEvents": "High priority events", |
| 222 | "manufacturer": "Manufacturer", |
| 223 | "model": "Model", |
| 224 | "networkInformation": "Network information", |
| 225 | "powerCap": "Power cap", |
| 226 | "powerConsumption": "Power consumption", |
| 227 | "serialNumber": "Serial number", |
| 228 | "serverInformation": "Server information", |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 229 | "events": { |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 230 | "date": "Date", |
| 231 | "description": "Description", |
| 232 | "id": "ID", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 233 | "noHighEventsMsg": "There are no high priority events to display at this time.", |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 234 | "refCode": "Reference code", |
| 235 | "viewAllButton": "View all event logs" |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 236 | }, |
Dixsie Wolmers | 9d40e30 | 2020-02-13 13:29:40 -0600 | [diff] [blame] | 237 | "network": { |
| 238 | "hostname": "Hostname", |
| 239 | "ipAddress": "IP address", |
| 240 | "macAddress": "MAC address" |
| 241 | }, |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 242 | "quicklinks": { |
| 243 | "bmcTime": "BMC time", |
| 244 | "editNetworkSettings": "Edit network settings", |
| 245 | "serverLed": "Server LED", |
| 246 | "solConsole": "Serial over LAN console" |
| 247 | } |
| 248 | }, |
Sukanya Pandey | 9055d98 | 2020-03-31 17:37:53 +0530 | [diff] [blame^] | 249 | "pageManagePowerUsage": { |
| 250 | "description": "Set a power cap to keep power consumption at or below the specified value in watts", |
| 251 | "powerCapLabel": "Power cap value (in watts)", |
| 252 | "powerCapLabelTextInfo": " Value must be between %{min} and %{max}", |
| 253 | "powerCapSettingData": "Apply power cap", |
| 254 | "powerCapSettingLabel": "Power cap setting", |
| 255 | "powerConsumption": "Current power consumption", |
| 256 | "serverPowCapSetting": "Server power cap setting" |
| 257 | }, |
| 258 | |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 259 | "pageRebootBmc": { |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 260 | "rebootBmc": "Reboot BMC", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 261 | "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] | 262 | "modal": { |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 263 | "confirmMessage": "Are you sure you want to reboot the BMC?", |
| 264 | "confirmTitle": "Confirm BMC reboot" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 265 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 266 | "toast": { |
| 267 | "errorRebootStart": "Error rebooting BMC.", |
| 268 | "successRebootStart": "Rebooting BMC." |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 269 | } |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 270 | }, |
Yoshie Muranaka | 30abccb | 2020-03-11 12:44:24 -0700 | [diff] [blame] | 271 | "pageSensors": { |
| 272 | "table": { |
| 273 | "currentValue": "Current value", |
| 274 | "lowerWarning": "Lower warning", |
| 275 | "lowerCritical": "Lower critical", |
| 276 | "name": "Name", |
| 277 | "status": "Status", |
| 278 | "upperWarning": "Upper warning", |
| 279 | "upperCritical": "Upper critical" |
| 280 | } |
| 281 | }, |
SurenNeware | 090c2d4 | 2020-04-01 14:07:27 +0530 | [diff] [blame] | 282 | "pageServerLed": { |
| 283 | "serverLedSubTitle": "Server indicator LED", |
| 284 | "serverLedTitle": "LED light control" |
| 285 | }, |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 286 | "pageServerPowerOperations": { |
| 287 | "currentStatus": "Current status", |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 288 | "hostOsBootSettings": "Host OS boot settings", |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 289 | "hostStatus": "Host status", |
| 290 | "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption", |
| 291 | "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption", |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 292 | "oneTimeBootWarning": "Pending one time boot. Next boot will be performed with the specified one time boot settings. Subsequent boots will be performed with the default settings.", |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 293 | "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.", |
| 294 | "operations": "Operations", |
| 295 | "orderlyReboot": "Orderly – OS shuts down, then server reboots", |
| 296 | "orderlyShutdown": "Orderly - OS shuts down, then server shuts down", |
| 297 | "powerOn": "Power on", |
| 298 | "reboot": "Reboot", |
| 299 | "rebootServer": "Reboot server", |
| 300 | "shutDown": "Shut down", |
| 301 | "shutdownServer": "Shutdown server", |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 302 | "bootSettings": { |
| 303 | "bootSettingsOverride": "Boot settings override", |
| 304 | "enableOneTimeBoot": "Enable one time boot", |
| 305 | "tpmRequiredPolicy": "TPM required policy", |
| 306 | "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional." |
| 307 | }, |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 308 | "modal": { |
| 309 | "confirmRebootMessage": "Are you sure you want to reboot?", |
| 310 | "confirmRebootTitle": "Server reboot will cause outage", |
| 311 | "confirmShutdownMessage": "Are you sure you want to shut down?", |
| 312 | "confirmShutdownTitle": "Server shutdown will cause outage" |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 313 | }, |
| 314 | "toast": { |
| 315 | "errorSaveSettings": "Error saving settings.", |
| 316 | "successSaveSettings": "Successfully saved settings." |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 317 | } |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 318 | }, |
| 319 | "pageSslCertificates": { |
| 320 | "addNewCertificate": "Add new certificate", |
| 321 | "caCertificate": "CA Certificate", |
| 322 | "deleteCertificate": "Delete certificate", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 323 | "generateCsr": "Generate CSR", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 324 | "httpsCertificate": "HTTPS Certificate", |
| 325 | "ldapCertificate": "LDAP Certificate", |
| 326 | "replaceCertificate": "Replace certificate", |
Yoshie Muranaka | e45f54b | 2020-03-26 15:23:34 -0700 | [diff] [blame] | 327 | "alert": { |
| 328 | "certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.", |
| 329 | "certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.", |
| 330 | "certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.", |
| 331 | "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates." |
| 332 | }, |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 333 | "modal": { |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 334 | "alternateName": "Alternate name", |
| 335 | "alternateNameHelperText": "Add multiple alternate names separated by space", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 336 | "certificateFile": "Certificate file", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 337 | "certificateSigningRequest": "Certificate Signing Request (CSR)", |
| 338 | "certificateType": "Certificate type", |
| 339 | "challengePassword": "Challenge password", |
| 340 | "city": "City", |
| 341 | "commonName": "Common name", |
| 342 | "companyName": "Company name", |
| 343 | "companyUnit": "Company unit", |
| 344 | "contactPerson": "Contact person", |
| 345 | "country": "Country", |
| 346 | "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.", |
| 347 | "duplicateAlternateName": "Duplicate alternate name", |
| 348 | "emailAddress": "Email address", |
| 349 | "generateACertificateSigningRequest": "Generate a Certificate Signing Request (CSR)", |
| 350 | "keyBitLength": "Key bit length", |
| 351 | "keyCurveId": "Key curve ID", |
| 352 | "keyPairAlgorithm": "Key pair algorithm", |
| 353 | "privateKey": "Private key", |
| 354 | "state": "State" |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 355 | }, |
| 356 | "table": { |
| 357 | "certificate": "Certificate", |
| 358 | "issuedBy": "Issued by", |
| 359 | "issuedTo": "Issued to", |
| 360 | "validFrom": "Valid from", |
| 361 | "validUntil": "Valid until" |
| 362 | }, |
| 363 | "toast": { |
| 364 | "errorAddCertificate": "Error adding certificate.", |
| 365 | "errorDeleteCertificate": "Error deleting certificate.", |
| 366 | "errorReplaceCertificate": "Error replacing certificate.", |
| 367 | "successAddCertificate": "Successfully added %{certificate}.", |
| 368 | "successDeleteCertificate": "Successfully deleted %{certificate}.", |
| 369 | "successReplaceCertificate": "Successfully replaced %{certificate}." |
| 370 | } |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 371 | }, |
Yoshie Muranaka | 3435431 | 2020-05-06 09:34:08 -0700 | [diff] [blame] | 372 | "pageUnauthorized": { |
| 373 | "description": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role." |
| 374 | }, |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 375 | "countries": { |
| 376 | "AF":"Afghanistan", |
| 377 | "AL":"Albania", |
| 378 | "DZ":"Algeria", |
| 379 | "AS":"American Samoa", |
| 380 | "AD":"Andorra", |
| 381 | "AO":"Angola", |
| 382 | "AI":"Anguilla", |
| 383 | "AQ":"Antarctica", |
| 384 | "AG":"Antigua and Barbuda", |
| 385 | "AR":"Argentina", |
| 386 | "AM":"Armenia", |
| 387 | "AW":"Aruba", |
| 388 | "AU":"Australia", |
| 389 | "AT":"Austria", |
| 390 | "AZ":"Azerbaijan", |
| 391 | "BS":"Bahamas, The", |
| 392 | "BH":"Bahrain", |
| 393 | "BD":"Bangladesh", |
| 394 | "BB":"Barbados", |
| 395 | "BY":"Belarus", |
| 396 | "BE":"Belgium", |
| 397 | "BZ":"Belize", |
| 398 | "BJ":"Benin", |
| 399 | "BM":"Bermuda", |
| 400 | "BT":"Bhutan", |
| 401 | "BO":"Bolivia", |
| 402 | "BQ":"Bonaire, Sint Eustatius and Saba", |
| 403 | "BA":"Bosnia and Herzegovina ", |
| 404 | "BW":"Bostwana", |
| 405 | "BV":"Bouvet Island", |
| 406 | "BR":"Brazil", |
| 407 | "IO":"British Indian Ocean Territory", |
| 408 | "BN":"Brunei Darussalam ", |
| 409 | "BG":"Bulgaria", |
| 410 | "BF":"Burkina Faso", |
| 411 | "BI":"Burundi", |
| 412 | "CV":"Cabo Verde", |
| 413 | "KH":"Cambodia", |
| 414 | "CM":"Cameroon", |
| 415 | "CA":"Canada", |
| 416 | "KY":"Cayman Islands", |
| 417 | "CF":"Central African Republic", |
| 418 | "TD":"Chad", |
| 419 | "CL":"Chile", |
| 420 | "CN":"China", |
| 421 | "CX":"Christmas Island ", |
| 422 | "CC":"Cocos(Keeling) Islands", |
| 423 | "CO":"Columbia", |
| 424 | "KM":"Comoros", |
| 425 | "CD":"Congo, The Democratic Republic of the", |
| 426 | "CG":"Congo", |
| 427 | "CK":"Cook Islands", |
| 428 | "CR":"Costa Rica", |
| 429 | "HR":"Croatia", |
| 430 | "CU":"Cuba", |
| 431 | "CW":"Curaçao", |
| 432 | "CY":"Cyprus", |
| 433 | "CZ":"Czechia", |
| 434 | "CI":"Côte d\"Ivoire", |
| 435 | "DK":"Denmark", |
| 436 | "DJ":"Djibouti", |
| 437 | "DM":"Dominica", |
| 438 | "DO":"Dominican Republic", |
| 439 | "EC":"Ecuador", |
| 440 | "EG":"Egypt", |
| 441 | "SV":"El Salvador", |
| 442 | "GQ":"Equatorial Guinea ", |
| 443 | "ER":"Eritrea", |
| 444 | "EE":"Estonia", |
| 445 | "SZ":"Eswatini", |
| 446 | "ET":"Ethiopia", |
| 447 | "FK":"Falkland Islands (Malvinas)", |
| 448 | "FO":"Faroe Islands", |
| 449 | "FJ":"Fiji", |
| 450 | "FI":"Finland", |
| 451 | "FR":"France", |
| 452 | "GF":"French Guiana", |
| 453 | "PF":"French Polynesia", |
| 454 | "TF":"French Southern Territories", |
| 455 | "GA":"Gabon", |
| 456 | "GM":"Gambia, The", |
| 457 | "GE":"Georgia", |
| 458 | "DE":"Germany", |
| 459 | "GH":"Ghana", |
| 460 | "GI":"Gibraltar", |
| 461 | "GR":"Greece", |
| 462 | "GL":"Greenland", |
| 463 | "GD":"Grenada", |
| 464 | "GP":"Guadeloupe", |
| 465 | "GU":"Guam", |
| 466 | "GT":"Guatemala", |
| 467 | "GG":"Guernsey", |
| 468 | "GN":"Guinea", |
| 469 | "GW":"Guinea-Bissau", |
| 470 | "GY":"Guyana", |
| 471 | "HT":"Haiti", |
| 472 | "HM":"Heard Island and McDonald Islands", |
| 473 | "VA":"Holy See", |
| 474 | "HN":"Honduras", |
| 475 | "HK":"Hong Kong", |
| 476 | "HU":"Hungary", |
| 477 | "IS":"Iceland", |
| 478 | "IN":"India", |
| 479 | "ID":"Indonesia", |
| 480 | "IR":"Iran, Islamic Republic of", |
| 481 | "IQ":"Iraq", |
| 482 | "IE":"Ireland", |
| 483 | "IM":"Isle of Man", |
| 484 | "IL":"Israel", |
| 485 | "IT":"Italy", |
| 486 | "JM":"Jamaica", |
| 487 | "JP":"Japan", |
| 488 | "JE":"Jersey", |
| 489 | "JO":"Jordan", |
| 490 | "KZ":"Kazakhstan", |
| 491 | "KE":"Kenya", |
| 492 | "KI":"Kiribati", |
| 493 | "KR":"Korea, Republic of", |
| 494 | "KP":"Korea, Democratic People\"s Republic of", |
| 495 | "KW":"Kuwait", |
| 496 | "KG":"Kyrgyzstan", |
| 497 | "LA":"Lao People\"s Democratic Republic", |
| 498 | "LV":"Latvia", |
| 499 | "LB":"Lebanon", |
| 500 | "LS":"Lesotho", |
| 501 | "LR":"Liberia", |
| 502 | "LY":"Libya", |
| 503 | "LI":"Liechtenstein", |
| 504 | "LT":"Lithuania", |
| 505 | "LU":"Luxembourg", |
| 506 | "MO":"Macao", |
| 507 | "MK":"Macedonia, The Former Yugoslav Republic of", |
| 508 | "MG":"Madagascar", |
| 509 | "MW":"Malawi", |
| 510 | "MY":"Malaysia", |
| 511 | "MV":"Maldives", |
| 512 | "ML":"Mali", |
| 513 | "MT":"Malta", |
| 514 | "MH":"Marshall Islands", |
| 515 | "MQ":"Martinique", |
| 516 | "MR":"Mauritania", |
| 517 | "MU":"Mauritius", |
| 518 | "YT":"Mayotte", |
| 519 | "MX":"Mexico", |
| 520 | "FM":"Micronesia, Federated States of", |
| 521 | "MD":"Moldova, Republic of", |
| 522 | "MC":"Monaco", |
| 523 | "MN":"Mongolia", |
| 524 | "ME":"Montenegro", |
| 525 | "MS":"Montserrat", |
| 526 | "MA":"Morocco", |
| 527 | "MZ":"Mozambique", |
| 528 | "MM":"Myanmar", |
| 529 | "NA":"Namibia", |
| 530 | "NR":"Nauru", |
| 531 | "NP":"Nepal", |
| 532 | "NL":"Netherlands", |
| 533 | "NC":"New Caledonia", |
| 534 | "NZ":"New Zealand", |
| 535 | "NI":"Nicaragua", |
| 536 | "NE":"Niger", |
| 537 | "NG":"Nigeria", |
| 538 | "NU":"Niue", |
| 539 | "NF":"Norfolk Island", |
| 540 | "MP":"Northern Mariana Islands", |
| 541 | "NO":"Norway", |
| 542 | "OM":"Oman", |
| 543 | "PK":"Pakistan", |
| 544 | "PW":"Palau", |
| 545 | "PS":"Palestine", |
| 546 | "PA":"Panama", |
| 547 | "PG":"Papua New Guinea", |
| 548 | "PY":"Paraguay", |
| 549 | "PE":"Peru", |
| 550 | "PH":"Philippines", |
| 551 | "PN":"Pitcairn", |
| 552 | "PL":"Poland", |
| 553 | "PT":"Portugal", |
| 554 | "PR":"Puerto Rico", |
| 555 | "QA":"Qatar", |
| 556 | "RO":"Romania", |
| 557 | "RU":"Russian Federation", |
| 558 | "RW":"Rwanda", |
| 559 | "RE":"Réunion", |
| 560 | "BL":"Saint Barthélemy", |
| 561 | "SH":"Saint Helena, Ascension and Tristan da Cunha", |
| 562 | "KN":"Saint Kitts and Nevis ", |
| 563 | "LC":"Saint Lucia", |
| 564 | "MF":"Saint Martin", |
| 565 | "PM":"Saint Pierre and Miquelon", |
| 566 | "VC":"Saint Vincent and the Grenadines", |
| 567 | "WS":"Samoa", |
| 568 | "SM":"San Marino ", |
| 569 | "ST":"Sao Tome and Principe", |
| 570 | "SA":"Saudi Arabia", |
| 571 | "SN":"Senegal", |
| 572 | "RS":"Serbia", |
| 573 | "SC":"Seychelles", |
| 574 | "SL":"Sierra Leone", |
| 575 | "SG":"Singapore", |
| 576 | "SX":"Sint Maarten", |
| 577 | "SK":"Slovakia", |
| 578 | "SI":"Slovenia", |
| 579 | "SB":"Solomon Islands", |
| 580 | "SO":"Somalia", |
| 581 | "ZA":"South Africa ", |
| 582 | "GS":"South Georgia and the South Sandwich Islands", |
| 583 | "SS":"South Sudan", |
| 584 | "ES":"Spain", |
| 585 | "LK":"Sri Lanka", |
| 586 | "SD":"Sudan", |
| 587 | "SR":"Suriname", |
| 588 | "SJ":"Svalbard and Jan Mayen", |
| 589 | "SE":"Sweden", |
| 590 | "CH":"Switzerland", |
| 591 | "SY":"Syrian Arab Republic", |
| 592 | "TW":"Taiwan", |
| 593 | "TJ":"Tajikistan", |
| 594 | "TZ":"Tanzania, United Republic of", |
| 595 | "TH":"Thailand", |
| 596 | "TL":"Timor-Leste", |
| 597 | "TG":"Togo", |
| 598 | "TK":"Tokelau", |
| 599 | "TO":"Tonga", |
| 600 | "TT":"Trinidad and Tobago", |
| 601 | "TN":"Tunisia", |
| 602 | "TR":"Turkey", |
| 603 | "TM":"Turkmenistan", |
| 604 | "TC":"Turks and Caicos Islands", |
| 605 | "TV":"Tuvalu", |
| 606 | "UG":"Uganda", |
| 607 | "UA":"Ukraine", |
| 608 | "AE":"United Arab Emirates", |
| 609 | "GB":"United Kingdom", |
| 610 | "UM":"United States Minor Outlying Islands", |
| 611 | "US":"United States of America", |
| 612 | "UY":"Uruguay", |
| 613 | "UZ":"Uzbekistan", |
| 614 | "VU":"Vanuatu", |
| 615 | "VE":"Venezuela", |
| 616 | "VN":"Viet Nam", |
| 617 | "VG":"Virgin Islands, British", |
| 618 | "VI":"Virgin Islands, U.S", |
| 619 | "WF":"Wallis and Futuna", |
| 620 | "EH":"Western Sahara", |
| 621 | "YE":"Yemen", |
| 622 | "ZM":"Zambia", |
| 623 | "ZW":"Zimbabwe", |
| 624 | "AX": "Åland Islands" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 625 | } |
| 626 | } |