mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Handle all media segments skipping (#167)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
7877cae8ea
commit
a06591084b
4 changed files with 54 additions and 66 deletions
|
|
@ -1133,5 +1133,19 @@
|
|||
"description": "To indicate a default value, default video player backend"
|
||||
},
|
||||
"noVideoPlayerOptions": "The selected backend has no options",
|
||||
"mdkExperimental": "MDK is still in a experimental stage"
|
||||
"mdkExperimental": "MDK is still in a experimental stage",
|
||||
"skipButtonLabel": "(S)kip {segment}",
|
||||
"@skipButtonLabel": {
|
||||
"placeholders": {
|
||||
"segment": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"mediaSegmentUnknown": "Unknown",
|
||||
"mediaSegmentCommercial": "Commercial",
|
||||
"mediaSegmentPreview": "Preview",
|
||||
"mediaSegmentRecap": "Recap",
|
||||
"mediaSegmentOutro": "Outro",
|
||||
"mediaSegmentIntro": "Intro"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue