From 82b7b24ef7d5b42dcabf5f222a0e52d2e4b95415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Crist=C3=B3v=C3=A3o=20Trevisan?= Date: Mon, 5 Jan 2026 20:14:10 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Portuguese (Brazil)) 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_BR/ --- src/i18n/resources/pt-BR.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/pt-BR.json b/src/i18n/resources/pt-BR.json index c2cacc8f..e5ca3425 100644 --- a/src/i18n/resources/pt-BR.json +++ b/src/i18n/resources/pt-BR.json @@ -321,6 +321,22 @@ "hostname": { "label": "Nome do anfitrião" }, + "https": { + "label": "HTTPS & Certificados", + "submenu": { + "cert": { + "dialogTitle": "Selecione o certificado do HTTPS", + "label": "Arquivo de certificado (.crt/.pem)" + }, + "enable-https": { + "label": "Habilitar HTTPS" + }, + "key": { + "dialogTitle": "Selecione a chave privada do HTTPS", + "label": "Arquivo de chave privada (.key/.pem)" + } + } + }, "port": { "label": "Porta" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Texto de status", "submenu": { - "artist": "Ouvindo {artist}", "application": "Ouvindo {{applicationName}}", + "artist": "Ouvindo {artist}", "title": "Ouvindo {song title}" } }