fix:Chinese locale missing *_one key (#1531)

This commit is contained in:
haha4ni
2026-01-10 00:20:55 +08:00
committed by GitHub
parent 415cc71f74
commit 89d4698155
2 changed files with 36 additions and 0 deletions
+17
View File
@@ -153,23 +153,40 @@
"retry": "重试" "retry": "重试"
}, },
"entity": { "entity": {
"albumArtist_one": "专辑艺术家",
"albumArtist_other": "专辑艺术家", "albumArtist_other": "专辑艺术家",
"albumArtistCount_one": "{{count}} 位专辑艺术家",
"albumArtistCount_other": "{{count}} 位专辑艺术家", "albumArtistCount_other": "{{count}} 位专辑艺术家",
"albumWithCount_one": "{{count}} 张专辑",
"albumWithCount_other": "{{count}} 张专辑", "albumWithCount_other": "{{count}} 张专辑",
"album_one": "专辑",
"album_other": "专辑", "album_other": "专辑",
"genre_one": "流派",
"genre_other": "流派", "genre_other": "流派",
"playlistWithCount_one": "{{count}} 个播放列表",
"playlistWithCount_other": "{{count}} 个播放列表", "playlistWithCount_other": "{{count}} 个播放列表",
"playlist_one": "播放列表",
"playlist_other": "播放列表", "playlist_other": "播放列表",
"artist_one": "艺术家",
"artist_other": "艺术家", "artist_other": "艺术家",
"folderWithCount_one": "{{count}} 个文件夹",
"folderWithCount_other": "{{count}} 个文件夹", "folderWithCount_other": "{{count}} 个文件夹",
"track_one": "曲目",
"track_other": "曲目", "track_other": "曲目",
"favorite_one": "收藏",
"favorite_other": "收藏", "favorite_other": "收藏",
"artistWithCount_one": "{{count}} 位艺术家",
"artistWithCount_other": "{{count}} 位艺术家", "artistWithCount_other": "{{count}} 位艺术家",
"folder_one": "文件夹",
"folder_other": "文件夹", "folder_other": "文件夹",
"smartPlaylist": "智能$t(entity.playlist_one)", "smartPlaylist": "智能$t(entity.playlist_one)",
"genreWithCount_one": "{{count}} 种流派",
"genreWithCount_other": "{{count}} 种流派", "genreWithCount_other": "{{count}} 种流派",
"trackWithCount_one": "{{count}} 首曲目",
"trackWithCount_other": "{{count}} 首曲目", "trackWithCount_other": "{{count}} 首曲目",
"play_one": "{{count}} 次播放",
"play_other": "{{count}} 次播放", "play_other": "{{count}} 次播放",
"song_one": "歌曲",
"song_other": "歌曲" "song_other": "歌曲"
}, },
"player": { "player": {
+19
View File
@@ -844,25 +844,44 @@
"selectAll": "全選" "selectAll": "全選"
}, },
"entity": { "entity": {
"album_one": "專輯",
"album_other": "專輯", "album_other": "專輯",
"albumArtist_one": "專輯藝人",
"albumArtist_other": "專輯藝人", "albumArtist_other": "專輯藝人",
"albumArtistCount_one": "{{count}} 位專輯藝人",
"albumArtistCount_other": "{{count}} 位專輯藝人", "albumArtistCount_other": "{{count}} 位專輯藝人",
"artist_one": "藝人",
"artist_other": "藝人", "artist_other": "藝人",
"artistWithCount_one": "{{count}} 位藝人",
"artistWithCount_other": "{{count}} 位藝人", "artistWithCount_other": "{{count}} 位藝人",
"favorite_one": "收藏",
"favorite_other": "收藏", "favorite_other": "收藏",
"folder_one": "資料夾",
"folder_other": "資料夾", "folder_other": "資料夾",
"folderWithCount_one": "{{count}} 個資料夾",
"folderWithCount_other": "{{count}} 個資料夾", "folderWithCount_other": "{{count}} 個資料夾",
"genre_one": "曲風",
"genre_other": "曲風", "genre_other": "曲風",
"genreWithCount_one": "{{count}} 種曲風",
"genreWithCount_other": "{{count}} 種曲風", "genreWithCount_other": "{{count}} 種曲風",
"playlist_one": "播放清單",
"playlist_other": "播放清單", "playlist_other": "播放清單",
"playlistWithCount_one": "{{count}} 個播放清單",
"playlistWithCount_other": "{{count}} 個播放清單", "playlistWithCount_other": "{{count}} 個播放清單",
"smartPlaylist": "智慧$t(entity.playlist_one)", "smartPlaylist": "智慧$t(entity.playlist_one)",
"track_one": "曲目",
"track_other": "曲目", "track_other": "曲目",
"trackWithCount_one": "{{count}} 首曲目",
"trackWithCount_other": "{{count}} 首曲目", "trackWithCount_other": "{{count}} 首曲目",
"albumWithCount_one": "{{count}} 張專輯",
"albumWithCount_other": "{{count}} 張專輯", "albumWithCount_other": "{{count}} 張專輯",
"play_one": "{{count}}次播放",
"play_other": "{{count}}次播放", "play_other": "{{count}}次播放",
"song_one": "歌曲",
"song_other": "歌曲", "song_other": "歌曲",
"radioStation_one": "電台",
"radioStation_other": "電台", "radioStation_other": "電台",
"radioStationWithCount_one": "{{count}} 個電台",
"radioStationWithCount_other": "{{count}} 個電台" "radioStationWithCount_other": "{{count}} 個電台"
}, },
"filter": { "filter": {