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