mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 09:01:32 +00:00
Do not translate Qemu specific terms
Multiqueue is the proper name as used by Qemu, as seen in https://www.linux-kvm.org/page/Multiqueue Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
This commit is contained in:
parent
a29ff1bce4
commit
a1af3e3842
@ -238,7 +238,7 @@ Ext.define('PVE.qemu.HDInputPanel', {
|
|||||||
{
|
{
|
||||||
xtype: 'pvecheckbox',
|
xtype: 'pvecheckbox',
|
||||||
disabled: me.confid && !me.confid.match(/^(virtio|scsi)/),
|
disabled: me.confid && !me.confid.match(/^(virtio|scsi)/),
|
||||||
fieldLabel: gettext('IO thread'),
|
fieldLabel: 'IO thread',
|
||||||
reference: 'iothread',
|
reference: 'iothread',
|
||||||
name: 'iothread'
|
name: 'iothread'
|
||||||
});
|
});
|
||||||
|
@ -151,7 +151,7 @@ Ext.define('PVE.qemu.NetworkInputPanel', {
|
|||||||
{
|
{
|
||||||
xtype: 'pveIntegerField',
|
xtype: 'pveIntegerField',
|
||||||
name: 'queues',
|
name: 'queues',
|
||||||
fieldLabel: gettext('Multiqueues'),
|
fieldLabel: 'Multiqueue',
|
||||||
minValue: 1,
|
minValue: 1,
|
||||||
maxValue: 8,
|
maxValue: 8,
|
||||||
value: '',
|
value: '',
|
||||||
|
Loading…
Reference in New Issue
Block a user