summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-06-05 15:00:06 +0300
committerDerick Montague <derick.montague@ibm.com>2020-07-10 04:13:23 +0300
commit739e459610d92a6fd3021a65398ecb4517cced89 (patch)
tree247ad85d6e7924f838a1c59efc20b65b6e4812ad /src/locales/en-US.json
parent2f8bbbfe198087497c475029c573727e0711eb04 (diff)
downloadwebui-vue-739e459610d92a6fd3021a65398ecb4517cced89.tar.xz
Add date and time settings
Adds ablity to change date and time manually, or configure using NTP servers. - If NTP is selected, user is required to enter at least one NTP address - Date and time are ISO formatted Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: I0d67c80487fdd815eacc3539ccd702b23618260e
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json75
1 files changed, 49 insertions, 26 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f0494c76..2a418040 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -25,7 +25,7 @@
},
"calendar": {
"openDatePicker": "Open date picker",
- "useCursorKeysToNavigateCalendarDates" : "Use cursor keys to navigate calendar dates"
+ "useCursorKeysToNavigateCalendarDates": "Use cursor keys to navigate calendar dates"
},
"form": {
"dateMustBeAfter": "Date must be after %{date}",
@@ -73,6 +73,7 @@
"accessControl": "Access Control",
"configuration": "Configuration",
"control": "Control",
+ "dateTimeSettings": "@:appPageTitle.dateTimeSettings",
"eventLogs": "@:appPageTitle.eventLogs",
"firmware": "@:appPageTitle.firmware",
"hardwareStatus": "@:appPageTitle.hardwareStatus",
@@ -92,6 +93,7 @@
"sslCertificates": "@:appPageTitle.sslCertificates"
},
"appPageTitle": {
+ "dateTimeSettings": "Date and time settings",
"eventLogs": "Event logs",
"firmware": "Firmware",
"hardwareStatus": "Hardware status",
@@ -101,7 +103,7 @@
"managePowerUsage": "Manage power usage",
"networkSettings": "Network settings",
"overview": "Overview",
- "profileSettings":"Profile settings",
+ "profileSettings": "Profile settings",
"rebootBmc": "Reboot BMC",
"sensors": "Sensors",
"serialOverLan": "Serial over LAN console",
@@ -111,6 +113,27 @@
"sslCertificates": "SSL Certificates",
"unauthorized": "Unauthorized"
},
+ "pageDateTimeSettings": {
+ "alert": {
+ "message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ",
+ "link": "Profile Settings"
+ },
+ "configureSettings": "Configure settings",
+ "form": {
+ "date": "Date",
+ "manual": "Manual",
+ "time": "Time",
+ "ntpServers": {
+ "server1": "Server 1",
+ "server2": "Server 2",
+ "server3": "Server 3"
+ }
+ },
+ "toast": {
+ "errorSaveDateTimeSettings": "Error saving date and time settings.",
+ "successSaveDateTimeSettings": "Successfully saved date and time settings."
+ }
+ },
"pageEventLogs": {
"modal": {
"deleteTitle": "Delete log | Delete logs",
@@ -138,30 +161,30 @@
"chassis": "Chassis",
"system": "System",
"table": {
- "assetTag": "Asset tag",
- "chassisType": "Chassis type",
- "connectTypesSupported": "Connect types supported",
- "description": "Description",
- "efficiencyPercent": "Efficiency percent",
- "firmwareVersion": "Firmware version",
- "graphicalConsole": "Graphical console",
- "health": "Health",
- "id": "ID",
- "indicatorLed": "Indicator LED",
- "manufacturer": "Manufacturer",
- "maxConcurrentSessions": "Max concurrent sessions",
- "model": "Model",
- "partNumber": "Part number",
- "powerInputWatts": "Power input watts",
- "powerState": "Power state",
- "serialConsole": "Serial console",
- "serialNumber": "Serial number",
- "serviceEnabled": "Service enabled",
- "serviceEntryPointUuid": "Service entry point UUID",
- "statusHealthRollup": "Status (Health rollup)",
- "statusState": "Status (State)",
- "systemType": "System type",
- "uuid": "UUID"
+ "assetTag": "Asset tag",
+ "chassisType": "Chassis type",
+ "connectTypesSupported": "Connect types supported",
+ "description": "Description",
+ "efficiencyPercent": "Efficiency percent",
+ "firmwareVersion": "Firmware version",
+ "graphicalConsole": "Graphical console",
+ "health": "Health",
+ "id": "ID",
+ "indicatorLed": "Indicator LED",
+ "manufacturer": "Manufacturer",
+ "maxConcurrentSessions": "Max concurrent sessions",
+ "model": "Model",
+ "partNumber": "Part number",
+ "powerInputWatts": "Power input watts",
+ "powerState": "Power state",
+ "serialConsole": "Serial console",
+ "serialNumber": "Serial number",
+ "serviceEnabled": "Service enabled",
+ "serviceEntryPointUuid": "Service entry point UUID",
+ "statusHealthRollup": "Status (Health rollup)",
+ "statusState": "Status (State)",
+ "systemType": "System type",
+ "uuid": "UUID"
}
},
"pageLdap": {