From 89d4698155d2a8775eb2390cacb8f2d26965e626 Mon Sep 17 00:00:00 2001 From: haha4ni Date: Sat, 10 Jan 2026 00:20:55 +0800 Subject: [PATCH] fix:Chinese locale missing *_one key (#1531) --- src/i18n/locales/zh-Hans.json | 17 +++++++++++++++++ src/i18n/locales/zh-Hant.json | 19 +++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/i18n/locales/zh-Hans.json b/src/i18n/locales/zh-Hans.json index 32bd86de8..9c26a92d6 100644 --- a/src/i18n/locales/zh-Hans.json +++ b/src/i18n/locales/zh-Hans.json @@ -153,23 +153,40 @@ "retry": "重试" }, "entity": { + "albumArtist_one": "专辑艺术家", "albumArtist_other": "专辑艺术家", + "albumArtistCount_one": "{{count}} 位专辑艺术家", "albumArtistCount_other": "{{count}} 位专辑艺术家", + "albumWithCount_one": "{{count}} 张专辑", "albumWithCount_other": "{{count}} 张专辑", + "album_one": "专辑", "album_other": "专辑", + "genre_one": "流派", "genre_other": "流派", + "playlistWithCount_one": "{{count}} 个播放列表", "playlistWithCount_other": "{{count}} 个播放列表", + "playlist_one": "播放列表", "playlist_other": "播放列表", + "artist_one": "艺术家", "artist_other": "艺术家", + "folderWithCount_one": "{{count}} 个文件夹", "folderWithCount_other": "{{count}} 个文件夹", + "track_one": "曲目", "track_other": "曲目", + "favorite_one": "收藏", "favorite_other": "收藏", + "artistWithCount_one": "{{count}} 位艺术家", "artistWithCount_other": "{{count}} 位艺术家", + "folder_one": "文件夹", "folder_other": "文件夹", "smartPlaylist": "智能$t(entity.playlist_one)", + "genreWithCount_one": "{{count}} 种流派", "genreWithCount_other": "{{count}} 种流派", + "trackWithCount_one": "{{count}} 首曲目", "trackWithCount_other": "{{count}} 首曲目", + "play_one": "{{count}} 次播放", "play_other": "{{count}} 次播放", + "song_one": "歌曲", "song_other": "歌曲" }, "player": { diff --git a/src/i18n/locales/zh-Hant.json b/src/i18n/locales/zh-Hant.json index d1c04f0a5..91340ca24 100644 --- a/src/i18n/locales/zh-Hant.json +++ b/src/i18n/locales/zh-Hant.json @@ -844,25 +844,44 @@ "selectAll": "全選" }, "entity": { + "album_one": "專輯", "album_other": "專輯", + "albumArtist_one": "專輯藝人", "albumArtist_other": "專輯藝人", + "albumArtistCount_one": "{{count}} 位專輯藝人", "albumArtistCount_other": "{{count}} 位專輯藝人", + "artist_one": "藝人", "artist_other": "藝人", + "artistWithCount_one": "{{count}} 位藝人", "artistWithCount_other": "{{count}} 位藝人", + "favorite_one": "收藏", "favorite_other": "收藏", + "folder_one": "資料夾", "folder_other": "資料夾", + "folderWithCount_one": "{{count}} 個資料夾", "folderWithCount_other": "{{count}} 個資料夾", + "genre_one": "曲風", "genre_other": "曲風", + "genreWithCount_one": "{{count}} 種曲風", "genreWithCount_other": "{{count}} 種曲風", + "playlist_one": "播放清單", "playlist_other": "播放清單", + "playlistWithCount_one": "{{count}} 個播放清單", "playlistWithCount_other": "{{count}} 個播放清單", "smartPlaylist": "智慧$t(entity.playlist_one)", + "track_one": "曲目", "track_other": "曲目", + "trackWithCount_one": "{{count}} 首曲目", "trackWithCount_other": "{{count}} 首曲目", + "albumWithCount_one": "{{count}} 張專輯", "albumWithCount_other": "{{count}} 張專輯", + "play_one": "{{count}}次播放", "play_other": "{{count}}次播放", + "song_one": "歌曲", "song_other": "歌曲", + "radioStation_one": "電台", "radioStation_other": "電台", + "radioStationWithCount_one": "{{count}} 個電台", "radioStationWithCount_other": "{{count}} 個電台" }, "filter": {