From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pmg-gui 1/1] add context to some translations
Date: Mon, 21 Jul 2025 13:35:35 +0200 [thread overview]
Message-ID: <20250721113540.151366-4-m.sandoval@proxmox.com> (raw)
In-Reply-To: <20250721113540.151366-1-m.sandoval@proxmox.com>
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
js/MailProxyDKIMPanel.js | 2 ++
js/Utils.js | 2 ++
2 files changed, 4 insertions(+)
diff --git a/js/MailProxyDKIMPanel.js b/js/MailProxyDKIMPanel.js
index 022513a..3e388e8 100644
--- a/js/MailProxyDKIMPanel.js
+++ b/js/MailProxyDKIMPanel.js
@@ -3,6 +3,7 @@ Ext.define('PMG.DKIMDomains', {
alias: ['widget.pmgDKIMDomains'],
baseurl: '/config/dkim/domains',
+ // TRANSLATORS: As in "domain used to sign"
domain_desc: gettext('Sign Domain'),
onlineHelp: 'pmgconfig_mailproxy_dkim',
});
@@ -31,6 +32,7 @@ Ext.define('PMG.MailProxyDKIMPanel', {
});
var DKIMDomains = Ext.create('PMG.DKIMDomains', {
+ // TRANSLATORS: As in "domains used to sign"
title: gettext('Sign Domains'),
flex: 1,
});
diff --git a/js/Utils.js b/js/Utils.js
index d563483..f9edc12 100644
--- a/js/Utils.js
+++ b/js/Utils.js
@@ -310,12 +310,14 @@ Ext.define('PMG.Utils', {
xtype: 'timefield',
name: 'start',
format: 'H:i',
+ // TRANSLATORS: As in "the time when the operation started"
fieldLabel: gettext("Start Time"),
},
{
xtype: 'timefield',
name: 'end',
format: 'H:i',
+ // TRANSLATORS: As in "the time when the operation ended"
fieldLabel: gettext("End Time"),
},
],
--
2.47.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
next prev parent reply other threads:[~2025-07-21 11:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-21 11:35 [pve-devel] [PATCH backup/manager/pmg-gui/widget-toolkit 0/4] Add context to multiple translatable strings. These will be displayed by Maximiliano Sandoval
2025-07-21 11:35 ` [pve-devel] [PATCH manager 1/1] add context to some translations Maximiliano Sandoval
2025-07-21 11:35 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
2025-07-21 11:35 ` Maximiliano Sandoval [this message]
2025-07-21 11:35 ` [pve-devel] [PATCH backup " Maximiliano Sandoval
2025-07-23 9:53 ` [pve-devel] [PATCH backup/manager/pmg-gui/widget-toolkit 0/4] Add context to multiple translatable strings. These will be displayed by Shannon Sterz
2025-07-30 10:58 ` [pve-devel] superseded: " Maximiliano Sandoval
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250721113540.151366-4-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox