mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: Add new localizations (#722)
Co-authored-by: bakerbunker <bakerbunker@nwpu.edu.cn>
This commit is contained in:
parent
5869f889f9
commit
347bc1665d
11 changed files with 40 additions and 17 deletions
|
|
@ -169,12 +169,16 @@ export default {
|
|||
saveToLibrary: '保存到音乐库',
|
||||
removeFromLibrary: '从音乐库删除',
|
||||
addToPlaylist: '添加到歌单',
|
||||
searchInPlaylist: '歌单内搜索',
|
||||
copyUrl: '复制链接',
|
||||
},
|
||||
toast: {
|
||||
savedToPlaylist: '已添加到歌单',
|
||||
removedFromPlaylist: '已从歌单中删除',
|
||||
savedToMyLikedSongs: '已添加到我喜欢的音乐',
|
||||
removedFromMyLikedSongs: '已从喜欢的音乐中删除',
|
||||
copied: '已复制',
|
||||
copyFailed: '复制失败:',
|
||||
needToLogin: '此操作需要登录网易云帐号',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue