Initial work on Shares

This commit is contained in:
Deluan
2023-01-19 22:52:55 -05:00
parent 5331de17c2
commit ab04e33da6
36 changed files with 841 additions and 84 deletions
+20 -1
View File
@@ -60,6 +60,7 @@
"playAll": "Play",
"playNext": "Play Next",
"addToQueue": "Play Later",
"share": "Share",
"shuffle": "Shuffle",
"addToPlaylist": "Add to Playlist",
"download": "Download",
@@ -180,6 +181,24 @@
"actions": {
"playNow": "Play Now"
}
},
"share": {
"name": "Share |||| Shares",
"fields": {
"username": "Shared By",
"url": "URL",
"description": "Description",
"contents": "Contents",
"expiresAt": "Expires at",
"lastVisitedAt": "Last Visited at",
"visitCount": "Visits",
"updatedAt": "Updated at",
"createdAt": "Created at"
},
"notifications": {
},
"actions": {
}
}
},
"ra": {
@@ -433,4 +452,4 @@
"toggle_love": "Add this track to favourites"
}
}
}
}