diff --git a/src/locale/lang/en.js b/src/locale/lang/en.js index 51abf24..bd79b17 100644 --- a/src/locale/lang/en.js +++ b/src/locale/lang/en.js @@ -40,6 +40,7 @@ export default { }, artist: { latestRelease: 'Latest Releases', + latestMV: 'Latest MV', popularSongs: 'Popular Songs', showMore: 'SHOW MORE', showLess: 'SHOW LESS', @@ -50,9 +51,12 @@ export default { videos: 'Music Videos', following: 'Following', follow: 'Follow', + similarArtists: 'Similar Artists', + artistDesc: 'Artist Description', }, album: { released: 'Released', + albumDesc: 'Album Description', }, playlist: { playlist: 'Playlists', diff --git a/src/locale/lang/zh-CN.js b/src/locale/lang/zh-CN.js index 9154190..56cbc05 100644 --- a/src/locale/lang/zh-CN.js +++ b/src/locale/lang/zh-CN.js @@ -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: '歌单', diff --git a/src/views/album.vue b/src/views/album.vue index cfda084..514f0d2 100644 --- a/src/views/album.vue +++ b/src/views/album.vue @@ -107,7 +107,7 @@ :close="toggleFullDescription" :show-footer="false" :click-outside-hide="true" - title="专辑介绍" + :title="$t('album.albumDesc')" >
{{ album.description }} diff --git a/src/views/artist.vue b/src/views/artist.vue index 586a13e..3e14740 100644 --- a/src/views/artist.vue +++ b/src/views/artist.vue @@ -95,7 +95,7 @@
{{ artist.briefDesc }}