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: "SHOW MORE",
|
||||
showLess: "SHOW LESS",
|
||||
EPsSingles: "EPs & Singles",
|
||||
albums: "Albums"
|
||||
albums: "Albums",
|
||||
withAlbums: "Albums",
|
||||
artist: "Artist",
|
||||
videos: "Music Videos"
|
||||
},
|
||||
album: {
|
||||
released: "Released"
|
||||
|
|
@ -88,6 +91,10 @@ export default {
|
|||
song: "Songs",
|
||||
mv: "MVs",
|
||||
playlist: "Playlists",
|
||||
noResult: "No Results"
|
||||
noResult: "No Results",
|
||||
searchFor: "Search for"
|
||||
},
|
||||
common: {
|
||||
songs: "Songs",
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue