Do not translate PC hardware specific terms

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
Emmanuel Kasper 2017-11-08 16:10:27 +01:00 committed by Dominik Csapak
parent f251129c65
commit 46d1ca8428

View File

@ -7,7 +7,7 @@ Ext.define('PVE.form.HotplugFeatureSelector', {
items: [ items: [
{ boxLabel: gettext('Disk'), name: 'hotplug', inputValue: 'disk', submitValue: false, checked: true }, { boxLabel: gettext('Disk'), name: 'hotplug', inputValue: 'disk', submitValue: false, checked: true },
{ boxLabel: gettext('Network'), name: 'hotplug', inputValue: 'network',submitValue: false, checked: true }, { boxLabel: gettext('Network'), name: 'hotplug', inputValue: 'network',submitValue: false, checked: true },
{ boxLabel: gettext('USB'), name: 'hotplug', inputValue: 'usb', submitValue: false, checked: true }, { boxLabel: 'USB', name: 'hotplug', inputValue: 'usb', submitValue: false, checked: true },
{ boxLabel: gettext('Memory'), name: 'hotplug', inputValue: 'memory', submitValue: false }, { boxLabel: gettext('Memory'), name: 'hotplug', inputValue: 'memory', submitValue: false },
{ boxLabel: gettext('CPU'), name: 'hotplug', inputValue: 'cpu', submitValue: false } { boxLabel: gettext('CPU'), name: 'hotplug', inputValue: 'cpu', submitValue: false }
], ],