mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
search国际化以及keywords和result的验证 (#32)
* feat: add i18n of modal * feat: add i18n of search * fix: checkout keywords * fix: checkout result Co-authored-by: wanghaobb <wanghaobb@seeyon.com>
This commit is contained in:
parent
3d4d1e9f66
commit
36faa33c5f
4 changed files with 28 additions and 8 deletions
|
|
@ -82,5 +82,13 @@ export default {
|
|||
},
|
||||
modal: {
|
||||
close: "Close"
|
||||
},
|
||||
search: {
|
||||
artist: "Artists",
|
||||
album: "Albums",
|
||||
song: "Songs",
|
||||
mv: "MVs",
|
||||
playlist: "Playlists",
|
||||
noResult: "No Results"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -87,5 +87,13 @@ export default {
|
|||
},
|
||||
modal: {
|
||||
close: "关闭"
|
||||
},
|
||||
search: {
|
||||
artist: "歌手",
|
||||
album: "专辑",
|
||||
song: "歌曲",
|
||||
mv: "视频",
|
||||
playlist: "歌单",
|
||||
noResult: "暂无结果"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue