summaryrefslogtreecommitdiff
path: root/src/locales/en.json
blob: 9d89ce603bbdefe224fc916ebeedbea4f88c0097 (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
{
  "global": {
    "formField": {
      "validator": "Field required"
    },
    "on": "on",
    "off": "off",
    "actions": {
      "confirm": "Confirm",
      "cancel": "Cancel",
      "delete": "Delete",
      "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.validator"
    },
    "username": {
      "label": "Username",
      "validator": "@:global.formField.validator"
    }
  },
  "overview": {
    "events": {
      "noHighEventsMsg": "There are no high priority events to display at this time."
    },
    "firmwareVersion": "Firmware version",
    "hostname": "Hostname",
    "ipAddress": "IP address",
    "macAddress": "MAC address",
    "manufacturer": "Manufacturer",
    "model": "Model",
    "powerCap": "Power cap",
    "powerConsumption": "Power consumption",
    "sectionTitle": {
      "bmcInformation": "BMC information",
      "highPriorityEvents": "High priority events",
      "powerConsumption": "@:overview.powerConsumption",
      "serverInformation": "Server information"
    },
    "serialNumber": "Serial number",
    "state": {
      "notAvailable": "Not available",
      "notEnabled": "Not enabled"
    },
    "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": {
    "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."
    }
  }
}