From e4b1569988782891d65e4bd37e32f35187895121 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Fri, 1 Jan 2021 10:09:54 +0100 Subject: [PATCH] Add Chromecast error messages to the locales --- src/strings/en-us.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 4e2b8469a0..01af9e00c4 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -1491,5 +1491,7 @@ "YoutubeBadRequest": "Bad request.", "YoutubePlaybackError": "Requested video cannot be played.", "YoutubeNotFound": "Video not found.", - "YoutubeDenied": "Requested video is not allowed to be played in embedded players." + "YoutubeDenied": "Requested video is not allowed to be played in embedded players.", + "MessageChromecastConnectionError": "Your Google Cast receiver is unable to contact the Jellyfin server. Please check the connection and try again.", + "MessagePlaybackError": "There was an error playing this file on your Google Cast receiver." }