Add SongContextMenu
This commit is contained in:
+5
-1
@@ -15,6 +15,10 @@ export default deepmerge(englishMessages, {
|
||||
bulk: {
|
||||
addToQueue: 'Play Later',
|
||||
},
|
||||
actions: {
|
||||
playNow: 'Play Now',
|
||||
addToQueue: 'Play Later',
|
||||
},
|
||||
},
|
||||
album: {
|
||||
name: 'Album |||| Albums',
|
||||
@@ -26,7 +30,7 @@ export default deepmerge(englishMessages, {
|
||||
playCount: 'Plays',
|
||||
},
|
||||
actions: {
|
||||
playAll: 'Play',
|
||||
playAll: 'Play Now',
|
||||
playNext: 'Play Next',
|
||||
addToQueue: 'Play Later',
|
||||
shuffle: 'Shuffle',
|
||||
|
||||
+9
-5
@@ -21,7 +21,11 @@ export default deepmerge(portugueseMessages, {
|
||||
updatedAt: 'Últ. Atualização',
|
||||
},
|
||||
bulk: {
|
||||
addToQueue: 'Play Later',
|
||||
addToQueue: 'Tocar no fim',
|
||||
},
|
||||
actions: {
|
||||
playNow: 'Tocar agora',
|
||||
addToQueue: 'Tocar no fim',
|
||||
},
|
||||
},
|
||||
album: {
|
||||
@@ -37,10 +41,10 @@ export default deepmerge(portugueseMessages, {
|
||||
year: 'Ano',
|
||||
},
|
||||
actions: {
|
||||
playAll: 'Play',
|
||||
playNext: 'Play Next',
|
||||
addToQueue: 'Play Later',
|
||||
shuffle: 'Shuffle',
|
||||
playAll: 'Tocar',
|
||||
playNext: 'Tocar em seguida',
|
||||
addToQueue: 'Tocar no fim',
|
||||
shuffle: 'Aleatório',
|
||||
},
|
||||
},
|
||||
artist: {
|
||||
|
||||
Reference in New Issue
Block a user