From f4bbd53e1a9a74bc59150c2bc722962c042e61fc Mon Sep 17 00:00:00 2001 From: Sabah Date: Mon, 12 Jan 2026 22:15:59 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Turkish) 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/tr/ --- src/i18n/resources/tr.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/i18n/resources/tr.json b/src/i18n/resources/tr.json index 05910816..5b222e3d 100644 --- a/src/i18n/resources/tr.json +++ b/src/i18n/resources/tr.json @@ -321,6 +321,22 @@ "hostname": { "label": "Ana bilgisayar adı" }, + "https": { + "label": "HTTPS & Sertifikalar", + "submenu": { + "cert": { + "dialogTitle": "HTTPS sertifika dosyası seç", + "label": "Sertifika dosyası (.crt/.pem)" + }, + "enable-https": { + "label": "HTTPS'i aktifleştir" + }, + "key": { + "dialogTitle": "HTTPS özel anahtar dosyası seç", + "label": "Özel anahtar dosyası (.key/.pem)" + } + } + }, "port": { "label": "Port" } @@ -462,8 +478,8 @@ "set-status-display-type": { "label": "Durum metni", "submenu": { - "artist": "{artist} Dinleniyor", "application": "{{applicationName}} Dinleniyor", + "artist": "{artist} Dinleniyor", "title": "{song title} Dinleniyor" } }