Skip to content

Commit

Permalink
New translations en-us.json (German)
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireChicken12 committed Aug 1, 2024
1 parent daf61c0 commit f29fa39
Showing 1 changed file with 21 additions and 11 deletions.
32 changes: 21 additions & 11 deletions public/locales/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"pages": {
"content": {
"features": {
"copyTimestampUrlButton": {
"button": {
"copied": "Copied!",
"label": "Copy video URL with timestamp"
}
},
"featureMenu": {
"button": {
"label": "Feature menu"
Expand Down Expand Up @@ -55,12 +61,6 @@
"label": "Open transcript"
}
},
"copyTimestampUrlButton": {
"button": {
"label": "Copy video URL with timestamp",
"copied": "Copied!"
}
},
"playbackSpeedButtons": {
"buttons": {
"decreasePlaybackSpeedButton": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit f29fa39

Please sign in to comment.