translate params in bulk migrate window

we have translated 'Target Node' already and I add a translation for
german and italian for 'Parallel Jobs' in the next translation update
patches.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2017-06-07 10:37:46 +02:00 committed by Wolfgang Bumiller
parent 7f3b89a012
commit 09f5f4023c

View File

@ -68,7 +68,7 @@ Ext.define('PVE.window.BulkAction', {
xtype: 'pveNodeSelector',
name: 'target',
disallowedNodes: [me.nodename],
fieldLabel: 'Target node',
fieldLabel: gettext('Target node'),
allowBlank: false,
onlineValidator: true
},
@ -78,7 +78,7 @@ Ext.define('PVE.window.BulkAction', {
minValue: 1,
maxValue: 100,
value: 1,
fieldLabel: 'Parallel jobs',
fieldLabel: gettext('Parallel jobs'),
allowBlank: false
}
);