mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add support for playlists.
This commit is contained in:
parent
ca3206b21a
commit
4d18bf8004
8 changed files with 266 additions and 4 deletions
|
@ -6,7 +6,8 @@
|
|||
"feed": "Feed",
|
||||
"preferences": "Preferences",
|
||||
"history": "History",
|
||||
"subscriptions": "Subscriptions"
|
||||
"subscriptions": "Subscriptions",
|
||||
"playlists": "Playlists"
|
||||
},
|
||||
"player": {
|
||||
"watch_on": "Watch on {0}"
|
||||
|
@ -70,7 +71,15 @@
|
|||
"clear_history": "Clear History",
|
||||
"show_replies": "Show Replies",
|
||||
"hide_replies": "Hide Replies",
|
||||
"load_more_replies": "Load more Replies"
|
||||
"load_more_replies": "Load more Replies",
|
||||
"add_to_playlist": "Add to playlist",
|
||||
"remove_from_playlist": "Remove from playlist",
|
||||
"delete_playlist_video_confirm": "Are you sure you would like to remove this video from this playlist?",
|
||||
"create_playlist": "Create Playlist",
|
||||
"delete_playlist": "Delete Playlist",
|
||||
"select_playlist": "Select a Playlist",
|
||||
"delete_playlist_confirm": "Are you sure you want to delete this playlist?",
|
||||
"please_select_playlist": "Please select a playlist"
|
||||
},
|
||||
"comment": {
|
||||
"pinned_by": "Pinned by"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue