From b37db09e0c319096e8edcc6bf5cb1853312886ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferran=20Pal=C3=A9?= Date: Sun, 18 Jan 2026 13:27:00 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Catalan) 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/ca/ --- src/i18n/resources/ca.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/ca.json b/src/i18n/resources/ca.json index 454bfc22..e37e51f8 100644 --- a/src/i18n/resources/ca.json +++ b/src/i18n/resources/ca.json @@ -321,6 +321,22 @@ "hostname": { "label": "Nom del host" }, + "https": { + "label": "HTTPS i Certificats", + "submenu": { + "cert": { + "dialogTitle": "Seleccionar arxiu de certificat HTTPS", + "label": "Arxiu de certificat (.crt/.pem)" + }, + "enable-https": { + "label": "Activa HTTPS" + }, + "key": { + "dialogTitle": "Selecciona arxiu de clau HTTPS privada", + "label": "Arxiu de clau privada (.key/.pem)" + } + } + }, "port": { "label": "Port" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Text d'estat", "submenu": { - "artist": "Escoltant {artist}", "application": "Escoltant {{applicationName}}", + "artist": "Escoltant {artist}", "title": "Escoltant {song title}" } }