public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: "Dominic Jäger" <d.jaeger@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager v2] ui: acme: Remove false gettexts
Date: Thu,  7 Jan 2021 09:32:13 +0100	[thread overview]
Message-ID: <20210107083215.40088-2-d.jaeger@proxmox.com> (raw)
In-Reply-To: <20210107083215.40088-1-d.jaeger@proxmox.com>

Translating these is not useful; e.g. API would be translated to API in German.

Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com>
---
new in v2

 www/manager6/dc/ACMEClusterView.js | 2 +-
 www/manager6/dc/ACMEPluginEdit.js  | 2 +-
 www/manager6/dc/Config.js          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/manager6/dc/ACMEClusterView.js b/www/manager6/dc/ACMEClusterView.js
index cb45a2ba..d02aeef0 100644
--- a/www/manager6/dc/ACMEClusterView.js
+++ b/www/manager6/dc/ACMEClusterView.js
@@ -171,7 +171,7 @@ Ext.define('PVE.dc.ACMEPluginView', {
 	},
 	{
 	    dataIndex: 'api',
-	    text: gettext('API'),
+	    text: 'API',
 	    renderer: Ext.String.htmlEncode,
 	    flex: 1,
 	},
diff --git a/www/manager6/dc/ACMEPluginEdit.js b/www/manager6/dc/ACMEPluginEdit.js
index 5b6c3a8b..bf4652f1 100644
--- a/www/manager6/dc/ACMEPluginEdit.js
+++ b/www/manager6/dc/ACMEPluginEdit.js
@@ -11,7 +11,7 @@ Ext.define('PVE.dc.ACMEPluginEditor', {
     width: 550,
     url: '/cluster/acme/plugins/',
 
-    subject: gettext('ACME DNS Plugin'),
+    subject: 'ACME DNS Plugin',
 
     items: [
 	{
diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js
index 92b94afc..f517115d 100644
--- a/www/manager6/dc/Config.js
+++ b/www/manager6/dc/Config.js
@@ -182,7 +182,7 @@ Ext.define('PVE.dc.Config', {
 	    if (Proxmox.UserName === 'root@pam') {
 		me.items.push({
 		    xtype: 'pveACMEClusterView',
-		    title: gettext('ACME'),
+		    title: 'ACME',
 		    iconCls: 'fa fa-certificate',
 		    itemId: 'acme'
 		});
-- 
2.20.1




  reply	other threads:[~2021-01-07  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-07  8:32 [pve-devel] [PATCH i18n v2] Update German translations Dominic Jäger
2021-01-07  8:32 ` Dominic Jäger [this message]
2021-01-07  8:32 ` [pve-devel] [PATCH widget-toolkit v2] ui: network: Remove bond-primary gettext Dominic Jäger
2021-01-07  8:32 ` [pve-devel] [PATCH proxmox-backup v2] ui: notify options: Remove gettext for root@pam Dominic Jäger
2021-01-12 10:45 ` [pve-devel] applied-series: [PATCH i18n v2] Update German translations Thomas Lamprecht

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=20210107083215.40088-2-d.jaeger@proxmox.com \
    --to=d.jaeger@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
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal