mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-09 07:28:14 -07:00
feature: Improved video player stop controls (#146)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
9f141a826b
commit
f20aab2118
10 changed files with 89 additions and 46 deletions
|
|
@ -1072,7 +1072,7 @@
|
|||
"subtitleConfiguration": "Subtitle configuration",
|
||||
"off": "Off",
|
||||
"screenBrightness": "Screen brightness",
|
||||
"scale":"Scale",
|
||||
"scale": "Scale",
|
||||
"playBackSettings": "Playback Settings",
|
||||
"settingsAutoNextTitle": "Next-up preview",
|
||||
"settingsAutoNextDesc": "Displays a next-up preview near the end if another item is queued",
|
||||
|
|
@ -1091,13 +1091,13 @@
|
|||
"@removeFilterForLibrary": {
|
||||
"description": "removeFilterForLibrary",
|
||||
"placeholders": {
|
||||
"filter":{
|
||||
"filter": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deleteFilterConfirmation": "Are you sure you want to delete this filter?",
|
||||
"libraryFiltersLimitReached" : "Filter limit reached (10) remove some filters",
|
||||
"libraryFiltersLimitReached": "Filter limit reached (10) remove some filters",
|
||||
"libraryFiltersRemoveAll": "Remove all filters",
|
||||
"libraryFiltersRemoveAllConfirm": "This will delete all saved filters for every library",
|
||||
"playerSettingsOrientationTitle": "Player orientation",
|
||||
|
|
@ -1121,5 +1121,9 @@
|
|||
"libraryShuffleAndPlayItems": "Shuffle and play items",
|
||||
"libraryPlayItems": "Play items",
|
||||
"clientSettingsShowAllCollectionsTitle": "Show all collection types",
|
||||
"clientSettingsShowAllCollectionsDesc": "When enabled, show all collection types, including those not supported by Fladder"
|
||||
}
|
||||
"clientSettingsShowAllCollectionsDesc": "When enabled, show all collection types, including those not supported by Fladder",
|
||||
"stop": "Stop",
|
||||
"resumeVideo": "Resume video",
|
||||
"closeVideo": "Close video",
|
||||
"playNextVideo": "Play next video"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue