summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorNikhil Ashoka <a.nikhil@ibm.com>2022-01-27 16:40:31 +0300
committerDixsie Wolmers <dixsiew@gmail.com>2022-02-04 17:20:44 +0300
commitaee27141f4c002306e9a4bf44dc4f9618a5fae62 (patch)
tree7e1b6e1549a128d789ad0c24423ec013da1a7e4e /src/locales/en-US.json
parent18cde3ce0c1b2f99e94f5cef66661adcb22ba8f7 (diff)
downloadwebui-vue-aee27141f4c002306e9a4bf44dc4f9618a5fae62.tar.xz
Security Panel add additional features
Added RTAD under Network interfaces Added VirtualTPM under Network services Removed the sub-headings in Policies page Signed-off-by: Nikhil Ashoka <a.nikhil@ibm.com> Change-Id: I6290362cecdfe7f8cd7bfde20fcaca88b6bc2c09
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index f29ba0e9..ddc556df 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -714,7 +714,8 @@
"pagePolicies": {
"ipmi": "Network IPMI (out-of-band IPMI)",
"ipmiDescription": "Allow remote management of the platform via IPMI. Tools such as ipmitool require this setting to be enabled.",
- "networkServices": "Network services",
+ "rtad": "RTAD",
+ "rtadDescription": "This option enables or disables the Remote Trusted Attestation Daemon for host firmware",
"ssh": "BMC shell (via SSH)",
"sshDescription": "Allow access to shell sessions via SSH, through port 22 on the BMC.",
"modal": {
@@ -730,13 +731,23 @@
"toast": {
"errorIpmiDisabled": "Error disabling IPMI security setting.",
"errorIpmiEnabled": "Error enabling IPMI security setting.",
+ "errorRtadDisabled": "Error disabling RTAD security setting.",
+ "errorRtadEnabled": "Error enabling RTAD security setting.",
"errorSshDisabled": "Error disabling SSH security setting.",
"errorSshEnabled": "Error enabling SSH security setting.",
+ "errorVtpmDisabled": "Error disabling VitualTPM security setting.",
+ "errorVtpmEnabled": "Error enabling VitualTPM security setting.",
"successIpmiDisabled": "Successfully disabled IPMI security setting.",
"successIpmiEnabled": "Successfully enabled IPMI security setting.",
+ "successRtadDisabled": "Successfully disabled RTAD security setting.",
+ "successRtadEnabled": "Successfully enabled RTAD security setting.",
"successSshDisabled": "Successfully disabled SSH security setting.",
- "successSshEnabled": "Successfully enabled SSH security setting."
- }
+ "successSshEnabled": "Successfully enabled SSH security setting.",
+ "successVtpmDisabled": "Successfully disabled VitualTPM security setting.",
+ "successVtpmEnabled": "Successfully enabled VitualTPM security setting."
+ },
+ "vtpm": "VirtualTPM",
+ "vtpmDescription": "Enabling vTPM makes a TPM available to the guest operating system."
},
"pagePower": {
"description": "Set a power cap to keep power consumption at or below the specified value in watts",