From e0759afc706a8f356171f905ca1c9681cb6098de Mon Sep 17 00:00:00 2001 From: Stellan Date: Tue, 23 Dec 2025 01:35:37 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Spanish) 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/es/ --- src/i18n/resources/es.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/es.json b/src/i18n/resources/es.json index ecd61903..fd1d5ce6 100644 --- a/src/i18n/resources/es.json +++ b/src/i18n/resources/es.json @@ -321,6 +321,22 @@ "hostname": { "label": "Nombre del host" }, + "https": { + "label": "HTTPS & Certificados", + "submenu": { + "cert": { + "dialogTitle": "Selecciona el archivo de certificado HTTPS", + "label": "Archivo de certificado (.crt/.pem)" + }, + "enable-https": { + "label": "Habilitar HTTPS" + }, + "key": { + "dialogTitle": "Selecciona el archivo de clave privada HTTPS", + "label": "Archivo de clave privada (.key/.pem)" + } + } + }, "port": { "label": "Puerto" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Texto de estado", "submenu": { - "artist": "Escuchando a {artist}", "application": "Escuchando {{applicationName}}", + "artist": "Escuchando a {artist}", "title": "Escuchando {song title}" } }