fix: some bugs

This commit is contained in:
qier222 2020-10-31 12:05:28 +08:00
parent 6c9cb56c78
commit 8c17b70f3c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
8 changed files with 64 additions and 28 deletions

View file

@ -19,7 +19,7 @@ export default {
library: {
sLibrary: "'s Library",
likedSongs: "Liked Songs",
sLikedSongs: "'s LikedSongs",
sLikedSongs: "'s Liked Songs",
},
explore: {
explore: "Explore",
@ -91,7 +91,7 @@ export default {
artist: "Artists",
album: "Albums",
song: "Songs",
mv: "MVs",
mv: "Music Videos",
playlist: "Playlists",
noResult: "No Results",
searchFor: "Search for",

View file

@ -3,7 +3,7 @@ export default {
nav: {
home: "首页",
explore: "发现",
library: "资料库",
library: "音乐库",
search: "搜索",
},
home: {
@ -14,7 +14,7 @@ export default {
charts: "排行榜",
},
library: {
sLibrary: "的资料库",
sLibrary: "的音乐库",
likedSongs: "我喜欢的歌",
sLikedSongs: "喜欢的歌",
},