summaryrefslogtreecommitdiff
path: root/src/locales/en.json
blob: c94e194a165e12f59abf9d587aca29dea6805d35 (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
{
  "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",
      "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": {
    "health": "Health",
    "logOut": "Log out",
    "power": "Power",
    "refresh": "Refresh"
  },
  "appNavigation": {
    "accessControl": "Access Control",
    "configuration": "Configuration",
    "control": "Control",
    "health": "Health",
    "localUserManagement": "@appPageTitle.localUserManagement",
    "overview": "@appPageTitle.overview",
    "rebootBmc": "@appPageTitle.rebootBmc"
  },
  "appPageTitle": {
    "localUserManagement": "Local user management",
    "login": "Login",
    "overview": "Overview",
    "unauthorized": "Unauthorized",
    "rebootBmc": "Reboot BMC"
  },
  "pageLocalUserManagement": {
    "accountPolicySettings": "Account policy settings",
    "modal": {
      "automaticAfterTimeout": "Automatic after timeout",
      "manual": "Manual",
      "maxFailedLoginAttempts": "Max failed login attempts",
      "timeoutDurationSeconds": "Timeout duration (seconds)",
      "userUnlockMethod": "User unlock method"
    },
    "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": "Please try again."
    },
    "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."
    }
  }
}