summaryrefslogtreecommitdiff
path: root/src/locales/en-US.json
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-08-12 16:32:04 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-08-12 16:32:04 +0300
commitdb29a8672f6737a3b112b22db53fae3366c67097 (patch)
tree539a30a46c870fc75208f72521ae6813b426bf3d /src/locales/en-US.json
parent162e0d338f5423662829e6d9784186a362a19832 (diff)
downloadwebui-vue-db29a8672f6737a3b112b22db53fae3366c67097.tar.xz
add PCI-devices page
Diffstat (limited to 'src/locales/en-US.json')
-rw-r--r--src/locales/en-US.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index abbc8932..ffede398 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -151,7 +151,8 @@
"fans": "@:appPageTitle.fans",
"processors": "@:appPageTitle.processors",
"memory": "@:appPageTitle.memory",
- "motherboard": "@:appPageTitle.motherboard"
+ "motherboard": "@:appPageTitle.motherboard",
+ "pciDevices": "@:appPageTitle.pciDevices"
},
"appPageTitle": {
"changePassword": "Change password",
@@ -187,7 +188,8 @@
"certificates": "Certificates",
"virtualMedia": "Virtual media",
"keyClear": "Key clear",
- "specification": "Specification"
+ "specification": "Specification",
+ "pciDevices": "PCI-devices"
},
"pageChangePassword": {
"changePassword": "Change password",
@@ -1086,6 +1088,16 @@
"serverClosedWithErrors": "Server closed with errors"
}
},
+ "pagePci": {
+ "title": "Installed PCI-devices",
+ "table": {
+ "id": "ID",
+ "name": "Name",
+ "type": "Type",
+ "model": "Model",
+ "manufacturer": "Manufacturer"
+ }
+ },
"countries": {
"AF": "Afghanistan",
"AL": "Albania",