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", |
Dixsie Wolmers | 7e2ba54 | 2021-06-03 07:38:12 -0500 | [diff] [blame] | 10 | "deleteAll": "Delete all", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 11 | "disable": "Disable", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 12 | "download": "Download", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 13 | "edit": "Edit", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 14 | "enable": "Enable", |
Yoshie Muranaka | b1a7191 | 2020-04-29 10:52:39 -0700 | [diff] [blame] | 15 | "export": "Export", |
Dixsie Wolmers | 7e2ba54 | 2021-06-03 07:38:12 -0500 | [diff] [blame] | 16 | "exportAll": "Export all", |
Yoshie Muranaka | 82cca54 | 2020-04-07 10:20:37 -0700 | [diff] [blame] | 17 | "filter": "Filter", |
Yoshie Muranaka | 6f71284 | 2021-02-04 11:23:03 -0800 | [diff] [blame] | 18 | "refresh": "Refresh", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 19 | "replace": "Replace", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 20 | "reset": "Reset", |
Yoshie Muranaka | 1b1c100 | 2020-02-20 10:18:36 -0800 | [diff] [blame] | 21 | "save": "Save", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 22 | "saveSettings": "Save settings", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 23 | "selected": "Selected" |
| 24 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 25 | "ariaLabel": { |
Dixsie Wolmers | 9b22b49 | 2020-09-07 21:26:06 -0500 | [diff] [blame] | 26 | "clearSearch": "Clear search input", |
Dixsie Wolmers | d2ac76d | 2020-08-26 17:23:45 -0500 | [diff] [blame] | 27 | "hidePassword": "Hide password", |
Dixsie Wolmers | 970ea7d | 2020-11-16 16:46:01 -0600 | [diff] [blame] | 28 | "scrollToTop": "Scroll to top", |
Yoshie Muranaka | 1be6b41 | 2020-04-16 12:03:38 -0700 | [diff] [blame] | 29 | "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] | 30 | "tooltip": "Tooltip", |
| 31 | "progressBar": "Page loading progress bar" |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 32 | }, |
Yoshie Muranaka | 68bbba2 | 2020-05-18 09:49:37 -0700 | [diff] [blame] | 33 | "calendar": { |
Dixsie Wolmers | 30f11f8 | 2020-11-10 16:07:56 -0600 | [diff] [blame] | 34 | "selectDate": "Select date", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 35 | "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates" |
Yoshie Muranaka | 68bbba2 | 2020-05-18 09:49:37 -0700 | [diff] [blame] | 36 | }, |
Mateusz Gapski | 47998e7 | 2020-07-23 11:04:48 +0200 | [diff] [blame] | 37 | "fileUpload": { |
SurenNeware | 978807d | 2020-09-03 18:35:21 +0530 | [diff] [blame] | 38 | "browseText": "Add file", |
| 39 | "clearSelectedFile": "Clear selected file" |
Mateusz Gapski | 47998e7 | 2020-07-23 11:04:48 +0200 | [diff] [blame] | 40 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 41 | "form": { |
Yoshie Muranaka | 68bbba2 | 2020-05-18 09:49:37 -0700 | [diff] [blame] | 42 | "dateMustBeAfter": "Date must be after %{date}", |
| 43 | "dateMustBeBefore": "Date must be before %{date}", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 44 | "fieldRequired": "Field required", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 45 | "invalidFormat": "Invalid format", |
Sukanya Pandey | 9055d98 | 2020-03-31 17:37:53 +0530 | [diff] [blame] | 46 | "invalidValue": "Invalid value", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 47 | "lengthMustBeBetween": "Length must be between %{min} – %{max} characters", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 48 | "mustBeAtLeast": "Must be at least %{value}", |
Dixsie Wolmers | 46f17ef | 2020-09-08 14:53:25 -0500 | [diff] [blame] | 49 | "optional": "optional", |
Yoshie Muranaka | 3305857 | 2020-06-16 13:21:21 -0700 | [diff] [blame] | 50 | "passwordsDoNotMatch": "Passwords do not match", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 51 | "required": "Required", |
SurenNeware | 71724be | 2020-06-01 15:31:00 +0530 | [diff] [blame] | 52 | "search": "Search", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 53 | "selectAnOption": "Select an option", |
| 54 | "valueMustBeBetween": "Value must be between %{min} – %{max}" |
| 55 | }, |
| 56 | "status": { |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 57 | "copied": "Copied", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 58 | "disabled": "Disabled", |
| 59 | "enabled": "Enabled", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 60 | "error": "Error", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 61 | "notAvailable": "Not available", |
| 62 | "off": "Off", |
| 63 | "on": "On", |
| 64 | "success": "Success", |
Derick Montague | 4e90eed | 2020-03-03 18:11:44 -0600 | [diff] [blame] | 65 | "warning": "Warning", |
| 66 | "informational": "Informational" |
Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 67 | }, |
| 68 | "table": { |
Dixsie Wolmers | b53e086 | 2020-09-08 14:13:38 -0500 | [diff] [blame] | 69 | "collapseTableRow": "Collapse table row", |
SurenNeware | 307382e | 2020-07-27 20:45:14 +0530 | [diff] [blame] | 70 | "emptyMessage": "No items available", |
SurenNeware | 156a0e6 | 2020-08-28 19:20:03 +0530 | [diff] [blame] | 71 | "emptySearchMessage": "No items match the search query", |
Dixsie Wolmers | b53e086 | 2020-09-08 14:13:38 -0500 | [diff] [blame] | 72 | "expandTableRow": "Expand table row", |
Yoshie Muranaka | 68bbba2 | 2020-05-18 09:49:37 -0700 | [diff] [blame] | 73 | "fromDate": "From date", |
Sukanya Pandey | 9901096 | 2020-07-27 21:44:47 +0530 | [diff] [blame] | 74 | "items": "%{count} items", |
Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 75 | "itemsPerPage": "Items per page", |
Dixsie Wolmers | c42ad71 | 2020-11-19 17:29:24 -0600 | [diff] [blame] | 76 | "selectAll": "Select all", |
| 77 | "selectItem": "Select item", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 78 | "selectedItems": "%{filterCount} of %{count} items", |
Yoshie Muranaka | 68bbba2 | 2020-05-18 09:49:37 -0700 | [diff] [blame] | 79 | "toDate": "To date", |
Yoshie Muranaka | f9832b0 | 2020-05-12 12:04:46 -0700 | [diff] [blame] | 80 | "viewAll": "View all" |
Sukanya Pandey | dd6aa0a | 2020-10-08 20:47:39 +0530 | [diff] [blame] | 81 | }, |
| 82 | "toast": { |
| 83 | "unAuthTitle": "Unauthorized", |
| 84 | "unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role." |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 85 | } |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 86 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 87 | "appHeader": { |
Derick Montague | 6859203 | 2020-04-04 14:02:34 -0500 | [diff] [blame] | 88 | "applicationHeader": "Application header", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 89 | "health": "Health", |
| 90 | "logOut": "Log out", |
| 91 | "power": "Power", |
Sukanya Pandey | b1f559f | 2020-04-28 20:18:28 +0530 | [diff] [blame] | 92 | "profileSettings": "@:appPageTitle.profileSettings", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 93 | "refresh": "Refresh", |
SurenNeware | a5cbc44 | 2020-10-12 15:26:39 +0530 | [diff] [blame] | 94 | "skipToContent": "Skip to content", |
| 95 | "titleHideNavigation": "Hide navigation", |
| 96 | "titleShowNavigation": "Show navigation", |
| 97 | "titleProfile": "Show profile menu", |
| 98 | "titleRefresh": "Refresh application data" |
Yoshie Muranaka | 4ee8d29 | 2020-02-20 07:29:58 -0800 | [diff] [blame] | 99 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 100 | "appNavigation": { |
Sandeepa Singh | 6dba4be | 2021-07-28 15:25:14 +0530 | [diff] [blame] | 101 | "resourceManagement": "Resource management", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 102 | "securityAndAccess": "Security and access", |
| 103 | "sessions": "@:appPageTitle.sessions", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 104 | "settings": "Settings", |
Sandeepa Singh | 68cbbe9 | 2021-07-14 16:02:22 +0530 | [diff] [blame] | 105 | "operations": "Operations", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 106 | "dateTime": "@:appPageTitle.dateTime", |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 107 | "dumps": "@:appPageTitle.dumps", |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 108 | "eventLogs": "@:appPageTitle.eventLogs", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 109 | "factoryReset": "@:appPageTitle.factoryReset", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 110 | "firmware": "@:appPageTitle.firmware", |
Sandeepa Singh | 7affc52 | 2021-07-06 16:29:10 +0530 | [diff] [blame] | 111 | "hardwareStatus": "Hardware status", |
| 112 | "inventory": "@:appPageTitle.inventory", |
Mateusz Gapski | 632de22 | 2020-07-09 09:21:33 +0200 | [diff] [blame] | 113 | "kvm": "@:appPageTitle.kvm", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 114 | "ldap": "@:appPageTitle.ldap", |
Derick Montague | 828dda9 | 2021-06-28 15:52:22 -0500 | [diff] [blame] | 115 | "logs": "Logs", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 116 | "userManagement": "@:appPageTitle.userManagement", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 117 | "network": "@:appPageTitle.network", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 118 | "overview": "@:appPageTitle.overview", |
Derick Montague | 6859203 | 2020-04-04 14:02:34 -0500 | [diff] [blame] | 119 | "primaryNavigation": "Primary navigation", |
Sandeepa Singh | 06d5386 | 2021-05-24 13:51:09 +0530 | [diff] [blame] | 120 | "postCodeLogs": "@:appPageTitle.postCodeLogs", |
Sukanya Pandey | be6858c | 2020-12-16 20:08:01 +0530 | [diff] [blame] | 121 | "powerRestorePolicy": "@:appPageTitle.powerRestorePolicy", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 122 | "rebootBmc": "@:appPageTitle.rebootBmc", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 123 | "policies": "@:appPageTitle.policies", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 124 | "sensors": "@:appPageTitle.sensors", |
Sukanya Pandey | 615b315 | 2020-08-19 19:13:49 +0530 | [diff] [blame] | 125 | "serialOverLan": "SOL console", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 126 | "serverPowerOperations": "@:appPageTitle.serverPowerOperations", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 127 | "certificates": "@:appPageTitle.certificates", |
Sandeepa Singh | 6dba4be | 2021-07-28 15:25:14 +0530 | [diff] [blame] | 128 | "virtualMedia": "@:appPageTitle.virtualMedia", |
Sandeepa Singh | 05887b5 | 2022-01-10 19:19:36 +0530 | [diff] [blame] | 129 | "power": "@:appPageTitle.power", |
| 130 | "keyClear": "@:appPageTitle.keyClear" |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 131 | }, |
| 132 | "appPageTitle": { |
Yoshie Muranaka | 3305857 | 2020-06-16 13:21:21 -0700 | [diff] [blame] | 133 | "changePassword": "Change password", |
Sandeepa Singh | 6dba4be | 2021-07-28 15:25:14 +0530 | [diff] [blame] | 134 | "power": "Power", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 135 | "sessions": "Sessions", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 136 | "dateTime": "Date and time", |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 137 | "dumps": "Dumps", |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 138 | "eventLogs": "Event logs", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 139 | "factoryReset": "Factory reset", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 140 | "firmware": "Firmware", |
Sandeepa Singh | 7affc52 | 2021-07-06 16:29:10 +0530 | [diff] [blame] | 141 | "inventory": "Inventory and LEDs", |
Mateusz Gapski | 632de22 | 2020-07-09 09:21:33 +0200 | [diff] [blame] | 142 | "kvm": "KVM", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 143 | "ldap": "LDAP", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 144 | "userManagement": "User management", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 145 | "login": "Login", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 146 | "network": "Network", |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 147 | "overview": "Overview", |
Dixsie Wolmers | 11e655c | 2020-08-26 14:53:01 -0500 | [diff] [blame] | 148 | "pageNotFound": "Page not found", |
Sandeepa Singh | 06d5386 | 2021-05-24 13:51:09 +0530 | [diff] [blame] | 149 | "postCodeLogs": "POST code logs", |
Sukanya Pandey | be6858c | 2020-12-16 20:08:01 +0530 | [diff] [blame] | 150 | "powerRestorePolicy": "Power restore policy", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 151 | "profileSettings": "Profile settings", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 152 | "rebootBmc": "Reboot BMC", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 153 | "policies": "Policies", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 154 | "sensors": "Sensors", |
Sukanya Pandey | 615b315 | 2020-08-19 19:13:49 +0530 | [diff] [blame] | 155 | "serialOverLan": "Serial over LAN (SOL) console", |
Yoshie Muranaka | e0b76c3 | 2020-02-28 14:18:20 -0800 | [diff] [blame] | 156 | "serverPowerOperations": "Server power operations", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 157 | "certificates": "Certificates", |
Sandeepa Singh | 05887b5 | 2022-01-10 19:19:36 +0530 | [diff] [blame] | 158 | "virtualMedia": "Virtual media", |
| 159 | "keyClear": "Key clear" |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 160 | }, |
Yoshie Muranaka | 3305857 | 2020-06-16 13:21:21 -0700 | [diff] [blame] | 161 | "pageChangePassword": { |
| 162 | "changePassword": "Change password", |
| 163 | "changePasswordAlertMessage": "The password is expired and must be changed.", |
Yoshie Muranaka | 2c98b09 | 2020-06-22 13:28:09 -0700 | [diff] [blame] | 164 | "changePasswordError": "There was an error changing the password.", |
Yoshie Muranaka | 3305857 | 2020-06-16 13:21:21 -0700 | [diff] [blame] | 165 | "confirmNewPassword": "Confirm new password", |
| 166 | "goBack": "Go back", |
| 167 | "newPassword": "New password", |
| 168 | "username": "Username" |
| 169 | }, |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 170 | "pageSessions": { |
Sukanya Pandey | 34efde2 | 2020-12-02 19:04:09 +0530 | [diff] [blame] | 171 | "action": { |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 172 | "disconnect": "Disconnect" |
Sukanya Pandey | 34efde2 | 2020-12-02 19:04:09 +0530 | [diff] [blame] | 173 | }, |
| 174 | "modal": { |
| 175 | "disconnectTitle": "Disconnect session| Disconnect sessions", |
| 176 | "disconnectMessage": "Are you sure you want to disconnect %{count} session? This action cannot be undone. | Are you sure you want to disconnect %{count} sessions? This action cannot be undone." |
| 177 | }, |
| 178 | "table": { |
| 179 | "clientID": "Client ID", |
| 180 | "username": "Username", |
| 181 | "ipAddress": "IP address", |
| 182 | "searchSessions": "Search sessions" |
| 183 | }, |
| 184 | "toast": { |
| 185 | "errorDelete": "Error disconnecting %{count} session. | Error disconnecting %{count} sessions.", |
| 186 | "successDelete": "Successfully disconnected %{count} session. | Successfully disconnected %{count} sessions." |
| 187 | } |
| 188 | }, |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 189 | "pageDateTime": { |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 190 | "alert": { |
| 191 | "message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ", |
| 192 | "link": "Profile Settings" |
Dixsie Wolmers | fcda200 | 2020-07-29 14:18:44 -0500 | [diff] [blame] | 193 | }, |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 194 | "configureSettings": "Configure settings", |
| 195 | "form": { |
| 196 | "date": "Date", |
| 197 | "manual": "Manual", |
Dixsie Wolmers | fcda200 | 2020-07-29 14:18:44 -0500 | [diff] [blame] | 198 | "time": { |
| 199 | "label": "24-hour time", |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 200 | "timezone": "@:pageDateTime.form.time.label (%{timezone})" |
Dixsie Wolmers | fcda200 | 2020-07-29 14:18:44 -0500 | [diff] [blame] | 201 | }, |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 202 | "ntpServers": { |
| 203 | "server1": "Server 1", |
| 204 | "server2": "Server 2", |
| 205 | "server3": "Server 3" |
| 206 | } |
| 207 | }, |
| 208 | "toast": { |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 209 | "errorSaveDateTime": "Error saving date and time settings.", |
| 210 | "successSaveDateTime": "Successfully saved date and time settings." |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 211 | } |
| 212 | }, |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 213 | "pageDumps": { |
Yoshie Muranaka | f415a08 | 2020-12-07 13:04:11 -0800 | [diff] [blame] | 214 | "dumpsAvailableOnBmc": "Dumps available on BMC", |
| 215 | "initiateDump": "Initiate dump", |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 216 | "form": { |
| 217 | "bmcDump": "BMC dump", |
Yoshie Muranaka | f415a08 | 2020-12-07 13:04:11 -0800 | [diff] [blame] | 218 | "initiateDump": "Initiate dump", |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 219 | "selectDumpType": "Select dump type", |
Yoshie Muranaka | f415a08 | 2020-12-07 13:04:11 -0800 | [diff] [blame] | 220 | "systemDump": "System dump (disruptive)", |
| 221 | "systemDumpInfo": "System dumps will be offloaded to the operating system and will not appear in the table below." |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 222 | }, |
| 223 | "modal": { |
| 224 | "deleteDump": "Delete dump | Delete dumps", |
Yoshie Muranaka | f415a08 | 2020-12-07 13:04:11 -0800 | [diff] [blame] | 225 | "deleteDumpConfirmation": "Are you sure you want to delete %{count} dump? This action cannot be undone. | Are you sure you want to delete %{count} dumps? This action cannot be undone.", |
| 226 | "initiateSystemDump": "Initiate system dump", |
| 227 | "initiateSystemDumpMessage1": "Are you sure?", |
| 228 | "initiateSystemDumpMessage2": "You will not be able to initiate any other dumps while a system dump is in progress.", |
| 229 | "initiateSystemDumpMessage3": "Initiating a system dump will abnormally terminate all active system partitions.", |
| 230 | "initiateSystemDumpMessage4": "Proceed with dump initiation" |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 231 | }, |
| 232 | "table": { |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 233 | "dateAndTime": "Date and time", |
| 234 | "dumpType": "Dump type", |
| 235 | "id": "ID", |
| 236 | "searchDumps": "Search dumps", |
| 237 | "size": "Size" |
| 238 | }, |
| 239 | "toast": { |
Yoshie Muranaka | f415a08 | 2020-12-07 13:04:11 -0800 | [diff] [blame] | 240 | "errorDeleteDump": "Error deleting %{count} dump. | Error deleting %{count} dumps.", |
| 241 | "errorStartBmcDump": "Error starting new BMC dump.", |
| 242 | "errorStartSystemDump": "Error starting new System dump.", |
| 243 | "successDeleteDump": "Successfully deleted %{count} dump. | Successfully deleted %{count} dumps.", |
| 244 | "successStartBmcDump": "The dump will take some time to complete. Refresh the application to see the completed dump in the table.", |
| 245 | "successStartBmcDumpTitle": "BMC dump started", |
| 246 | "successStartSystemDump": "The dump will take some time to complete. The dump will be offloaded to the operating system.", |
| 247 | "successStartSystemDumpTitle": "System dump started" |
Yoshie Muranaka | 22d4d52 | 2020-12-03 10:58:35 -0800 | [diff] [blame] | 248 | } |
| 249 | }, |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 250 | "pageEventLogs": { |
Dixsie Wolmers | 8b1beff | 2021-06-14 11:29:44 -0500 | [diff] [blame] | 251 | "additionalDataUri": "Download additional data", |
Dixsie Wolmers | 27d68af | 2021-05-02 18:20:27 -0500 | [diff] [blame] | 252 | "resolve": "Resolve", |
| 253 | "resolved": "Resolved", |
| 254 | "unresolve": "Unresolve", |
| 255 | "unresolved": "Unresolved", |
Yoshie Muranaka | be3af33 | 2020-05-11 08:23:04 -0700 | [diff] [blame] | 256 | "modal": { |
Dixsie Wolmers | 7e2ba54 | 2021-06-03 07:38:12 -0500 | [diff] [blame] | 257 | "deleteAllTitle": "Delete all logs", |
| 258 | "deleteAllMessage": "Are you sure you want to delete all logs? This action cannot be undone.", |
Yoshie Muranaka | be3af33 | 2020-05-11 08:23:04 -0700 | [diff] [blame] | 259 | "deleteTitle": "Delete log | Delete logs", |
| 260 | "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." |
| 261 | }, |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 262 | "table": { |
| 263 | "date": "Date", |
| 264 | "description": "Description", |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 265 | "id": "ID", |
Sukanya Pandey | 47b047c | 2020-12-23 13:18:55 +0530 | [diff] [blame] | 266 | "modifiedDate": "Modified Date", |
| 267 | "name": "Name", |
Yoshie Muranaka | 193c22a | 2020-06-30 20:54:10 -0700 | [diff] [blame] | 268 | "searchLogs": "Search logs", |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 269 | "severity": "Severity", |
Dixsie Wolmers | 27d68af | 2021-05-02 18:20:27 -0500 | [diff] [blame] | 270 | "status": "Status", |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 271 | "type": "Type" |
Yoshie Muranaka | be3af33 | 2020-05-11 08:23:04 -0700 | [diff] [blame] | 272 | }, |
| 273 | "toast": { |
| 274 | "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.", |
Dixsie Wolmers | 27d68af | 2021-05-02 18:20:27 -0500 | [diff] [blame] | 275 | "errorLogStatusUpdate": "Error updating log status.", |
| 276 | "errorResolveLogs": "Error resolving %{count} log. | Error resolving %{count} logs.", |
| 277 | "errorUnresolveLogs": "Error unresolving %{count} log. | Error unresolving %{count} logs.", |
Dixsie Wolmers | 7e2ba54 | 2021-06-03 07:38:12 -0500 | [diff] [blame] | 278 | "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs.", |
Dixsie Wolmers | 27d68af | 2021-05-02 18:20:27 -0500 | [diff] [blame] | 279 | "successResolveLogs": "Successfully resolved %{count} log. | Successfully resolved %{count} logs.", |
Dixsie Wolmers | 27d68af | 2021-05-02 18:20:27 -0500 | [diff] [blame] | 280 | "successUnresolveLogs": "Successfully unresolved %{count} log. | Successfully unresolved %{count} logs." |
Yoshie Muranaka | 6f10234 | 2020-05-05 09:45:39 -0700 | [diff] [blame] | 281 | } |
| 282 | }, |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 283 | "pageFactoryReset": { |
| 284 | "description": "These functions do not perform a secure delete of any sensitive data.", |
| 285 | "form": { |
| 286 | "resetOptionsLabel": "Reset options", |
Derick Montague | bfce3de | 2021-05-03 17:47:40 -0500 | [diff] [blame] | 287 | "resetBiosOptionLabel": "Reset server settings only", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 288 | "resetBiosOptionHelperText": "Resets firmware settings including: Platform keystore, partition NVRAM, and partition configurations.", |
Derick Montague | bfce3de | 2021-05-03 17:47:40 -0500 | [diff] [blame] | 289 | "resetToDefaultsOptionLabel": "Reset BMC and server settings", |
| 290 | "resetToDefaultsOptionHelperText": "In addition to server settings, this option resets BMC settings, including: all BMC account data, all changed passwords, all policies, LDAP configurations, network addresses, and time of day." |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 291 | }, |
| 292 | "modal": { |
Derick Montague | bfce3de | 2021-05-03 17:47:40 -0500 | [diff] [blame] | 293 | "resetBiosTitle": "Reset server settings", |
| 294 | "resetBiosHeader": "Do you want to reset the server settings?", |
| 295 | "resetBiosSubmitText": "Reset server settings", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 296 | "resetBiosSettingsList": { |
| 297 | "item1": "All manual settings will be deleted.", |
| 298 | "item2": "Partition configurations and the platform keystore may be recovered if backups exist." |
| 299 | }, |
Derick Montague | bfce3de | 2021-05-03 17:47:40 -0500 | [diff] [blame] | 300 | "resetToDefaultsTitle": "Reset BMC and server settings", |
| 301 | "resetToDefaultsHeader": "Do you want to reset both the BMC and server settings?", |
| 302 | "resetToDefaultsSubmitText": "Reset BMC and server settings", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 303 | "resetToDefaultsSettingsList": { |
| 304 | "item1": "All manual settings will be deleted.", |
| 305 | "item2": "Partition configurations and the platform keystore may be recovered if backups exist.", |
Derick Montague | 7006806 | 2021-03-03 16:27:11 -0600 | [diff] [blame] | 306 | "item3": "All BMC logs will be removed.", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 307 | "item4": "Currently active sessions on all network interfaces will be disconnected.", |
| 308 | "item5": "The BMC default account and password settings will be restored." |
| 309 | }, |
| 310 | "resetWarningMessage": "Resetting without shutting down the system might cause an unrecoverable error.", |
| 311 | "resetWarningCheckLabel": "Continue without shutting down the system" |
| 312 | }, |
| 313 | "toast": { |
Derick Montague | bfce3de | 2021-05-03 17:47:40 -0500 | [diff] [blame] | 314 | "resetBiosSuccess": "Factory reset of server settings successful.", |
| 315 | "resetBiosError": "Factory reset of server settings failed.", |
| 316 | "resetToDefaultsSuccess": "Factory reset of BMC and server settings successful.", |
| 317 | "resetToDefaultsError": "Factory reset of BMC and server settings failed." |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 318 | } |
| 319 | }, |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 320 | "pageFirmware": { |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 321 | "cardActionSwitchToRunning": "Switch to running", |
| 322 | "cardBodyVersion": "Version", |
| 323 | "cardTitleBackup": "Backup image", |
| 324 | "cardTitleRunning": "Running image", |
| 325 | "sectionTitleBmcCards": "BMC", |
| 326 | "sectionTitleBmcCardsCombined": "BMC and server", |
| 327 | "sectionTitleHostCards": "Host", |
| 328 | "sectionTitleUpdateFirmware": "Update firmware", |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 329 | "alert": { |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 330 | "operationInProgress": "Server power operation in progress.", |
| 331 | "serverMustBePoweredOffTo": "Server must be powered off to:", |
| 332 | "serverMustBePoweredOffToUpdateFirmware": "Server must be powered off to update firmware", |
| 333 | "switchRunningAndBackupImages": "Switch running and backup images", |
| 334 | "updateFirmware": "Update firmware", |
| 335 | "viewServerPowerOperations": "View server power operations" |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 336 | }, |
| 337 | "form": { |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 338 | "updateFirmware": { |
| 339 | "fileAddress": "File address", |
| 340 | "fileSource": "File source", |
| 341 | "imageFile": "Image file", |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 342 | "startUpdate": "Start update", |
| 343 | "tftpServer": "TFTP server", |
| 344 | "workstation": "Workstation" |
| 345 | } |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 346 | }, |
| 347 | "modal": { |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 348 | "switchImages": "Switch images", |
| 349 | "switchRunningImage": "Switch running image", |
| 350 | "switchRunningImageInfo": "A BMC reboot is required to run the backup image. The application might be unresponsive during this time.", |
| 351 | "switchRunningImageInfo2": "Are you sure you want to switch to the backup image (%{backup})?", |
| 352 | "updateFirmwareInfo": "The BMC will reboot during the update process. The server cannot be powered on until the update is finished.", |
| 353 | "updateFirmwareInfo2": "The running image (%{running}) will be copied to backup. The backup image will be deleted.", |
| 354 | "updateFirmwareInfo3": "Are you sure you want to proceed with the update?", |
| 355 | "updateFirmwareInfoDefault": "The new image will be uploaded and activated. After that, the BMC or host will reboot automatically to run from the new image." |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 356 | }, |
| 357 | "toast": { |
Yoshie Muranaka | 33d755f | 2021-02-18 15:24:14 -0800 | [diff] [blame] | 358 | "errorSwitchImages": "Error switching running and backup images.", |
| 359 | "errorUpdateFirmware": "Error starting firmware update.", |
| 360 | "rebootStarted": "Reboot started", |
| 361 | "rebootStartedMessage": "Successfully started reboot from backup image.", |
| 362 | "updateStarted": "Update started", |
| 363 | "updateStartedMessage": "Wait for the firmware update notification before making any changes.", |
| 364 | "verifySwitch": "Verify switch", |
| 365 | "verifySwitchMessage": "Refresh the application to verify the running and backup images switched.", |
| 366 | "verifyUpdate": "Verify update", |
| 367 | "verifyUpdateMessage": "Refresh the application to verify firmware updated successfully" |
Yoshie Muranaka | 92a0a4a | 2020-07-15 10:30:31 -0700 | [diff] [blame] | 368 | } |
| 369 | }, |
Sandeepa Singh | 7affc52 | 2021-07-06 16:29:10 +0530 | [diff] [blame] | 370 | "pageInventory": { |
Yoshie Muranaka | e24b17d | 2020-06-08 11:03:11 -0700 | [diff] [blame] | 371 | "dimmSlot": "DIMM slot", |
Yoshie Muranaka | b89a53c | 2020-06-15 13:25:46 -0700 | [diff] [blame] | 372 | "fans": "Fans", |
Yoshie Muranaka | 5918b48 | 2020-06-08 08:18:23 -0700 | [diff] [blame] | 373 | "powerSupplies": "Power supplies", |
Yoshie Muranaka | 54c6bfc | 2020-06-12 08:29:42 -0700 | [diff] [blame] | 374 | "bmcManager": "BMC manager", |
Yoshie Muranaka | 09e8b5d | 2020-06-08 07:36:59 -0700 | [diff] [blame] | 375 | "chassis": "Chassis", |
SurenNeware | dc3fa2e | 2020-08-04 20:45:25 +0530 | [diff] [blame] | 376 | "processors": "Processors", |
Dixsie Wolmers | dc6b3cd | 2021-05-20 19:01:42 -0500 | [diff] [blame] | 377 | "quicklinkTitle": "Quick links to hardware components", |
Yoshie Muranaka | 56ee769 | 2020-05-28 13:28:29 -0700 | [diff] [blame] | 378 | "system": "System", |
Sneha Patel | a02c6f9 | 2021-09-09 12:40:38 -0500 | [diff] [blame] | 379 | "assemblies": "Assemblies", |
Sukanya Pandey | 0538896 | 2021-06-10 15:35:21 +0530 | [diff] [blame] | 380 | "systemIndicator": { |
| 381 | "powerStatus": "Power status", |
| 382 | "identifyLed": "System identify LED", |
MichalX Szopinski | 6225f64 | 2021-10-11 16:31:49 +0200 | [diff] [blame] | 383 | "sectionTitle": "LED light control" |
Sukanya Pandey | 0538896 | 2021-06-10 15:35:21 +0530 | [diff] [blame] | 384 | }, |
Yoshie Muranaka | 56ee769 | 2020-05-28 13:28:29 -0700 | [diff] [blame] | 385 | "table": { |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 386 | "assetTag": "Asset tag", |
Sandeepa Singh | 61fdd94 | 2021-12-27 17:40:32 +0530 | [diff] [blame] | 387 | "baseModuleType": "Base module type", |
| 388 | "busWidthBits": "Bus width bits", |
Sandeepa Singh | 78b6b53 | 2021-04-09 18:08:22 +0530 | [diff] [blame] | 389 | "bmcDateTime": "BMC date and time", |
Sandeepa Singh | 61fdd94 | 2021-12-27 17:40:32 +0530 | [diff] [blame] | 390 | "capacityMiB": "Capacity MiB", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 391 | "chassisType": "Chassis type", |
| 392 | "connectTypesSupported": "Connect types supported", |
Nikhil Ashoka | 18cde3c | 2022-01-05 22:21:24 +0530 | [diff] [blame] | 393 | "coreCount": "Core count", |
Sukanya Pandey | eb4cef3 | 2021-04-09 15:40:27 +0530 | [diff] [blame] | 394 | "count": "Count", |
Sandeepa Singh | 61fdd94 | 2021-12-27 17:40:32 +0530 | [diff] [blame] | 395 | "dataWidthBits": "Data width bits", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 396 | "description": "Description", |
| 397 | "efficiencyPercent": "Efficiency percent", |
Sandeepa Singh | 61fdd94 | 2021-12-27 17:40:32 +0530 | [diff] [blame] | 398 | "enabled": "Enabled", |
Dixsie Wolmers | dd652d7 | 2021-05-13 09:08:53 -0500 | [diff] [blame] | 399 | "fanSpeed": "Fan speed", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 400 | "firmwareVersion": "Firmware version", |
| 401 | "graphicalConsole": "Graphical console", |
Dixsie Wolmers | dd652d7 | 2021-05-13 09:08:53 -0500 | [diff] [blame] | 402 | "hardwareType": "Hardware type", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 403 | "health": "Health", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 404 | "healthRollup": "Health rollup", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 405 | "id": "ID", |
Dixsie Wolmers | dd652d7 | 2021-05-13 09:08:53 -0500 | [diff] [blame] | 406 | "identifyLed": "Identify LED", |
SurenNeware | dc3fa2e | 2020-08-04 20:45:25 +0530 | [diff] [blame] | 407 | "instructionSet": "Instruction set", |
Sandeepa Singh | 78b6b53 | 2021-04-09 18:08:22 +0530 | [diff] [blame] | 408 | "lastResetTime": "Last reset time", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 409 | "locationNumber": "Location number", |
Sandeepa Singh | 78b6b53 | 2021-04-09 18:08:22 +0530 | [diff] [blame] | 410 | "managerType": "Manager type", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 411 | "manufacturer": "Manufacturer", |
| 412 | "maxConcurrentSessions": "Max concurrent sessions", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 413 | "maxSpeedMHz": "Max speed MHz", |
Sandeepa Singh | 240c056 | 2021-05-06 21:59:20 +0530 | [diff] [blame] | 414 | "maxPowerWatts": "Max power watts", |
Sandeepa Singh | 8187678 | 2021-09-27 14:52:38 +0530 | [diff] [blame] | 415 | "memoryType": "Memory type", |
| 416 | "memorySize": "Memory size", |
Sukanya Pandey | eb4cef3 | 2021-04-09 15:40:27 +0530 | [diff] [blame] | 417 | "memorySummary": "Memory summary", |
Sandeepa Singh | 8187678 | 2021-09-27 14:52:38 +0530 | [diff] [blame] | 418 | "minPowerWatts": "Min power watts", |
| 419 | "minSpeedMHz": "Min speed MHz", |
| 420 | "model": "Model", |
SurenNeware | dc3fa2e | 2020-08-04 20:45:25 +0530 | [diff] [blame] | 421 | "name": "Name", |
Sandeepa Singh | 61fdd94 | 2021-12-27 17:40:32 +0530 | [diff] [blame] | 422 | "operatingSpeedMhz": "Operating speed Mhz", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 423 | "partNumber": "Part number", |
Sandeepa Singh | 78b6b53 | 2021-04-09 18:08:22 +0530 | [diff] [blame] | 424 | "power": "Power", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 425 | "powerInputWatts": "Power input watts", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 426 | "processorArchitecture": "Processor architecture", |
Sukanya Pandey | eb4cef3 | 2021-04-09 15:40:27 +0530 | [diff] [blame] | 427 | "processorSummary": "Processor summary", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 428 | "processorType": "Processor type", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 429 | "serialConsole": "Serial console", |
| 430 | "serialNumber": "Serial number", |
| 431 | "serviceEnabled": "Service enabled", |
| 432 | "serviceEntryPointUuid": "Service entry point UUID", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 433 | "sparePartNumber": "Spare part number", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 434 | "statusHealthRollup": "Status (Health rollup)", |
| 435 | "statusState": "Status (State)", |
Sukanya Pandey | eb4cef3 | 2021-04-09 15:40:27 +0530 | [diff] [blame] | 436 | "subModel": "Sub model", |
Dixsie Wolmers | 739e459 | 2020-06-05 07:00:06 -0500 | [diff] [blame] | 437 | "systemType": "System type", |
SurenNeware | dc3fa2e | 2020-08-04 20:45:25 +0530 | [diff] [blame] | 438 | "totalCores": "Total cores", |
Nikhil Ashoka | 18cde3c | 2022-01-05 22:21:24 +0530 | [diff] [blame] | 439 | "totalSystemMemoryGiB": "Total system memory", |
Sandeepa Singh | 55ef76a | 2021-04-21 15:44:45 +0530 | [diff] [blame] | 440 | "totalThreads": "Total threads", |
| 441 | "uuid": "UUID", |
| 442 | "version": "Version" |
| 443 | }, |
| 444 | "toast": { |
| 445 | "errorDisableIdentifyLed": "Error disabling Identify LED.", |
| 446 | "errorEnableIdentifyLed": "Error enabling Identify LED." |
Yoshie Muranaka | 56ee769 | 2020-05-28 13:28:29 -0700 | [diff] [blame] | 447 | } |
| 448 | }, |
Sandeepa Singh | 05887b5 | 2022-01-10 19:19:36 +0530 | [diff] [blame] | 449 | "pageKeyClear": { |
| 450 | "description": "Securely clear sensitive data on the system", |
| 451 | "alert": { |
| 452 | "description": "Due to senstivity of the data that will be cleared, verification through physical presence is required to authorize this operation.", |
| 453 | "title": "This operation requires physical presence and system reboot" |
| 454 | }, |
| 455 | "form": { |
| 456 | "clearAllSetGenesisIPL": "Clear all and set genesis IPL", |
| 457 | "clear": "Clear", |
| 458 | "clearAllLabel": "Clear all", |
| 459 | "clearAllHeperText":"Clear all the sensitive data that is controlled by the platform firmware", |
| 460 | "clearHypervisorSystemKeyLabel":"Clear hypervisor system key", |
| 461 | "clearHypervisorSystemKeyHelperText":"This indicates the hypervisor to clear the system key.", |
| 462 | "clearOperatingSystemKeysLabel":"Clear operating system keys label", |
| 463 | "clearOperatingSystemKeysHelperText":"This indicates OPAL to clear the operating system Secure Boot keys.", |
| 464 | "clearSystemSecurityKeyLabel":"Clear system security officer key", |
| 465 | "clearSystemSecurityKeyHelperText":"This incicates OPAL/PEF to clear teh system security officer keys.", |
| 466 | "keyClearOptionsLabel": "Key clear options", |
| 467 | "keyClearNotRequested": "Key clear not requested", |
| 468 | "none": "None", |
| 469 | "setFactoryDefault": "Set factory default" |
| 470 | }, |
| 471 | "modal":{ |
| 472 | "clear": "Clear keys", |
| 473 | "clearAllMessage": "Any encryption keys contained in the selected data will be lost. System will not be able to decrypt any data that requires these keys.", |
| 474 | "clearAllTitle": "Warning: This operation is not reversible" |
| 475 | |
| 476 | }, |
| 477 | "toast":{ |
| 478 | "selectedKeyClearedError": "Error clearing keys", |
| 479 | "selectedKeyClearedSuccess": "Keys cleared successfully" |
| 480 | } |
| 481 | }, |
Mateusz Gapski | 632de22 | 2020-07-09 09:21:33 +0200 | [diff] [blame] | 482 | "pageKvm": { |
| 483 | "openNewTab": "Open in new tab", |
Mateusz Gapski | 632de22 | 2020-07-09 09:21:33 +0200 | [diff] [blame] | 484 | "buttonCtrlAltDelete": "Send Ctrl+Alt+Delete", |
| 485 | "status": "Status", |
| 486 | "connected": "Connected", |
| 487 | "connecting": "Connecting", |
| 488 | "disconnected": "Disconnected" |
| 489 | }, |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 490 | "pageLdap": { |
| 491 | "pageDescription": "Configure LDAP settings and manage role groups", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 492 | "roleGroups": "Role groups", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 493 | "settings": "Settings", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 494 | "addRoleGroup": "Add role group", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 495 | "ariaLabel": { |
| 496 | "ldapSettings": "LDAP settings" |
| 497 | }, |
| 498 | "form": { |
| 499 | "baseDn": "Base DN", |
| 500 | "bindDn": "Bind DN", |
| 501 | "bindPassword": "Bind password", |
| 502 | "caCertificateValidUntil": "CA Certificate valid until", |
| 503 | "groupIdAttribute": "Group ID attribute", |
| 504 | "ldapAuthentication": "LDAP authentication", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 505 | "ldapCertificateValidUntil": "LDAP Certificate valid until", |
| 506 | "manageSslCertificates": "Manage SSL certificates", |
| 507 | "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP", |
| 508 | "secureLdapUsingSsl": "Secure LDAP using SSL", |
| 509 | "serverUri": "Server URI", |
| 510 | "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps", |
| 511 | "serviceType": "Service type", |
| 512 | "userIdAttribute": "User ID attribute" |
| 513 | }, |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 514 | "modal": { |
| 515 | "addNewRoleGroup": "Add new role group", |
| 516 | "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.", |
| 517 | "deleteRoleGroupConfirmMessage": "Are you sure you want to delete '%{groupName}'? This action cannot be undone.", |
| 518 | "deleteRoleGroup": "Delete role group", |
| 519 | "editRoleGroup": "Edit role group", |
| 520 | "groupName": "Group name", |
| 521 | "groupPrivilege": "Group privilege" |
| 522 | }, |
| 523 | "tableRoleGroups": { |
| 524 | "alertContent": "LDAP authentication must be enabled to modify role groups.", |
| 525 | "groupName": "Group name", |
| 526 | "groupPrivilege": "Group privilege" |
| 527 | }, |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 528 | "toast": { |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 529 | "errorAddRoleGroup": "Error adding role group.", |
| 530 | "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 531 | "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.", |
| 532 | "errorSaveLdapSettings": "Error saving Open LDAP settings.", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 533 | "errorSaveRoleGroup": "Error saving role group.", |
| 534 | "successAddRoleGroup": "Successfully added role group '%{groupName}'.", |
| 535 | "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.", |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 536 | "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.", |
Yoshie Muranaka | dc3d541 | 2020-04-17 09:39:41 -0700 | [diff] [blame] | 537 | "successSaveLdapSettings": "Successfully saved Open LDAP settings.", |
| 538 | "successSaveRoleGroup": "Successfully saved role group '%{groupName}'." |
Yoshie Muranaka | c4e38ab | 2020-04-09 12:41:27 -0700 | [diff] [blame] | 539 | } |
| 540 | }, |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 541 | "pageUserManagement": { |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 542 | "accountPolicySettings": "Account policy settings", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 543 | "addUser": "Add user", |
Yoshie Muranaka | 2932165 | 2020-05-04 10:52:36 -0700 | [diff] [blame] | 544 | "deleteUser": "Delete user | Delete users", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 545 | "editUser": "Edit user", |
| 546 | "viewPrivilegeRoleDescriptions": "View privilege role descriptions", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 547 | "modal": { |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 548 | "accountLocked": "Account locked", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 549 | "accountStatus": "Account status", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 550 | "automaticAfterTimeout": "Automatic after timeout", |
Yoshie Muranaka | 2932165 | 2020-05-04 10:52:36 -0700 | [diff] [blame] | 551 | "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] | 552 | "cannotStartWithANumber": "Cannot start with a number", |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 553 | "clickSaveToUnlockAccount": "Click \"Save\" to unlock account", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 554 | "confirmUserPassword": "Confirm user password", |
| 555 | "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] | 556 | "manual": "Manual", |
| 557 | "maxFailedLoginAttempts": "Max failed login attempts", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 558 | "noSpecialCharactersExceptUnderscore": "No special characters except underscore", |
| 559 | "passwordMustBeBetween": "Password must be between %{min} – %{max} characters", |
| 560 | "passwordsDoNotMatch": "Passwords do not match", |
| 561 | "privilege": "Privilege", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 562 | "timeoutDurationSeconds": "Timeout duration (seconds)", |
Yoshie Muranaka | 1f9ed4c | 2020-03-26 16:59:54 -0700 | [diff] [blame] | 563 | "unlock": "Unlock", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 564 | "username": "Username", |
| 565 | "userPassword": "User password", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 566 | "userUnlockMethod": "User unlock method" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 567 | }, |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 568 | "table": { |
| 569 | "privilege": "Privilege", |
| 570 | "status": "Status", |
| 571 | "username": "Username" |
| 572 | }, |
| 573 | "tableRoles": { |
| 574 | "configureComponentsManagedByThisService": "Configure components managed by this service", |
| 575 | "configureManagerResources": "Configure manager resources", |
| 576 | "configureUsersAndTheirAccounts": "Configure users and their accounts", |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 577 | "logInToTheServiceAndReadResources": "Log in to the service and read resources", |
Dixsie Wolmers | d50ba5f | 2021-01-26 13:03:11 -0600 | [diff] [blame] | 578 | "updatePasswordForCurrentUserAccount": "Update password for current user account" |
Yoshie Muranaka | eaa0480 | 2020-02-28 13:21:27 -0800 | [diff] [blame] | 579 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 580 | "toast": { |
Yoshie Muranaka | 8fc53ad | 2020-05-04 10:40:41 -0700 | [diff] [blame] | 581 | "errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.", |
| 582 | "errorBatchDisable": "Error disabling %{count} user. | Error disabling %{count} users.", |
| 583 | "errorBatchEnable": "Error enabling %{count} user. | Error enabling %{count} users.", |
| 584 | "errorCreateUser": "Error creating user '%{username}'.", |
| 585 | "errorDeleteUser": "Error deleting user '%{username}'.", |
| 586 | "errorLoadAccountSettings": "Error loading account settings", |
| 587 | "errorLoadUsers": "Error loading users.", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 588 | "errorSaveSettings": "Error saving account settings.", |
Yoshie Muranaka | 8fc53ad | 2020-05-04 10:40:41 -0700 | [diff] [blame] | 589 | "errorUpdateUser": "Error updating user '%{username}'.", |
| 590 | "successBatchDelete": "Successfully deleted %{count} user. | Successfully deleted %{count} users.", |
| 591 | "successBatchDisable": "Successfully disabled %{count} user. | Successfully disabled %{count} users.", |
| 592 | "successBatchEnable": "Successfully enabled %{count} user. | Successfully enabled %{count} users.", |
| 593 | "successCreateUser": "Created user '%{username}'.", |
| 594 | "successDeleteUser": "Deleted user '%{username}'.", |
| 595 | "successSaveSettings": "Successfully saved account settings.", |
| 596 | "successUpdateUser": "Updated user '%{username}'." |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 597 | } |
| 598 | }, |
| 599 | "pageLogin": { |
| 600 | "language": "Language", |
| 601 | "logIn": "Log in", |
| 602 | "password": "Password", |
| 603 | "username": "Username", |
| 604 | "alert": { |
Derick Montague | fd22b5b | 2020-03-13 15:15:43 -0500 | [diff] [blame] | 605 | "message": "Invalid username or password" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 606 | } |
| 607 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 608 | "pageOverview": { |
Dixsie Wolmers | 6a192d5 | 2021-09-02 15:26:58 -0500 | [diff] [blame] | 609 | "backupVersion": "Backup", |
| 610 | "bmcTime": "BMC time", |
| 611 | "criticalEvents": "Critical", |
| 612 | "dhcp": "DHCPv4", |
| 613 | "dumps": "Dumps", |
| 614 | "eventLogs": "Event logs", |
| 615 | "firmwareInformation": "Firmware information", |
Dixsie Wolmers | 182b3f1 | 2021-09-24 14:35:34 -0500 | [diff] [blame] | 616 | "hostName": "Hostname", |
Dixsie Wolmers | 6a192d5 | 2021-09-02 15:26:58 -0500 | [diff] [blame] | 617 | "idlePower": "Idle power", |
| 618 | "inventory": "Inventory and LEDs", |
| 619 | "ipv4": "IPv4", |
| 620 | "linkStatus": "Link status", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 621 | "model": "Model", |
| 622 | "networkInformation": "Network information", |
| 623 | "powerCap": "Power cap", |
| 624 | "powerConsumption": "Power consumption", |
Dixsie Wolmers | 6a192d5 | 2021-09-02 15:26:58 -0500 | [diff] [blame] | 625 | "powerInformation": "Power information", |
| 626 | "powerMode": "Power mode", |
| 627 | "runningVersion": "Running", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 628 | "serialNumber": "Serial number", |
| 629 | "serverInformation": "Server information", |
Dixsie Wolmers | 6a192d5 | 2021-09-02 15:26:58 -0500 | [diff] [blame] | 630 | "solConsole": "@:appNavigation.serialOverLan", |
| 631 | "statusInformation": "Status information", |
| 632 | "systemIdentifyLed": "System identify LED", |
| 633 | "systemInformation": "System information", |
| 634 | "total": "Total", |
| 635 | "warningEvents": "Warning", |
| 636 | "viewMore": "View more" |
Dixsie Wolmers | 75d3fb7 | 2020-02-10 21:58:55 -0600 | [diff] [blame] | 637 | }, |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 638 | "pagePostCodeLogs": { |
Sandeepa Singh | 06d5386 | 2021-05-24 13:51:09 +0530 | [diff] [blame] | 639 | "allExportFilePrefix": "All_POST_codes_log_", |
| 640 | "downloadFilePrefix": "POST_codes_additional_details_", |
| 641 | "exportFilePrefix": "POST_codes_log_", |
| 642 | "action": { |
| 643 | "downloadDetails": "Download additional details", |
| 644 | "exportLogs": "Export log" |
| 645 | }, |
| 646 | "button": { |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 647 | "exportAll": "Export all" |
Sandeepa Singh | 06d5386 | 2021-05-24 13:51:09 +0530 | [diff] [blame] | 648 | }, |
| 649 | "table": { |
| 650 | "created": "Created", |
| 651 | "bootCount": "Boot count", |
| 652 | "postCode": "POST code", |
| 653 | "searchLogs": "Search logs", |
| 654 | "timeStampOffset": "Time stamp offset" |
| 655 | } |
| 656 | }, |
Sukanya Pandey | fc16f3c | 2020-06-23 22:54:27 +0530 | [diff] [blame] | 657 | "pageProfileSettings": { |
| 658 | "browserOffset": "Browser offset (%{timezone})", |
Sukanya Pandey | b1f559f | 2020-04-28 20:18:28 +0530 | [diff] [blame] | 659 | "changePassword": "Change password", |
| 660 | "confirmPassword": "Confirm new password", |
Sukanya Pandey | fc16f3c | 2020-06-23 22:54:27 +0530 | [diff] [blame] | 661 | "defaultUTC": "Default (UTC)", |
Sukanya Pandey | b1f559f | 2020-04-28 20:18:28 +0530 | [diff] [blame] | 662 | "newPassword": "New password", |
| 663 | "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters", |
| 664 | "passwordsDoNotMatch": "Passwords do not match", |
| 665 | "profileInfoTitle": "Profile information", |
Sukanya Pandey | fc16f3c | 2020-06-23 22:54:27 +0530 | [diff] [blame] | 666 | "timezone": "Timezone", |
| 667 | "timezoneDisplay": "Timezone display preference", |
| 668 | "timezoneDisplayDesc": "Select how time is displayed throughout the application", |
| 669 | "username": "Username", |
| 670 | "toast": { |
Sandeepa Singh | 77e6490 | 2021-12-29 19:34:16 +0530 | [diff] [blame] | 671 | "successUpdatingTimeZone": "Timezone updated successfully." |
Sukanya Pandey | fc16f3c | 2020-06-23 22:54:27 +0530 | [diff] [blame] | 672 | } |
Sukanya Pandey | b1f559f | 2020-04-28 20:18:28 +0530 | [diff] [blame] | 673 | }, |
Sandeepa Singh | f67f769 | 2021-07-19 18:04:18 +0530 | [diff] [blame] | 674 | "pageNetwork": { |
Dixsie Wolmers | 157d2ff | 2020-12-16 14:25:04 -0600 | [diff] [blame] | 675 | "dhcp": "DHCP", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 676 | "domainName": "domain name", |
| 677 | "dns": "DNS server", |
| 678 | "fqdn": "FQDN", |
| 679 | "hostname": "Hostname", |
| 680 | "interfaceSection": "Interface settings", |
| 681 | "ipv4": "IPv4", |
| 682 | "ipv4Addresses": "IPv4 addresses", |
| 683 | "ipv6": "IPv6", |
| 684 | "linkStatus": "Link status", |
| 685 | "macAddress": "MAC address", |
Dixsie Wolmers | 12dc20c | 2021-12-03 14:29:26 -0600 | [diff] [blame] | 686 | "network": "network", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 687 | "networkSettings": "Network settings", |
| 688 | "ntp": "NTP server", |
| 689 | "pageDescription": "Configure BMC network settings", |
| 690 | "useDns": "Use DNS servers", |
| 691 | "useDomainName": "Use domain name", |
| 692 | "useNtp": "Use NTP servers", |
| 693 | "speed": "Speed (mbps)", |
Dixsie Wolmers | e3c9c09 | 2020-05-20 23:27:56 -0500 | [diff] [blame] | 694 | "staticDns": "Static DNS", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 695 | "modal": { |
Dixsie Wolmers | 12dc20c | 2021-12-03 14:29:26 -0600 | [diff] [blame] | 696 | "editHostnameTitle": "Edit hostname", |
| 697 | "editMacAddressTitle": "Edit MAC address", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 698 | "gateway": "Gateway", |
Dixsie Wolmers | 12dc20c | 2021-12-03 14:29:26 -0600 | [diff] [blame] | 699 | "ipAddress": "IP address", |
Dixsie Wolmers | b34349d | 2021-11-02 22:06:35 -0500 | [diff] [blame] | 700 | "staticDns": "Static DNS", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 701 | "subnetMask": "Subnet mask" |
Dixsie Wolmers | e3c9c09 | 2020-05-20 23:27:56 -0500 | [diff] [blame] | 702 | }, |
| 703 | "table": { |
Dixsie Wolmers | b34349d | 2021-11-02 22:06:35 -0500 | [diff] [blame] | 704 | "addDnsAddress": "Add IP address", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 705 | "addIpv4Address": "Add static IPv4 address", |
| 706 | "addressOrigin": "Address origin", |
Konstantin Aladyshev | 823c181 | 2021-12-17 12:12:41 +0300 | [diff] [blame] | 707 | "deleteDns": "Delete DNS address", |
| 708 | "deleteIpv4": "Delete IPv4 address", |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 709 | "editDns": "Edit DNS address", |
| 710 | "editIpv4": "Edit IPv4 address", |
| 711 | "gateway": "Gateway", |
Dixsie Wolmers | e3c9c09 | 2020-05-20 23:27:56 -0500 | [diff] [blame] | 712 | "ipAddress": "IP address", |
| 713 | "subnet": "Subnet mask" |
| 714 | }, |
| 715 | "toast": { |
Dixsie Wolmers | c4b8757 | 2021-10-07 16:15:50 -0500 | [diff] [blame] | 716 | "errorSaveNetworkSettings": "Error updating %{setting} settings.", |
| 717 | "successSaveNetworkSettings": "Successfully updated %{setting} settings." |
Dixsie Wolmers | e3c9c09 | 2020-05-20 23:27:56 -0500 | [diff] [blame] | 718 | } |
| 719 | }, |
Dixsie Wolmers | 11e655c | 2020-08-26 14:53:01 -0500 | [diff] [blame] | 720 | "pagePageNotFound": { |
| 721 | "description": "The requested resource could not be found." |
| 722 | }, |
Sukanya Pandey | be6858c | 2020-12-16 20:08:01 +0530 | [diff] [blame] | 723 | "pagePowerRestorePolicy": { |
Sukanya Pandey | be6858c | 2020-12-16 20:08:01 +0530 | [diff] [blame] | 724 | "description": "Configure power policy to determine how the system starts after a power disturbance.", |
| 725 | "powerPoliciesLabel": "Power restore policies", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 726 | "policies": { |
Sukanya Pandey | be6858c | 2020-12-16 20:08:01 +0530 | [diff] [blame] | 727 | "AlwaysOn": "Always on", |
| 728 | "AlwaysOff": "Always off", |
| 729 | "LastState": "Last state" |
| 730 | }, |
| 731 | "toast": { |
| 732 | "errorSaveSettings": "Error saving settings.", |
| 733 | "successSaveSettings": "Power restore policy updated successfully." |
| 734 | } |
| 735 | }, |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 736 | "pageRebootBmc": { |
Dixsie Wolmers | 50cf2f7 | 2020-08-17 17:38:46 -0500 | [diff] [blame] | 737 | "lastReboot": "Last BMC reboot", |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 738 | "rebootBmc": "Reboot BMC", |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 739 | "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] | 740 | "modal": { |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 741 | "confirmMessage": "Are you sure you want to reboot the BMC?", |
| 742 | "confirmTitle": "Confirm BMC reboot" |
Yoshie Muranaka | c11d389 | 2020-02-19 08:07:40 -0800 | [diff] [blame] | 743 | }, |
Yoshie Muranaka | 547b5fc | 2020-02-24 15:42:40 -0800 | [diff] [blame] | 744 | "toast": { |
| 745 | "errorRebootStart": "Error rebooting BMC.", |
| 746 | "successRebootStart": "Rebooting BMC." |
Yoshie Muranaka | 183c275 | 2020-02-12 11:30:49 -0800 | [diff] [blame] | 747 | } |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 748 | }, |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 749 | "pagePolicies": { |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 750 | "ipmi": "Network IPMI (out-of-band IPMI)", |
| 751 | "ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.", |
Nikhil Ashoka | aee2714 | 2022-01-27 19:10:31 +0530 | [diff] [blame] | 752 | "rtad": "RTAD", |
| 753 | "rtadDescription": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware", |
SurenNeware | bd0c01f | 2021-01-20 21:13:09 +0530 | [diff] [blame] | 754 | "ssh": "BMC shell (via SSH)", |
| 755 | "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.", |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 756 | "modal": { |
| 757 | "disableMessage": { |
| 758 | "ipmi": "Are you sure you want to disable @:pagePolicies.ipmi?", |
| 759 | "ssh": "Are you sure you want to disable @:pagePolicies.ssh?" |
| 760 | }, |
| 761 | "enableMessage": { |
| 762 | "ipmi": "Are you sure you want to enable @:pagePolicies.ipmi?", |
| 763 | "ssh": "Are you sure you want to enable @:pagePolicies.ssh?" |
| 764 | } |
| 765 | }, |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 766 | "toast": { |
| 767 | "errorIpmiDisabled": "Error disabling IPMI security setting.", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 768 | "errorIpmiEnabled": "Error enabling IPMI security setting.", |
Nikhil Ashoka | aee2714 | 2022-01-27 19:10:31 +0530 | [diff] [blame] | 769 | "errorRtadDisabled": "Error disabling RTAD security setting.", |
| 770 | "errorRtadEnabled": "Error enabling RTAD security setting.", |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 771 | "errorSshDisabled": "Error disabling SSH security setting.", |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 772 | "errorSshEnabled": "Error enabling SSH security setting.", |
Nikhil Ashoka | aee2714 | 2022-01-27 19:10:31 +0530 | [diff] [blame] | 773 | "errorVtpmDisabled": "Error disabling VitualTPM security setting.", |
| 774 | "errorVtpmEnabled": "Error enabling VitualTPM security setting.", |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 775 | "successIpmiDisabled": "Successfully disabled IPMI security setting.", |
| 776 | "successIpmiEnabled": "Successfully enabled IPMI security setting.", |
Nikhil Ashoka | aee2714 | 2022-01-27 19:10:31 +0530 | [diff] [blame] | 777 | "successRtadDisabled": "Successfully disabled RTAD security setting.", |
| 778 | "successRtadEnabled": "Successfully enabled RTAD security setting.", |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 779 | "successSshDisabled": "Successfully disabled SSH security setting.", |
Nikhil Ashoka | aee2714 | 2022-01-27 19:10:31 +0530 | [diff] [blame] | 780 | "successSshEnabled": "Successfully enabled SSH security setting.", |
| 781 | "successVtpmDisabled": "Successfully disabled VitualTPM security setting.", |
| 782 | "successVtpmEnabled": "Successfully enabled VitualTPM security setting." |
| 783 | }, |
| 784 | "vtpm": "VirtualTPM", |
| 785 | "vtpmDescription": "Enabling vTPM makes a TPM available to the guest operating system." |
Dixsie Wolmers | 8f030ba | 2020-12-07 13:12:53 -0600 | [diff] [blame] | 786 | }, |
Sandeepa Singh | 6dba4be | 2021-07-28 15:25:14 +0530 | [diff] [blame] | 787 | "pagePower": { |
| 788 | "description": "Set a power cap to keep power consumption at or below the specified value in watts", |
| 789 | "powerCapLabel": "Power cap value (in watts)", |
| 790 | "powerCapLabelTextInfo": " Value must be between %{min} and %{max}", |
| 791 | "powerCapSettingData": "Apply power cap", |
| 792 | "powerCapSettingLabel": "Power cap setting", |
| 793 | "powerConsumption": "Current power consumption", |
| 794 | "serverPowCapSetting": "Server power cap setting" |
| 795 | }, |
Yoshie Muranaka | 30abccb | 2020-03-11 12:44:24 -0700 | [diff] [blame] | 796 | "pageSensors": { |
SurenNeware | 1471f8f | 2020-09-18 18:41:22 +0530 | [diff] [blame] | 797 | "exportFilePrefix": "sensors_", |
SurenNeware | 71724be | 2020-06-01 15:31:00 +0530 | [diff] [blame] | 798 | "searchForSensors": "Search for sensors", |
Yoshie Muranaka | 30abccb | 2020-03-11 12:44:24 -0700 | [diff] [blame] | 799 | "table": { |
| 800 | "currentValue": "Current value", |
| 801 | "lowerWarning": "Lower warning", |
| 802 | "lowerCritical": "Lower critical", |
| 803 | "name": "Name", |
| 804 | "status": "Status", |
| 805 | "upperWarning": "Upper warning", |
| 806 | "upperCritical": "Upper critical" |
| 807 | } |
| 808 | }, |
Sukanya Pandey | 615b315 | 2020-08-19 19:13:49 +0530 | [diff] [blame] | 809 | "pageSerialOverLan": { |
| 810 | "connected": "Connected", |
| 811 | "disconnected": "Disconnected", |
Sukanya Pandey | 96f69ca | 2020-05-20 15:32:57 +0530 | [diff] [blame] | 812 | "openNewTab": "Open in new tab", |
Sukanya Pandey | 615b315 | 2020-08-19 19:13:49 +0530 | [diff] [blame] | 813 | "status": "Status", |
Derick Montague | ec4f190 | 2020-11-05 14:34:26 -0600 | [diff] [blame] | 814 | "subTitle": "SOL console redirects the server's serial port output to this window." |
Sukanya Pandey | 96f69ca | 2020-05-20 15:32:57 +0530 | [diff] [blame] | 815 | }, |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 816 | "pageServerPowerOperations": { |
| 817 | "currentStatus": "Current status", |
Derick Montague | 71114fe | 2021-05-06 18:17:34 -0500 | [diff] [blame] | 818 | "serverBootSettings": "Boot settings", |
| 819 | "serverStatus": "Server status", |
| 820 | "immediateReboot": "Immediate – Server reboots without operating system shutting down; may cause data corruption", |
| 821 | "immediateShutdown": "Immediate - Server shuts down without operating system shutting down; may cause data corruption", |
Dixsie Wolmers | bb31606 | 2020-08-04 19:17:33 -0500 | [diff] [blame] | 822 | "lastPowerOperation": "Last power operation", |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 823 | "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] | 824 | "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.", |
| 825 | "operations": "Operations", |
Derick Montague | 71114fe | 2021-05-06 18:17:34 -0500 | [diff] [blame] | 826 | "orderlyReboot": "Orderly – operating system shuts down, then server reboots", |
| 827 | "orderlyShutdown": "Orderly - operating system shuts down, then server shuts down", |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 828 | "powerOn": "Power on", |
| 829 | "reboot": "Reboot", |
| 830 | "rebootServer": "Reboot server", |
| 831 | "shutDown": "Shut down", |
| 832 | "shutdownServer": "Shutdown server", |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 833 | "bootSettings": { |
| 834 | "bootSettingsOverride": "Boot settings override", |
| 835 | "enableOneTimeBoot": "Enable one time boot", |
| 836 | "tpmRequiredPolicy": "TPM required policy", |
| 837 | "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional." |
| 838 | }, |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 839 | "modal": { |
| 840 | "confirmRebootMessage": "Are you sure you want to reboot?", |
| 841 | "confirmRebootTitle": "Server reboot will cause outage", |
| 842 | "confirmShutdownMessage": "Are you sure you want to shut down?", |
| 843 | "confirmShutdownTitle": "Server shutdown will cause outage" |
Yoshie Muranaka | c05ff64 | 2020-02-26 14:23:15 -0800 | [diff] [blame] | 844 | }, |
| 845 | "toast": { |
| 846 | "errorSaveSettings": "Error saving settings.", |
| 847 | "successSaveSettings": "Successfully saved settings." |
Yoshie Muranaka | fa1512b | 2020-02-25 15:54:07 -0800 | [diff] [blame] | 848 | } |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 849 | }, |
Sandeepa Singh | b440616 | 2021-07-26 15:05:39 +0530 | [diff] [blame] | 850 | "pageCertificates": { |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 851 | "addNewCertificate": "Add new certificate", |
| 852 | "caCertificate": "CA Certificate", |
| 853 | "deleteCertificate": "Delete certificate", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 854 | "generateCsr": "Generate CSR", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 855 | "httpsCertificate": "HTTPS Certificate", |
| 856 | "ldapCertificate": "LDAP Certificate", |
| 857 | "replaceCertificate": "Replace certificate", |
Yoshie Muranaka | e45f54b | 2020-03-26 15:23:34 -0700 | [diff] [blame] | 858 | "alert": { |
| 859 | "certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.", |
| 860 | "certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.", |
| 861 | "certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.", |
| 862 | "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates." |
| 863 | }, |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 864 | "modal": { |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 865 | "alternateName": "Alternate name", |
| 866 | "alternateNameHelperText": "Add multiple alternate names separated by space", |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 867 | "certificateFile": "Certificate file", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 868 | "certificateSigningRequest": "Certificate Signing Request (CSR)", |
| 869 | "certificateType": "Certificate type", |
| 870 | "challengePassword": "Challenge password", |
| 871 | "city": "City", |
| 872 | "commonName": "Common name", |
| 873 | "companyName": "Company name", |
| 874 | "companyUnit": "Company unit", |
| 875 | "contactPerson": "Contact person", |
Derick Montague | c237e30 | 2021-05-11 16:44:20 -0500 | [diff] [blame] | 876 | "country": "Country/Region", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 877 | "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.", |
| 878 | "duplicateAlternateName": "Duplicate alternate name", |
| 879 | "emailAddress": "Email address", |
| 880 | "generateACertificateSigningRequest": "Generate a Certificate Signing Request (CSR)", |
| 881 | "keyBitLength": "Key bit length", |
| 882 | "keyCurveId": "Key curve ID", |
| 883 | "keyPairAlgorithm": "Key pair algorithm", |
| 884 | "privateKey": "Private key", |
| 885 | "state": "State" |
Yoshie Muranaka | 3739381 | 2020-03-24 15:25:24 -0700 | [diff] [blame] | 886 | }, |
| 887 | "table": { |
| 888 | "certificate": "Certificate", |
| 889 | "issuedBy": "Issued by", |
| 890 | "issuedTo": "Issued to", |
| 891 | "validFrom": "Valid from", |
| 892 | "validUntil": "Valid until" |
| 893 | }, |
| 894 | "toast": { |
| 895 | "errorAddCertificate": "Error adding certificate.", |
| 896 | "errorDeleteCertificate": "Error deleting certificate.", |
| 897 | "errorReplaceCertificate": "Error replacing certificate.", |
| 898 | "successAddCertificate": "Successfully added %{certificate}.", |
| 899 | "successDeleteCertificate": "Successfully deleted %{certificate}.", |
| 900 | "successReplaceCertificate": "Successfully replaced %{certificate}." |
| 901 | } |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 902 | }, |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 903 | "pageVirtualMedia": { |
| 904 | "configureConnection": "Configure Connection", |
Mateusz Gapski | 2224ece | 2020-09-02 17:00:06 +0200 | [diff] [blame] | 905 | "defaultDeviceName": "Virtual media device", |
| 906 | "start": "Start", |
| 907 | "stop": "Stop", |
MichalX Szopinski | 1dea1a1 | 2021-06-07 16:27:19 +0200 | [diff] [blame] | 908 | "virtualMediaSubTitleFirst": "Load image from web browser", |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 909 | "virtualMediaSubTitleSecond": "Load image from external server", |
Mateusz Gapski | 2224ece | 2020-09-02 17:00:06 +0200 | [diff] [blame] | 910 | "modal": { |
| 911 | "password": "Password", |
| 912 | "serverUri": "External server URI", |
| 913 | "title": "Legacy mode configuration", |
| 914 | "username": "Username" |
| 915 | }, |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 916 | "toast": { |
Mateusz Gapski | 2224ece | 2020-09-02 17:00:06 +0200 | [diff] [blame] | 917 | "errorMounting": "Error mounting", |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 918 | "errorReadingFile": "Error reading file. Closing server.", |
Mateusz Gapski | 2224ece | 2020-09-02 17:00:06 +0200 | [diff] [blame] | 919 | "errorUnmounting": "Error unmounting", |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 920 | "serverRunning": "Server running", |
Alicja Rybak | 15bcc41 | 2021-04-30 12:49:12 +0200 | [diff] [blame] | 921 | "serverConnectionEstablished": "Server connection established", |
Mateusz Gapski | 7510046 | 2020-07-30 11:01:29 +0200 | [diff] [blame] | 922 | "serverClosedSuccessfully": "Server closed successfully", |
| 923 | "serverClosedWithErrors": "Server closed with errors" |
| 924 | } |
| 925 | }, |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 926 | "countries": { |
Dixsie Wolmers | e3c9c09 | 2020-05-20 23:27:56 -0500 | [diff] [blame] | 927 | "AF": "Afghanistan", |
| 928 | "AL": "Albania", |
| 929 | "DZ": "Algeria", |
| 930 | "AS": "American Samoa", |
| 931 | "AD": "Andorra", |
| 932 | "AO": "Angola", |
| 933 | "AI": "Anguilla", |
| 934 | "AQ": "Antarctica", |
| 935 | "AG": "Antigua and Barbuda", |
| 936 | "AR": "Argentina", |
| 937 | "AM": "Armenia", |
| 938 | "AW": "Aruba", |
| 939 | "AU": "Australia", |
| 940 | "AT": "Austria", |
| 941 | "AZ": "Azerbaijan", |
| 942 | "BS": "Bahamas, The", |
| 943 | "BH": "Bahrain", |
| 944 | "BD": "Bangladesh", |
| 945 | "BB": "Barbados", |
| 946 | "BY": "Belarus", |
| 947 | "BE": "Belgium", |
| 948 | "BZ": "Belize", |
| 949 | "BJ": "Benin", |
| 950 | "BM": "Bermuda", |
| 951 | "BT": "Bhutan", |
| 952 | "BO": "Bolivia", |
| 953 | "BQ": "Bonaire, Sint Eustatius and Saba", |
| 954 | "BA": "Bosnia and Herzegovina ", |
| 955 | "BW": "Bostwana", |
| 956 | "BV": "Bouvet Island", |
| 957 | "BR": "Brazil", |
| 958 | "IO": "British Indian Ocean Territory", |
| 959 | "BN": "Brunei Darussalam ", |
| 960 | "BG": "Bulgaria", |
| 961 | "BF": "Burkina Faso", |
| 962 | "BI": "Burundi", |
| 963 | "CV": "Cabo Verde", |
| 964 | "KH": "Cambodia", |
| 965 | "CM": "Cameroon", |
| 966 | "CA": "Canada", |
| 967 | "KY": "Cayman Islands", |
| 968 | "CF": "Central African Republic", |
| 969 | "TD": "Chad", |
| 970 | "CL": "Chile", |
| 971 | "CN": "China", |
| 972 | "CX": "Christmas Island ", |
| 973 | "CC": "Cocos(Keeling) Islands", |
| 974 | "CO": "Columbia", |
| 975 | "KM": "Comoros", |
| 976 | "CD": "Congo, The Democratic Republic of the", |
| 977 | "CG": "Congo", |
| 978 | "CK": "Cook Islands", |
| 979 | "CR": "Costa Rica", |
| 980 | "HR": "Croatia", |
| 981 | "CU": "Cuba", |
| 982 | "CW": "Curaçao", |
| 983 | "CY": "Cyprus", |
| 984 | "CZ": "Czechia", |
| 985 | "CI": "Côte d\"Ivoire", |
| 986 | "DK": "Denmark", |
| 987 | "DJ": "Djibouti", |
| 988 | "DM": "Dominica", |
| 989 | "DO": "Dominican Republic", |
| 990 | "EC": "Ecuador", |
| 991 | "EG": "Egypt", |
| 992 | "SV": "El Salvador", |
| 993 | "GQ": "Equatorial Guinea ", |
| 994 | "ER": "Eritrea", |
| 995 | "EE": "Estonia", |
| 996 | "SZ": "Eswatini", |
| 997 | "ET": "Ethiopia", |
| 998 | "FK": "Falkland Islands (Malvinas)", |
| 999 | "FO": "Faroe Islands", |
| 1000 | "FJ": "Fiji", |
| 1001 | "FI": "Finland", |
| 1002 | "FR": "France", |
| 1003 | "GF": "French Guiana", |
| 1004 | "PF": "French Polynesia", |
| 1005 | "TF": "French Southern Territories", |
| 1006 | "GA": "Gabon", |
| 1007 | "GM": "Gambia, The", |
| 1008 | "GE": "Georgia", |
| 1009 | "DE": "Germany", |
| 1010 | "GH": "Ghana", |
| 1011 | "GI": "Gibraltar", |
| 1012 | "GR": "Greece", |
| 1013 | "GL": "Greenland", |
| 1014 | "GD": "Grenada", |
| 1015 | "GP": "Guadeloupe", |
| 1016 | "GU": "Guam", |
| 1017 | "GT": "Guatemala", |
| 1018 | "GG": "Guernsey", |
| 1019 | "GN": "Guinea", |
| 1020 | "GW": "Guinea-Bissau", |
| 1021 | "GY": "Guyana", |
| 1022 | "HT": "Haiti", |
| 1023 | "HM": "Heard Island and McDonald Islands", |
| 1024 | "VA": "Holy See", |
| 1025 | "HN": "Honduras", |
| 1026 | "HK": "Hong Kong", |
| 1027 | "HU": "Hungary", |
| 1028 | "IS": "Iceland", |
| 1029 | "IN": "India", |
| 1030 | "ID": "Indonesia", |
| 1031 | "IR": "Iran, Islamic Republic of", |
| 1032 | "IQ": "Iraq", |
| 1033 | "IE": "Ireland", |
| 1034 | "IM": "Isle of Man", |
| 1035 | "IL": "Israel", |
| 1036 | "IT": "Italy", |
| 1037 | "JM": "Jamaica", |
| 1038 | "JP": "Japan", |
| 1039 | "JE": "Jersey", |
| 1040 | "JO": "Jordan", |
| 1041 | "KZ": "Kazakhstan", |
| 1042 | "KE": "Kenya", |
| 1043 | "KI": "Kiribati", |
| 1044 | "KR": "Korea, Republic of", |
| 1045 | "KP": "Korea, Democratic People\"s Republic of", |
| 1046 | "KW": "Kuwait", |
| 1047 | "KG": "Kyrgyzstan", |
| 1048 | "LA": "Lao People\"s Democratic Republic", |
| 1049 | "LV": "Latvia", |
| 1050 | "LB": "Lebanon", |
| 1051 | "LS": "Lesotho", |
| 1052 | "LR": "Liberia", |
| 1053 | "LY": "Libya", |
| 1054 | "LI": "Liechtenstein", |
| 1055 | "LT": "Lithuania", |
| 1056 | "LU": "Luxembourg", |
| 1057 | "MO": "Macao", |
| 1058 | "MK": "Macedonia, The Former Yugoslav Republic of", |
| 1059 | "MG": "Madagascar", |
| 1060 | "MW": "Malawi", |
| 1061 | "MY": "Malaysia", |
| 1062 | "MV": "Maldives", |
| 1063 | "ML": "Mali", |
| 1064 | "MT": "Malta", |
| 1065 | "MH": "Marshall Islands", |
| 1066 | "MQ": "Martinique", |
| 1067 | "MR": "Mauritania", |
| 1068 | "MU": "Mauritius", |
| 1069 | "YT": "Mayotte", |
| 1070 | "MX": "Mexico", |
| 1071 | "FM": "Micronesia, Federated States of", |
| 1072 | "MD": "Moldova, Republic of", |
| 1073 | "MC": "Monaco", |
| 1074 | "MN": "Mongolia", |
| 1075 | "ME": "Montenegro", |
| 1076 | "MS": "Montserrat", |
| 1077 | "MA": "Morocco", |
| 1078 | "MZ": "Mozambique", |
| 1079 | "MM": "Myanmar", |
| 1080 | "NA": "Namibia", |
| 1081 | "NR": "Nauru", |
| 1082 | "NP": "Nepal", |
| 1083 | "NL": "Netherlands", |
| 1084 | "NC": "New Caledonia", |
| 1085 | "NZ": "New Zealand", |
| 1086 | "NI": "Nicaragua", |
| 1087 | "NE": "Niger", |
| 1088 | "NG": "Nigeria", |
| 1089 | "NU": "Niue", |
| 1090 | "NF": "Norfolk Island", |
| 1091 | "MP": "Northern Mariana Islands", |
| 1092 | "NO": "Norway", |
| 1093 | "OM": "Oman", |
| 1094 | "PK": "Pakistan", |
| 1095 | "PW": "Palau", |
| 1096 | "PS": "Palestine", |
| 1097 | "PA": "Panama", |
| 1098 | "PG": "Papua New Guinea", |
| 1099 | "PY": "Paraguay", |
| 1100 | "PE": "Peru", |
| 1101 | "PH": "Philippines", |
| 1102 | "PN": "Pitcairn", |
| 1103 | "PL": "Poland", |
| 1104 | "PT": "Portugal", |
| 1105 | "PR": "Puerto Rico", |
| 1106 | "QA": "Qatar", |
| 1107 | "RO": "Romania", |
| 1108 | "RU": "Russian Federation", |
| 1109 | "RW": "Rwanda", |
| 1110 | "RE": "Réunion", |
| 1111 | "BL": "Saint Barthélemy", |
| 1112 | "SH": "Saint Helena, Ascension and Tristan da Cunha", |
| 1113 | "KN": "Saint Kitts and Nevis ", |
| 1114 | "LC": "Saint Lucia", |
| 1115 | "MF": "Saint Martin", |
| 1116 | "PM": "Saint Pierre and Miquelon", |
| 1117 | "VC": "Saint Vincent and the Grenadines", |
| 1118 | "WS": "Samoa", |
| 1119 | "SM": "San Marino ", |
| 1120 | "ST": "Sao Tome and Principe", |
| 1121 | "SA": "Saudi Arabia", |
| 1122 | "SN": "Senegal", |
| 1123 | "RS": "Serbia", |
| 1124 | "SC": "Seychelles", |
| 1125 | "SL": "Sierra Leone", |
| 1126 | "SG": "Singapore", |
| 1127 | "SX": "Sint Maarten", |
| 1128 | "SK": "Slovakia", |
| 1129 | "SI": "Slovenia", |
| 1130 | "SB": "Solomon Islands", |
| 1131 | "SO": "Somalia", |
| 1132 | "ZA": "South Africa ", |
| 1133 | "GS": "South Georgia and the South Sandwich Islands", |
| 1134 | "SS": "South Sudan", |
| 1135 | "ES": "Spain", |
| 1136 | "LK": "Sri Lanka", |
| 1137 | "SD": "Sudan", |
| 1138 | "SR": "Suriname", |
| 1139 | "SJ": "Svalbard and Jan Mayen", |
| 1140 | "SE": "Sweden", |
| 1141 | "CH": "Switzerland", |
| 1142 | "SY": "Syrian Arab Republic", |
| 1143 | "TW": "Taiwan", |
| 1144 | "TJ": "Tajikistan", |
| 1145 | "TZ": "Tanzania, United Republic of", |
| 1146 | "TH": "Thailand", |
| 1147 | "TL": "Timor-Leste", |
| 1148 | "TG": "Togo", |
| 1149 | "TK": "Tokelau", |
| 1150 | "TO": "Tonga", |
| 1151 | "TT": "Trinidad and Tobago", |
| 1152 | "TN": "Tunisia", |
| 1153 | "TR": "Turkey", |
| 1154 | "TM": "Turkmenistan", |
| 1155 | "TC": "Turks and Caicos Islands", |
| 1156 | "TV": "Tuvalu", |
| 1157 | "UG": "Uganda", |
| 1158 | "UA": "Ukraine", |
| 1159 | "AE": "United Arab Emirates", |
| 1160 | "GB": "United Kingdom", |
| 1161 | "UM": "United States Minor Outlying Islands", |
| 1162 | "US": "United States of America", |
| 1163 | "UY": "Uruguay", |
| 1164 | "UZ": "Uzbekistan", |
| 1165 | "VU": "Vanuatu", |
| 1166 | "VE": "Venezuela", |
| 1167 | "VN": "Viet Nam", |
| 1168 | "VG": "Virgin Islands, British", |
| 1169 | "VI": "Virgin Islands, U.S", |
| 1170 | "WF": "Wallis and Futuna", |
| 1171 | "EH": "Western Sahara", |
| 1172 | "YE": "Yemen", |
| 1173 | "ZM": "Zambia", |
| 1174 | "ZW": "Zimbabwe", |
Yoshie Muranaka | 532a4b0 | 2020-03-27 11:00:50 -0700 | [diff] [blame] | 1175 | "AX": "Åland Islands" |
Dixsie Wolmers | cbcd213 | 2020-01-30 20:58:37 -0600 | [diff] [blame] | 1176 | } |
Derick Montague | da9f0a6 | 2021-02-14 19:21:44 -0600 | [diff] [blame] | 1177 | } |