mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add new media error types
This commit is contained in:
parent
081d408b18
commit
15d30ffaeb
5 changed files with 39 additions and 20 deletions
|
@ -1228,6 +1228,16 @@
|
|||
"Play": "Play",
|
||||
"PlayAllFromHere": "Play all from here",
|
||||
"PlaybackData": "Playback Info",
|
||||
"PlaybackError.ASS_RENDER_ERROR": "",
|
||||
"PlaybackError.FATAL_HLS_ERROR": "",
|
||||
"PlaybackError.MEDIA_DECODE_ERROR": "",
|
||||
"PlaybackError.MEDIA_NOT_SUPPORTED": "",
|
||||
"PlaybackError.NETWORK_ERROR": "",
|
||||
"PlaybackError.NO_MEDIA_ERROR": "",
|
||||
"PlaybackError.PLAYER_ERROR": "",
|
||||
"PlaybackError.SERVER_ERROR": "",
|
||||
"PlaybackError.NotAllowed": "",
|
||||
"PlaybackError.RateLimitExceeded": "",
|
||||
"PlaybackErrorNoCompatibleStream": "This client isn't compatible with the media and the server isn't sending a compatible media format.",
|
||||
"PlaybackErrorPlaceHolder": "This is a placeholder for physical media that Jellyfin cannot play. Please insert the disc to play.",
|
||||
"PlaybackRate": "Playback Speed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue