From 178e535cc1d374574a08dfbea29661c36b7e4962 Mon Sep 17 00:00:00 2001 From: yanggqi <44476296+yanggqi@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:18:46 +0800 Subject: [PATCH 1/3] Update zh-Hans.json --- resources/i18n/zh-Hans.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/i18n/zh-Hans.json b/resources/i18n/zh-Hans.json index cde28c4f3..96612e1b0 100644 --- a/resources/i18n/zh-Hans.json +++ b/resources/i18n/zh-Hans.json @@ -42,7 +42,7 @@ "addToQueue": "加入播放列表", "playNow": "立即播放", "addToPlaylist": "加入歌单", - "showInPlaylist": "定位到播放列表", + "showInPlaylist": "定位到歌单", "shuffleAll": "全部随机播放", "download": "下载", "playNext": "下一首播放", @@ -289,10 +289,10 @@ "totalArtists": "艺术家", "totalFolders": "目录", "totalFiles": "文件", - "totalMissingFiles": "缺失的文件", - "totalSize": "总大小", + "totalMissingFiles": "缺失文件", + "totalSize": "大小", "totalDuration": "时长", - "defaultNewUsers": "新用户默认", + "defaultNewUsers": "新用户默认选择此媒体库", "createdAt": "创建于", "updatedAt": "更新于" }, @@ -514,7 +514,7 @@ "library": "曲库", "librarySelector": { "allLibraries": "全部媒体库 (%{count})", - "multipleLibraries": "已选 %{selected} 共 %{total} 媒体库", + "multipleLibraries": "已选 (%{selected}) 个媒体库", "selectLibraries": "选择媒体库", "none": "无" }, @@ -606,7 +606,7 @@ "serverDown": "服务器已离线", "scanType": "扫描类型", "status": "扫描状态", - "elapsedTime": "用时" + "elapsedTime": "扫描用时" }, "nowPlaying": { "title": "正在播放", From 69e654d87488602d525f201ac9e40243eb0cedde Mon Sep 17 00:00:00 2001 From: yanggqi <44476296+yanggqi@users.noreply.github.com> Date: Fri, 1 Aug 2025 03:54:47 +0800 Subject: [PATCH 2/3] Update 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 96612e1b0..0fef0f5b3 100644 --- a/resources/i18n/zh-Hans.json +++ b/resources/i18n/zh-Hans.json @@ -292,7 +292,7 @@ "totalMissingFiles": "缺失文件", "totalSize": "大小", "totalDuration": "时长", - "defaultNewUsers": "新用户默认选择此媒体库", + "defaultNewUsers": "设为默认", "createdAt": "创建于", "updatedAt": "更新于" }, 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 3/3] 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": "无" },