summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json90
1 files changed, 80 insertions, 10 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index b4a1bae0..f5cfed5b 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -36,7 +36,10 @@
},
"fileUpload": {
"browseText": "Add file",
- "clearSelectedFile": "Clear selected file"
+ "clearSelectedFile": "Clear selected file",
+ "modal":"File selection",
+ "placeholder": "Click on an area or drag a file into it",
+ "dropPlaceholder": "Release to add file"
},
"form": {
"dateMustBeAfter": "Date must be after %{date}",
@@ -82,8 +85,16 @@
"toast": {
"unAuthTitle": "Unauthorized",
"unAuthDescription": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
+ },
+ "datePicker": {
+ "lastHour": "Last hour",
+ "lastDay": "Last day"
}
},
+ "chart": {
+ "thresholdFailure": "Threshold failure",
+ "thresholdWarning": "Threshold warning"
+ },
"appHeader": {
"applicationHeader": "Application header",
"health": "Health",
@@ -120,6 +131,7 @@
"primaryNavigation": "Primary navigation",
"postCodeLogs": "@:appPageTitle.postCodeLogs",
"powerRestorePolicy": "@:appPageTitle.powerRestorePolicy",
+ "dynamicInformation": "@:appPageTitle.dynamicInformation",
"rebootBmc": "@:appPageTitle.rebootBmc",
"policies": "@:appPageTitle.policies",
"sensors": "@:appPageTitle.sensors",
@@ -128,6 +140,7 @@
"certificates": "@:appPageTitle.certificates",
"virtualMedia": "@:appPageTitle.virtualMedia",
"power": "@:appPageTitle.power",
+ "powerSup": "@:appPageTitle.powerSup",
"keyClear": "@:appPageTitle.keyClear",
"staticInfo": "Static Information",
"fans": "@:appPageTitle.fans",
@@ -139,6 +152,7 @@
"appPageTitle": {
"changePassword": "Change password",
"power": "Power",
+ "powerSup": "Power supplies",
"sessions": "Sessions",
"dateTime": "Date and time",
"dumps": "Dumps",
@@ -158,6 +172,7 @@
"overview": "Overview",
"pageNotFound": "Page not found",
"postCodeLogs": "POST code logs",
+ "dynamicInformation": "Dynamic Information",
"powerRestorePolicy": "Power restore policy",
"profileSettings": "Profile settings",
"rebootBmc": "Reboot BMC",
@@ -168,8 +183,7 @@
"certificates": "Certificates",
"virtualMedia": "Virtual media",
"keyClear": "Key clear",
- "specification": "Specification",
- "dynamicInformation": "Dynamic information"
+ "specification": "Specification"
},
"pageChangePassword": {
"changePassword": "Change password",
@@ -827,12 +841,29 @@
},
"pageFans": {
"installedFans": "Installed Fans",
+ "speed": "Speed indicators",
"table": {
"name": "Name",
"health": "Health",
"type": "Type",
- "currentValue": "Current Speed, rpm",
- "pwm": "% power"
+ "current": "Current",
+ "middle": "Middle",
+ "min": "Minimum",
+ "minDate": "Date of minimum",
+ "max": "Maximum",
+ "maxDate": "Date of maximum",
+ "pwm": "% power",
+ "currentValue": "Current Speed, rpm"
+ },
+ "labels": {
+ "warning": "Warning value, rpm",
+ "shutdown": "Failure value, rpm"
+ }
+ },
+ "pageMotherboard": {
+ "temperature": "Temperature indicators",
+ "labels": {
+ "warning": "Meaning of the warning"
}
},
"pageProcessors": {
@@ -841,16 +872,55 @@
"labels": {
"notNormal": "Not regular",
"critical": "Critical",
- "warning": "Warning"
+ "warning": "Warning",
+ "shutdown": "Shutdown"
+ },
+ "table": {
+ "temperature": {
+ "name": "Name",
+ "current": "Current, С°",
+ "middle": "Middle, С°",
+ "min": "Minimum, С°",
+ "minDate": "Date of minimum",
+ "max": "Maximum, С°",
+ "maxDate": "Date of maximum"
+ },
+ "power": {
+ "name": "Name",
+ "current": "Current, W"
+ }
+ }
+ },
+ "pageMemory": {
+ "temperature": "Temperature indicators",
+ "labels": {
+ "notNormal": "Not regular mode",
+ "critical": "Critical mode",
+ "warning": "Meaning of the warning"
},
"table": {
"name": "Name",
"currentTemperature": "Current, С°",
"middleTemperature": "Middle, С°",
- "minTemperature": "Min, С°",
- "minDate": "Min Date",
- "maxTemperature": "Max, С°",
- "maxDate": "Max Date"
+ "minTemperature": "Minimum, С°",
+ "minDate": "Date of minimum",
+ "maxTemperature": "Maximum, С°",
+ "maxDate": "Date of maximum"
+ }
+ },
+ "pagePowerSup": {
+ "supplies": "Installed power supplies",
+ "table": {
+ "param": "Parameter",
+ "value": "Значение",
+ "name": "Value",
+ "health": "State",
+ "statusState": "Status",
+ "serialNumber": "Serial number",
+ "manufacturer": "Manufacturer",
+ "model": "Model",
+ "efficiencyPercent": "Efficiency percentage",
+ "powerInputWatts": "Output power, W"
}
},
"pageSerialOverLan": {