Implement album lists
This commit is contained in:
@@ -46,6 +46,13 @@
|
||||
"playNext": "Play Next",
|
||||
"addToQueue": "Play Later",
|
||||
"shuffle": "Shuffle"
|
||||
},
|
||||
"lists": {
|
||||
"default": "All",
|
||||
"random": "Random",
|
||||
"recentlyAdded": "Recently Added",
|
||||
"recentlyPlayed": "Recently Played",
|
||||
"mostPlayed": "Most Played"
|
||||
}
|
||||
},
|
||||
"artist": {
|
||||
@@ -248,6 +255,7 @@
|
||||
"delete_user_content": "Are you sure you want to delete this user and all their data (including playlists and preferences)?"
|
||||
},
|
||||
"menu": {
|
||||
"albumList": "Albums",
|
||||
"library": "Library",
|
||||
"settings": "Settings",
|
||||
"version": "Version %{version}",
|
||||
|
||||
Reference in New Issue
Block a user