From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: Maximiliano Sandoval <m.sandoval@proxmox.com>
Cc: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] applied-series: [PATCH pmg-gui 1/2] gui: Mark missing strings as translatable
Date: Fri, 15 Dec 2023 16:29:57 +0100 [thread overview]
Message-ID: <ZXxw9YhlTciqZZL7@rosa.proxmox.com> (raw)
In-Reply-To: <20231129132522.220814-1-m.sandoval@proxmox.com>
applied both patches - Thanks!
On Wed, Nov 29, 2023 at 02:25:21PM +0100, Maximiliano Sandoval wrote:
> 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
>
>
>
> _______________________________________________
> pmg-devel mailing list
> pmg-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel
>
>
prev parent reply other threads:[~2023-12-15 15:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-29 13:25 [pmg-devel] " Maximiliano Sandoval
2023-11-29 13:25 ` [pmg-devel] [PATCH pmg-gui 2/2] NavigationTree: Remove extra space Maximiliano Sandoval
2023-12-15 15:29 ` Stoiko Ivanov [this message]
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=ZXxw9YhlTciqZZL7@rosa.proxmox.com \
--to=s.ivanov@proxmox.com \
--cc=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox