mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add playlist editing
This commit is contained in:
parent
9a192c7e5c
commit
363171b56d
6 changed files with 143 additions and 27 deletions
|
@ -411,6 +411,7 @@
|
|||
"HeaderDummyChapter": "Chapter Images",
|
||||
"HeaderDVR": "DVR",
|
||||
"HeaderEditImages": "Edit Images",
|
||||
"HeaderEditPlaylist": "Edit Playlist",
|
||||
"HeaderEnabledFields": "Enabled Fields",
|
||||
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
|
||||
"HeaderEpisodesStatus": "Episodes Status",
|
||||
|
@ -456,6 +457,7 @@
|
|||
"HeaderNetworking": "IP Protocols",
|
||||
"HeaderNewApiKey": "New API Key",
|
||||
"HeaderNewDevices": "New Devices",
|
||||
"HeaderNewPlaylist": "New Playlist",
|
||||
"HeaderNewRepository": "New Repository",
|
||||
"HeaderNextItem": "Next {0}",
|
||||
"HeaderNextItemPlayingInValue": "Next {0} Playing in {1}",
|
||||
|
@ -1326,6 +1328,7 @@
|
|||
"PlayFromBeginning": "Play from beginning",
|
||||
"PlaylistError.AddFailed": "Error adding to playlist",
|
||||
"PlaylistError.CreateFailed": "Error creating playlist",
|
||||
"PlaylistError.UpdateFailed": "Error updating playlist",
|
||||
"PlaylistPublic": "Allow public access",
|
||||
"PlaylistPublicDescription": "Allow this playlist to be viewed by any logged in user.",
|
||||
"Playlists": "Playlists",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue