blob: 7a5175a3bfb341cfbddcd1c198613e77d2190353 [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",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080010 "disable": "Disable",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070011 "download": "Download",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -070012 "edit": "Edit",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080013 "enable": "Enable",
Yoshie Muranakab1a71912020-04-29 10:52:39 -070014 "export": "Export",
Yoshie Muranaka82cca542020-04-07 10:20:37 -070015 "filter": "Filter",
Yoshie Muranaka6f712842021-02-04 11:23:03 -080016 "refresh": "Refresh",
Yoshie Muranaka37393812020-03-24 15:25:24 -070017 "replace": "Replace",
Derick Montagueda9f0a62021-02-14 19:21:44 -060018 "reset": "Reset",
Yoshie Muranaka1b1c1002020-02-20 10:18:36 -080019 "save": "Save",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -070020 "saveSettings": "Save settings",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080021 "selected": "Selected"
22 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080023 "ariaLabel": {
Dixsie Wolmers9b22b492020-09-07 21:26:06 -050024 "clearSearch": "Clear search input",
Dixsie Wolmersd2ac76d2020-08-26 17:23:45 -050025 "hidePassword": "Hide password",
Dixsie Wolmers970ea7d2020-11-16 16:46:01 -060026 "scrollToTop": "Scroll to top",
Yoshie Muranaka1be6b412020-04-16 12:03:38 -070027 "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
Derick Montaguede87f672020-06-27 11:59:17 -050028 "tooltip": "Tooltip",
29 "progressBar": "Page loading progress bar"
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080030 },
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070031 "calendar": {
Dixsie Wolmers30f11f82020-11-10 16:07:56 -060032 "selectDate": "Select date",
Dixsie Wolmers739e4592020-06-05 07:00:06 -050033 "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates"
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070034 },
Mateusz Gapski47998e72020-07-23 11:04:48 +020035 "fileUpload": {
SurenNeware978807d2020-09-03 18:35:21 +053036 "browseText": "Add file",
37 "clearSelectedFile": "Clear selected file"
Mateusz Gapski47998e72020-07-23 11:04:48 +020038 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080039 "form": {
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070040 "dateMustBeAfter": "Date must be after %{date}",
41 "dateMustBeBefore": "Date must be before %{date}",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080042 "fieldRequired": "Field required",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080043 "invalidFormat": "Invalid format",
Sukanya Pandey9055d982020-03-31 17:37:53 +053044 "invalidValue": "Invalid value",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080045 "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080046 "mustBeAtLeast": "Must be at least %{value}",
Dixsie Wolmers46f17ef2020-09-08 14:53:25 -050047 "optional": "optional",
Yoshie Muranaka33058572020-06-16 13:21:21 -070048 "passwordsDoNotMatch": "Passwords do not match",
Yoshie Muranaka37393812020-03-24 15:25:24 -070049 "required": "Required",
SurenNeware71724be2020-06-01 15:31:00 +053050 "search": "Search",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080051 "selectAnOption": "Select an option",
52 "valueMustBeBetween": "Value must be between %{min} – %{max}"
53 },
54 "status": {
Yoshie Muranaka532a4b02020-03-27 11:00:50 -070055 "copied": "Copied",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080056 "disabled": "Disabled",
57 "enabled": "Enabled",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080058 "error": "Error",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080059 "notAvailable": "Not available",
60 "off": "Off",
61 "on": "On",
62 "success": "Success",
Derick Montague4e90eed2020-03-03 18:11:44 -060063 "warning": "Warning",
64 "informational": "Informational"
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070065 },
66 "table": {
Dixsie Wolmersb53e0862020-09-08 14:13:38 -050067 "collapseTableRow": "Collapse table row",
SurenNeware307382e2020-07-27 20:45:14 +053068 "emptyMessage": "No items available",
SurenNeware156a0e62020-08-28 19:20:03 +053069 "emptySearchMessage": "No items match the search query",
Dixsie Wolmersb53e0862020-09-08 14:13:38 -050070 "expandTableRow": "Expand table row",
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070071 "fromDate": "From date",
Sukanya Pandey99010962020-07-27 21:44:47 +053072 "items": "%{count} items",
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070073 "itemsPerPage": "Items per page",
Dixsie Wolmersc42ad712020-11-19 17:29:24 -060074 "selectAll": "Select all",
75 "selectItem": "Select item",
Derick Montagueda9f0a62021-02-14 19:21:44 -060076 "selectedItems": "%{filterCount} of %{count} items",
Yoshie Muranaka68bbba22020-05-18 09:49:37 -070077 "toDate": "To date",
Yoshie Muranakaf9832b02020-05-12 12:04:46 -070078 "viewAll": "View all"
Sukanya Pandeydd6aa0a2020-10-08 20:47:39 +053079 },
80 "toast": {
81 "unAuthTitle": "Unauthorized",
82 "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 -080083 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060084 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080085 "appHeader": {
Derick Montague68592032020-04-04 14:02:34 -050086 "applicationHeader": "Application header",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080087 "health": "Health",
88 "logOut": "Log out",
89 "power": "Power",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +053090 "profileSettings": "@:appPageTitle.profileSettings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080091 "refresh": "Refresh",
SurenNewarea5cbc442020-10-12 15:26:39 +053092 "skipToContent": "Skip to content",
93 "titleHideNavigation": "Hide navigation",
94 "titleShowNavigation": "Show navigation",
95 "titleProfile": "Show profile menu",
96 "titleRefresh": "Refresh application data"
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080097 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080098 "appNavigation": {
Mateusz Gapskic3127ec2020-07-23 09:34:28 +020099 "accessControl": "Access control",
Sukanya Pandey34efde22020-12-02 19:04:09 +0530100 "clientSessions": "@:appPageTitle.clientSessions",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800101 "configuration": "Configuration",
102 "control": "Control",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500103 "dateTimeSettings": "@:appPageTitle.dateTimeSettings",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800104 "dumps": "@:appPageTitle.dumps",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700105 "eventLogs": "@:appPageTitle.eventLogs",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600106 "factoryReset": "@:appPageTitle.factoryReset",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800107 "firmware": "@:appPageTitle.firmware",
108 "hardwareStatus": "@:appPageTitle.hardwareStatus",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800109 "health": "Health",
Mateusz Gapski632de222020-07-09 09:21:33 +0200110 "kvm": "@:appPageTitle.kvm",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800111 "ldap": "@:appPageTitle.ldap",
112 "localUserManagement": "@:appPageTitle.localUserManagement",
113 "managePowerUsage": "@:appPageTitle.managePowerUsage",
114 "networkSettings": "@:appPageTitle.networkSettings",
115 "overview": "@:appPageTitle.overview",
Derick Montague68592032020-04-04 14:02:34 -0500116 "primaryNavigation": "Primary navigation",
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530117 "powerRestorePolicy": "@:appPageTitle.powerRestorePolicy",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800118 "rebootBmc": "@:appPageTitle.rebootBmc",
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600119 "securitySettings": "@:appPageTitle.securitySettings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800120 "sensors": "@:appPageTitle.sensors",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530121 "serialOverLan": "SOL console",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800122 "serverLed": "@:appPageTitle.serverLed",
123 "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
124 "snmpSettings": "@:appPageTitle.snmpSettings",
Mateusz Gapski75100462020-07-30 11:01:29 +0200125 "sslCertificates": "@:appPageTitle.sslCertificates",
126 "virtualMedia": "@:appPageTitle.virtualMedia"
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800127 },
128 "appPageTitle": {
Yoshie Muranaka33058572020-06-16 13:21:21 -0700129 "changePassword": "Change password",
Sukanya Pandey34efde22020-12-02 19:04:09 +0530130 "clientSessions": "Client sessions",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500131 "dateTimeSettings": "Date and time settings",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800132 "dumps": "Dumps",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700133 "eventLogs": "Event logs",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600134 "factoryReset": "Factory reset",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800135 "firmware": "Firmware",
136 "hardwareStatus": "Hardware status",
Mateusz Gapski632de222020-07-09 09:21:33 +0200137 "kvm": "KVM",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800138 "ldap": "LDAP",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800139 "localUserManagement": "Local user management",
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800140 "login": "Login",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800141 "managePowerUsage": "Manage power usage",
142 "networkSettings": "Network settings",
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800143 "overview": "Overview",
Dixsie Wolmers11e655c2020-08-26 14:53:01 -0500144 "pageNotFound": "Page not found",
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530145 "powerRestorePolicy": "Power restore policy",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500146 "profileSettings": "Profile settings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800147 "rebootBmc": "Reboot BMC",
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600148 "securitySettings": "Security settings",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800149 "sensors": "Sensors",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530150 "serialOverLan": "Serial over LAN (SOL) console",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -0800151 "serverLed": "Server LED",
152 "serverPowerOperations": "Server power operations",
153 "snmpSettings": "SNMP settings",
Mateusz Gapskic3127ec2020-07-23 09:34:28 +0200154 "sslCertificates": "SSL certificates",
Yoshie Muranakad329ec82020-08-11 18:24:59 -0700155 "virtualMedia": "Virtual media"
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800156 },
Yoshie Muranaka33058572020-06-16 13:21:21 -0700157 "pageChangePassword": {
158 "changePassword": "Change password",
159 "changePasswordAlertMessage": "The password is expired and must be changed.",
Yoshie Muranaka2c98b092020-06-22 13:28:09 -0700160 "changePasswordError": "There was an error changing the password.",
Yoshie Muranaka33058572020-06-16 13:21:21 -0700161 "confirmNewPassword": "Confirm new password",
162 "goBack": "Go back",
163 "newPassword": "New password",
164 "username": "Username"
165 },
Derick Montagueda9f0a62021-02-14 19:21:44 -0600166 "pageClientSessions": {
Sukanya Pandey34efde22020-12-02 19:04:09 +0530167 "action": {
Derick Montagueda9f0a62021-02-14 19:21:44 -0600168 "disconnect": "Disconnect"
Sukanya Pandey34efde22020-12-02 19:04:09 +0530169 },
170 "modal": {
171 "disconnectTitle": "Disconnect session| Disconnect sessions",
172 "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."
173 },
174 "table": {
175 "clientID": "Client ID",
176 "username": "Username",
177 "ipAddress": "IP address",
178 "searchSessions": "Search sessions"
179 },
180 "toast": {
181 "errorDelete": "Error disconnecting %{count} session. | Error disconnecting %{count} sessions.",
182 "successDelete": "Successfully disconnected %{count} session. | Successfully disconnected %{count} sessions."
183 }
184 },
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500185 "pageDateTimeSettings": {
186 "alert": {
187 "message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ",
188 "link": "Profile Settings"
Dixsie Wolmersfcda2002020-07-29 14:18:44 -0500189 },
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500190 "configureSettings": "Configure settings",
191 "form": {
192 "date": "Date",
193 "manual": "Manual",
Dixsie Wolmersfcda2002020-07-29 14:18:44 -0500194 "time": {
195 "label": "24-hour time",
196 "timezone": "@:pageDateTimeSettings.form.time.label (%{timezone})"
197 },
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500198 "ntpServers": {
199 "server1": "Server 1",
200 "server2": "Server 2",
201 "server3": "Server 3"
202 }
203 },
204 "toast": {
205 "errorSaveDateTimeSettings": "Error saving date and time settings.",
206 "successSaveDateTimeSettings": "Successfully saved date and time settings."
207 }
208 },
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800209 "pageDumps": {
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800210 "dumpsAvailableOnBmc": "Dumps available on BMC",
211 "initiateDump": "Initiate dump",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800212 "form": {
213 "bmcDump": "BMC dump",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800214 "initiateDump": "Initiate dump",
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800215 "selectDumpType": "Select dump type",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800216 "systemDump": "System dump (disruptive)",
217 "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 -0800218 },
219 "modal": {
220 "deleteDump": "Delete dump | Delete dumps",
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800221 "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.",
222 "initiateSystemDump": "Initiate system dump",
223 "initiateSystemDumpMessage1": "Are you sure?",
224 "initiateSystemDumpMessage2": "You will not be able to initiate any other dumps while a system dump is in progress.",
225 "initiateSystemDumpMessage3": "Initiating a system dump will abnormally terminate all active system partitions.",
226 "initiateSystemDumpMessage4": "Proceed with dump initiation"
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800227 },
228 "table": {
229 "createdBy": "Created by",
230 "dateAndTime": "Date and time",
231 "dumpType": "Dump type",
232 "id": "ID",
233 "searchDumps": "Search dumps",
234 "size": "Size"
235 },
236 "toast": {
Yoshie Muranakaf415a082020-12-07 13:04:11 -0800237 "errorDeleteDump": "Error deleting %{count} dump. | Error deleting %{count} dumps.",
238 "errorStartBmcDump": "Error starting new BMC dump.",
239 "errorStartSystemDump": "Error starting new System dump.",
240 "successDeleteDump": "Successfully deleted %{count} dump. | Successfully deleted %{count} dumps.",
241 "successStartBmcDump": "The dump will take some time to complete. Refresh the application to see the completed dump in the table.",
242 "successStartBmcDumpTitle": "BMC dump started",
243 "successStartSystemDump": "The dump will take some time to complete. The dump will be offloaded to the operating system.",
244 "successStartSystemDumpTitle": "System dump started"
Yoshie Muranaka22d4d522020-12-03 10:58:35 -0800245 }
246 },
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700247 "pageEventLogs": {
SurenNeware96ebb0d2020-09-08 17:42:39 +0530248 "exportFilePrefix": "event_logs_",
Yoshie Muranakabe3af332020-05-11 08:23:04 -0700249 "modal": {
250 "deleteTitle": "Delete log | Delete logs",
251 "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."
252 },
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700253 "table": {
254 "date": "Date",
255 "description": "Description",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700256 "id": "ID",
Yoshie Muranaka193c22a2020-06-30 20:54:10 -0700257 "searchLogs": "Search logs",
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700258 "severity": "Severity",
259 "type": "Type"
Yoshie Muranakabe3af332020-05-11 08:23:04 -0700260 },
261 "toast": {
262 "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
263 "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
Yoshie Muranaka6f102342020-05-05 09:45:39 -0700264 }
265 },
Derick Montagueda9f0a62021-02-14 19:21:44 -0600266 "pageFactoryReset": {
267 "description": "These functions do not perform a secure delete of any sensitive data.",
268 "form": {
269 "resetOptionsLabel": "Reset options",
270 "resetBiosOptionLabel": "Reset host settings only",
271 "resetBiosOptionHelperText": "Resets firmware settings including: Platform keystore, partition NVRAM, and partition configurations.",
272 "resetToDefaultsOptionLabel": "Reset BMC and host settings",
273 "resetToDefaultsOptionHelperText": "In addition to host settings, this option resets BMC settings, including: all BMC account data, all changed passwords, all policies, LDAP configurations, network addresses, and time of day."
274 },
275 "modal": {
276 "resetBiosTitle": "Reset host settings",
277 "resetBiosHeader": "Do you want to reset the host settings?",
278 "resetBiosSubmitText": "Reset host settings",
279 "resetBiosSettingsList": {
280 "item1": "All manual settings will be deleted.",
281 "item2": "Partition configurations and the platform keystore may be recovered if backups exist."
282 },
283 "resetToDefaultsTitle": "Reset BMC and host settings",
284 "resetToDefaultsHeader": "Do you want to reset both the BMC and host settings?",
285 "resetToDefaultsSubmitText": "Reset BMC and host settings",
286 "resetToDefaultsSettingsList": {
287 "item1": "All manual settings will be deleted.",
288 "item2": "Partition configurations and the platform keystore may be recovered if backups exist.",
289 "item3": "All BMC logs will be erased.",
290 "item4": "Currently active sessions on all network interfaces will be disconnected.",
291 "item5": "The BMC default account and password settings will be restored."
292 },
293 "resetWarningMessage": "Resetting without shutting down the system might cause an unrecoverable error.",
294 "resetWarningCheckLabel": "Continue without shutting down the system"
295 },
296 "toast": {
297 "resetBiosSuccess": "Factory reset of host settings successful.",
298 "resetBiosError": "Factory reset of host settings failed.",
299 "resetToDefaultsSuccess": "Factory reset of BMC and host settings successful.",
300 "resetToDefaultsError": "Factory reset of BMC and host settings failed."
301 }
302 },
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700303 "pageFirmware": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800304 "cardActionSwitchToRunning": "Switch to running",
305 "cardBodyVersion": "Version",
306 "cardTitleBackup": "Backup image",
307 "cardTitleRunning": "Running image",
308 "sectionTitleBmcCards": "BMC",
309 "sectionTitleBmcCardsCombined": "BMC and server",
310 "sectionTitleHostCards": "Host",
311 "sectionTitleUpdateFirmware": "Update firmware",
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700312 "alert": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800313 "operationInProgress": "Server power operation in progress.",
314 "serverMustBePoweredOffTo": "Server must be powered off to:",
315 "serverMustBePoweredOffToUpdateFirmware": "Server must be powered off to update firmware",
316 "switchRunningAndBackupImages": "Switch running and backup images",
317 "updateFirmware": "Update firmware",
318 "viewServerPowerOperations": "View server power operations"
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700319 },
320 "form": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800321 "updateFirmware": {
322 "fileAddress": "File address",
323 "fileSource": "File source",
324 "imageFile": "Image file",
325 "imageFileHelperText": "Only .tar files accepted",
326 "startUpdate": "Start update",
327 "tftpServer": "TFTP server",
328 "workstation": "Workstation"
329 }
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700330 },
331 "modal": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800332 "switchImages": "Switch images",
333 "switchRunningImage": "Switch running image",
334 "switchRunningImageInfo": "A BMC reboot is required to run the backup image. The application might be unresponsive during this time.",
335 "switchRunningImageInfo2": "Are you sure you want to switch to the backup image (%{backup})?",
336 "updateFirmwareInfo": "The BMC will reboot during the update process. The server cannot be powered on until the update is finished.",
337 "updateFirmwareInfo2": "The running image (%{running}) will be copied to backup. The backup image will be deleted.",
338 "updateFirmwareInfo3": "Are you sure you want to proceed with the update?",
339 "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 -0700340 },
341 "toast": {
Yoshie Muranaka33d755f2021-02-18 15:24:14 -0800342 "errorSwitchImages": "Error switching running and backup images.",
343 "errorUpdateFirmware": "Error starting firmware update.",
344 "rebootStarted": "Reboot started",
345 "rebootStartedMessage": "Successfully started reboot from backup image.",
346 "updateStarted": "Update started",
347 "updateStartedMessage": "Wait for the firmware update notification before making any changes.",
348 "verifySwitch": "Verify switch",
349 "verifySwitchMessage": "Refresh the application to verify the running and backup images switched.",
350 "verifyUpdate": "Verify update",
351 "verifyUpdateMessage": "Refresh the application to verify firmware updated successfully"
Yoshie Muranaka92a0a4a2020-07-15 10:30:31 -0700352 }
353 },
Yoshie Muranaka56ee7692020-05-28 13:28:29 -0700354 "pageHardwareStatus": {
Yoshie Muranakae24b17d2020-06-08 11:03:11 -0700355 "dimmSlot": "DIMM slot",
Yoshie Muranakab89a53c2020-06-15 13:25:46 -0700356 "fans": "Fans",
Yoshie Muranaka5918b482020-06-08 08:18:23 -0700357 "powerSupplies": "Power supplies",
Yoshie Muranaka54c6bfc2020-06-12 08:29:42 -0700358 "bmcManager": "BMC manager",
Yoshie Muranaka09e8b5d2020-06-08 07:36:59 -0700359 "chassis": "Chassis",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530360 "processors": "Processors",
Yoshie Muranaka56ee7692020-05-28 13:28:29 -0700361 "system": "System",
362 "table": {
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500363 "assetTag": "Asset tag",
364 "chassisType": "Chassis type",
365 "connectTypesSupported": "Connect types supported",
366 "description": "Description",
367 "efficiencyPercent": "Efficiency percent",
368 "firmwareVersion": "Firmware version",
369 "graphicalConsole": "Graphical console",
370 "health": "Health",
371 "id": "ID",
372 "indicatorLed": "Indicator LED",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530373 "instructionSet": "Instruction set",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500374 "manufacturer": "Manufacturer",
375 "maxConcurrentSessions": "Max concurrent sessions",
376 "model": "Model",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530377 "name": "Name",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500378 "partNumber": "Part number",
379 "powerInputWatts": "Power input watts",
380 "powerState": "Power state",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530381 "processorArchitecture": "Architecture",
382 "processorType": "Type",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500383 "serialConsole": "Serial console",
384 "serialNumber": "Serial number",
385 "serviceEnabled": "Service enabled",
386 "serviceEntryPointUuid": "Service entry point UUID",
387 "statusHealthRollup": "Status (Health rollup)",
388 "statusState": "Status (State)",
389 "systemType": "System type",
SurenNewaredc3fa2e2020-08-04 20:45:25 +0530390 "totalCores": "Total cores",
Dixsie Wolmers739e4592020-06-05 07:00:06 -0500391 "uuid": "UUID"
Yoshie Muranaka56ee7692020-05-28 13:28:29 -0700392 }
393 },
Mateusz Gapski632de222020-07-09 09:21:33 +0200394 "pageKvm": {
395 "openNewTab": "Open in new tab",
396 "subTitle": "Access the KVM console",
397 "buttonCtrlAltDelete": "Send Ctrl+Alt+Delete",
398 "status": "Status",
399 "connected": "Connected",
400 "connecting": "Connecting",
401 "disconnected": "Disconnected"
402 },
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700403 "pageLdap": {
404 "pageDescription": "Configure LDAP settings and manage role groups",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700405 "roleGroups": "Role groups",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700406 "settings": "Settings",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700407 "addRoleGroup": "Add role group",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700408 "ariaLabel": {
409 "ldapSettings": "LDAP settings"
410 },
411 "form": {
412 "baseDn": "Base DN",
413 "bindDn": "Bind DN",
414 "bindPassword": "Bind password",
415 "caCertificateValidUntil": "CA Certificate valid until",
416 "groupIdAttribute": "Group ID attribute",
417 "ldapAuthentication": "LDAP authentication",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700418 "ldapCertificateValidUntil": "LDAP Certificate valid until",
419 "manageSslCertificates": "Manage SSL certificates",
420 "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP",
421 "secureLdapUsingSsl": "Secure LDAP using SSL",
422 "serverUri": "Server URI",
423 "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps",
424 "serviceType": "Service type",
425 "userIdAttribute": "User ID attribute"
426 },
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700427 "modal": {
428 "addNewRoleGroup": "Add new role group",
429 "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.",
430 "deleteRoleGroupConfirmMessage": "Are you sure you want to delete '%{groupName}'? This action cannot be undone.",
431 "deleteRoleGroup": "Delete role group",
432 "editRoleGroup": "Edit role group",
433 "groupName": "Group name",
434 "groupPrivilege": "Group privilege"
435 },
436 "tableRoleGroups": {
437 "alertContent": "LDAP authentication must be enabled to modify role groups.",
438 "groupName": "Group name",
439 "groupPrivilege": "Group privilege"
440 },
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700441 "toast": {
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700442 "errorAddRoleGroup": "Error adding role group.",
443 "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700444 "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.",
445 "errorSaveLdapSettings": "Error saving Open LDAP settings.",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700446 "errorSaveRoleGroup": "Error saving role group.",
447 "successAddRoleGroup": "Successfully added role group '%{groupName}'.",
448 "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.",
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700449 "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.",
Yoshie Muranakadc3d5412020-04-17 09:39:41 -0700450 "successSaveLdapSettings": "Successfully saved Open LDAP settings.",
451 "successSaveRoleGroup": "Successfully saved role group '%{groupName}'."
Yoshie Muranakac4e38ab2020-04-09 12:41:27 -0700452 }
453 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800454 "pageLocalUserManagement": {
455 "accountPolicySettings": "Account policy settings",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800456 "addUser": "Add user",
Yoshie Muranaka29321652020-05-04 10:52:36 -0700457 "deleteUser": "Delete user | Delete users",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800458 "editUser": "Edit user",
459 "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800460 "modal": {
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700461 "accountLocked": "Account locked",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800462 "accountStatus": "Account status",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800463 "automaticAfterTimeout": "Automatic after timeout",
Yoshie Muranaka29321652020-05-04 10:52:36 -0700464 "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 -0800465 "cannotStartWithANumber": "Cannot start with a number",
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700466 "clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800467 "confirmUserPassword": "Confirm user password",
468 "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800469 "manual": "Manual",
470 "maxFailedLoginAttempts": "Max failed login attempts",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800471 "noSpecialCharactersExceptUnderscore": "No special characters except underscore",
472 "passwordMustBeBetween": "Password must be between %{min} – %{max} characters",
473 "passwordsDoNotMatch": "Passwords do not match",
474 "privilege": "Privilege",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800475 "timeoutDurationSeconds": "Timeout duration (seconds)",
Yoshie Muranaka1f9ed4c2020-03-26 16:59:54 -0700476 "unlock": "Unlock",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800477 "username": "Username",
478 "userPassword": "User password",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800479 "userUnlockMethod": "User unlock method"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600480 },
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800481 "table": {
482 "privilege": "Privilege",
483 "status": "Status",
484 "username": "Username"
485 },
486 "tableRoles": {
487 "configureComponentsManagedByThisService": "Configure components managed by this service",
488 "configureManagerResources": "Configure manager resources",
489 "configureUsersAndTheirAccounts": "Configure users and their accounts",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800490 "logInToTheServiceAndReadResources": "Log in to the service and read resources",
Dixsie Wolmersd50ba5f2021-01-26 13:03:11 -0600491 "updatePasswordForCurrentUserAccount": "Update password for current user account"
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800492 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800493 "toast": {
Yoshie Muranaka8fc53ad2020-05-04 10:40:41 -0700494 "errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.",
495 "errorBatchDisable": "Error disabling %{count} user. | Error disabling %{count} users.",
496 "errorBatchEnable": "Error enabling %{count} user. | Error enabling %{count} users.",
497 "errorCreateUser": "Error creating user '%{username}'.",
498 "errorDeleteUser": "Error deleting user '%{username}'.",
499 "errorLoadAccountSettings": "Error loading account settings",
500 "errorLoadUsers": "Error loading users.",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800501 "errorSaveSettings": "Error saving account settings.",
Yoshie Muranaka8fc53ad2020-05-04 10:40:41 -0700502 "errorUpdateUser": "Error updating user '%{username}'.",
503 "successBatchDelete": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
504 "successBatchDisable": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
505 "successBatchEnable": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
506 "successCreateUser": "Created user '%{username}'.",
507 "successDeleteUser": "Deleted user '%{username}'.",
508 "successSaveSettings": "Successfully saved account settings.",
509 "successUpdateUser": "Updated user '%{username}'."
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800510 }
511 },
512 "pageLogin": {
513 "language": "Language",
514 "logIn": "Log in",
515 "password": "Password",
516 "username": "Username",
517 "alert": {
Derick Montaguefd22b5b2020-03-13 15:15:43 -0500518 "message": "Invalid username or password"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600519 }
520 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800521 "pageOverview": {
522 "bmcInformation": "BMC information",
523 "firmwareVersion": "Firmware version",
524 "highPriorityEvents": "High priority events",
525 "manufacturer": "Manufacturer",
526 "model": "Model",
527 "networkInformation": "Network information",
528 "powerCap": "Power cap",
529 "powerConsumption": "Power consumption",
530 "serialNumber": "Serial number",
531 "serverInformation": "Server information",
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600532 "events": {
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600533 "date": "Date",
534 "description": "Description",
535 "id": "ID",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800536 "noHighEventsMsg": "There are no high priority events to display at this time.",
Yoshie Muranakace9a3ef2020-05-06 14:33:22 -0700537 "severity": "Severity",
538 "type": "Type",
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600539 "viewAllButton": "View all event logs"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600540 },
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600541 "network": {
542 "hostname": "Hostname",
543 "ipAddress": "IP address",
544 "macAddress": "MAC address"
545 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600546 "quicklinks": {
547 "bmcTime": "BMC time",
548 "editNetworkSettings": "Edit network settings",
549 "serverLed": "Server LED",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530550 "solConsole": "@:appNavigation.serialOverLan"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600551 }
552 },
Sukanya Pandeyfc16f3c2020-06-23 22:54:27 +0530553 "pageProfileSettings": {
554 "browserOffset": "Browser offset (%{timezone})",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +0530555 "changePassword": "Change password",
556 "confirmPassword": "Confirm new password",
Sukanya Pandeyfc16f3c2020-06-23 22:54:27 +0530557 "defaultUTC": "Default (UTC)",
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +0530558 "newPassword": "New password",
559 "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters",
560 "passwordsDoNotMatch": "Passwords do not match",
561 "profileInfoTitle": "Profile information",
Sukanya Pandeyfc16f3c2020-06-23 22:54:27 +0530562 "timezone": "Timezone",
563 "timezoneDisplay": "Timezone display preference",
564 "timezoneDisplayDesc": "Select how time is displayed throughout the application",
565 "username": "Username",
566 "toast": {
567 "successSaveSettings": "Successfully saved account settings."
568 }
Sukanya Pandeyb1f559f2020-04-28 20:18:28 +0530569 },
Sukanya Pandey9055d982020-03-31 17:37:53 +0530570 "pageManagePowerUsage": {
571 "description": "Set a power cap to keep power consumption at or below the specified value in watts",
572 "powerCapLabel": "Power cap value (in watts)",
573 "powerCapLabelTextInfo": " Value must be between %{min} and %{max}",
574 "powerCapSettingData": "Apply power cap",
575 "powerCapSettingLabel": "Power cap setting",
576 "powerConsumption": "Current power consumption",
577 "serverPowCapSetting": "Server power cap setting"
578 },
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500579 "pageNetworkSettings": {
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600580 "dhcp": "DHCP",
581 "ipv4": "IPV4",
582 "ipv4Configuration": "IPV4 configuration",
583 "ipv4Helper": "An IP address must be available to enable DHCP or Static configuration",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500584 "interface": "Interface",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600585 "pageDescription": "Configure network settings for the BMC",
586 "static": "Static",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500587 "staticDns": "Static DNS",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500588 "system": "System",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500589 "form": {
590 "defaultGateway": "Default gateway",
591 "hostname": "Hostname",
592 "macAddress": "MAC address",
593 "networkInterface": "Network interface"
594 },
595 "table": {
596 "addDns": "Add DNS server",
597 "addStaticIpv4Address": "Add static IP",
598 "deleteDns": "Delete DNS row",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600599 "deleteDHCPIpv4": "Delete IPv4 row",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500600 "deleteStaticIpv4": "Delete IPv4 row",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600601 "dhcpIpv4AddressRow": "DHCP IPv4 address",
602 "dhcpIpv4SubnetRow": "DHCP IPV4 subnet",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500603 "ipAddress": "IP address",
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600604 "staticDnsRow": "Static DNS address",
605 "staticIpv4AddressRow": "Static IPv4 address",
606 "staticIpv4SubnetRow": "Static IPV4 subnet",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500607 "subnet": "Subnet mask"
608 },
609 "toast": {
Dixsie Wolmers157d2ff2020-12-16 14:25:04 -0600610 "errorSaveDhcpSettings": "Error enabling DHCP configuration.",
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500611 "errorSaveNetworkSettings": "Error saving network settings.",
612 "successSaveNetworkSettings": "Successfully saved network settings."
613 }
614 },
Dixsie Wolmers11e655c2020-08-26 14:53:01 -0500615 "pagePageNotFound": {
616 "description": "The requested resource could not be found."
617 },
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530618 "pagePowerRestorePolicy": {
619 "currentPolicy": "Current Policy",
620 "description": "Configure power policy to determine how the system starts after a power disturbance.",
621 "powerPoliciesLabel": "Power restore policies",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600622 "policies": {
Sukanya Pandeybe6858c2020-12-16 20:08:01 +0530623 "AlwaysOn": "Always on",
624 "AlwaysOff": "Always off",
625 "LastState": "Last state"
626 },
627 "toast": {
628 "errorSaveSettings": "Error saving settings.",
629 "successSaveSettings": "Power restore policy updated successfully."
630 }
631 },
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800632 "pageRebootBmc": {
Dixsie Wolmers50cf2f72020-08-17 17:38:46 -0500633 "lastReboot": "Last BMC reboot",
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800634 "rebootBmc": "Reboot BMC",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800635 "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 -0800636 "modal": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800637 "confirmMessage": "Are you sure you want to reboot the BMC?",
638 "confirmTitle": "Confirm BMC reboot"
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800639 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800640 "toast": {
641 "errorRebootStart": "Error rebooting BMC.",
642 "successRebootStart": "Rebooting BMC."
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800643 }
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800644 },
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600645 "pageSecuritySettings": {
646 "ipmi": "Network IPMI (out-of-band IPMI)",
647 "ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.",
648 "networkServices": "Network services",
SurenNewarebd0c01f2021-01-20 21:13:09 +0530649 "ssh": "BMC shell (via SSH)",
650 "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600651 "modal": {
652 "disableMessage": {
653 "ipmi": "Are you sure you want to disable @:pageSecuritySettings.ipmi?",
654 "ssh": "Are you sure you want to disable @:pageSecuritySettings.ssh?"
655 },
656 "enableMessage": {
657 "ipmi": "Are you sure you want to enable @:pageSecuritySettings.ipmi?",
658 "ssh": "Are you sure you want to enable @:pageSecuritySettings.ssh?"
659 }
660 },
661 "toast": {
662 "errorIpmiDisabled": "Error disabling IPMI security setting.",
Derick Montagueda9f0a62021-02-14 19:21:44 -0600663 "errorIpmiEnabled": "Error enabling IPMI security setting.",
664 "errorSshDisabled": "Error disabling SSH security setting.",
Dixsie Wolmers8f030ba2020-12-07 13:12:53 -0600665 "errorSshEnabled": "Error enabling SSH security setting.",
666 "successIpmiDisabled": "Successfully disabled IPMI security setting.",
667 "successIpmiEnabled": "Successfully enabled IPMI security setting.",
668 "successSshDisabled": "Successfully disabled SSH security setting.",
669 "successSshEnabled": "Successfully enabled SSH security setting."
670 }
671 },
Yoshie Muranaka30abccb2020-03-11 12:44:24 -0700672 "pageSensors": {
SurenNeware1471f8f2020-09-18 18:41:22 +0530673 "exportFilePrefix": "sensors_",
SurenNeware71724be2020-06-01 15:31:00 +0530674 "searchForSensors": "Search for sensors",
Yoshie Muranaka30abccb2020-03-11 12:44:24 -0700675 "table": {
676 "currentValue": "Current value",
677 "lowerWarning": "Lower warning",
678 "lowerCritical": "Lower critical",
679 "name": "Name",
680 "status": "Status",
681 "upperWarning": "Upper warning",
682 "upperCritical": "Upper critical"
683 }
684 },
Sukanya Pandey615b3152020-08-19 19:13:49 +0530685 "pageSerialOverLan": {
686 "connected": "Connected",
687 "disconnected": "Disconnected",
Sukanya Pandey96f69ca2020-05-20 15:32:57 +0530688 "openNewTab": "Open in new tab",
Sukanya Pandey615b3152020-08-19 19:13:49 +0530689 "status": "Status",
Derick Montagueec4f1902020-11-05 14:34:26 -0600690 "subTitle": "SOL console redirects the server's serial port output to this window."
Sukanya Pandey96f69ca2020-05-20 15:32:57 +0530691 },
SurenNeware090c2d42020-04-01 14:07:27 +0530692 "pageServerLed": {
693 "serverLedSubTitle": "Server indicator LED",
SurenNeware31bf55a2020-06-22 21:53:33 +0530694 "serverLedTitle": "LED light control",
695 "toast": {
696 "errorServerLedOff": "Error turning LED off.",
697 "errorServerLedOn": "Error turning LED on.",
698 "successServerLedOff": "Server LED successfully turned off.",
699 "successServerLedOn": "Server LED successfully turned on."
700 }
SurenNeware090c2d42020-04-01 14:07:27 +0530701 },
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800702 "pageServerPowerOperations": {
703 "currentStatus": "Current status",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800704 "hostOsBootSettings": "Host OS boot settings",
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800705 "hostStatus": "Host status",
706 "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
707 "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
Dixsie Wolmersbb316062020-08-04 19:17:33 -0500708 "lastPowerOperation": "Last power operation",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800709 "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 -0800710 "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
711 "operations": "Operations",
712 "orderlyReboot": "Orderly – OS shuts down, then server reboots",
713 "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
714 "powerOn": "Power on",
715 "reboot": "Reboot",
716 "rebootServer": "Reboot server",
717 "shutDown": "Shut down",
718 "shutdownServer": "Shutdown server",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800719 "bootSettings": {
720 "bootSettingsOverride": "Boot settings override",
721 "enableOneTimeBoot": "Enable one time boot",
722 "tpmRequiredPolicy": "TPM required policy",
723 "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional."
724 },
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800725 "modal": {
726 "confirmRebootMessage": "Are you sure you want to reboot?",
727 "confirmRebootTitle": "Server reboot will cause outage",
728 "confirmShutdownMessage": "Are you sure you want to shut down?",
729 "confirmShutdownTitle": "Server shutdown will cause outage"
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800730 },
731 "toast": {
732 "errorSaveSettings": "Error saving settings.",
733 "successSaveSettings": "Successfully saved settings."
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800734 }
Yoshie Muranaka37393812020-03-24 15:25:24 -0700735 },
736 "pageSslCertificates": {
737 "addNewCertificate": "Add new certificate",
738 "caCertificate": "CA Certificate",
739 "deleteCertificate": "Delete certificate",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700740 "generateCsr": "Generate CSR",
Yoshie Muranaka37393812020-03-24 15:25:24 -0700741 "httpsCertificate": "HTTPS Certificate",
742 "ldapCertificate": "LDAP Certificate",
743 "replaceCertificate": "Replace certificate",
Yoshie Muranakae45f54b2020-03-26 15:23:34 -0700744 "alert": {
745 "certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.",
746 "certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.",
747 "certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.",
748 "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates."
749 },
Yoshie Muranaka37393812020-03-24 15:25:24 -0700750 "modal": {
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700751 "alternateName": "Alternate name",
752 "alternateNameHelperText": "Add multiple alternate names separated by space",
Yoshie Muranaka37393812020-03-24 15:25:24 -0700753 "certificateFile": "Certificate file",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700754 "certificateSigningRequest": "Certificate Signing Request (CSR)",
755 "certificateType": "Certificate type",
756 "challengePassword": "Challenge password",
757 "city": "City",
758 "commonName": "Common name",
759 "companyName": "Company name",
760 "companyUnit": "Company unit",
761 "contactPerson": "Contact person",
762 "country": "Country",
763 "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.",
764 "duplicateAlternateName": "Duplicate alternate name",
765 "emailAddress": "Email address",
766 "generateACertificateSigningRequest": "Generate a Certificate Signing Request (CSR)",
767 "keyBitLength": "Key bit length",
768 "keyCurveId": "Key curve ID",
769 "keyPairAlgorithm": "Key pair algorithm",
770 "privateKey": "Private key",
771 "state": "State"
Yoshie Muranaka37393812020-03-24 15:25:24 -0700772 },
773 "table": {
774 "certificate": "Certificate",
775 "issuedBy": "Issued by",
776 "issuedTo": "Issued to",
777 "validFrom": "Valid from",
778 "validUntil": "Valid until"
779 },
780 "toast": {
781 "errorAddCertificate": "Error adding certificate.",
782 "errorDeleteCertificate": "Error deleting certificate.",
783 "errorReplaceCertificate": "Error replacing certificate.",
784 "successAddCertificate": "Successfully added %{certificate}.",
785 "successDeleteCertificate": "Successfully deleted %{certificate}.",
786 "successReplaceCertificate": "Successfully replaced %{certificate}."
787 }
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700788 },
Mateusz Gapski75100462020-07-30 11:01:29 +0200789 "pageVirtualMedia": {
790 "configureConnection": "Configure Connection",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200791 "defaultDeviceName": "Virtual media device",
792 "start": "Start",
793 "stop": "Stop",
Mateusz Gapski75100462020-07-30 11:01:29 +0200794 "virtualMediaSubTitleFirst": "Save image in a web browser",
795 "virtualMediaSubTitleSecond": "Load image from external server",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200796 "modal": {
797 "password": "Password",
798 "serverUri": "External server URI",
799 "title": "Legacy mode configuration",
800 "username": "Username"
801 },
Mateusz Gapski75100462020-07-30 11:01:29 +0200802 "toast": {
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200803 "errorMounting": "Error mounting",
Mateusz Gapski75100462020-07-30 11:01:29 +0200804 "errorReadingFile": "Error reading file. Closing server.",
Mateusz Gapski2224ece2020-09-02 17:00:06 +0200805 "errorUnmounting": "Error unmounting",
Mateusz Gapski75100462020-07-30 11:01:29 +0200806 "serverRunning": "Server running",
807 "serverClosedSuccessfully": "Server closed successfully",
808 "serverClosedWithErrors": "Server closed with errors"
809 }
810 },
Yoshie Muranaka532a4b02020-03-27 11:00:50 -0700811 "countries": {
Dixsie Wolmerse3c9c092020-05-20 23:27:56 -0500812 "AF": "Afghanistan",
813 "AL": "Albania",
814 "DZ": "Algeria",
815 "AS": "American Samoa",
816 "AD": "Andorra",
817 "AO": "Angola",
818 "AI": "Anguilla",
819 "AQ": "Antarctica",
820 "AG": "Antigua and Barbuda",
821 "AR": "Argentina",
822 "AM": "Armenia",
823 "AW": "Aruba",
824 "AU": "Australia",
825 "AT": "Austria",
826 "AZ": "Azerbaijan",
827 "BS": "Bahamas, The",
828 "BH": "Bahrain",
829 "BD": "Bangladesh",
830 "BB": "Barbados",
831 "BY": "Belarus",
832 "BE": "Belgium",
833 "BZ": "Belize",
834 "BJ": "Benin",
835 "BM": "Bermuda",
836 "BT": "Bhutan",
837 "BO": "Bolivia",
838 "BQ": "Bonaire, Sint Eustatius and Saba",
839 "BA": "Bosnia and Herzegovina ",
840 "BW": "Bostwana",
841 "BV": "Bouvet Island",
842 "BR": "Brazil",
843 "IO": "British Indian Ocean Territory",
844 "BN": "Brunei Darussalam ",
845 "BG": "Bulgaria",
846 "BF": "Burkina Faso",
847 "BI": "Burundi",
848 "CV": "Cabo Verde",
849 "KH": "Cambodia",
850 "CM": "Cameroon",
851 "CA": "Canada",
852 "KY": "Cayman Islands",
853 "CF": "Central African Republic",
854 "TD": "Chad",
855 "CL": "Chile",
856 "CN": "China",
857 "CX": "Christmas Island ",
858 "CC": "Cocos(Keeling) Islands",
859 "CO": "Columbia",
860 "KM": "Comoros",
861 "CD": "Congo, The Democratic Republic of the",
862 "CG": "Congo",
863 "CK": "Cook Islands",
864 "CR": "Costa Rica",
865 "HR": "Croatia",
866 "CU": "Cuba",
867 "CW": "Curaçao",
868 "CY": "Cyprus",
869 "CZ": "Czechia",
870 "CI": "Côte d\"Ivoire",
871 "DK": "Denmark",
872 "DJ": "Djibouti",
873 "DM": "Dominica",
874 "DO": "Dominican Republic",
875 "EC": "Ecuador",
876 "EG": "Egypt",
877 "SV": "El Salvador",
878 "GQ": "Equatorial Guinea ",
879 "ER": "Eritrea",
880 "EE": "Estonia",
881 "SZ": "Eswatini",
882 "ET": "Ethiopia",
883 "FK": "Falkland Islands (Malvinas)",
884 "FO": "Faroe Islands",
885 "FJ": "Fiji",
886 "FI": "Finland",
887 "FR": "France",
888 "GF": "French Guiana",
889 "PF": "French Polynesia",
890 "TF": "French Southern Territories",
891 "GA": "Gabon",
892 "GM": "Gambia, The",
893 "GE": "Georgia",
894 "DE": "Germany",
895 "GH": "Ghana",
896 "GI": "Gibraltar",
897 "GR": "Greece",
898 "GL": "Greenland",
899 "GD": "Grenada",
900 "GP": "Guadeloupe",
901 "GU": "Guam",
902 "GT": "Guatemala",
903 "GG": "Guernsey",
904 "GN": "Guinea",
905 "GW": "Guinea-Bissau",
906 "GY": "Guyana",
907 "HT": "Haiti",
908 "HM": "Heard Island and McDonald Islands",
909 "VA": "Holy See",
910 "HN": "Honduras",
911 "HK": "Hong Kong",
912 "HU": "Hungary",
913 "IS": "Iceland",
914 "IN": "India",
915 "ID": "Indonesia",
916 "IR": "Iran, Islamic Republic of",
917 "IQ": "Iraq",
918 "IE": "Ireland",
919 "IM": "Isle of Man",
920 "IL": "Israel",
921 "IT": "Italy",
922 "JM": "Jamaica",
923 "JP": "Japan",
924 "JE": "Jersey",
925 "JO": "Jordan",
926 "KZ": "Kazakhstan",
927 "KE": "Kenya",
928 "KI": "Kiribati",
929 "KR": "Korea, Republic of",
930 "KP": "Korea, Democratic People\"s Republic of",
931 "KW": "Kuwait",
932 "KG": "Kyrgyzstan",
933 "LA": "Lao People\"s Democratic Republic",
934 "LV": "Latvia",
935 "LB": "Lebanon",
936 "LS": "Lesotho",
937 "LR": "Liberia",
938 "LY": "Libya",
939 "LI": "Liechtenstein",
940 "LT": "Lithuania",
941 "LU": "Luxembourg",
942 "MO": "Macao",
943 "MK": "Macedonia, The Former Yugoslav Republic of",
944 "MG": "Madagascar",
945 "MW": "Malawi",
946 "MY": "Malaysia",
947 "MV": "Maldives",
948 "ML": "Mali",
949 "MT": "Malta",
950 "MH": "Marshall Islands",
951 "MQ": "Martinique",
952 "MR": "Mauritania",
953 "MU": "Mauritius",
954 "YT": "Mayotte",
955 "MX": "Mexico",
956 "FM": "Micronesia, Federated States of",
957 "MD": "Moldova, Republic of",
958 "MC": "Monaco",
959 "MN": "Mongolia",
960 "ME": "Montenegro",
961 "MS": "Montserrat",
962 "MA": "Morocco",
963 "MZ": "Mozambique",
964 "MM": "Myanmar",
965 "NA": "Namibia",
966 "NR": "Nauru",
967 "NP": "Nepal",
968 "NL": "Netherlands",
969 "NC": "New Caledonia",
970 "NZ": "New Zealand",
971 "NI": "Nicaragua",
972 "NE": "Niger",
973 "NG": "Nigeria",
974 "NU": "Niue",
975 "NF": "Norfolk Island",
976 "MP": "Northern Mariana Islands",
977 "NO": "Norway",
978 "OM": "Oman",
979 "PK": "Pakistan",
980 "PW": "Palau",
981 "PS": "Palestine",
982 "PA": "Panama",
983 "PG": "Papua New Guinea",
984 "PY": "Paraguay",
985 "PE": "Peru",
986 "PH": "Philippines",
987 "PN": "Pitcairn",
988 "PL": "Poland",
989 "PT": "Portugal",
990 "PR": "Puerto Rico",
991 "QA": "Qatar",
992 "RO": "Romania",
993 "RU": "Russian Federation",
994 "RW": "Rwanda",
995 "RE": "Réunion",
996 "BL": "Saint Barthélemy",
997 "SH": "Saint Helena, Ascension and Tristan da Cunha",
998 "KN": "Saint Kitts and Nevis ",
999 "LC": "Saint Lucia",
1000 "MF": "Saint Martin",
1001 "PM": "Saint Pierre and Miquelon",
1002 "VC": "Saint Vincent and the Grenadines",
1003 "WS": "Samoa",
1004 "SM": "San Marino ",
1005 "ST": "Sao Tome and Principe",
1006 "SA": "Saudi Arabia",
1007 "SN": "Senegal",
1008 "RS": "Serbia",
1009 "SC": "Seychelles",
1010 "SL": "Sierra Leone",
1011 "SG": "Singapore",
1012 "SX": "Sint Maarten",
1013 "SK": "Slovakia",
1014 "SI": "Slovenia",
1015 "SB": "Solomon Islands",
1016 "SO": "Somalia",
1017 "ZA": "South Africa ",
1018 "GS": "South Georgia and the South Sandwich Islands",
1019 "SS": "South Sudan",
1020 "ES": "Spain",
1021 "LK": "Sri Lanka",
1022 "SD": "Sudan",
1023 "SR": "Suriname",
1024 "SJ": "Svalbard and Jan Mayen",
1025 "SE": "Sweden",
1026 "CH": "Switzerland",
1027 "SY": "Syrian Arab Republic",
1028 "TW": "Taiwan",
1029 "TJ": "Tajikistan",
1030 "TZ": "Tanzania, United Republic of",
1031 "TH": "Thailand",
1032 "TL": "Timor-Leste",
1033 "TG": "Togo",
1034 "TK": "Tokelau",
1035 "TO": "Tonga",
1036 "TT": "Trinidad and Tobago",
1037 "TN": "Tunisia",
1038 "TR": "Turkey",
1039 "TM": "Turkmenistan",
1040 "TC": "Turks and Caicos Islands",
1041 "TV": "Tuvalu",
1042 "UG": "Uganda",
1043 "UA": "Ukraine",
1044 "AE": "United Arab Emirates",
1045 "GB": "United Kingdom",
1046 "UM": "United States Minor Outlying Islands",
1047 "US": "United States of America",
1048 "UY": "Uruguay",
1049 "UZ": "Uzbekistan",
1050 "VU": "Vanuatu",
1051 "VE": "Venezuela",
1052 "VN": "Viet Nam",
1053 "VG": "Virgin Islands, British",
1054 "VI": "Virgin Islands, U.S",
1055 "WF": "Wallis and Futuna",
1056 "EH": "Western Sahara",
1057 "YE": "Yemen",
1058 "ZM": "Zambia",
1059 "ZW": "Zimbabwe",
Yoshie Muranaka532a4b02020-03-27 11:00:50 -07001060 "AX": "Åland Islands"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001061 }
Derick Montagueda9f0a62021-02-14 19:21:44 -06001062}