blob: c94e194a165e12f59abf9d587aca29dea6805d35 [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",
17 "mustBeAtLeast": "Must be at least %{value}",
18 "selectAnOption": "Select an option",
19 "valueMustBeBetween": "Value must be between %{min} – %{max}"
20 },
21 "status": {
22 "disabled": "Disabled",
23 "enabled": "Enabled",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080024 "error": "Error",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080025 "notAvailable": "Not available",
26 "off": "Off",
27 "on": "On",
28 "success": "Success",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080029 "warning": "Warning"
Yoshie Muranakac11d3892020-02-19 08:07:40 -080030 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060031 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080032 "appHeader": {
33 "health": "Health",
34 "logOut": "Log out",
35 "power": "Power",
36 "refresh": "Refresh"
Yoshie Muranaka4ee8d292020-02-20 07:29:58 -080037 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080038 "appNavigation": {
39 "accessControl": "Access Control",
40 "configuration": "Configuration",
41 "control": "Control",
42 "health": "Health",
43 "localUserManagement": "@appPageTitle.localUserManagement",
44 "overview": "@appPageTitle.overview",
45 "rebootBmc": "@appPageTitle.rebootBmc"
46 },
47 "appPageTitle": {
48 "localUserManagement": "Local user management",
Yoshie Muranaka183c2752020-02-12 11:30:49 -080049 "login": "Login",
50 "overview": "Overview",
51 "unauthorized": "Unauthorized",
52 "rebootBmc": "Reboot BMC"
53 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080054 "pageLocalUserManagement": {
55 "accountPolicySettings": "Account policy settings",
56 "modal": {
57 "automaticAfterTimeout": "Automatic after timeout",
58 "manual": "Manual",
59 "maxFailedLoginAttempts": "Max failed login attempts",
60 "timeoutDurationSeconds": "Timeout duration (seconds)",
61 "userUnlockMethod": "User unlock method"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060062 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080063 "toast": {
64 "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.",
65 "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users.",
66 "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.",
67 "errorSaveSettings": "Error saving account settings.",
68 "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
69 "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
70 "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
71 "successSaveSettings": "Successfully saved account settings."
72 }
73 },
74 "pageLogin": {
75 "language": "Language",
76 "logIn": "Log in",
77 "password": "Password",
78 "username": "Username",
79 "alert": {
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060080 "title": "Invalid username or password.",
81 "action": "Please try again."
82 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080083 "form": {
84 "english": "English",
85 "spanish": "Spanish"
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -060086 }
87 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -080088 "pageOverview": {
89 "bmcInformation": "BMC information",
90 "firmwareVersion": "Firmware version",
91 "highPriorityEvents": "High priority events",
92 "manufacturer": "Manufacturer",
93 "model": "Model",
94 "networkInformation": "Network information",
95 "powerCap": "Power cap",
96 "powerConsumption": "Power consumption",
97 "serialNumber": "Serial number",
98 "serverInformation": "Server information",
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -060099 "events": {
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600100 "date": "Date",
101 "description": "Description",
102 "id": "ID",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800103 "noHighEventsMsg": "There are no high priority events to display at this time.",
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600104 "refCode": "Reference code",
105 "viewAllButton": "View all event logs"
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600106 },
Dixsie Wolmers9d40e302020-02-13 13:29:40 -0600107 "network": {
108 "hostname": "Hostname",
109 "ipAddress": "IP address",
110 "macAddress": "MAC address"
111 },
Dixsie Wolmers75d3fb72020-02-10 21:58:55 -0600112 "quicklinks": {
113 "bmcTime": "BMC time",
114 "editNetworkSettings": "Edit network settings",
115 "serverLed": "Server LED",
116 "solConsole": "Serial over LAN console"
117 }
118 },
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800119 "pageRebootBmc": {
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800120 "rebootBmc": "Reboot BMC",
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800121 "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 -0800122 "modal": {
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800123 "confirmMessage": "Are you sure you want to reboot the BMC?",
124 "confirmTitle": "Confirm BMC reboot"
Yoshie Muranakac11d3892020-02-19 08:07:40 -0800125 },
Yoshie Muranaka547b5fc2020-02-24 15:42:40 -0800126 "toast": {
127 "errorRebootStart": "Error rebooting BMC.",
128 "successRebootStart": "Rebooting BMC."
Yoshie Muranaka183c2752020-02-12 11:30:49 -0800129 }
Dixsie Wolmerscbcd2132020-01-30 20:58:37 -0600130 }
131}