From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 41E2B1FF136 for ; Mon, 18 May 2026 15:14:34 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 73455124DB; Mon, 18 May 2026 15:14:32 +0200 (CEST) Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Mon, 18 May 2026 15:13:53 +0200 Message-Id: To: "Shannon Sterz" , Subject: Re: [PATCH manager 1/2] ui: add translation notes for prefix lists X-Mailer: aerc 0.20.0 References: <20260518121625.247708-1-s.sterz@proxmox.com> <20260518121625.247708-2-s.sterz@proxmox.com> In-Reply-To: <20260518121625.247708-2-s.sterz@proxmox.com> From: "Shannon Sterz" X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1779110021481 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.114 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [frrouting.org] Message-ID-Hash: 4HTUN5CGSQORXIF24UIM6SBFIZLJMRKZ X-Message-ID-Hash: 4HTUN5CGSQORXIF24UIM6SBFIZLJMRKZ X-MailFrom: s.sterz@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Mon May 18, 2026 at 2:16 PM CEST, Shannon Sterz wrote: > Signed-off-by: Shannon Sterz > --- > www/manager6/dc/Config.js | 3 +++ > www/manager6/sdn/PrefixListPanel.js | 24 +++++++++++++++++++++++- > 2 files changed, 26 insertions(+), 1 deletion(-) > > diff --git a/www/manager6/dc/Config.js b/www/manager6/dc/Config.js > index 954e0791a..6611061d0 100644 > --- a/www/manager6/dc/Config.js > +++ b/www/manager6/dc/Config.js > @@ -320,6 +320,9 @@ Ext.define('PVE.dc.Config', { > { > xtype: 'pveSDNPrefixLists', > groups: ['sdn'], > + // TRANSLATORS: Refers to an FRR prefix list, some > + // languages may prefer to keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#= ip-prefix-list > title: gettext('Prefix Lists'), > hidden: true, > iconCls: 'fa fa-list-ol', > diff --git a/www/manager6/sdn/PrefixListPanel.js b/www/manager6/sdn/Prefi= xListPanel.js > index 451ff9646..af40dc950 100644 > --- a/www/manager6/sdn/PrefixListPanel.js > +++ b/www/manager6/sdn/PrefixListPanel.js > @@ -11,7 +11,11 @@ Ext.define('PVE.sdn.PrefixListEntry', { > Ext.define('PVE.sdn.EditPrefixListWindow', { > extend: 'Proxmox.window.Edit', > > - subject: gettext('Prefix List'), > + > + // TRANSLATORS: Refers to an FRR prefix list, some languages may pre= fer to > + // keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list s= ubject: > + gettext('Prefix List'), just noticed the formatting got mangeled here, i'll update this in a v2 and include the capitalization alignment as an extra patch there. > > url: '/cluster/sdn/prefix-lists', > > @@ -42,6 +46,9 @@ Ext.define('PVE.sdn.EditPrefixListEntryWindow', { > extend: 'Proxmox.window.Edit', > mixins: ['Proxmox.Mixin.CBind'], > > + // TRANSLATORS: Refers to an FRR prefix list, some languages may pre= fer to > + // keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list > subject: gettext('Prefix List Entry'), > > baseUrl: '/cluster/sdn/prefix-lists', > @@ -126,6 +133,9 @@ Ext.define('PVE.sdn.PrefixListView', { > extend: 'Ext.grid.GridPanel', > alias: ['widget.pveSDNPrefixListView'], > > + // TRANSLATORS: Refers to an FRR prefix list, some languages may pre= fer to > + // keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list > emptyText: gettext('No prefix list configured'), > > tbar: [ > @@ -188,6 +198,9 @@ Ext.define('PVE.sdn.PrefixListEntriesView', { > extend: 'Ext.grid.GridPanel', > alias: ['widget.pveSDNPrefixListEntriesView'], > > + // TRANSLATORS: Refers to an FRR prefix list, some languages may pre= fer to > + // keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list > emptyText: gettext('Prefix List has no entries configured.'), > > config: { > @@ -279,6 +292,9 @@ Ext.define('PVE.sdn.PrefixListPanel', { > extend: 'Ext.panel.Panel', > alias: ['widget.pveSDNPrefixLists'], > > + // TRANSLATORS: Refers to an FRR prefix list, some languages may pre= fer to > + // keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#ip-prefix-list > emptyText: gettext('No prefix list configured'), > > viewModel: { > @@ -287,7 +303,13 @@ Ext.define('PVE.sdn.PrefixListPanel', { > let selection =3D get('prefixListGrid.selection'); > > return selection > + // TRANSLATORS: Refers to an FRR prefix list, some > + // languages may prefer to keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#= ip-prefix-list > ? gettext('Prefix List has no entries configured.') > + // TRANSLATORS: Refers to an FRR prefix list, some > + // languages may prefer to keep "prefix list" as-is: > + // https://docs.frrouting.org/en/latest/filter.html#= ip-prefix-list > : gettext('no Prefix List selected'); > }, > },