xref: /openbmc/webui-vue/src/locales/en-US.json (revision b607152c)
1{
2  "global": {
3    "action": {
4      "add": "Add",
5      "cancel": "Cancel",
6      "clearAll": "Clear all",
7      "confirm": "Confirm",
8      "copy": "Copy",
9      "delete": "Delete",
10      "disable": "Disable",
11      "download": "Download",
12      "edit": "Edit",
13      "enable": "Enable",
14      "export": "Export",
15      "filter": "Filter",
16      "refresh": "Refresh",
17      "replace": "Replace",
18      "save": "Save",
19      "saveSettings": "Save settings",
20      "selected": "Selected"
21    },
22    "ariaLabel": {
23      "clearSearch": "Clear search input",
24      "hidePassword": "Hide password",
25      "scrollToTop": "Scroll to top",
26      "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen.",
27      "tooltip": "Tooltip",
28      "progressBar": "Page loading progress bar"
29    },
30    "calendar": {
31      "selectDate": "Select date",
32      "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates"
33    },
34    "fileUpload": {
35      "browseText": "Add file",
36      "clearSelectedFile": "Clear selected file"
37    },
38    "form": {
39      "dateMustBeAfter": "Date must be after %{date}",
40      "dateMustBeBefore": "Date must be before %{date}",
41      "fieldRequired": "Field required",
42      "invalidFormat": "Invalid format",
43      "invalidValue": "Invalid value",
44      "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
45      "mustBeAtLeast": "Must be at least %{value}",
46      "optional": "optional",
47      "passwordsDoNotMatch": "Passwords do not match",
48      "required": "Required",
49      "search": "Search",
50      "selectAnOption": "Select an option",
51      "valueMustBeBetween": "Value must be between %{min} – %{max}"
52    },
53    "status": {
54      "copied": "Copied",
55      "disabled": "Disabled",
56      "enabled": "Enabled",
57      "error": "Error",
58      "notAvailable": "Not available",
59      "off": "Off",
60      "on": "On",
61      "success": "Success",
62      "warning": "Warning",
63      "informational": "Informational"
64    },
65    "table": {
66      "collapseTableRow": "Collapse table row",
67      "emptyMessage": "No items available",
68      "emptySearchMessage": "No items match the search query",
69      "expandTableRow": "Expand table row",
70      "fromDate": "From date",
71      "items": "%{count} items",
72      "itemsPerPage": "Items per page",
73      "selectAll": "Select all",
74      "selectItem": "Select item",
75      "selectedItems":"%{filterCount} of %{count} items",
76      "toDate": "To date",
77      "viewAll": "View all"
78    },
79    "toast": {
80      "unAuthTitle": "Unauthorized",
81      "unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
82    }
83  },
84  "appHeader": {
85    "applicationHeader": "Application header",
86    "health": "Health",
87    "logOut": "Log out",
88    "power": "Power",
89    "profileSettings": "@:appPageTitle.profileSettings",
90    "refresh": "Refresh",
91    "skipToContent": "Skip to content",
92    "titleHideNavigation": "Hide navigation",
93    "titleShowNavigation": "Show navigation",
94    "titleProfile": "Show profile menu",
95    "titleRefresh": "Refresh application data"
96  },
97  "appNavigation": {
98    "accessControl": "Access control",
99    "clientSessions": "@:appPageTitle.clientSessions",
100    "configuration": "Configuration",
101    "control": "Control",
102    "dateTimeSettings": "@:appPageTitle.dateTimeSettings",
103    "dumps": "@:appPageTitle.dumps",
104    "eventLogs": "@:appPageTitle.eventLogs",
105    "firmware": "@:appPageTitle.firmware",
106    "hardwareStatus": "@:appPageTitle.hardwareStatus",
107    "health": "Health",
108    "kvm": "@:appPageTitle.kvm",
109    "ldap": "@:appPageTitle.ldap",
110    "localUserManagement": "@:appPageTitle.localUserManagement",
111    "managePowerUsage": "@:appPageTitle.managePowerUsage",
112    "networkSettings": "@:appPageTitle.networkSettings",
113    "overview": "@:appPageTitle.overview",
114    "primaryNavigation": "Primary navigation",
115    "powerRestorePolicy": "@:appPageTitle.powerRestorePolicy",
116    "rebootBmc": "@:appPageTitle.rebootBmc",
117    "securitySettings": "@:appPageTitle.securitySettings",
118    "sensors": "@:appPageTitle.sensors",
119    "serialOverLan": "SOL console",
120    "serverLed": "@:appPageTitle.serverLed",
121    "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
122    "snmpSettings": "@:appPageTitle.snmpSettings",
123    "sslCertificates": "@:appPageTitle.sslCertificates",
124    "virtualMedia": "@:appPageTitle.virtualMedia"
125  },
126  "appPageTitle": {
127    "changePassword": "Change password",
128    "clientSessions": "Client sessions",
129    "dateTimeSettings": "Date and time settings",
130    "dumps": "Dumps",
131    "eventLogs": "Event logs",
132    "firmware": "Firmware",
133    "hardwareStatus": "Hardware status",
134    "kvm": "KVM",
135    "ldap": "LDAP",
136    "localUserManagement": "Local user management",
137    "login": "Login",
138    "managePowerUsage": "Manage power usage",
139    "networkSettings": "Network settings",
140    "overview": "Overview",
141    "pageNotFound": "Page not found",
142    "powerRestorePolicy": "Power restore policy",
143    "profileSettings": "Profile settings",
144    "rebootBmc": "Reboot BMC",
145    "securitySettings": "Security settings",
146    "sensors": "Sensors",
147    "serialOverLan": "Serial over LAN (SOL) console",
148    "serverLed": "Server LED",
149    "serverPowerOperations": "Server power operations",
150    "snmpSettings": "SNMP settings",
151    "sslCertificates": "SSL certificates",
152    "virtualMedia": "Virtual media"
153  },
154  "pageChangePassword": {
155    "changePassword": "Change password",
156    "changePasswordAlertMessage": "The password is expired and must be changed.",
157    "changePasswordError": "There was an error changing the password.",
158    "confirmNewPassword": "Confirm new password",
159    "goBack": "Go back",
160    "newPassword": "New password",
161    "username": "Username"
162  },
163  "pageClientSessions" : {
164    "action": {
165      "disconnect" : "Disconnect"
166    },
167    "modal": {
168      "disconnectTitle": "Disconnect session| Disconnect sessions",
169      "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."
170    },
171    "table": {
172      "clientID": "Client ID",
173      "username": "Username",
174      "ipAddress": "IP address",
175      "searchSessions": "Search sessions"
176    },
177    "toast": {
178      "errorDelete": "Error disconnecting %{count} session. | Error disconnecting %{count} sessions.",
179      "successDelete": "Successfully disconnected %{count} session. | Successfully disconnected %{count} sessions."
180    }
181  },
182  "pageDateTimeSettings": {
183    "alert": {
184      "message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ",
185      "link": "Profile Settings"
186    },
187    "configureSettings": "Configure settings",
188    "form": {
189      "date": "Date",
190      "manual": "Manual",
191      "time": {
192        "label": "24-hour time",
193        "timezone": "@:pageDateTimeSettings.form.time.label (%{timezone})"
194      },
195      "ntpServers": {
196        "server1": "Server 1",
197        "server2": "Server 2",
198        "server3": "Server 3"
199      }
200    },
201    "toast": {
202      "errorSaveDateTimeSettings": "Error saving date and time settings.",
203      "successSaveDateTimeSettings": "Successfully saved date and time settings."
204    }
205  },
206  "pageDumps": {
207    "dumpsAvailableOnBmc": "Dumps available on BMC",
208    "initiateDump": "Initiate dump",
209    "form": {
210      "bmcDump": "BMC dump",
211      "initiateDump": "Initiate dump",
212      "selectDumpType": "Select dump type",
213      "systemDump": "System dump (disruptive)",
214      "systemDumpInfo": "System dumps will be offloaded to the operating system and will not appear in the table below."
215    },
216    "modal": {
217      "deleteDump": "Delete dump | Delete dumps",
218      "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.",
219      "initiateSystemDump": "Initiate system dump",
220      "initiateSystemDumpMessage1": "Are you sure?",
221      "initiateSystemDumpMessage2": "You will not be able to initiate any other dumps while a system dump is in progress.",
222      "initiateSystemDumpMessage3": "Initiating a system dump will abnormally terminate all active system partitions.",
223      "initiateSystemDumpMessage4": "Proceed with dump initiation"
224    },
225    "table": {
226      "createdBy": "Created by",
227      "dateAndTime": "Date and time",
228      "dumpType": "Dump type",
229      "id": "ID",
230      "searchDumps": "Search dumps",
231      "size": "Size"
232    },
233    "toast": {
234      "errorDeleteDump": "Error deleting %{count} dump. | Error deleting %{count} dumps.",
235      "errorStartBmcDump": "Error starting new BMC dump.",
236      "errorStartSystemDump": "Error starting new System dump.",
237      "successDeleteDump": "Successfully deleted %{count} dump. | Successfully deleted %{count} dumps.",
238      "successStartBmcDump": "The dump will take some time to complete. Refresh the application to see the completed dump in the table.",
239      "successStartBmcDumpTitle": "BMC dump started",
240      "successStartSystemDump": "The dump will take some time to complete. The dump will be offloaded to the operating system.",
241      "successStartSystemDumpTitle": "System dump started"
242    }
243  },
244  "pageEventLogs": {
245    "exportFilePrefix": "event_logs_",
246    "modal": {
247      "deleteTitle": "Delete log | Delete logs",
248      "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."
249    },
250    "table": {
251      "date": "Date",
252      "description": "Description",
253      "id": "ID",
254      "searchLogs": "Search logs",
255      "severity": "Severity",
256      "type": "Type"
257    },
258    "toast": {
259      "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
260      "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
261    }
262  },
263  "pageFirmware": {
264    "backup": "Backup:",
265    "bmcStatus": "BMC status",
266    "current": "Current:",
267    "firmwareOnBmc": "Firmware on BMC",
268    "firmwareOnHost": "Firmware on host",
269    "hostStatus": "Host status",
270    "makeCurrentVersion": "Make current version",
271    "pageDescription": "Update firmware by uploading a BMC or Host image file from your workstation or TFTP server",
272    "running": "Running",
273    "state": "State",
274    "updateCode": "Update code",
275    "alert": {
276      "updateProcess": "Update process",
277      "updateProcessInfo": "The new image will be uploaded and activated. After that, the BMC or host will reboot automatically to run from the new image."
278    },
279    "form": {
280      "imageFile": "Image file",
281      "imageFileName": "Image file name",
282      "onlyTarFilesAccepted": "Only .tar files accepted",
283      "tftpServer": "TFTP server",
284      "tftpServerAddress": "TFTP server address",
285      "tftpServerAddressHelper": "IP address or FQDN",
286      "uploadAndRebootBmc": "Upload and reboot BMC",
287      "uploadAndRebootBmcOrHost": "Upload and reboot BMC or host",
288      "uploadLocation": "Upload location",
289      "workstation": "Workstation"
290    },
291    "modal": {
292      "connectionToBmcWillBeLost": "Connection to BMC will be lost",
293      "rebootFromBackup": {
294        "message1": "A BMC reboot is required before the system can run the backup image %{backup}. The reboot will cause a disconnection, and may require logging in again.",
295        "message2": "The current firmware image %{current} will be moved to backup. During the reboot, server cannot be powered back on.",
296        "message3": "Are you sure you want to reboot the BMC from backup image %{backup}?",
297        "primaryAction": "Reboot BMC from backup image",
298        "title": "@:pageFirmware.modal.connectionToBmcWillBeLost"
299      },
300      "uploadAndRebootBmcOrHost": {
301        "message1": "A BMC or host reboot is required before the system can run the new firmware image. The reboot will cause a disconnection, and may require logging in again.",
302        "message2": "The backup image will be permanently deleted.",
303        "message3": "Are you sure you want to upload the new firmware image and reboot the BMC or host?",
304        "primaryAction": "Upload and reboot BMC or host",
305        "title": "Connection to BMC or host will be lost"
306      }
307    },
308    "toast": {
309      "errorRebootFromBackup": "Error rebooting from backup image.",
310      "errorUploadAndReboot": "Error uploading image.",
311      "infoRefreshApplicationMessage": "Refresh the application to confirm the code update has completed and was successful.",
312      "infoRefreshApplicationTitle": "Verify code update",
313      "infoUploadStartTimeMessage": "Start time: %{startTime}",
314      "infoUploadStartTimeTitle": "Upload started",
315      "successRebootFromBackup": "Successfully started reboot from backup image.",
316      "successUploadMessage": "The upload was successful. During code update, the BMC will be not be responsive. Wait for the code update notification before making any changes.",
317      "successUploadTitle": "Code update started"
318    },
319    "singleFileUpload": {
320      "backupImage": "Backup image",
321      "bmcAndServer": "BMC and server:",
322      "fileAddress": "File address",
323      "fileSource": "File source",
324      "runningImage": "Running image",
325      "startUpdate": "Start update",
326      "switchToRunning": "Switch to running",
327      "updateFirmware": "Update firmware",
328      "alert": {
329        "operationInProgress": "Server power operation in progress.",
330        "serverMustBePoweredOffTo": "Server must be powered off to:",
331        "serverMustBePoweredOffToUpdateFirmware": "Server must be powered off to update firmware",
332        "switchRunningAndBackupImages": "Switch running and backup images",
333        "updateFirmware": "Update firmware",
334        "viewServerPowerOperations": "View server power operations"
335      },
336      "modal": {
337        "switchImages": "Switch images",
338        "switchRunningImage": "Switch running image",
339        "switchRunningImageInfo": "A BMC reboot is required to run the backup image. The application might be unresponsive during this time.",
340        "switchRunningImageInfo2": "Are you sure you want to switch to the backup image (%{backup})?",
341        "updateFirmwareInfo": "The BMC will reboot during the update process. The server cannot be powered on until the update is finished.",
342        "updateFirmwareInfo2": "The running image (%{running}) will be copied to backup and the backup image (%{backup}) will be permanently deleted.",
343        "updateFirmwareInfo3": "Are you sure you want to proceed with the update?"
344      },
345      "toast": {
346        "errorSwitchImages": "Error switching running and backup images.",
347        "rebootStarted": "Reboot started",
348        "rebootStartedMessage": "Successfully started reboot from backup image.",
349        "updateStarted": "Update started",
350        "updateStartedMessage": "Wait for the firmware update notification before making any changes.",
351        "verifySwitch": "Verify switch",
352        "verifySwitchMessage": "Refresh the application to verify the running and backup images switched.",
353        "verifyUpdate": "Verify update",
354        "verifyUpdateMessage": "Refresh the application to verify firmware updated successfully"
355      }
356    }
357  },
358  "pageHardwareStatus": {
359    "dimmSlot": "DIMM slot",
360    "fans": "Fans",
361    "powerSupplies": "Power supplies",
362    "bmcManager": "BMC manager",
363    "chassis": "Chassis",
364    "processors": "Processors",
365    "system": "System",
366    "table": {
367      "assetTag": "Asset tag",
368      "chassisType": "Chassis type",
369      "connectTypesSupported": "Connect types supported",
370      "description": "Description",
371      "efficiencyPercent": "Efficiency percent",
372      "firmwareVersion": "Firmware version",
373      "graphicalConsole": "Graphical console",
374      "health": "Health",
375      "id": "ID",
376      "indicatorLed": "Indicator LED",
377      "instructionSet": "Instruction set",
378      "manufacturer": "Manufacturer",
379      "maxConcurrentSessions": "Max concurrent sessions",
380      "model": "Model",
381      "name": "Name",
382      "partNumber": "Part number",
383      "powerInputWatts": "Power input watts",
384      "powerState": "Power state",
385      "processorArchitecture": "Architecture",
386      "processorType": "Type",
387      "serialConsole": "Serial console",
388      "serialNumber": "Serial number",
389      "serviceEnabled": "Service enabled",
390      "serviceEntryPointUuid": "Service entry point UUID",
391      "statusHealthRollup": "Status (Health rollup)",
392      "statusState": "Status (State)",
393      "systemType": "System type",
394      "totalCores": "Total cores",
395      "uuid": "UUID"
396    }
397  },
398  "pageKvm": {
399    "openNewTab": "Open in new tab",
400    "subTitle": "Access the KVM console",
401    "buttonCtrlAltDelete": "Send Ctrl+Alt+Delete",
402    "status": "Status",
403    "connected": "Connected",
404    "connecting": "Connecting",
405    "disconnected": "Disconnected"
406  },
407  "pageLdap": {
408    "pageDescription": "Configure LDAP settings and manage role groups",
409    "roleGroups": "Role groups",
410    "settings": "Settings",
411    "addRoleGroup": "Add role group",
412    "ariaLabel": {
413      "ldapSettings": "LDAP settings"
414    },
415    "form": {
416      "baseDn": "Base DN",
417      "bindDn": "Bind DN",
418      "bindPassword": "Bind password",
419      "caCertificateValidUntil": "CA Certificate valid until",
420      "groupIdAttribute": "Group ID attribute",
421      "ldapAuthentication": "LDAP authentication",
422      "ldapCertificateValidUntil": "LDAP Certificate valid until",
423      "manageSslCertificates": "Manage SSL certificates",
424      "secureLdapHelper": "A CA certificate and an LDAP certificate are required to enable secure LDAP",
425      "secureLdapUsingSsl": "Secure LDAP using SSL",
426      "serverUri": "Server URI",
427      "serverUriTooltip": "Enabling Secure LDAP changes URI scheme to ldaps",
428      "serviceType": "Service type",
429      "userIdAttribute": "User ID attribute"
430    },
431    "modal": {
432      "addNewRoleGroup": "Add new role group",
433      "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.",
434      "deleteRoleGroupConfirmMessage": "Are you sure you want to delete '%{groupName}'? This action cannot be undone.",
435      "deleteRoleGroup": "Delete role group",
436      "editRoleGroup": "Edit role group",
437      "groupName": "Group name",
438      "groupPrivilege": "Group privilege"
439    },
440    "tableRoleGroups": {
441      "alertContent": "LDAP authentication must be enabled to modify role groups.",
442      "groupName": "Group name",
443      "groupPrivilege": "Group privilege"
444    },
445    "toast": {
446      "errorAddRoleGroup": "Error adding role group.",
447      "errorDeleteRoleGroup": "Error deleting role group. | Error deleting role groups.",
448      "errorSaveActiveDirectorySettings": "Error saving Active Directory settings.",
449      "errorSaveLdapSettings": "Error saving Open LDAP settings.",
450      "errorSaveRoleGroup": "Error saving role group.",
451      "successAddRoleGroup": "Successfully added role group '%{groupName}'.",
452      "successDeleteRoleGroup": "Successfully deleted role group. | Successfully deleted role groups.",
453      "successSaveActiveDirectorySettings": "Successfully saved Active Directory settings.",
454      "successSaveLdapSettings": "Successfully saved Open LDAP settings.",
455      "successSaveRoleGroup": "Successfully saved role group '%{groupName}'."
456    }
457  },
458  "pageLocalUserManagement": {
459    "accountPolicySettings": "Account policy settings",
460    "addUser": "Add user",
461    "deleteUser": "Delete user | Delete users",
462    "editUser": "Edit user",
463    "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
464    "modal": {
465      "accountLocked": "Account locked",
466      "accountStatus": "Account status",
467      "automaticAfterTimeout": "Automatic after timeout",
468      "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.",
469      "cannotStartWithANumber": "Cannot start with a number",
470      "clickSaveToUnlockAccount": "Click \"Save\" to unlock account",
471      "confirmUserPassword": "Confirm user password",
472      "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
473      "manual": "Manual",
474      "maxFailedLoginAttempts": "Max failed login attempts",
475      "noSpecialCharactersExceptUnderscore": "No special characters except underscore",
476      "passwordMustBeBetween": "Password must be between %{min} – %{max} characters",
477      "passwordsDoNotMatch": "Passwords do not match",
478      "privilege": "Privilege",
479      "timeoutDurationSeconds": "Timeout duration (seconds)",
480      "unlock": "Unlock",
481      "username": "Username",
482      "userPassword": "User password",
483      "userUnlockMethod": "User unlock method"
484    },
485    "table": {
486      "privilege": "Privilege",
487      "status": "Status",
488      "username": "Username"
489    },
490    "tableRoles": {
491      "configureComponentsManagedByThisService": "Configure components managed by this service",
492      "configureManagerResources": "Configure manager resources",
493      "configureUsersAndTheirAccounts": "Configure users and their accounts",
494      "logInToTheServiceAndReadResources": "Log in to the service and read resources",
495      "updatePasswordForCurrentUserAccount": "Update password for current user account"
496    },
497    "toast": {
498      "errorBatchDelete": "Error deleting %{count} user. | Error deleting %{count} users.",
499      "errorBatchDisable": "Error disabling %{count} user. | Error disabling %{count} users.",
500      "errorBatchEnable": "Error enabling %{count} user. | Error enabling %{count} users.",
501      "errorCreateUser": "Error creating user '%{username}'.",
502      "errorDeleteUser": "Error deleting user '%{username}'.",
503      "errorLoadAccountSettings": "Error loading account settings",
504      "errorLoadUsers": "Error loading users.",
505      "errorSaveSettings": "Error saving account settings.",
506      "errorUpdateUser": "Error updating user '%{username}'.",
507      "successBatchDelete": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
508      "successBatchDisable": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
509      "successBatchEnable": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
510      "successCreateUser": "Created user '%{username}'.",
511      "successDeleteUser": "Deleted user '%{username}'.",
512      "successSaveSettings": "Successfully saved account settings.",
513      "successUpdateUser": "Updated user '%{username}'."
514    }
515  },
516  "pageLogin": {
517    "language": "Language",
518    "logIn": "Log in",
519    "password": "Password",
520    "username": "Username",
521    "alert": {
522      "message": "Invalid username or password"
523    }
524  },
525  "pageOverview": {
526    "bmcInformation": "BMC information",
527    "firmwareVersion": "Firmware version",
528    "highPriorityEvents": "High priority events",
529    "manufacturer": "Manufacturer",
530    "model": "Model",
531    "networkInformation": "Network information",
532    "powerCap": "Power cap",
533    "powerConsumption": "Power consumption",
534    "serialNumber": "Serial number",
535    "serverInformation": "Server information",
536    "events": {
537      "date": "Date",
538      "description": "Description",
539      "id": "ID",
540      "noHighEventsMsg": "There are no high priority events to display at this time.",
541      "severity": "Severity",
542      "type": "Type",
543      "viewAllButton": "View all event logs"
544    },
545    "network": {
546      "hostname": "Hostname",
547      "ipAddress": "IP address",
548      "macAddress": "MAC address"
549    },
550    "quicklinks": {
551      "bmcTime": "BMC time",
552      "editNetworkSettings": "Edit network settings",
553      "serverLed": "Server LED",
554      "solConsole": "@:appNavigation.serialOverLan"
555    }
556  },
557  "pageProfileSettings": {
558    "browserOffset": "Browser offset (%{timezone})",
559    "changePassword": "Change password",
560    "confirmPassword": "Confirm new password",
561    "defaultUTC": "Default (UTC)",
562    "newPassword": "New password",
563    "newPassLabelTextInfo": "Password must be between %{min} - %{max} characters",
564    "passwordsDoNotMatch": "Passwords do not match",
565    "profileInfoTitle": "Profile information",
566    "timezone": "Timezone",
567    "timezoneDisplay": "Timezone display preference",
568    "timezoneDisplayDesc": "Select how time is displayed throughout the application",
569    "username": "Username",
570    "toast": {
571      "successSaveSettings": "Successfully saved account settings."
572    }
573  },
574  "pageManagePowerUsage": {
575    "description": "Set a power cap to keep power consumption at or below the specified value in watts",
576    "powerCapLabel": "Power cap value (in watts)",
577    "powerCapLabelTextInfo": " Value must be between %{min} and %{max}",
578    "powerCapSettingData": "Apply power cap",
579    "powerCapSettingLabel": "Power cap setting",
580    "powerConsumption": "Current power consumption",
581    "serverPowCapSetting": "Server power cap setting"
582  },
583  "pageNetworkSettings": {
584    "dhcp": "DHCP",
585    "ipv4": "IPV4",
586    "ipv4Configuration": "IPV4 configuration",
587    "ipv4Helper": "An IP address must be available to enable DHCP or Static configuration",
588    "interface": "Interface",
589    "pageDescription": "Configure network settings for the BMC",
590    "static": "Static",
591    "staticDns": "Static DNS",
592    "system": "System",
593    "form": {
594      "defaultGateway": "Default gateway",
595      "hostname": "Hostname",
596      "macAddress": "MAC address",
597      "networkInterface": "Network interface"
598    },
599    "table": {
600      "addDns": "Add DNS server",
601      "addStaticIpv4Address": "Add static IP",
602      "deleteDns": "Delete DNS row",
603      "deleteDHCPIpv4": "Delete IPv4 row",
604      "deleteStaticIpv4": "Delete IPv4 row",
605      "dhcpIpv4AddressRow": "DHCP IPv4 address",
606      "dhcpIpv4SubnetRow": "DHCP IPV4 subnet",
607      "ipAddress": "IP address",
608      "staticDnsRow": "Static DNS address",
609      "staticIpv4AddressRow": "Static IPv4 address",
610      "staticIpv4SubnetRow": "Static IPV4 subnet",
611      "subnet": "Subnet mask"
612    },
613    "toast": {
614      "errorSaveDhcpSettings": "Error enabling DHCP configuration.",
615      "errorSaveNetworkSettings": "Error saving network settings.",
616      "successSaveNetworkSettings": "Successfully saved network settings."
617    }
618  },
619  "pagePageNotFound": {
620    "description": "The requested resource could not be found."
621  },
622  "pagePowerRestorePolicy": {
623    "currentPolicy": "Current Policy",
624    "description": "Configure power policy to determine how the system starts after a power disturbance.",
625    "powerPoliciesLabel": "Power restore policies",
626    "policies" :{
627      "AlwaysOn": "Always on",
628      "AlwaysOff": "Always off",
629      "LastState": "Last state"
630    },
631    "toast": {
632      "errorSaveSettings": "Error saving settings.",
633      "successSaveSettings": "Power restore policy updated successfully."
634    }
635  },
636  "pageRebootBmc": {
637    "lastReboot": "Last BMC reboot",
638    "rebootBmc": "Reboot BMC",
639    "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.",
640    "modal": {
641      "confirmMessage": "Are you sure you want to reboot the BMC?",
642      "confirmTitle": "Confirm BMC reboot"
643    },
644    "toast": {
645      "errorRebootStart": "Error rebooting BMC.",
646      "successRebootStart": "Rebooting BMC."
647    }
648  },
649  "pageSecuritySettings": {
650    "ipmi": "Network IPMI (out-of-band IPMI)",
651    "ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.",
652    "networkServices": "Network services",
653    "ssh": "BMC shell (via SSH)",
654    "sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
655    "modal": {
656      "disableMessage": {
657        "ipmi": "Are you sure you want to disable @:pageSecuritySettings.ipmi?",
658        "ssh": "Are you sure you want to disable @:pageSecuritySettings.ssh?"
659      },
660      "enableMessage": {
661        "ipmi": "Are you sure you want to enable @:pageSecuritySettings.ipmi?",
662        "ssh": "Are you sure you want to enable @:pageSecuritySettings.ssh?"
663      }
664    },
665    "toast": {
666      "errorIpmiDisabled": "Error disabling IPMI security setting.",
667      "errorIpmiEnabled":"Error enabling IPMI security setting.",
668      "errorSshDisabled":"Error disabling SSH security setting.",
669      "errorSshEnabled": "Error enabling SSH security setting.",
670      "successIpmiDisabled": "Successfully disabled IPMI security setting.",
671      "successIpmiEnabled": "Successfully enabled IPMI security setting.",
672      "successSshDisabled": "Successfully disabled SSH security setting.",
673      "successSshEnabled": "Successfully enabled SSH security setting."
674    }
675  },
676  "pageSensors": {
677    "exportFilePrefix": "sensors_",
678    "searchForSensors": "Search for sensors",
679    "table": {
680      "currentValue": "Current value",
681      "lowerWarning": "Lower warning",
682      "lowerCritical": "Lower critical",
683      "name": "Name",
684      "status": "Status",
685      "upperWarning": "Upper warning",
686      "upperCritical": "Upper critical"
687    }
688  },
689  "pageSerialOverLan": {
690    "connected": "Connected",
691    "disconnected": "Disconnected",
692    "openNewTab": "Open in new tab",
693    "status": "Status",
694    "subTitle": "SOL console redirects the server's serial port output to this window."
695  },
696  "pageServerLed": {
697    "serverLedSubTitle": "Server indicator LED",
698    "serverLedTitle": "LED light control",
699    "toast": {
700      "errorServerLedOff": "Error turning LED off.",
701      "errorServerLedOn": "Error turning LED on.",
702      "successServerLedOff": "Server LED successfully turned off.",
703      "successServerLedOn": "Server LED successfully turned on."
704    }
705  },
706  "pageServerPowerOperations": {
707    "currentStatus": "Current status",
708    "hostOsBootSettings": "Host OS boot settings",
709    "hostStatus": "Host status",
710    "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
711    "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
712    "lastPowerOperation": "Last power operation",
713    "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.",
714    "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
715    "operations": "Operations",
716    "orderlyReboot": "Orderly – OS shuts down, then server reboots",
717    "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
718    "powerOn": "Power on",
719    "reboot": "Reboot",
720    "rebootServer": "Reboot server",
721    "shutDown": "Shut down",
722    "shutdownServer": "Shutdown server",
723    "bootSettings": {
724      "bootSettingsOverride": "Boot settings override",
725      "enableOneTimeBoot": "Enable one time boot",
726      "tpmRequiredPolicy": "TPM required policy",
727      "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional."
728    },
729    "modal": {
730      "confirmRebootMessage": "Are you sure you want to reboot?",
731      "confirmRebootTitle": "Server reboot will cause outage",
732      "confirmShutdownMessage": "Are you sure you want to shut down?",
733      "confirmShutdownTitle": "Server shutdown will cause outage"
734    },
735    "toast": {
736      "errorSaveSettings": "Error saving settings.",
737      "successSaveSettings": "Successfully saved settings."
738    }
739  },
740  "pageSslCertificates": {
741    "addNewCertificate": "Add new certificate",
742    "caCertificate": "CA Certificate",
743    "deleteCertificate": "Delete certificate",
744    "generateCsr": "Generate CSR",
745    "httpsCertificate": "HTTPS Certificate",
746    "ldapCertificate": "LDAP Certificate",
747    "replaceCertificate": "Replace certificate",
748    "alert": {
749      "certificateExpiredMessage": "%{certificate} has expired. Consider replacing it with a new certificate.",
750      "certificateExpiringMessage": "%{certificate} is expiring soon. Consider replacing it with a new certificate.",
751      "certificatesExpiredMessage": "Some certificates have expired. Consider replacing them with new certificates.",
752      "certificatesExpiringMessage": "Some certificates are expiring soon. Consider replacing them with new certificates."
753    },
754    "modal": {
755      "alternateName": "Alternate name",
756      "alternateNameHelperText": "Add multiple alternate names separated by space",
757      "certificateFile": "Certificate file",
758      "certificateSigningRequest": "Certificate Signing Request (CSR)",
759      "certificateType": "Certificate type",
760      "challengePassword": "Challenge password",
761      "city": "City",
762      "commonName": "Common name",
763      "companyName": "Company name",
764      "companyUnit": "Company unit",
765      "contactPerson": "Contact person",
766      "country": "Country",
767      "deleteConfirmMessage": "Are you sure you want to delete '%{certificate}' issued by %{issuedBy}? This action cannot be undone.",
768      "duplicateAlternateName": "Duplicate alternate name",
769      "emailAddress": "Email address",
770      "generateACertificateSigningRequest": "Generate a Certificate Signing Request (CSR)",
771      "keyBitLength": "Key bit length",
772      "keyCurveId": "Key curve ID",
773      "keyPairAlgorithm": "Key pair algorithm",
774      "privateKey": "Private key",
775      "state": "State"
776    },
777    "table": {
778      "certificate": "Certificate",
779      "issuedBy": "Issued by",
780      "issuedTo": "Issued to",
781      "validFrom": "Valid from",
782      "validUntil": "Valid until"
783    },
784    "toast": {
785      "errorAddCertificate": "Error adding certificate.",
786      "errorDeleteCertificate": "Error deleting certificate.",
787      "errorReplaceCertificate": "Error replacing certificate.",
788      "successAddCertificate": "Successfully added %{certificate}.",
789      "successDeleteCertificate": "Successfully deleted %{certificate}.",
790      "successReplaceCertificate": "Successfully replaced %{certificate}."
791    }
792  },
793  "pageVirtualMedia": {
794    "configureConnection": "Configure Connection",
795    "defaultDeviceName": "Virtual media device",
796    "start": "Start",
797    "stop": "Stop",
798    "virtualMediaSubTitleFirst": "Save image in a web browser",
799    "virtualMediaSubTitleSecond": "Load image from external server",
800    "modal": {
801      "password": "Password",
802      "serverUri": "External server URI",
803      "title": "Legacy mode configuration",
804      "username": "Username"
805    },
806    "toast": {
807      "errorMounting": "Error mounting",
808      "errorReadingFile": "Error reading file. Closing server.",
809      "errorUnmounting": "Error unmounting",
810      "serverRunning": "Server running",
811      "serverClosedSuccessfully": "Server closed successfully",
812      "serverClosedWithErrors": "Server closed with errors"
813    }
814  },
815  "countries": {
816    "AF": "Afghanistan",
817    "AL": "Albania",
818    "DZ": "Algeria",
819    "AS": "American Samoa",
820    "AD": "Andorra",
821    "AO": "Angola",
822    "AI": "Anguilla",
823    "AQ": "Antarctica",
824    "AG": "Antigua and Barbuda",
825    "AR": "Argentina",
826    "AM": "Armenia",
827    "AW": "Aruba",
828    "AU": "Australia",
829    "AT": "Austria",
830    "AZ": "Azerbaijan",
831    "BS": "Bahamas, The",
832    "BH": "Bahrain",
833    "BD": "Bangladesh",
834    "BB": "Barbados",
835    "BY": "Belarus",
836    "BE": "Belgium",
837    "BZ": "Belize",
838    "BJ": "Benin",
839    "BM": "Bermuda",
840    "BT": "Bhutan",
841    "BO": "Bolivia",
842    "BQ": "Bonaire, Sint Eustatius and Saba",
843    "BA": "Bosnia and Herzegovina ",
844    "BW": "Bostwana",
845    "BV": "Bouvet Island",
846    "BR": "Brazil",
847    "IO": "British Indian Ocean Territory",
848    "BN": "Brunei Darussalam ",
849    "BG": "Bulgaria",
850    "BF": "Burkina Faso",
851    "BI": "Burundi",
852    "CV": "Cabo Verde",
853    "KH": "Cambodia",
854    "CM": "Cameroon",
855    "CA": "Canada",
856    "KY": "Cayman Islands",
857    "CF": "Central African Republic",
858    "TD": "Chad",
859    "CL": "Chile",
860    "CN": "China",
861    "CX": "Christmas Island ",
862    "CC": "Cocos(Keeling) Islands",
863    "CO": "Columbia",
864    "KM": "Comoros",
865    "CD": "Congo, The Democratic Republic of the",
866    "CG": "Congo",
867    "CK": "Cook Islands",
868    "CR": "Costa Rica",
869    "HR": "Croatia",
870    "CU": "Cuba",
871    "CW": "Curaçao",
872    "CY": "Cyprus",
873    "CZ": "Czechia",
874    "CI": "Côte d\"Ivoire",
875    "DK": "Denmark",
876    "DJ": "Djibouti",
877    "DM": "Dominica",
878    "DO": "Dominican Republic",
879    "EC": "Ecuador",
880    "EG": "Egypt",
881    "SV": "El Salvador",
882    "GQ": "Equatorial Guinea ",
883    "ER": "Eritrea",
884    "EE": "Estonia",
885    "SZ": "Eswatini",
886    "ET": "Ethiopia",
887    "FK": "Falkland Islands (Malvinas)",
888    "FO": "Faroe Islands",
889    "FJ": "Fiji",
890    "FI": "Finland",
891    "FR": "France",
892    "GF": "French Guiana",
893    "PF": "French Polynesia",
894    "TF": "French Southern Territories",
895    "GA": "Gabon",
896    "GM": "Gambia, The",
897    "GE": "Georgia",
898    "DE": "Germany",
899    "GH": "Ghana",
900    "GI": "Gibraltar",
901    "GR": "Greece",
902    "GL": "Greenland",
903    "GD": "Grenada",
904    "GP": "Guadeloupe",
905    "GU": "Guam",
906    "GT": "Guatemala",
907    "GG": "Guernsey",
908    "GN": "Guinea",
909    "GW": "Guinea-Bissau",
910    "GY": "Guyana",
911    "HT": "Haiti",
912    "HM": "Heard Island and McDonald Islands",
913    "VA": "Holy See",
914    "HN": "Honduras",
915    "HK": "Hong Kong",
916    "HU": "Hungary",
917    "IS": "Iceland",
918    "IN": "India",
919    "ID": "Indonesia",
920    "IR": "Iran, Islamic Republic of",
921    "IQ": "Iraq",
922    "IE": "Ireland",
923    "IM": "Isle of Man",
924    "IL": "Israel",
925    "IT": "Italy",
926    "JM": "Jamaica",
927    "JP": "Japan",
928    "JE": "Jersey",
929    "JO": "Jordan",
930    "KZ": "Kazakhstan",
931    "KE": "Kenya",
932    "KI": "Kiribati",
933    "KR": "Korea, Republic of",
934    "KP": "Korea, Democratic People\"s Republic of",
935    "KW": "Kuwait",
936    "KG": "Kyrgyzstan",
937    "LA": "Lao People\"s Democratic Republic",
938    "LV": "Latvia",
939    "LB": "Lebanon",
940    "LS": "Lesotho",
941    "LR": "Liberia",
942    "LY": "Libya",
943    "LI": "Liechtenstein",
944    "LT": "Lithuania",
945    "LU": "Luxembourg",
946    "MO": "Macao",
947    "MK": "Macedonia, The Former Yugoslav Republic of",
948    "MG": "Madagascar",
949    "MW": "Malawi",
950    "MY": "Malaysia",
951    "MV": "Maldives",
952    "ML": "Mali",
953    "MT": "Malta",
954    "MH": "Marshall Islands",
955    "MQ": "Martinique",
956    "MR": "Mauritania",
957    "MU": "Mauritius",
958    "YT": "Mayotte",
959    "MX": "Mexico",
960    "FM": "Micronesia, Federated States of",
961    "MD": "Moldova, Republic of",
962    "MC": "Monaco",
963    "MN": "Mongolia",
964    "ME": "Montenegro",
965    "MS": "Montserrat",
966    "MA": "Morocco",
967    "MZ": "Mozambique",
968    "MM": "Myanmar",
969    "NA": "Namibia",
970    "NR": "Nauru",
971    "NP": "Nepal",
972    "NL": "Netherlands",
973    "NC": "New Caledonia",
974    "NZ": "New Zealand",
975    "NI": "Nicaragua",
976    "NE": "Niger",
977    "NG": "Nigeria",
978    "NU": "Niue",
979    "NF": "Norfolk Island",
980    "MP": "Northern Mariana Islands",
981    "NO": "Norway",
982    "OM": "Oman",
983    "PK": "Pakistan",
984    "PW": "Palau",
985    "PS": "Palestine",
986    "PA": "Panama",
987    "PG": "Papua New Guinea",
988    "PY": "Paraguay",
989    "PE": "Peru",
990    "PH": "Philippines",
991    "PN": "Pitcairn",
992    "PL": "Poland",
993    "PT": "Portugal",
994    "PR": "Puerto Rico",
995    "QA": "Qatar",
996    "RO": "Romania",
997    "RU": "Russian Federation",
998    "RW": "Rwanda",
999    "RE": "Réunion",
1000    "BL": "Saint Barthélemy",
1001    "SH": "Saint Helena, Ascension and Tristan da Cunha",
1002    "KN": "Saint Kitts and Nevis ",
1003    "LC": "Saint Lucia",
1004    "MF": "Saint Martin",
1005    "PM": "Saint Pierre and Miquelon",
1006    "VC": "Saint Vincent and the Grenadines",
1007    "WS": "Samoa",
1008    "SM": "San Marino ",
1009    "ST": "Sao Tome and Principe",
1010    "SA": "Saudi Arabia",
1011    "SN": "Senegal",
1012    "RS": "Serbia",
1013    "SC": "Seychelles",
1014    "SL": "Sierra Leone",
1015    "SG": "Singapore",
1016    "SX": "Sint Maarten",
1017    "SK": "Slovakia",
1018    "SI": "Slovenia",
1019    "SB": "Solomon Islands",
1020    "SO": "Somalia",
1021    "ZA": "South Africa ",
1022    "GS": "South Georgia and the South Sandwich Islands",
1023    "SS": "South Sudan",
1024    "ES": "Spain",
1025    "LK": "Sri Lanka",
1026    "SD": "Sudan",
1027    "SR": "Suriname",
1028    "SJ": "Svalbard and Jan Mayen",
1029    "SE": "Sweden",
1030    "CH": "Switzerland",
1031    "SY": "Syrian Arab Republic",
1032    "TW": "Taiwan",
1033    "TJ": "Tajikistan",
1034    "TZ": "Tanzania, United Republic of",
1035    "TH": "Thailand",
1036    "TL": "Timor-Leste",
1037    "TG": "Togo",
1038    "TK": "Tokelau",
1039    "TO": "Tonga",
1040    "TT": "Trinidad and Tobago",
1041    "TN": "Tunisia",
1042    "TR": "Turkey",
1043    "TM": "Turkmenistan",
1044    "TC": "Turks and Caicos Islands",
1045    "TV": "Tuvalu",
1046    "UG": "Uganda",
1047    "UA": "Ukraine",
1048    "AE": "United Arab Emirates",
1049    "GB": "United Kingdom",
1050    "UM": "United States Minor Outlying Islands",
1051    "US": "United States of America",
1052    "UY": "Uruguay",
1053    "UZ": "Uzbekistan",
1054    "VU": "Vanuatu",
1055    "VE": "Venezuela",
1056    "VN": "Viet Nam",
1057    "VG": "Virgin Islands, British",
1058    "VI": "Virgin Islands, U.S",
1059    "WF": "Wallis and Futuna",
1060    "EH": "Western Sahara",
1061    "YE": "Yemen",
1062    "ZM": "Zambia",
1063    "ZW": "Zimbabwe",
1064    "AX": "Åland Islands"
1065  }
1066}