mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-06 10:42:21 +00:00
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:
parent
7f3b89a012
commit
09f5f4023c
@ -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
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user