mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: add some translations (#36)
* feat: add i18n * refactor: move songs to common
This commit is contained in:
parent
e4693b1bdf
commit
f99dbac95f
8 changed files with 32 additions and 13 deletions
|
|
@ -31,7 +31,10 @@ export default {
|
|||
showMore: "显示更多",
|
||||
showLess: "收起",
|
||||
EPsSingles: "EP和单曲",
|
||||
albums: "专辑"
|
||||
albums: "专辑",
|
||||
withAlbums: "张专辑",
|
||||
artist: "歌手",
|
||||
videos: "个视频"
|
||||
},
|
||||
album: {
|
||||
released: "发行于"
|
||||
|
|
@ -93,6 +96,10 @@ export default {
|
|||
song: "歌曲",
|
||||
mv: "视频",
|
||||
playlist: "歌单",
|
||||
noResult: "暂无结果"
|
||||
noResult: "暂无结果",
|
||||
searchFor: "搜索"
|
||||
},
|
||||
common: {
|
||||
songs: "首歌",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue