blob: a94d3995927d055d888fac06c2edb8dddbd183a9 [file] [log] [blame]
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001{
2 "global": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -08003 "action": {
Yoshie Muranaka37393812020-03-24 15:25:24 -07004 "add": "Add",
Yoshie Muranaka82cca542020-04-07 10:20:37 -07005 "cancel": "Cancel",
6 "clearAll": "Clear all",
Yoshie Muranaka183c2752020-02-12 11:30:49 -08007 "confirm": "Confirm",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07008 "copy": "Copy",
Yoshie Muranaka183c2752020-02-12 11:30:49 -08009 "delete": "Delete",
Dixsie Wolmers7e2ba542021-06-03 07:38:12 -050010 "deleteAll": "Delete all",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080011 "disable": "Disable",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070012 "download": "Download",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -070013 "edit": "Edit",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080014 "enable": "Enable",
Yoshie Muranakab1a71912020-04-29 10:52:39 -070015 "export": "Export",
Dixsie Wolmers7e2ba542021-06-03 07:38:12 -050016 "exportAll": "Export all",
Yoshie Muranaka82cca542020-04-07 10:20:37 -070017 "filter": "Filter",
Yoshie Muranaka6f712842021-02-04 11:23:03 -080018 "refresh": "Refresh",
Yoshie Muranaka37393812020-03-24 15:25:24 -070019 "replace": "Replace",
Derick Montagueda9f0a62021-02-14 19:21:44 -060020 "reset": "Reset",
Yoshie Muranaka1b1c1002020-02-20 10:18:36 -080021 "save": "Save",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -070022 "saveSettings": "Save settings",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080023 "selected": "Selected"
24 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080025 "ariaLabel": {
Dixsie Wolmers9b22b492020-09-07 21:26:06 -050026 "clearSearch": "Clear search input",
Dixsie Wolmersd2ac76d2020-08-26 17:23:45 -050027 "hidePassword": "Hide password",
Dixsie Wolmers970ea7d2020-11-16 16:46:01 -060028 "scrollToTop": "Scroll to top",
Yoshie Muranaka1be6b412020-04-16 12:03:38 -070029 "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
Derick Montaguede87f672020-06-27 11:59:17 -050030 "tooltip": "Tooltip",
31 "progressBar": "Page loading progress bar"
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080032 },
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070033 "calendar": {
Dixsie Wolmers30f11f82020-11-10 16:07:56 -060034 "selectDate": "Select date",
Dixsie Wolmers739e4592020-06-05 07:00:06 -050035 "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates"
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070036 },
Mateusz Gapski47998e72020-07-23 11:04:48 +020037 "fileUpload": {
SurenNeware978807d2020-09-03 18:35:21 +053038 "browseText": "Add file",
39 "clearSelectedFile": "Clear selected file"
Mateusz Gapski47998e72020-07-23 11:04:48 +020040 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080041 "form": {
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070042 "dateMustBeAfter": "Date must be after %{date}",
43 "dateMustBeBefore": "Date must be before %{date}",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080044 "fieldRequired": "Field required",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080045 "invalidFormat": "Invalid format",
Sukanya Pandey9055d982020-03-31 17:37:53 +053046 "invalidValue": "Invalid value",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080047 "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080048 "mustBeAtLeast": "Must be at least %{value}",
Dixsie Wolmers46f17ef2020-09-08 14:53:25 -050049 "optional": "optional",
Yoshie Muranaka33058572020-06-16 13:21:21 -070050 "passwordsDoNotMatch": "Passwords do not match",
Yoshie Muranaka37393812020-03-24 15:25:24 -070051 "required": "Required",
SurenNeware71724be2020-06-01 15:31:00 +053052 "search": "Search",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080053 "selectAnOption": "Select an option",
54 "valueMustBeBetween": "Value must be between %{min} – %{max}"
55 },
56 "status": {
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070057 "copied": "Copied",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080058 "disabled": "Disabled",
59 "enabled": "Enabled",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080060 "error": "Error",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080061 "notAvailable": "Not available",
62 "off": "Off",
63 "on": "On",
64 "success": "Success",
Derick Montague4e90eed2020-03-03 18:11:44 -060065 "warning": "Warning",
66 "informational": "Informational"
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070067 },
68 "table": {
Dixsie Wolmersb53e0862020-09-08 14:13:38 -050069 "collapseTableRow": "Collapse table row",
SurenNeware307382e2020-07-27 20:45:14 +053070 "emptyMessage": "No items available",
SurenNeware156a0e62020-08-28 19:20:03 +053071 "emptySearchMessage": "No items match the search query",
Dixsie Wolmersb53e0862020-09-08 14:13:38 -050072 "expandTableRow": "Expand table row",
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070073 "fromDate": "From date",
Sukanya Pandey99010962020-07-27 21:44:47 +053074 "items": "%{count} items",
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070075 "itemsPerPage": "Items per page",
Dixsie Wolmersc42ad712020-11-19 17:29:24 -060076 "selectAll": "Select all",
77 "selectItem": "Select item",
Derick Montagueda9f0a62021-02-14 19:21:44 -060078 "selectedItems": "%{filterCount} of %{count} items",
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070079 "toDate": "To date",
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070080 "viewAll": "View all"
Sukanya Pandeydd6aa0a2020-10-08 20:47:39 +053081 },
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 Muranakac11d3892020-02-19 08:07:40 -080085 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060086 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080087 "appHeader": {
Derick Montague68592032020-04-04 14:02:34 -050088 "applicationHeader": "Application header",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080089 "health": "Health",
90 "logOut": "Log out",
91 "power": "Power",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +053092 "profileSettings": "@:appPageTitle.profileSettings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080093 "refresh": "Refresh",
SurenNewarea5cbc442020-10-12 15:26:39 +053094 "skipToContent": "Skip to content",
95 "titleHideNavigation": "Hide navigation",
96 "titleShowNavigation": "Show navigation",
97 "titleProfile": "Show profile menu",
98 "titleRefresh": "Refresh application data"
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080099 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800100 "appNavigation": {
Sandeepa Singh6dba4be2021-07-28 15:25:14 +0530101 "resourceManagement": "Resource management",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530102 "securityAndAccess": "Security and access",
103 "sessions": "@:appPageTitle.sessions",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530104 "settings": "Settings",
Sandeepa Singh68cbbe92021-07-14 16:02:22 +0530105 "operations": "Operations",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530106 "dateTime": "@:appPageTitle.dateTime",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800107 "dumps": "@:appPageTitle.dumps",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700108 "eventLogs": "@:appPageTitle.eventLogs",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600109 "factoryReset": "@:appPageTitle.factoryReset",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800110 "firmware": "@:appPageTitle.firmware",
Sandeepa Singh7affc522021-07-06 16:29:10 +0530111 "hardwareStatus": "Hardware status",
112 "inventory": "@:appPageTitle.inventory",
Mateusz Gapski632de222020-07-09 09:21:33 +0200113 "kvm": "@:appPageTitle.kvm",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800114 "ldap": "@:appPageTitle.ldap",
Derick Montague828dda92021-06-28 15:52:22 -0500115 "logs": "Logs",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530116 "userManagement": "@:appPageTitle.userManagement",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530117 "network": "@:appPageTitle.network",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800118 "overview": "@:appPageTitle.overview",
Derick Montague68592032020-04-04 14:02:34 -0500119 "primaryNavigation": "Primary navigation",
Sandeepa Singh06d53862021-05-24 13:51:09 +0530120 "postCodeLogs": "@:appPageTitle.postCodeLogs",
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530121 "powerRestorePolicy": "@:appPageTitle.powerRestorePolicy",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800122 "rebootBmc": "@:appPageTitle.rebootBmc",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530123 "policies": "@:appPageTitle.policies",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800124 "sensors": "@:appPageTitle.sensors",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530125 "serialOverLan": "SOL console",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800126 "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530127 "certificates": "@:appPageTitle.certificates",
Sandeepa Singh6dba4be2021-07-28 15:25:14 +0530128 "virtualMedia": "@:appPageTitle.virtualMedia",
129 "power": "@:appPageTitle.power"
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800130 },
131 "appPageTitle": {
Yoshie Muranaka33058572020-06-16 13:21:21 -0700132 "changePassword": "Change password",
Sandeepa Singh6dba4be2021-07-28 15:25:14 +0530133 "power": "Power",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530134 "sessions": "Sessions",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530135 "dateTime": "Date and time",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800136 "dumps": "Dumps",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700137 "eventLogs": "Event logs",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600138 "factoryReset": "Factory reset",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800139 "firmware": "Firmware",
Sandeepa Singh7affc522021-07-06 16:29:10 +0530140 "inventory": "Inventory and LEDs",
Mateusz Gapski632de222020-07-09 09:21:33 +0200141 "kvm": "KVM",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800142 "ldap": "LDAP",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530143 "userManagement": "User management",
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800144 "login": "Login",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530145 "network": "Network",
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800146 "overview": "Overview",
Dixsie Wolmers11e655c2020-08-26 14:53:01 -0500147 "pageNotFound": "Page not found",
Sandeepa Singh06d53862021-05-24 13:51:09 +0530148 "postCodeLogs": "POST code logs",
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530149 "powerRestorePolicy": "Power restore policy",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500150 "profileSettings": "Profile settings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800151 "rebootBmc": "Reboot BMC",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530152 "policies": "Policies",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800153 "sensors": "Sensors",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530154 "serialOverLan": "Serial over LAN (SOL) console",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800155 "serverPowerOperations": "Server power operations",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530156 "certificates": "Certificates",
Yoshie Muranakad329ec82020-08-11 18:24:59 -0700157 "virtualMedia": "Virtual media"
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800158 },
Yoshie Muranaka33058572020-06-16 13:21:21 -0700159 "pageChangePassword": {
160 "changePassword": "Change password",
161 "changePasswordAlertMessage": "The password is expired and must be changed.",
Yoshie Muranaka2c98b092020-06-22 13:28:09 -0700162 "changePasswordError": "There was an error changing the password.",
Yoshie Muranaka33058572020-06-16 13:21:21 -0700163 "confirmNewPassword": "Confirm new password",
164 "goBack": "Go back",
165 "newPassword": "New password",
166 "username": "Username"
167 },
Sandeepa Singhb4406162021-07-26 15:05:39 +0530168 "pageSessions": {
Sukanya Pandey34efde22020-12-02 19:04:09 +0530169 "action": {
Derick Montagueda9f0a62021-02-14 19:21:44 -0600170 "disconnect": "Disconnect"
Sukanya Pandey34efde22020-12-02 19:04:09 +0530171 },
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 Singhf67f7692021-07-19 18:04:18 +0530187 "pageDateTime": {
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500188 "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 Wolmersfcda2002020-07-29 14:18:44 -0500191 },
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500192 "configureSettings": "Configure settings",
193 "form": {
194 "date": "Date",
195 "manual": "Manual",
Dixsie Wolmersfcda2002020-07-29 14:18:44 -0500196 "time": {
197 "label": "24-hour time",
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530198 "timezone": "@:pageDateTime.form.time.label (%{timezone})"
Dixsie Wolmersfcda2002020-07-29 14:18:44 -0500199 },
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500200 "ntpServers": {
201 "server1": "Server 1",
202 "server2": "Server 2",
203 "server3": "Server 3"
204 }
205 },
206 "toast": {
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530207 "errorSaveDateTime": "Error saving date and time settings.",
208 "successSaveDateTime": "Successfully saved date and time settings."
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500209 }
210 },
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800211 "pageDumps": {
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800212 "dumpsAvailableOnBmc": "Dumps available on BMC",
213 "initiateDump": "Initiate dump",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800214 "form": {
215 "bmcDump": "BMC dump",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800216 "initiateDump": "Initiate dump",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800217 "selectDumpType": "Select dump type",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800218 "systemDump": "System dump (disruptive)",
219 "systemDumpInfo": "System dumps will be offloaded to the operating system and will not appear in the table below."
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800220 },
221 "modal": {
222 "deleteDump": "Delete dump | Delete dumps",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800223 "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 Muranaka22d4d522020-12-03 10:58:35 -0800229 },
230 "table": {
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800231 "dateAndTime": "Date and time",
232 "dumpType": "Dump type",
233 "id": "ID",
234 "searchDumps": "Search dumps",
235 "size": "Size"
236 },
237 "toast": {
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800238 "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 Muranaka22d4d522020-12-03 10:58:35 -0800246 }
247 },
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700248 "pageEventLogs": {
Dixsie Wolmers8b1beff2021-06-14 11:29:44 -0500249 "additionalDataUri": "Download additional data",
Dixsie Wolmers27d68af2021-05-02 18:20:27 -0500250 "resolve": "Resolve",
251 "resolved": "Resolved",
252 "unresolve": "Unresolve",
253 "unresolved": "Unresolved",
Yoshie Muranakabe3af332020-05-11 08:23:04 -0700254 "modal": {
Dixsie Wolmers7e2ba542021-06-03 07:38:12 -0500255 "deleteAllTitle": "Delete all logs",
256 "deleteAllMessage": "Are you sure you want to delete all logs? This action cannot be undone.",
Yoshie Muranakabe3af332020-05-11 08:23:04 -0700257 "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 Muranaka6f102342020-05-05 09:45:39 -0700260 "table": {
261 "date": "Date",
262 "description": "Description",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700263 "id": "ID",
Sukanya Pandey47b047c2020-12-23 13:18:55 +0530264 "modifiedDate": "Modified Date",
265 "name": "Name",
Yoshie Muranaka193c22a2020-06-30 20:54:10 -0700266 "searchLogs": "Search logs",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700267 "severity": "Severity",
Dixsie Wolmers27d68af2021-05-02 18:20:27 -0500268 "status": "Status",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700269 "type": "Type"
Yoshie Muranakabe3af332020-05-11 08:23:04 -0700270 },
271 "toast": {
272 "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
Dixsie Wolmers27d68af2021-05-02 18:20:27 -0500273 "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 Wolmers7e2ba542021-06-03 07:38:12 -0500276 "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs.",
Dixsie Wolmers27d68af2021-05-02 18:20:27 -0500277 "successResolveLogs": "Successfully resolved %{count} log. | Successfully resolved %{count} logs.",
Dixsie Wolmers27d68af2021-05-02 18:20:27 -0500278 "successUnresolveLogs": "Successfully unresolved %{count} log. | Successfully unresolved %{count} logs."
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700279 }
280 },
Derick Montagueda9f0a62021-02-14 19:21:44 -0600281 "pageFactoryReset": {
282 "description": "These functions do not perform a secure delete of any sensitive data.",
283 "form": {
284 "resetOptionsLabel": "Reset options",
Derick Montaguebfce3de2021-05-03 17:47:40 -0500285 "resetBiosOptionLabel": "Reset server settings only",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600286 "resetBiosOptionHelperText": "Resets firmware settings including: Platform keystore, partition NVRAM, and partition configurations.",
Derick Montaguebfce3de2021-05-03 17:47:40 -0500287 "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 Montagueda9f0a62021-02-14 19:21:44 -0600289 },
290 "modal": {
Derick Montaguebfce3de2021-05-03 17:47:40 -0500291 "resetBiosTitle": "Reset server settings",
292 "resetBiosHeader": "Do you want to reset the server settings?",
293 "resetBiosSubmitText": "Reset server settings",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600294 "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 Montaguebfce3de2021-05-03 17:47:40 -0500298 "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 Montagueda9f0a62021-02-14 19:21:44 -0600301 "resetToDefaultsSettingsList": {
302 "item1": "All manual settings will be deleted.",
303 "item2": "Partition configurations and the platform keystore may be recovered if backups exist.",
Derick Montague70068062021-03-03 16:27:11 -0600304 "item3": "All BMC logs will be removed.",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600305 "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 Montaguebfce3de2021-05-03 17:47:40 -0500312 "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 Montagueda9f0a62021-02-14 19:21:44 -0600316 }
317 },
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700318 "pageFirmware": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800319 "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 Muranaka92a0a4a2020-07-15 10:30:31 -0700327 "alert": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800328 "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 Muranaka92a0a4a2020-07-15 10:30:31 -0700334 },
335 "form": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800336 "updateFirmware": {
337 "fileAddress": "File address",
338 "fileSource": "File source",
339 "imageFile": "Image file",
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800340 "startUpdate": "Start update",
341 "tftpServer": "TFTP server",
342 "workstation": "Workstation"
343 }
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700344 },
345 "modal": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800346 "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 Muranaka92a0a4a2020-07-15 10:30:31 -0700354 },
355 "toast": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800356 "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 Muranaka92a0a4a2020-07-15 10:30:31 -0700366 }
367 },
Sandeepa Singh7affc522021-07-06 16:29:10 +0530368 "pageInventory": {
Yoshie Muranakae24b17d2020-06-08 11:03:11 -0700369 "dimmSlot": "DIMM slot",
Yoshie Muranakab89a53c2020-06-15 13:25:46 -0700370 "fans": "Fans",
Yoshie Muranaka5918b482020-06-08 08:18:23 -0700371 "powerSupplies": "Power supplies",
Yoshie Muranaka54c6bfc2020-06-12 08:29:42 -0700372 "bmcManager": "BMC manager",
Yoshie Muranaka09e8b5d2020-06-08 07:36:59 -0700373 "chassis": "Chassis",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530374 "processors": "Processors",
Dixsie Wolmersdc6b3cd2021-05-20 19:01:42 -0500375 "quicklinkTitle": "Quick links to hardware components",
Yoshie Muranaka56ee7692020-05-28 13:28:29 -0700376 "system": "System",
Sneha Patela02c6f92021-09-09 12:40:38 -0500377 "assemblies": "Assemblies",
Sukanya Pandey05388962021-06-10 15:35:21 +0530378 "systemIndicator": {
379 "powerStatus": "Power status",
380 "identifyLed": "System identify LED",
381 "sectionTitle": "System attention indicators"
382 },
Yoshie Muranaka56ee7692020-05-28 13:28:29 -0700383 "table": {
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500384 "assetTag": "Asset tag",
Sandeepa Singh78b6b532021-04-09 18:08:22 +0530385 "bmcDateTime": "BMC date and time",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500386 "chassisType": "Chassis type",
387 "connectTypesSupported": "Connect types supported",
Sukanya Pandeyeb4cef32021-04-09 15:40:27 +0530388 "count": "Count",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500389 "description": "Description",
390 "efficiencyPercent": "Efficiency percent",
Dixsie Wolmersdd652d72021-05-13 09:08:53 -0500391 "fanSpeed": "Fan speed",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500392 "firmwareVersion": "Firmware version",
393 "graphicalConsole": "Graphical console",
Dixsie Wolmersdd652d72021-05-13 09:08:53 -0500394 "hardwareType": "Hardware type",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500395 "health": "Health",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530396 "healthRollup": "Health rollup",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500397 "id": "ID",
Dixsie Wolmersdd652d72021-05-13 09:08:53 -0500398 "identifyLed": "Identify LED",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530399 "instructionSet": "Instruction set",
Sandeepa Singh78b6b532021-04-09 18:08:22 +0530400 "lastResetTime": "Last reset time",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530401 "locationNumber": "Location number",
Sandeepa Singh78b6b532021-04-09 18:08:22 +0530402 "managerType": "Manager type",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500403 "manufacturer": "Manufacturer",
404 "maxConcurrentSessions": "Max concurrent sessions",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530405 "maxSpeedMHz": "Max speed MHz",
406 "minSpeedMHz": "Min speed MHz",
Sandeepa Singh240c0562021-05-06 21:59:20 +0530407 "maxPowerWatts": "Max power watts",
408 "minPowerWatts": "Min power watts",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500409 "model": "Model",
Sukanya Pandeyeb4cef32021-04-09 15:40:27 +0530410 "memorySummary": "Memory summary",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530411 "name": "Name",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500412 "partNumber": "Part number",
Sandeepa Singh78b6b532021-04-09 18:08:22 +0530413 "power": "Power",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500414 "powerInputWatts": "Power input watts",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530415 "processorArchitecture": "Processor architecture",
Sukanya Pandeyeb4cef32021-04-09 15:40:27 +0530416 "processorSummary": "Processor summary",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530417 "processorType": "Processor type",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500418 "serialConsole": "Serial console",
419 "serialNumber": "Serial number",
420 "serviceEnabled": "Service enabled",
421 "serviceEntryPointUuid": "Service entry point UUID",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530422 "sparePartNumber": "Spare part number",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500423 "statusHealthRollup": "Status (Health rollup)",
424 "statusState": "Status (State)",
Sukanya Pandeyeb4cef32021-04-09 15:40:27 +0530425 "subModel": "Sub model",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500426 "systemType": "System type",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530427 "totalCores": "Total cores",
Sandeepa Singh55ef76a2021-04-21 15:44:45 +0530428 "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 Muranaka56ee7692020-05-28 13:28:29 -0700435 }
436 },
Mateusz Gapski632de222020-07-09 09:21:33 +0200437 "pageKvm": {
438 "openNewTab": "Open in new tab",
Mateusz Gapski632de222020-07-09 09:21:33 +0200439 "buttonCtrlAltDelete": "Send Ctrl+Alt+Delete",
440 "status": "Status",
441 "connected": "Connected",
442 "connecting": "Connecting",
443 "disconnected": "Disconnected"
444 },
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700445 "pageLdap": {
446 "pageDescription": "Configure LDAP settings and manage role groups",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700447 "roleGroups": "Role groups",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700448 "settings": "Settings",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700449 "addRoleGroup": "Add role group",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700450 "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 Muranakac4e38ab2020-04-09 12:41:27 -0700460 "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 Muranakadc3d5412020-04-17 09:39:41 -0700469 "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 Muranakac4e38ab2020-04-09 12:41:27 -0700483 "toast": {
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700484 "errorAddRoleGroup": "Error adding role group.",
485 "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700486 "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.",
487 "errorSaveLdapSettings": "Error saving Open LDAP settings.",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700488 "errorSaveRoleGroup": "Error saving role group.",
489 "successAddRoleGroup": "Successfully added role group '%{groupName}'.",
490 "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700491 "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700492 "successSaveLdapSettings": "Successfully saved Open LDAP settings.",
493 "successSaveRoleGroup": "Successfully saved role group '%{groupName}'."
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700494 }
495 },
Sandeepa Singhb4406162021-07-26 15:05:39 +0530496 "pageUserManagement": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800497 "accountPolicySettings": "Account policy settings",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800498 "addUser": "Add user",
Yoshie Muranaka29321652020-05-04 10:52:36 -0700499 "deleteUser": "Delete user | Delete users",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800500 "editUser": "Edit user",
501 "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800502 "modal": {
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700503 "accountLocked": "Account locked",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800504 "accountStatus": "Account status",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800505 "automaticAfterTimeout": "Automatic after timeout",
Yoshie Muranaka29321652020-05-04 10:52:36 -0700506 "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 Muranakaeaa04802020-02-28 13:21:27 -0800507 "cannotStartWithANumber": "Cannot start with a number",
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700508 "clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800509 "confirmUserPassword": "Confirm user password",
510 "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800511 "manual": "Manual",
512 "maxFailedLoginAttempts": "Max failed login attempts",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800513 "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 Muranaka547b5fc2020-02-24 15:42:40 -0800517 "timeoutDurationSeconds": "Timeout duration (seconds)",
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700518 "unlock": "Unlock",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800519 "username": "Username",
520 "userPassword": "User password",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800521 "userUnlockMethod": "User unlock method"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600522 },
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800523 "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 Muranakaeaa04802020-02-28 13:21:27 -0800532 "logInToTheServiceAndReadResources": "Log in to the service and read resources",
Dixsie Wolmersd50ba5f2021-01-26 13:03:11 -0600533 "updatePasswordForCurrentUserAccount": "Update password for current user account"
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800534 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800535 "toast": {
Yoshie Muranaka8fc53ad2020-05-04 10:40:41 -0700536 "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 Muranaka547b5fc2020-02-24 15:42:40 -0800543 "errorSaveSettings": "Error saving account settings.",
Yoshie Muranaka8fc53ad2020-05-04 10:40:41 -0700544 "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 Muranaka547b5fc2020-02-24 15:42:40 -0800552 }
553 },
554 "pageLogin": {
555 "language": "Language",
556 "logIn": "Log in",
557 "password": "Password",
558 "username": "Username",
559 "alert": {
Derick Montaguefd22b5b2020-03-13 15:15:43 -0500560 "message": "Invalid username or password"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600561 }
562 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800563 "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 Wolmers75d3fb72020-02-10 21:58:55 -0600574 "events": {
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600575 "date": "Date",
576 "description": "Description",
577 "id": "ID",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800578 "noHighEventsMsg": "There are no high priority events to display at this time.",
Yoshie Muranakace9a3ef2020-05-06 14:33:22 -0700579 "severity": "Severity",
580 "type": "Type",
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600581 "viewAllButton": "View all event logs"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600582 },
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600583 "network": {
584 "hostname": "Hostname",
585 "ipAddress": "IP address",
586 "macAddress": "MAC address"
587 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600588 "quicklinks": {
589 "bmcTime": "BMC time",
590 "editNetworkSettings": "Edit network settings",
591 "serverLed": "Server LED",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530592 "solConsole": "@:appNavigation.serialOverLan"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600593 }
594 },
Sandeepa Singhb4406162021-07-26 15:05:39 +0530595 "pagePostCodeLogs": {
Sandeepa Singh06d53862021-05-24 13:51:09 +0530596 "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 Singhb4406162021-07-26 15:05:39 +0530604 "exportAll": "Export all"
Sandeepa Singh06d53862021-05-24 13:51:09 +0530605 },
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 Pandeyfc16f3c2020-06-23 22:54:27 +0530614 "pageProfileSettings": {
615 "browserOffset": "Browser offset (%{timezone})",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +0530616 "changePassword": "Change password",
617 "confirmPassword": "Confirm new password",
Sukanya Pandeyfc16f3c2020-06-23 22:54:27 +0530618 "defaultUTC": "Default (UTC)",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +0530619 "newPassword": "New password",
620 "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters",
621 "passwordsDoNotMatch": "Passwords do not match",
622 "profileInfoTitle": "Profile information",
Sukanya Pandeyfc16f3c2020-06-23 22:54:27 +0530623 "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 Pandeyb1f559f2020-04-28 20:18:28 +0530630 },
Sandeepa Singhf67f7692021-07-19 18:04:18 +0530631 "pageNetwork": {
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600632 "dhcp": "DHCP",
633 "ipv4": "IPV4",
634 "ipv4Configuration": "IPV4 configuration",
635 "ipv4Helper": "An IP address must be available to enable DHCP or Static configuration",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500636 "interface": "Interface",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600637 "pageDescription": "Configure network settings for the BMC",
638 "static": "Static",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500639 "staticDns": "Static DNS",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500640 "system": "System",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500641 "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 Wolmersfcb2f962021-07-23 01:29:33 -0500650 "deleteDhcpIpv4": "Delete IPv4 row",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500651 "deleteDns": "Delete DNS row",
652 "deleteStaticIpv4": "Delete IPv4 row",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600653 "dhcpIpv4AddressRow": "DHCP IPv4 address",
654 "dhcpIpv4SubnetRow": "DHCP IPV4 subnet",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500655 "ipAddress": "IP address",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600656 "staticDnsRow": "Static DNS address",
657 "staticIpv4AddressRow": "Static IPv4 address",
658 "staticIpv4SubnetRow": "Static IPV4 subnet",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500659 "subnet": "Subnet mask"
660 },
661 "toast": {
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600662 "errorSaveDhcpSettings": "Error enabling DHCP configuration.",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500663 "errorSaveNetworkSettings": "Error saving network settings.",
664 "successSaveNetworkSettings": "Successfully saved network settings."
665 }
666 },
Dixsie Wolmers11e655c2020-08-26 14:53:01 -0500667 "pagePageNotFound": {
668 "description": "The requested resource could not be found."
669 },
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530670 "pagePowerRestorePolicy": {
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530671 "description": "Configure power policy to determine how the system starts after a power disturbance.",
672 "powerPoliciesLabel": "Power restore policies",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600673 "policies": {
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530674 "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 Muranakac11d3892020-02-19 08:07:40 -0800683 "pageRebootBmc": {
Dixsie Wolmers50cf2f72020-08-17 17:38:46 -0500684 "lastReboot": "Last BMC reboot",
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800685 "rebootBmc": "Reboot BMC",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800686 "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 Muranakac11d3892020-02-19 08:07:40 -0800687 "modal": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800688 "confirmMessage": "Are you sure you want to reboot the BMC?",
689 "confirmTitle": "Confirm BMC reboot"
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800690 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800691 "toast": {
692 "errorRebootStart": "Error rebooting BMC.",
693 "successRebootStart": "Rebooting BMC."
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800694 }
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800695 },
Sandeepa Singhb4406162021-07-26 15:05:39 +0530696 "pagePolicies": {
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600697 "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",
SurenNewarebd0c01f2021-01-20 21:13:09 +0530700 "ssh": "BMC shell (via SSH)",
701 "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
Sandeepa Singhb4406162021-07-26 15:05:39 +0530702 "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 Wolmers8f030ba2020-12-07 13:12:53 -0600712 "toast": {
713 "errorIpmiDisabled": "Error disabling IPMI security setting.",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600714 "errorIpmiEnabled": "Error enabling IPMI security setting.",
715 "errorSshDisabled": "Error disabling SSH security setting.",
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600716 "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 Singh6dba4be2021-07-28 15:25:14 +0530723 "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 Muranaka30abccb2020-03-11 12:44:24 -0700732 "pageSensors": {
SurenNeware1471f8f2020-09-18 18:41:22 +0530733 "exportFilePrefix": "sensors_",
SurenNeware71724be2020-06-01 15:31:00 +0530734 "searchForSensors": "Search for sensors",
Yoshie Muranaka30abccb2020-03-11 12:44:24 -0700735 "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 Pandey615b3152020-08-19 19:13:49 +0530745 "pageSerialOverLan": {
746 "connected": "Connected",
747 "disconnected": "Disconnected",
Sukanya Pandey96f69ca2020-05-20 15:32:57 +0530748 "openNewTab": "Open in new tab",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530749 "status": "Status",
Derick Montagueec4f1902020-11-05 14:34:26 -0600750 "subTitle": "SOL console redirects the server's serial port output to this window."
Sukanya Pandey96f69ca2020-05-20 15:32:57 +0530751 },
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800752 "pageServerPowerOperations": {
753 "currentStatus": "Current status",
Derick Montague71114fe2021-05-06 18:17:34 -0500754 "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 Wolmersbb316062020-08-04 19:17:33 -0500758 "lastPowerOperation": "Last power operation",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800759 "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 Muranakafa1512b2020-02-25 15:54:07 -0800760 "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 Montague71114fe2021-05-06 18:17:34 -0500762 "orderlyReboot": "Orderly – operating system shuts down, then server reboots",
763 "orderlyShutdown": "Orderly - operating system shuts down, then server shuts down",
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800764 "powerOn": "Power on",
765 "reboot": "Reboot",
766 "rebootServer": "Reboot server",
767 "shutDown": "Shut down",
768 "shutdownServer": "Shutdown server",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800769 "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 Muranakafa1512b2020-02-25 15:54:07 -0800775 "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 Muranakac05ff642020-02-26 14:23:15 -0800780 },
781 "toast": {
782 "errorSaveSettings": "Error saving settings.",
783 "successSaveSettings": "Successfully saved settings."
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800784 }
Yoshie Muranaka37393812020-03-24 15:25:24 -0700785 },
Sandeepa Singhb4406162021-07-26 15:05:39 +0530786 "pageCertificates": {
Yoshie Muranaka37393812020-03-24 15:25:24 -0700787 "addNewCertificate": "Add new certificate",
788 "caCertificate": "CA Certificate",
789 "deleteCertificate": "Delete certificate",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700790 "generateCsr": "Generate CSR",
Yoshie Muranaka37393812020-03-24 15:25:24 -0700791 "httpsCertificate": "HTTPS Certificate",
792 "ldapCertificate": "LDAP Certificate",
793 "replaceCertificate": "Replace certificate",
Yoshie Muranakae45f54b2020-03-26 15:23:34 -0700794 "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 Muranaka37393812020-03-24 15:25:24 -0700800 "modal": {
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700801 "alternateName": "Alternate name",
802 "alternateNameHelperText": "Add multiple alternate names separated by space",
Yoshie Muranaka37393812020-03-24 15:25:24 -0700803 "certificateFile": "Certificate file",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700804 "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 Montaguec237e302021-05-11 16:44:20 -0500812 "country": "Country/Region",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700813 "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 Muranaka37393812020-03-24 15:25:24 -0700822 },
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 Muranaka532a4b02020-03-27 11:00:50 -0700838 },
Mateusz Gapski75100462020-07-30 11:01:29 +0200839 "pageVirtualMedia": {
840 "configureConnection": "Configure Connection",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200841 "defaultDeviceName": "Virtual media device",
842 "start": "Start",
843 "stop": "Stop",
MichalX Szopinski1dea1a12021-06-07 16:27:19 +0200844 "virtualMediaSubTitleFirst": "Load image from web browser",
Mateusz Gapski75100462020-07-30 11:01:29 +0200845 "virtualMediaSubTitleSecond": "Load image from external server",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200846 "modal": {
847 "password": "Password",
848 "serverUri": "External server URI",
849 "title": "Legacy mode configuration",
850 "username": "Username"
851 },
Mateusz Gapski75100462020-07-30 11:01:29 +0200852 "toast": {
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200853 "errorMounting": "Error mounting",
Mateusz Gapski75100462020-07-30 11:01:29 +0200854 "errorReadingFile": "Error reading file. Closing server.",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200855 "errorUnmounting": "Error unmounting",
Mateusz Gapski75100462020-07-30 11:01:29 +0200856 "serverRunning": "Server running",
Alicja Rybak15bcc412021-04-30 12:49:12 +0200857 "serverConnectionEstablished": "Server connection established",
Mateusz Gapski75100462020-07-30 11:01:29 +0200858 "serverClosedSuccessfully": "Server closed successfully",
859 "serverClosedWithErrors": "Server closed with errors"
860 }
861 },
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700862 "countries": {
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500863 "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 Muranaka532a4b02020-03-27 11:00:50 -07001111 "AX": "Åland Islands"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001112 }
Derick Montagueda9f0a62021-02-14 19:21:44 -06001113}