mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5274 from thornbill/media-errors
Add more media playback error messages
This commit is contained in:
commit
2956de9095
8 changed files with 97 additions and 39 deletions
|
@ -1228,6 +1228,16 @@
|
|||
"Play": "Play",
|
||||
"PlayAllFromHere": "Play all from here",
|
||||
"PlaybackData": "Playback Info",
|
||||
"PlaybackError.ASS_RENDER_ERROR": "An error was encountered in the ASS/SSA subtitle renderer.",
|
||||
"PlaybackError.FATAL_HLS_ERROR": "A fatal error was encountered in the HLS stream.",
|
||||
"PlaybackError.MEDIA_DECODE_ERROR": "Playback failed due to an error decoding the media.",
|
||||
"PlaybackError.MEDIA_NOT_SUPPORTED": "Playback failed because the media is not supported by this client.",
|
||||
"PlaybackError.NETWORK_ERROR": "Playback failed due to a network error.",
|
||||
"PlaybackError.NO_MEDIA_ERROR": "Unable to find a valid media source to play.",
|
||||
"PlaybackError.PLAYER_ERROR": "Playback failed due to a fatal player error.",
|
||||
"PlaybackError.SERVER_ERROR": "Playback failed due to a server error.",
|
||||
"PlaybackError.NotAllowed": "Playback of this media is not allowed.",
|
||||
"PlaybackError.RateLimitExceeded": "This media cannot be played at this time due to rate limits.",
|
||||
"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