From 324ab09b5d9db10b22fa711756d1bbfc3a9c6b33 Mon Sep 17 00:00:00 2001 From: Eduardo Tagliaferro Date: Mon, 22 Dec 2025 08:40:47 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Portuguese) Currently translated at 100.0% (463 of 463 strings) Translation: pear-devs/pear-desktop/i18n Translate-URL: https://hosted.weblate.org/projects/youtube-music/i18n/pt/ --- src/i18n/resources/pt.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/pt.json b/src/i18n/resources/pt.json index 91655657..2a306a78 100644 --- a/src/i18n/resources/pt.json +++ b/src/i18n/resources/pt.json @@ -321,6 +321,22 @@ "hostname": { "label": "Nome do anfitrião" }, + "https": { + "label": "HTTPS e Certificados", + "submenu": { + "cert": { + "dialogTitle": "Selecionar arquivo do certificado HTTPS", + "label": "Arquivo do certificado (.crt/.pem)" + }, + "enable-https": { + "label": "Ativar HTTPS" + }, + "key": { + "dialogTitle": "Selecionar arquivo da chave privada HTTPS", + "label": "Arquivo da chave privada (.key/.pen)" + } + } + }, "port": { "label": "Porta" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Texto de estado", "submenu": { - "artist": "A ouvir {artist}", "application": "A reproduzir {{applicationName}}", + "artist": "A ouvir {artist}", "title": "A ouvir {song title}" } }