[pve-devel] [PATCH manager 1/3] translate params in bulk migrate window

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Jun 7 10:37:46 CEST 2017


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 at proxmox.com>
---

while this patch may not be perfectly suitable for this series I sent it
together as I then can already include the new translation for "Parallel
Jobs" in the next two patches.

 www/manager6/window/BulkAction.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/manager6/window/BulkAction.js b/www/manager6/window/BulkAction.js
index 2cfcd06f..87e972b3 100644
--- a/www/manager6/window/BulkAction.js
+++ b/www/manager6/window/BulkAction.js
@@ -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
 		}
 	    );
-- 
2.11.0





More information about the pve-devel mailing list