From cc29ab15cb033b9b5413fedd9bad060299e0db01 Mon Sep 17 00:00:00 2001 From: Andi Chandler Date: Fri, 23 Aug 2024 21:46:19 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/strings/en-gb.json b/src/strings/en-gb.json index 18e63d4f8e..de82d4e3fc 100644 --- a/src/strings/en-gb.json +++ b/src/strings/en-gb.json @@ -1846,7 +1846,7 @@ "LabelAllowContentWithTags": "Allow items with tags", "EnableSmoothScroll": "Enable smooth scroll", "EncodingFormatHelp": "Select the video encoding that Jellyfin should transcode to. Jellyfin will use software encoding when hardware acceleration for the selected format is not available. H264 encoding will always be enabled.", - "LabelTrickplayAccelEncodingHelp": "Currently only available on QSV and VAAPI, this option has no effect on other hardware acceleration methods.", + "LabelTrickplayAccelEncodingHelp": "Currently only available on QSV, VAAPI and VideoToolbox, this option has no effect on other hardware acceleration methods.", "LabelEncodingFormatOptions": "Encoding format options", "LabelTrickplayAccelEncoding": "Enable hardware accelerated MJPEG encoding", "LimitSupportedVideoResolutionHelp": "Use 'Maximum Allowed Video Transcoding Resolution' as maximum supported video resolution.", @@ -1923,5 +1923,10 @@ "LabelIsSynced": "Is Synced", "NoLyricsSearchResultsFound": "No lyrics found.", "PreviewLyrics": "Preview Lyrics", - "SearchForLyrics": "Search for Lyrics" + "SearchForLyrics": "Search for Lyrics", + "MoveToBottom": "Move to bottom", + "MoveToTop": "Move to top", + "LabelTrickplayKeyFrameOnlyExtractionHelp": "Extract key frames only for significantly faster processing with less accurate timing. If the configured hardware decoder does not support this mode, will use the software decoder instead.", + "AllowTonemappingSoftwareHelp": "Tone-mapping can transform the dynamic range of a video from HDR to SDR while maintaining image details and colours, which are very important information for representing the original scene. Currently works only with 10bit HDR10 and HLG videos.", + "LabelTrickplayKeyFrameOnlyExtraction": "Only generate images from key frames" }