From 2a8f502ea717cedc3f3bdb09134e2e2e907a6a57 Mon Sep 17 00:00:00 2001 From: Highlandword9 Date: Wed, 16 Oct 2024 15:40:13 +0000 Subject: [PATCH] Translated using Weblate (English (United Kingdom)) Translation: Jellyfin/Jellyfin Web Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/en_GB/ --- src/strings/en-gb.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 21659dcb72..e856de42cd 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1971,5 +1971,14 @@ "LabelScreensaverTime": "Screensaver Time", "AlwaysBurnInSubtitleWhenTranscoding": "Always burn in subtitle when transcoding", "AlwaysBurnInSubtitleWhenTranscodingHelp": "Burn in all subtitles when transcoding is triggered. This ensures subtitle synchronisation after transcoding at the cost of reduced transcoding speed.", - "LabelScreensaverTimeHelp": "The amount of time in seconds of inactivity required to start the screensaver." + "LabelScreensaverTimeHelp": "The amount of time in seconds of inactivity required to start the screensaver.", + "LabelQsvDevice": "QSV Device", + "HeaderEditPlaylist": "Edit Playlist", + "HeaderNewPlaylist": "New Playlist", + "LabelMediaSegmentsType": "{0} Segments", + "LabelQsvDeviceHelp": "Specify the device for Intel QSV on a multi-GPU system. On Linux, this is the render node, e.g., /dev/dri/renderD128. On Windows, this is the device index starting from 0. Leave blank unless you know what you are doing.", + "MediaSegmentAction.None": "None", + "MediaSegmentAction.Skip": "Skip", + "MediaSegmentType.Commercial": "Ad", + "HeaderMediaSegmentActions": "Media Segment Actions" }