From f29fa3965e239bc1cd4143373b7f1d6bccc3d996 Mon Sep 17 00:00:00 2001 From: Nathan <45531575+VampireChicken12@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:14:19 -0400 Subject: [PATCH] New translations en-us.json (German) --- public/locales/de-DE.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/public/locales/de-DE.json b/public/locales/de-DE.json index 13d274d8..758fca42 100644 --- a/public/locales/de-DE.json +++ b/public/locales/de-DE.json @@ -8,6 +8,12 @@ "pages": { "content": { "features": { + "copyTimestampUrlButton": { + "button": { + "copied": "Copied!", + "label": "Copy video URL with timestamp" + } + }, "featureMenu": { "button": { "label": "Feature menu" @@ -55,12 +61,6 @@ "label": "Open transcript" } }, - "copyTimestampUrlButton": { - "button": { - "label": "Copy video URL with timestamp", - "copied": "Copied!" - } - }, "playbackSpeedButtons": { "buttons": { "decreasePlaybackSpeedButton": { @@ -165,12 +165,12 @@ "buttonPlacement": { "select": { "buttonNames": { + "copyTimestampUrlButton": "Copy video URL with timestamp button", "decreasePlaybackSpeedButton": "Decrease Speed button", "forwardButton": "Fast Forward button", "hideEndScreenCardsButton": "Hide end screen cards button", "increasePlaybackSpeedButton": "Increase Speed button", "loopButton": "Loop button", - "copyTimestampUrlButton": "Copy video URL with timestamp button", "maximizePlayerButton": "Maximize button", "openTranscriptButton": "Open Transcript button", "rewindButton": "Rewind button", @@ -264,6 +264,10 @@ "label": "Automatischer Theatermodus", "title": "Automatisch den Theatermodus aktivieren, wenn ein Video geladen wird" }, + "copyTimestampUrlButton": { + "label": "Copy video URL with timestamp button", + "title": "Copies video URL with timestamp (?t=123)" + }, "hideEndScreenCards": { "label": "Hide end screen cards", "title": "Hides the cards at the end of the video" @@ -296,10 +300,6 @@ "label": "Dauerschleife-Button", "title": "Adds a button to the feature menu to loop the video you're watching" }, - "copyTimestampUrlButton": { - "label": "Copy video URL with timestamp button", - "title": "Copies video URL with timestamp (?t=123)" - }, "maximizePlayerButton": { "label": "Player-Button maximieren", "title": "Adds a button to the feature menu to maximize the player" @@ -423,6 +423,16 @@ "label": "Method to get playlist length", "title": "The way to get playlist length information (API method will fallback to HTML if an error occurs)" } + }, + "wayToGetWatchTime": { + "select": { + "label": "Method to get watched time", + "options": { + "duration": "Video Length", + "youtube": "Video Watch Time" + }, + "title": "The way to get the amount of time watched (Video Length type only used on watch page)" + } } }, "screenshotButton": {