From: Maximiliano Sandoval <m.sandoval@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-gui 1/2] gui: Mark missing strings as translatable
Date: Wed, 29 Nov 2023 14:25:21 +0100 [thread overview]
Message-ID: <20231129132522.220814-1-m.sandoval@proxmox.com> (raw)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
js/DKIMSettings.js | 2 +-
js/MyNetworks.js | 4 ++--
js/QuarantineList.js | 2 +-
js/UserBlackWhiteList.js | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/js/DKIMSettings.js b/js/DKIMSettings.js
index d905a74..9cebfeb 100644
--- a/js/DKIMSettings.js
+++ b/js/DKIMSettings.js
@@ -37,7 +37,7 @@ Ext.define('PMG.DKIMEnableEdit', {
},
success: function(response, opts) {
if (!Ext.isDefined(response.result.data.record)) {
- disablefn('Could not read private key - please create a selector first!');
+ disablefn(gettext('Could not read private key - please create a selector first!'));
}
},
});
diff --git a/js/MyNetworks.js b/js/MyNetworks.js
index 975e21d..22a8577 100644
--- a/js/MyNetworks.js
+++ b/js/MyNetworks.js
@@ -51,7 +51,7 @@ Ext.define('PMG.MyNetworks', {
{
xtype: 'displayfield',
name: 'cidr',
- fieldLabel: 'CIDR',
+ fieldLabel: gettext('CIDR'),
},
{
xtype: 'textfield',
@@ -89,7 +89,7 @@ Ext.define('PMG.MyNetworks', {
{
xtype: 'proxmoxtextfield',
name: 'cidr',
- fieldLabel: 'CIDR',
+ fieldLabel: gettext('CIDR'),
},
{
xtype: 'proxmoxtextfield',
diff --git a/js/QuarantineList.js b/js/QuarantineList.js
index faeacd6..01b466d 100644
--- a/js/QuarantineList.js
+++ b/js/QuarantineList.js
@@ -359,7 +359,7 @@ Ext.define('PMG.QuarantineList', {
anyMatch: true,
selectOnFocus: true,
reference: 'email',
- fieldLabel: 'E-Mail',
+ fieldLabel: gettext('E-Mail'),
triggers: {
clear: {
cls: 'pmx-clear-trigger',
diff --git a/js/UserBlackWhiteList.js b/js/UserBlackWhiteList.js
index 1344496..6cc6b10 100644
--- a/js/UserBlackWhiteList.js
+++ b/js/UserBlackWhiteList.js
@@ -153,7 +153,7 @@ Ext.define('PMG.UserBlackWhiteList', {
gettext('No data in database') +
'</div>',
},
- fieldLabel: 'E-Mail',
+ fieldLabel: gettext('E-Mail'),
},
{
text: gettext('Add'),
--
2.39.2
next reply other threads:[~2023-11-29 13:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 13:25 Maximiliano Sandoval [this message]
2023-11-29 13:25 ` [pmg-devel] [PATCH pmg-gui 2/2] NavigationTree: Remove extra space Maximiliano Sandoval
2023-12-15 15:29 ` [pmg-devel] applied-series: [PATCH pmg-gui 1/2] gui: Mark missing strings as translatable Stoiko Ivanov
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=20231129132522.220814-1-m.sandoval@proxmox.com \
--to=m.sandoval@proxmox.com \
--cc=pmg-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.