make skip notice countdown customisable

This commit is contained in:
Ajay Ramachandran
2021-06-25 12:32:27 -04:00
parent 31855f7501
commit 38bc6e2b1c
5 changed files with 30 additions and 7 deletions

View File

@@ -389,7 +389,13 @@
},
"minDurationDescription": {
"message": "Segments shorter than the set value will not be skipped or show in the player."
},
},
"skipNoticeDuration": {
"message": "Skip notice duration (seconds):"
},
"skipNoticeDurationDescription": {
"message": "The skip notice will stay on screen for at least this long. For manual skipping, it may be visible for longer."
},
"shortCheck": {
"message": "The following submission is shorter than your minimum duration option. This could mean that this is already submitted, and just being ignored due to this option. Are you sure you would like to submit?"
},