diff options
author | Ajay Ramachandran <[email protected]> | 2021-04-05 23:35:05 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-04-05 23:35:05 -0400 |
commit | a08dbf4da17ff21b397a8cf1e3077a2ad95a5949 (patch) | |
tree | b1c4e1c98e6b4433c5ee2dd29eac2fb663d7f726 /public/_locales/en/messages.json | |
parent | edcda31db4581b262fcd8cff4c7a173cb15fee9b (diff) | |
download | SponsorBlock-a08dbf4da17ff21b397a8cf1e3077a2ad95a5949.tar.gz SponsorBlock-a08dbf4da17ff21b397a8cf1e3077a2ad95a5949.zip |
Add submitting for highlight category
Diffstat (limited to 'public/_locales/en/messages.json')
-rw-r--r-- | public/_locales/en/messages.json | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index bf491142..0396ec2d 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -335,9 +335,6 @@ "createdBy": { "message": "Created By" }, - "autoSkip": { - "message": "Auto Skip" - }, "showSkipNotice": { "message": "Show Notice After A Segment Is Skipped" }, @@ -534,14 +531,20 @@ "category_music_offtopic_short": { "message": "Non-Music" }, + "category_highlight": { + "message": "Highlight" + }, + "category_highlight_description": { + "message": "The part of the video that most people are looking for. Similar to \"Video starts at x\" comments." + }, "category_livestream_messages": { "message": "Livestream: Donation/Message Readings" }, "category_livestream_messages_short": { "message": "Message Reading" }, - "disable": { - "message": "Disable" + "autoSkip": { + "message": "Auto Skip" }, "manualSkip": { "message": "Manual Skip" @@ -549,6 +552,18 @@ "showOverlay": { "message": "Show In Seek Bar" }, + "disable": { + "message": "Disable" + }, + "autoSkip_POI": { + "message": "Auto skip to the start" + }, + "manualSkip_POI": { + "message": "Ask when video loads" + }, + "showOverlay_POI": { + "message": "Show In Seek Bar" + }, "colorFormatIncorrect": { "message": "Your color is formatted incorrectly. It should be a 3 or 6 digit hex code with a number sign at the beginning." }, |