mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: add more i18n for artist and album pages (#790)
This commit is contained in:
parent
9dcf9f5db1
commit
c091e4cb9f
4 changed files with 12 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ export default {
|
|||
},
|
||||
artist: {
|
||||
latestRelease: '最新发布',
|
||||
latestMV: '最新 MV',
|
||||
popularSongs: '热门歌曲',
|
||||
showMore: '显示更多',
|
||||
showLess: '收起',
|
||||
|
|
@ -47,9 +48,12 @@ export default {
|
|||
videos: '个 MV',
|
||||
following: '正在关注',
|
||||
follow: '关注',
|
||||
similarArtists: '相似艺人',
|
||||
artistDesc: '艺术家介绍',
|
||||
},
|
||||
album: {
|
||||
released: '发行于',
|
||||
albumDesc: '专辑介绍',
|
||||
},
|
||||
playlist: {
|
||||
playlist: '歌单',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue