summaryrefslogtreecommitdiff
path: root/src/locales/en.json
blob: 0de529873b4faefc491944bfe1c6b43a4c198a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
  "global": {
    "action": {
      "confirm": "Confirm",
      "cancel": "Cancel",
      "delete": "Delete",
      "disable": "Disable",
      "enable": "Enable",
      "save": "Save",
      "selected": "Selected"
    },
    "ariaLabel": {
      "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
    },
    "form": {
      "fieldRequired": "Field required",
      "invalidFormat": "Invalid format",
      "lengthMustBeBetween": "Length must be between %{min} – %{max} characters",
      "mustBeAtLeast": "Must be at least %{value}",
      "selectAnOption": "Select an option",
      "valueMustBeBetween": "Value must be between %{min} – %{max}"
    },
    "status": {
      "disabled": "Disabled",
      "enabled": "Enabled",
      "error": "Error",
      "notAvailable": "Not available",
      "off": "Off",
      "on": "On",
      "success": "Success",
      "warning": "Warning"
    }
  },
  "appHeader": {
    "bmcSystemManagement": "BMC System Management",
    "health": "Health",
    "logOut": "Log out",
    "power": "Power",
    "refresh": "Refresh",
    "skipToContent": "Skip to content"
  },
  "appNavigation": {
    "accessControl": "Access Control",
    "configuration": "Configuration",
    "control": "Control",
    "eventLog": "@:appPageTitle.eventLog",
    "firmware": "@:appPageTitle.firmware",
    "hardwareStatus": "@:appPageTitle.hardwareStatus",
    "health": "Health",
    "ldap": "@:appPageTitle.ldap",
    "localUserManagement": "@:appPageTitle.localUserManagement",
    "managePowerUsage": "@:appPageTitle.managePowerUsage",
    "networkSettings": "@:appPageTitle.networkSettings",
    "overview": "@:appPageTitle.overview",
    "rebootBmc": "@:appPageTitle.rebootBmc",
    "sensors": "@:appPageTitle.sensors",
    "serverLed": "@:appPageTitle.serverLed",
    "serverPowerOperations": "@:appPageTitle.serverPowerOperations",
    "snmpSettings": "@:appPageTitle.snmpSettings",
    "sslCertificates": "@:appPageTitle.sslCertificates"
  },
  "appPageTitle": {
    "eventLog": "Event log",
    "firmware": "Firmware",
    "hardwareStatus": "Hardware status",
    "ldap": "LDAP",
    "localUserManagement": "Local user management",
    "login": "Login",
    "managePowerUsage": "Manage power usage",
    "networkSettings": "Network settings",
    "overview": "Overview",
    "rebootBmc": "Reboot BMC",
    "sensors": "Sensors",
    "serverLed": "Server LED",
    "serverPowerOperations": "Server power operations",
    "snmpSettings": "SNMP settings",
    "sslCertificates": "SSL Certificates",
    "unauthorized": "Unauthorized"
  },
  "pageLocalUserManagement": {
    "accountPolicySettings": "Account policy settings",
    "addUser": "Add user",
    "deleteUser": "Delete user",
    "editUser": "Edit user",
    "viewPrivilegeRoleDescriptions": "View privilege role descriptions",
    "modal": {
      "accountStatus": "Account status",
      "automaticAfterTimeout": "Automatic after timeout",
      "cannotStartWithANumber": "Cannot start with a number",
      "confirmUserPassword": "Confirm user password",
      "deleteConfirmMessage": "Are you sure you want to delete user '%{user}'? This action cannot be undone.",
      "manual": "Manual",
      "maxFailedLoginAttempts": "Max failed login attempts",
      "noSpecialCharactersExceptUnderscore": "No special characters except underscore",
      "passwordMustBeBetween": "Password must be between %{min} – %{max} characters",
      "passwordsDoNotMatch": "Passwords do not match",
      "privilege": "Privilege",
      "timeoutDurationSeconds": "Timeout duration (seconds)",
      "username": "Username",
      "userPassword": "User password",
      "userUnlockMethod": "User unlock method"
    },
    "table": {
      "privilege": "Privilege",
      "status": "Status",
      "username": "Username"
    },
    "tableRoles": {
      "configureComponentsManagedByThisService": "Configure components managed by this service",
      "configureManagerResources": "Configure manager resources",
      "configureUsersAndTheirAccounts": "Configure users and their accounts",
      "ipmiAccessPoint": "IPMI access point",
      "logInToTheServiceAndReadResources": "Log in to the service and read resources",
      "redfishAccessPoint": "Redfish access point",
      "sshAccessPoint": "SSH access point",
      "updatePasswordForCurrentUserAccount": "Update password for current user account",
      "webUiAccessPoint": "WebUI access point"
    },
    "toast": {
      "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.",
      "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users.",
      "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.",
      "errorSaveSettings": "Error saving account settings.",
      "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
      "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
      "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
      "successSaveSettings": "Successfully saved account settings."
    }
  },
  "pageLogin": {
    "language": "Language",
    "logIn": "Log in",
    "password": "Password",
    "username": "Username",
    "alert": {
      "title": "Invalid username or password",
      "action": "Try again after verifying your username and password are correct."
    },
    "form": {
      "english": "English",
      "spanish": "Spanish"
    }
  },
  "pageOverview": {
    "bmcInformation": "BMC information",
    "firmwareVersion": "Firmware version",
    "highPriorityEvents": "High priority events",
    "manufacturer": "Manufacturer",
    "model": "Model",
    "networkInformation": "Network information",
    "powerCap": "Power cap",
    "powerConsumption": "Power consumption",
    "serialNumber": "Serial number",
    "serverInformation": "Server information",
    "events": {
      "date": "Date",
      "description": "Description",
      "id": "ID",
      "noHighEventsMsg": "There are no high priority events to display at this time.",
      "refCode": "Reference code",
      "viewAllButton": "View all event logs"
    },
    "network": {
      "hostname": "Hostname",
      "ipAddress": "IP address",
      "macAddress": "MAC address"
    },
    "quicklinks": {
      "bmcTime": "BMC time",
      "editNetworkSettings": "Edit network settings",
      "serverLed": "Server LED",
      "solConsole": "Serial over LAN console"
    }
  },
  "pageRebootBmc": {
    "rebootBmc": "Reboot BMC",
    "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.",
    "modal": {
      "confirmMessage": "Are you sure you want to reboot the BMC?",
      "confirmTitle": "Confirm BMC reboot"
    },
    "toast": {
      "errorRebootStart": "Error rebooting BMC.",
      "successRebootStart": "Rebooting BMC."
    }
  },
  "pageServerPowerOperations": {
    "currentStatus": "Current status",
    "hostname": "Hostname",
    "hostStatus": "Host status",
    "immediateReboot": "Immediate – Server reboots without OS shutting down; may cause data corruption",
    "immediateShutdown": "Immediate - Server shuts down without OS shutting down; may cause data corruption",
    "operationInProgress": "There are no options to display while a power operation is in progress. When complete, power operations will be displayed here.",
    "operations": "Operations",
    "orderlyReboot": "Orderly – OS shuts down, then server reboots",
    "orderlyShutdown": "Orderly - OS shuts down, then server shuts down",
    "powerOn": "Power on",
    "reboot": "Reboot",
    "rebootServer": "Reboot server",
    "shutDown": "Shut down",
    "shutdownServer": "Shutdown server",
    "modal": {
      "confirmRebootMessage": "Are you sure you want to reboot?",
      "confirmRebootTitle": "Server reboot will cause outage",
      "confirmShutdownMessage": "Are you sure you want to shut down?",
      "confirmShutdownTitle": "Server shutdown will cause outage"
    }
  }
}