blob: 9d89ce603bbdefe224fc916ebeedbea4f88c0097 [file] [log] [blame]
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -06001{
2 "global": {
3 "formField": {
4 "validator": "Field required"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -06005 },
6 "on": "on",
Yoshie Muranakac11d3892020-02-19 08:07:40 -08007 "off": "off",
8 "actions": {
Yoshie Muranaka183c2752020-02-12 11:30:49 -08009 "confirm": "Confirm",
10 "cancel": "Cancel",
11 "delete": "Delete",
12 "selected": "Selected"
13 },
14 "response": {
15 "success": "Success",
16 "error": "Error",
17 "warning": "Warning"
Yoshie Muranakac11d3892020-02-19 08:07:40 -080018 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060019 },
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080020 "ariaLabels": {
21 "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
22 },
Yoshie Muranaka183c2752020-02-12 11:30:49 -080023 "pageTitle": {
24 "localUserMgmt": "Local user management",
25 "login": "Login",
26 "overview": "Overview",
27 "unauthorized": "Unauthorized",
28 "rebootBmc": "Reboot BMC"
29 },
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060030 "login": {
31 "language": {
32 "label": "Language"
33 },
34 "languages": {
35 "select": "Select an option",
36 "english": "English",
37 "spanish": "Spanish"
38 },
39 "logIn": {
40 "label": "Log in"
41 },
42 "errorMsg": {
43 "title": "Invalid username or password.",
44 "action": "Please try again."
45 },
46 "password": {
47 "label": "Password",
48 "validator": "@:global.formField.validator"
49 },
50 "username": {
51 "label": "Username",
52 "validator": "@:global.formField.validator"
53 }
54 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -060055 "overview": {
56 "events": {
57 "noHighEventsMsg": "There are no high priority events to display at this time."
58 },
59 "firmwareVersion": "Firmware version",
60 "hostname": "Hostname",
61 "ipAddress": "IP address",
62 "macAddress": "MAC address",
63 "manufacturer": "Manufacturer",
64 "model": "Model",
65 "powerCap": "Power cap",
66 "powerConsumption": "Power consumption",
67 "sectionTitle": {
68 "bmcInformation": "BMC information",
69 "highPriorityEvents": "High priority events",
70 "powerConsumption": "@:overview.powerConsumption",
71 "serverInformation": "Server information"
72 },
73 "serialNumber": "Serial number",
74 "state": {
75 "notAvailable": "Not available",
76 "notEnabled": "Not enabled"
77 },
78 "quicklinks": {
79 "bmcTime": "BMC time",
80 "editNetworkSettings": "Edit network settings",
81 "serverLed": "Server LED",
82 "solConsole": "Serial over LAN console"
83 }
84 },
Yoshie Muranakac11d3892020-02-19 08:07:40 -080085 "pageRebootBmc": {
86 "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.",
87 "rebootBmc": "Reboot BMC",
88 "modal": {
89 "confirmTitle": "Confirm BMC reboot",
90 "confirmMessage": "Are you sure you want to reboot the BMC?"
91 },
92 "toastMessages": {
93 "successRebootStart": "Rebooting BMC.",
94 "errorRebootStart": "Error rebooting BMC."
95 }
Yoshie Muranaka183c2752020-02-12 11:30:49 -080096 },
97 "localUserManagement": {
98 "tableActions": {
99 "delete": "@:global.actions.delete",
100 "enable": "Enable",
101 "disable": "Disable"
102 },
103 "toastMessages": {
104 "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
105 "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.",
106 "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
107 "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.",
108 "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
109 "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users."
110 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600111 }
112}