From 3a6b7939487b46dd8752c2a2f53332db5bf22c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=8E=8B=E5=8F=AB=E6=88=91=E6=9D=A5=E5=B7=A1?= =?UTF-8?q?=E5=B1=B1?= Date: Tue, 23 Dec 2025 03:05:11 +0100 Subject: [PATCH] chore(i18n): Translated using Weblate (Chinese (Simplified Han script)) 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/zh_Hans/ --- src/i18n/resources/zh-CN.json | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/i18n/resources/zh-CN.json b/src/i18n/resources/zh-CN.json index 9b86d6a7..fa797009 100644 --- a/src/i18n/resources/zh-CN.json +++ b/src/i18n/resources/zh-CN.json @@ -322,7 +322,20 @@ "label": "主机名" }, "https": { - "label": "HTTPS & 数字证书" + "label": "HTTPS & 数字证书", + "submenu": { + "cert": { + "dialogTitle": "选择 HTTPS 证书文件", + "label": "证书文件(.crt/.pem)" + }, + "enable-https": { + "label": "启用 HTTPS" + }, + "key": { + "dialogTitle": "选择 HTTPS 私钥文件", + "label": "私钥文件(.key/.pem)" + } + } }, "port": { "label": "端口号" @@ -465,8 +478,8 @@ "set-status-display-type": { "label": "状态文本", "submenu": { - "artist": "在听 {artist}", "application": "在听 {{applicationName}}", + "artist": "在听 {artist}", "title": "在听 {song title}" } }