blob: 0bf40513722d404a4e4b56aca00e2d4591965417 [file] [log] [blame]
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001{
2 "global": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -08003 "action": {
Yoshie Muranaka183c2752020-02-12 11:30:49 -08004 "confirm": "Confirm",
5 "cancel": "Cancel",
6 "delete": "Delete",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -08007 "disable": "Disable",
8 "enable": "Enable",
Yoshie Muranaka1b1c1002020-02-20 10:18:36 -08009 "save": "Save",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080010 "selected": "Selected"
11 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080012 "ariaLabel": {
13 "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
14 },
15 "form": {
16 "fieldRequired": "Field required",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080017 "invalidFormat": "Invalid format",
18 "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080019 "mustBeAtLeast": "Must be at least %{value}",
20 "selectAnOption": "Select an option",
21 "valueMustBeBetween": "Value must be between %{min} – %{max}"
22 },
23 "status": {
24 "disabled": "Disabled",
25 "enabled": "Enabled",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080026 "error": "Error",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080027 "notAvailable": "Not available",
28 "off": "Off",
29 "on": "On",
30 "success": "Success",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080031 "warning": "Warning"
Yoshie Muranakac11d3892020-02-19 08:07:40 -080032 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060033 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080034 "appHeader": {
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080035 "bmcSystemManagement": "BMC System Management",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080036 "health": "Health",
37 "logOut": "Log out",
38 "power": "Power",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080039 "refresh": "Refresh",
40 "skipToContent": "Skip to content"
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080041 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080042 "appNavigation": {
43 "accessControl": "Access Control",
44 "configuration": "Configuration",
45 "control": "Control",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080046 "eventLog": "@:appPageTitle.eventLog",
47 "firmware": "@:appPageTitle.firmware",
48 "hardwareStatus": "@:appPageTitle.hardwareStatus",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080049 "health": "Health",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080050 "ldap": "@:appPageTitle.ldap",
51 "localUserManagement": "@:appPageTitle.localUserManagement",
52 "managePowerUsage": "@:appPageTitle.managePowerUsage",
53 "networkSettings": "@:appPageTitle.networkSettings",
54 "overview": "@:appPageTitle.overview",
55 "rebootBmc": "@:appPageTitle.rebootBmc",
56 "sensors": "@:appPageTitle.sensors",
57 "serverLed": "@:appPageTitle.serverLed",
58 "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
59 "snmpSettings": "@:appPageTitle.snmpSettings",
60 "sslCertificates": "@:appPageTitle.sslCertificates"
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080061 },
62 "appPageTitle": {
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080063 "eventLog": "Event log",
64 "firmware": "Firmware",
65 "hardwareStatus": "Hardware status",
66 "ldap": "LDAP",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080067 "localUserManagement": "Local user management",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080068 "login": "Login",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080069 "managePowerUsage": "Manage power usage",
70 "networkSettings": "Network settings",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080071 "overview": "Overview",
Yoshie Muranakae0b76c32020-02-28 14:18:20 -080072 "rebootBmc": "Reboot BMC",
73 "sensors": "Sensors",
74 "serverLed": "Server LED",
75 "serverPowerOperations": "Server power operations",
76 "snmpSettings": "SNMP settings",
77 "sslCertificates": "SSL Certificates",
78 "unauthorized": "Unauthorized"
Yoshie Muranaka183c2752020-02-12 11:30:49 -080079 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080080 "pageLocalUserManagement": {
81 "accountPolicySettings": "Account policy settings",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080082 "addUser": "Add user",
83 "deleteUser": "Delete user",
84 "editUser": "Edit user",
85 "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080086 "modal": {
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080087 "accountStatus": "Account status",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080088 "automaticAfterTimeout": "Automatic after timeout",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080089 "cannotStartWithANumber": "Cannot start with a number",
90 "confirmUserPassword": "Confirm user password",
91 "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080092 "manual": "Manual",
93 "maxFailedLoginAttempts": "Max failed login attempts",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080094 "noSpecialCharactersExceptUnderscore": "No special characters except underscore",
95 "passwordMustBeBetween": "Password must be between %{min} – %{max} characters",
96 "passwordsDoNotMatch": "Passwords do not match",
97 "privilege": "Privilege",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080098 "timeoutDurationSeconds": "Timeout duration (seconds)",
Yoshie Muranakaeaa04802020-02-28 13:21:27 -080099 "username": "Username",
100 "userPassword": "User password",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800101 "userUnlockMethod": "User unlock method"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600102 },
Yoshie Muranakaeaa04802020-02-28 13:21:27 -0800103 "table": {
104 "privilege": "Privilege",
105 "status": "Status",
106 "username": "Username"
107 },
108 "tableRoles": {
109 "configureComponentsManagedByThisService": "Configure components managed by this service",
110 "configureManagerResources": "Configure manager resources",
111 "configureUsersAndTheirAccounts": "Configure users and their accounts",
112 "ipmiAccessPoint": "IPMI access point",
113 "logInToTheServiceAndReadResources": "Log in to the service and read resources",
114 "redfishAccessPoint": "Redfish access point",
115 "sshAccessPoint": "SSH access point",
116 "updatePasswordForCurrentUserAccount": "Update password for current user account",
117 "webUiAccessPoint": "WebUI access point"
118 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800119 "toast": {
120 "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.",
121 "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users.",
122 "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.",
123 "errorSaveSettings": "Error saving account settings.",
124 "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
125 "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
126 "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
127 "successSaveSettings": "Successfully saved account settings."
128 }
129 },
130 "pageLogin": {
131 "language": "Language",
132 "logIn": "Log in",
133 "password": "Password",
134 "username": "Username",
135 "alert": {
Derick Montague7223a9f2020-03-12 21:49:55 +0000136 "title": "Invalid username or password",
137 "action": "Try again after verifying your username and password are correct."
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600138 }
139 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800140 "pageOverview": {
141 "bmcInformation": "BMC information",
142 "firmwareVersion": "Firmware version",
143 "highPriorityEvents": "High priority events",
144 "manufacturer": "Manufacturer",
145 "model": "Model",
146 "networkInformation": "Network information",
147 "powerCap": "Power cap",
148 "powerConsumption": "Power consumption",
149 "serialNumber": "Serial number",
150 "serverInformation": "Server information",
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600151 "events": {
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600152 "date": "Date",
153 "description": "Description",
154 "id": "ID",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800155 "noHighEventsMsg": "There are no high priority events to display at this time.",
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600156 "refCode": "Reference code",
157 "viewAllButton": "View all event logs"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600158 },
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600159 "network": {
160 "hostname": "Hostname",
161 "ipAddress": "IP address",
162 "macAddress": "MAC address"
163 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600164 "quicklinks": {
165 "bmcTime": "BMC time",
166 "editNetworkSettings": "Edit network settings",
167 "serverLed": "Server LED",
168 "solConsole": "Serial over LAN console"
169 }
170 },
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800171 "pageRebootBmc": {
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800172 "rebootBmc": "Reboot BMC",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800173 "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 -0800174 "modal": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800175 "confirmMessage": "Are you sure you want to reboot the BMC?",
176 "confirmTitle": "Confirm BMC reboot"
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800177 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800178 "toast": {
179 "errorRebootStart": "Error rebooting BMC.",
180 "successRebootStart": "Rebooting BMC."
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800181 }
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800182 },
183 "pageServerPowerOperations": {
184 "currentStatus": "Current status",
185 "hostname": "Hostname",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800186 "hostOsBootSettings": "Host OS boot settings",
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800187 "hostStatus": "Host status",
188 "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
189 "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800190 "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 -0800191 "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
192 "operations": "Operations",
193 "orderlyReboot": "Orderly – OS shuts down, then server reboots",
194 "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
195 "powerOn": "Power on",
196 "reboot": "Reboot",
197 "rebootServer": "Reboot server",
198 "shutDown": "Shut down",
199 "shutdownServer": "Shutdown server",
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800200 "bootSettings": {
201 "bootSettingsOverride": "Boot settings override",
202 "enableOneTimeBoot": "Enable one time boot",
203 "tpmRequiredPolicy": "TPM required policy",
204 "tpmRequiredPolicyHelper": "Enable to ensure the system only boots when the TPM is functional."
205 },
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800206 "modal": {
207 "confirmRebootMessage": "Are you sure you want to reboot?",
208 "confirmRebootTitle": "Server reboot will cause outage",
209 "confirmShutdownMessage": "Are you sure you want to shut down?",
210 "confirmShutdownTitle": "Server shutdown will cause outage"
Yoshie Muranakac05ff642020-02-26 14:23:15 -0800211 },
212 "toast": {
213 "errorSaveSettings": "Error saving settings.",
214 "successSaveSettings": "Successfully saved settings."
Yoshie Muranakafa1512b2020-02-25 15:54:07 -0800215 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600216 }
217}