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/
This commit is contained in:
Eduardo Tagliaferro
2025-12-22 08:40:47 +01:00
committed by Hosted Weblate
parent 0b5e9e923b
commit 324ab09b5d

View File

@ -321,6 +321,22 @@
"hostname": { "hostname": {
"label": "Nome do anfitrião" "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": { "port": {
"label": "Porta" "label": "Porta"
} }
@ -462,8 +478,8 @@
"set-status-display-type": { "set-status-display-type": {
"label": "Texto de estado", "label": "Texto de estado",
"submenu": { "submenu": {
"artist": "A ouvir {artist}",
"application": "A reproduzir {{applicationName}}", "application": "A reproduzir {{applicationName}}",
"artist": "A ouvir {artist}",
"title": "A ouvir {song title}" "title": "A ouvir {song title}"
} }
} }