[pve-devel] [PATCH manager v4 09/18] ui: utils: add overrides for translatable notification fields/values
Lukas Wagner
l.wagner at proxmox.com
Wed Feb 28 11:00:57 CET 2024
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
www/manager6/Utils.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 4c8bf9d3..80c8f0f6 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -2042,6 +2042,18 @@ Ext.define('PVE.Utils', {
zfscreate: [gettext('ZFS Storage'), gettext('Create')],
zfsremove: ['ZFS Pool', gettext('Remove')],
});
+
+ Proxmox.Utils.overrideNotificationFieldName({
+ 'backup-job': gettext('Backup job ID'),
+ 'replication-job': gettext('Replication job ID'),
+ });
+
+ Proxmox.Utils.overrideNotificationFieldValue({
+ 'package-updates': gettext('Package updates are available'),
+ 'vzdump': gettext('Backup notifications'),
+ 'replication': gettext('Replication job notifications'),
+ 'fencing': gettext('Node fencing notifications'),
+ });
},
});
--
2.39.2
More information about the pve-devel
mailing list