From f67f769f2304bca64d2b9758e22c21203960eef9 Mon Sep 17 00:00:00 2001 From: Sandeepa Singh Date: Mon, 19 Jul 2021 18:04:18 +0530 Subject: IA update: Update configuration to settings This is the fourth update to information architecture changes and has the following changes: - The configuration section is updated to settings - The date and time settings page is updated to date and time - The network settings page is updated to network - The power restore policy page in operations section is moved to settings section Signed-off-by: Sandeepa Singh Change-Id: I6f5ab25f5227530be430bd39a4d9629b3bf09d8b --- src/locales/en-US.json | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'src/locales/en-US.json') diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 856edb8b..ed23acac 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -100,9 +100,9 @@ "appNavigation": { "accessControl": "Access control", "clientSessions": "@:appPageTitle.clientSessions", - "configuration": "Configuration", + "settings": "Settings", "operations": "Operations", - "dateTimeSettings": "@:appPageTitle.dateTimeSettings", + "dateTime": "@:appPageTitle.dateTime", "dumps": "@:appPageTitle.dumps", "eventLogs": "@:appPageTitle.eventLogs", "factoryReset": "@:appPageTitle.factoryReset", @@ -114,7 +114,7 @@ "logs": "Logs", "localUserManagement": "@:appPageTitle.localUserManagement", "managePowerUsage": "@:appPageTitle.managePowerUsage", - "networkSettings": "@:appPageTitle.networkSettings", + "network": "@:appPageTitle.network", "overview": "@:appPageTitle.overview", "primaryNavigation": "Primary navigation", "postCodeLogs": "@:appPageTitle.postCodeLogs", @@ -124,14 +124,13 @@ "sensors": "@:appPageTitle.sensors", "serialOverLan": "SOL console", "serverPowerOperations": "@:appPageTitle.serverPowerOperations", - "snmpSettings": "SNMP settings", "sslCertificates": "@:appPageTitle.sslCertificates", "virtualMedia": "@:appPageTitle.virtualMedia" }, "appPageTitle": { "changePassword": "Change password", "clientSessions": "Client sessions", - "dateTimeSettings": "Date and time settings", + "dateTime": "Date and time", "dumps": "Dumps", "eventLogs": "Event logs", "factoryReset": "Factory reset", @@ -142,7 +141,7 @@ "localUserManagement": "Local user management", "login": "Login", "managePowerUsage": "Manage power usage", - "networkSettings": "Network settings", + "network": "Network", "overview": "Overview", "pageNotFound": "Page not found", "postCodeLogs": "POST code logs", @@ -184,7 +183,7 @@ "successDelete": "Successfully disconnected %{count} session. | Successfully disconnected %{count} sessions." } }, - "pageDateTimeSettings": { + "pageDateTime": { "alert": { "message": "To change how date and time are displayed (either UTC or browser offset) throughout the application, visit ", "link": "Profile Settings" @@ -195,7 +194,7 @@ "manual": "Manual", "time": { "label": "24-hour time", - "timezone": "@:pageDateTimeSettings.form.time.label (%{timezone})" + "timezone": "@:pageDateTime.form.time.label (%{timezone})" }, "ntpServers": { "server1": "Server 1", @@ -204,8 +203,8 @@ } }, "toast": { - "errorSaveDateTimeSettings": "Error saving date and time settings.", - "successSaveDateTimeSettings": "Successfully saved date and time settings." + "errorSaveDateTime": "Error saving date and time settings.", + "successSaveDateTime": "Successfully saved date and time settings." } }, "pageDumps": { @@ -630,7 +629,7 @@ "powerCapSettingLabel": "Power cap setting", "powerConsumption": "Current power consumption" }, - "pageNetworkSettings": { + "pageNetwork": { "dhcp": "DHCP", "ipv4": "IPV4", "ipv4Configuration": "IPV4 configuration", -- cgit v1.2.3