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 670F91FF183 for ; Wed, 30 Jul 2025 12:38:01 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 8D7A2A5FF; Wed, 30 Jul 2025 12:39:00 +0200 (CEST) From: Maximiliano Sandoval To: pve-devel@lists.proxmox.com Date: Wed, 30 Jul 2025 12:38:07 +0200 Message-ID: <20250730103825.233570-1-m.sandoval@proxmox.com> X-Mailer: git-send-email 2.47.2 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1753871894393 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.098 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 Subject: [pve-devel] [PATCH backup/manager/pmg-gui/pmg-yew-quarantine-gui/proxmox-datacenter-manager/widget-toolkit/yew-mobile-gui/yew-widget-toolkit v2 00/16] Improve translatable strings X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" In this series we: - Add context to multiple translatable strings. These will be displayed by translator editors and will appear in po files as ``` #. TRANSLATORS: Stands for Complete Sequence Number Packet, see #. https://datatracker.ietf.org/doc/html/draft-ietf-lsr-distoptflood#name-flooding-failures #: pve-manager/www/manager6/sdn/fabrics/openfabric/FabricEdit.js:61 msgid "CSNP Interval" msgstr "Intervalo de CSNP" ``` - Fix typos - Use Unicode for not equal sign - Fix capitalization of WebAuthn - Generally improve translations pve-manager: Maximiliano Sandoval (3): add context to translatable strings improve some translatable strings use Unicode not equal sign in translatable strings www/manager6/dc/MetricServerView.js | 2 +- www/manager6/dc/PCIMapView.js | 2 +- www/manager6/dc/USBMapView.js | 2 +- www/manager6/grid/BackupView.js | 1 + www/manager6/sdn/fabrics/openfabric/FabricEdit.js | 3 +++ www/manager6/sdn/zones/VxlanEdit.js | 1 + www/manager6/storage/BackupView.js | 1 + www/manager6/storage/Base.js | 1 + www/manager6/window/Backup.js | 1 + www/manager6/window/Restore.js | 11 +++++------ 10 files changed, 16 insertions(+), 9 deletions(-) proxmox-widget-toolkit: Maximiliano Sandoval (3): add context to translatable strings add context to translatable strings use WebAuthn in translatable string src/Utils.js | 2 ++ src/form/MultiDiskSelector.js | 1 + src/panel/NotificationConfigView.js | 1 + src/window/AddWebauthn.js | 2 +- src/window/ZFSDetail.js | 1 + 5 files changed, 6 insertions(+), 1 deletion(-) pmg-gui: Maximiliano Sandoval (2): add context to translatable strings use WebAuthn in translatable strings js/MailProxyDKIMPanel.js | 2 ++ js/TFAView.js | 4 ++-- js/Utils.js | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) proxmox-backup: Maximiliano Sandoval (3): add translators comments to some translations improve some translatable strings use WebAuthn in translatable strings www/Utils.js | 2 +- www/config/WebauthnView.js | 4 ++-- www/tape/DriveStatus.js | 1 + www/window/DataStoreEdit.js | 1 + www/window/InfluxDbEdit.js | 2 +- www/window/S3ClientEdit.js | 2 ++ 6 files changed, 8 insertions(+), 4 deletions(-) proxmox-datacenter-manager: Maximiliano Sandoval (2): add context to translatable strings improve translatable strings ui/src/dashboard/remote_panel.rs | 2 +- ui/src/dashboard/subscription_info.rs | 5 ++--- ui/src/dashboard/top_entities.rs | 1 + ui/src/pve/qemu.rs | 2 ++ ui/src/remotes/add_wizard.rs | 1 + 5 files changed, 7 insertions(+), 4 deletions(-) proxmox-yew-widget-toolkit: Maximiliano Sandoval (1): improve translatable strings src/widget/form/field.rs | 2 +- src/widget/form/number.rs | 4 ++-- src/widget/form/selector.rs | 2 +- src/widget/form/textarea.rs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) pve-yew-mobile-gui: Maximiliano Sandoval (1): improve translatable strings src/pages/page_lxc_status/config_panel.rs | 2 +- src/pages/page_node_status/services_panel.rs | 4 ++-- src/pages/page_qemu_status/hardware_panel.rs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) pmg-yew-quarantine-gui: Maximiliano Sandoval (1): improve some translatable strings src/page_not_found.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Summary over all repositories: 37 files changed, 53 insertions(+), 30 deletions(-) -- Generated by git-murpp 0.8.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel