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