feat: Support copy artist and album URL (#708)

This commit is contained in:
Changjian Gao 2021-05-26 16:46:00 +08:00 committed by GitHub
parent e226afbaff
commit b9da9a41fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 207 additions and 100 deletions

View file

@ -40,11 +40,11 @@ export default {
popularSongs: '热门歌曲',
showMore: '显示更多',
showLess: '收起',
EPsSingles: 'EP和单曲',
EPsSingles: 'EP 和单曲',
albums: '专辑',
withAlbums: '张专辑',
artist: '艺人',
videos: '个MV',
videos: '个 MV',
following: '正在关注',
follow: '关注',
},
@ -134,7 +134,7 @@ export default {
text: '歌词字体大小',
small: '小',
medium: '中',
large: '大(默认)',
large: '大(默认)',
xlarge: '超大',
},
deviceSelector: '音频输出设备',
@ -158,7 +158,7 @@ export default {
text: '显示歌词背景',
off: '关闭',
on: '打开',
dynamic: '动态GPU占用较高)',
dynamic: '动态GPU 占用较高)',
},
},
contextMenu: {
@ -166,9 +166,15 @@ export default {
addToQueue: '添加到队列',
saveToMyLikedSongs: '添加到我喜欢的音乐',
removeFromMyLikedSongs: '从喜欢的音乐中删除',
saveToLibrary: '保存到音乐库',
removeFromLibrary: '从音乐库删除',
addToPlaylist: '添加到歌单',
copyUrl: '复制链接',
},
toast: {
savedToMyLikedSongs: '已添加到我喜欢的音乐',
removedFromMyLikedSongs: '已从喜欢的音乐中删除',
copied: '已复制',
copyFailed: '复制失败:',
},
};