summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
authorMateusz Gapski <mateuszx.gapski@intel.com>2020-07-30 12:01:29 +0300
committerDerick Montague <derick.montague@ibm.com>2020-08-28 22:59:16 +0300
commit75100469ab66851d84082b9651469901136f3d7e (patch)
tree68b0ad9e137b59c49eead11725dab773b0c4e80b /src/locales
parent21d6de005f8e6cbf3a9dcbf02b604b6359e2ac00 (diff)
downloadwebui-vue-75100469ab66851d84082b9651469901136f3d7e.tar.xz
Add VirtualMedia page
More info: https://github.com/openbmc/webui-vue/issues/7 Signed-off-by: Mateusz Gapski <mateuszx.gapski@intel.com> Change-Id: I68f2074e77301c68c425f1e661988c751224b713
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index 97f4578c..01c38797 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -97,7 +97,8 @@
"serverLed": "@:appPageTitle.serverLed",
"serverPowerOperations": "@:appPageTitle.serverPowerOperations",
"snmpSettings": "@:appPageTitle.snmpSettings",
- "sslCertificates": "@:appPageTitle.sslCertificates"
+ "sslCertificates": "@:appPageTitle.sslCertificates",
+ "virtualMedia": "@:appPageTitle.virtualMedia"
},
"appPageTitle": {
"changePassword": "Change password",
@@ -120,7 +121,8 @@
"serverPowerOperations": "Server power operations",
"snmpSettings": "SNMP settings",
"sslCertificates": "SSL certificates",
- "unauthorized": "Unauthorized"
+ "unauthorized": "Unauthorized",
+ "virtualMedia": "Virtual Media"
},
"pageChangePassword": {
"changePassword": "Change password",
@@ -625,6 +627,18 @@
"pageUnauthorized": {
"description": "The attempted action is not accessible from the logged in account. Contact your system administrator to check your privilege role."
},
+ "pageVirtualMedia": {
+ "configureConnection": "Configure Connection",
+ "virtualMediaSubTitleFirst": "Save image in a web browser",
+ "virtualMediaSubTitleSecond": "Load image from external server",
+ "defaultDeviceName": "Virtual media device",
+ "toast": {
+ "errorReadingFile": "Error reading file. Closing server.",
+ "serverRunning": "Server running",
+ "serverClosedSuccessfully": "Server closed successfully",
+ "serverClosedWithErrors": "Server closed with errors"
+ }
+ },
"countries": {
"AF": "Afghanistan",
"AL": "Albania",