mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: update locale
This commit is contained in:
parent
60989a2572
commit
463aaf7698
5 changed files with 34 additions and 14 deletions
|
|
@ -1,5 +1,8 @@
|
|||
export default {
|
||||
play: "PLAY",
|
||||
common: {
|
||||
play: "PLAY",
|
||||
songs: "Songs",
|
||||
},
|
||||
nav: {
|
||||
home: "Home",
|
||||
explore: "Explore",
|
||||
|
|
@ -97,9 +100,6 @@ export default {
|
|||
noResult: "No Results",
|
||||
searchFor: "Search for",
|
||||
},
|
||||
common: {
|
||||
songs: "Songs",
|
||||
},
|
||||
settings: {
|
||||
settings: "Settings",
|
||||
logout: "LOGOUT",
|
||||
|
|
@ -118,4 +118,14 @@ export default {
|
|||
dark: "Dark",
|
||||
},
|
||||
},
|
||||
contextMenu: {
|
||||
play: "Play",
|
||||
playNext: "Play Next",
|
||||
saveToMyLikedSongs: "Save to my Liked Songs",
|
||||
removeFromMyLikedSongs: "Remove from my Liked Songs",
|
||||
},
|
||||
toast: {
|
||||
savedToMyLikedSongs: "Saved to my Liked Songs",
|
||||
removedFromMyLikedSongs: "Removed from my Liked Songs",
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue