From 167020310689a06318491a5f4eb11a1a17a20abf Mon Sep 17 00:00:00 2001 From: yanggqi <44476296+yanggqi@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:08:12 +0800 Subject: [PATCH] Update multipleLibraries string format in zh-Hans.json --- resources/i18n/zh-Hans.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/i18n/zh-Hans.json b/resources/i18n/zh-Hans.json index 0fef0f5b3..36b16bfd1 100644 --- a/resources/i18n/zh-Hans.json +++ b/resources/i18n/zh-Hans.json @@ -514,7 +514,7 @@ "library": "曲库", "librarySelector": { "allLibraries": "全部媒体库 (%{count})", - "multipleLibraries": "已选 (%{selected}) 个媒体库", + "multipleLibraries": "已选 %{selected} 共 %{total} 媒体库", "selectLibraries": "选择媒体库", "none": "无" },