Do not translate PC hardware specific terms
Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
f251129c65
commit
46d1ca8428
@ -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 }
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user