summaryrefslogtreecommitdiff
path: root/src/locales/en.json
blob: f392f4e89c7880c468e83a73d3e6f9422ce62904 (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
{
  "global": {
    "formField": {
      "fieldRequired": "Field required",
      "valueMustBeBetween": "Value must be between %{min} – %{max}",
      "mustBeAtLeast": "Must be at least %{value}"
    },
    "on": "on",
    "off": "off",
    "state": {
      "notAvailable": "Not available",
      "notEnabled": "Not enabled"
    },
    "actions": {
      "confirm": "Confirm",
      "cancel": "Cancel",
      "delete": "Delete",
      "save": "Save",
      "selected": "Selected"
    },
    "response": {
      "success": "Success",
      "error": "Error",
      "warning": "Warning"
    }
  },
  "ariaLabels": {
    "showPassword": "Show password as plain text. Note: this will visually expose your password on the screen."
  },
  "pageTitle": {
    "localUserMgmt": "Local user management",
    "login": "Login",
    "overview": "Overview",
    "unauthorized": "Unauthorized",
    "rebootBmc": "Reboot BMC"
  },
  "login": {
    "language": {
      "label": "Language"
    },
    "languages": {
      "select": "Select an option",
      "english": "English",
      "spanish": "Spanish"
    },
    "logIn": {
      "label": "Log in"
    },
    "errorMsg": {
      "title": "Invalid username or password.",
      "action": "Please try again."
    },
    "password": {
      "label": "Password",
      "validator": "@:global.formField.fieldRequired"
    },
    "username": {
      "label": "Username",
      "validator": "@:global.formField.fieldRequired"
    }
  },
  "overview": {
    "events": {
      "noHighEventsMsg": "There are no high priority events to display at this time.",
      "date": "Date",
      "description": "Description",
      "id": "ID",
      "refCode": "Reference code",
      "viewAllButton": "View all event logs"
    },
    "firmwareVersion": "Firmware version",
    "manufacturer": "Manufacturer",
    "model": "Model",
    "network": {
      "hostname": "Hostname",
      "ipAddress": "IP address",
      "macAddress": "MAC address"
    },
    "powerCap": "Power cap",
    "powerConsumption": "Power consumption",
    "sectionTitle": {
      "bmcInformation": "BMC information",
      "highPriorityEvents": "High priority events",
      "networkInformation": "Network information",
      "powerConsumption": "@:overview.powerConsumption",
      "serverInformation": "Server information"
    },
    "serialNumber": "Serial number",
    "quicklinks": {
      "bmcTime": "BMC time",
      "editNetworkSettings": "Edit network settings",
      "serverLed": "Server LED",
      "solConsole": "Serial over LAN console"
    }
  },
  "pageRebootBmc": {
    "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.",
    "rebootBmc": "Reboot BMC",
    "modal": {
      "confirmTitle": "Confirm BMC reboot",
      "confirmMessage": "Are you sure you want to reboot the BMC?"
    },
    "toastMessages": {
      "successRebootStart": "Rebooting BMC.",
      "errorRebootStart": "Error rebooting BMC."
    }
  },
  "localUserManagement": {
    "accountPolicySettings": "Account policy settings",
    "tableActions": {
      "delete": "@:global.actions.delete",
      "enable": "Enable",
      "disable": "Disable"
    },
    "toastMessages": {
      "successDeleteUsers": "Successfully deleted %{count} user. | Successfully deleted %{count} users.",
      "errorDeleteUsers": "Error deleting %{count} user. | Error deleting %{count} users.",
      "successEnableUsers": "Successfully enabled %{count} user. | Successfully enabled %{count} users.",
      "errorEnableUsers": "Error enabling %{count} user. | Error enabling %{count} users.",
      "successDisableUsers": "Successfully disabled %{count} user. | Successfully disabled %{count} users.",
      "errorDisableUsers": "Error disabling %{count} user. | Error disabling %{count} users.",
      "successSaveSettings": "Successfully saved account settings.",
      "errorSaveSettings": "Error saving account settings."
    },
    "modals": {
      "manual": "Manual",
      "automaticAfterTimeout": "Automatic after timeout",
      "timeoutDurationSeconds": "Timeout duration (seconds)",
      "maxFailedLoginAttempts": "Max failed login attempts",
      "userUnlockMethod": "User unlock method"
    }
  }
}