diff options
author | Ajay Ramachandran <[email protected]> | 2021-03-30 22:50:36 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-06-18 00:02:03 -0400 |
commit | 861ba4869e64a4652303e407eed8e5df4ece9e78 (patch) | |
tree | 45b146a5b64c626191103b0d32ec797534ee1b64 /public | |
parent | e587addeee38cdd4c440c984c82004fd69245989 (diff) | |
download | SponsorBlock-861ba4869e64a4652303e407eed8e5df4ece9e78.tar.gz SponsorBlock-861ba4869e64a4652303e407eed8e5df4ece9e78.zip |
Add preview category
Closes https://github.com/ajayyy/SponsorBlock/issues/444
(cherry picked from commit a10d7c338cc5f486351bc350780ffb8377e69b5d)
Diffstat (limited to 'public')
-rw-r--r-- | public/_locales/en/messages.json | 38 |
1 files changed, 25 insertions, 13 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index a48335e6..19438a47 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -446,6 +446,9 @@ "preview": { "message": "Preview" }, + "unsubmitted": { + "message": "Unsubmitted" + }, "inspect": { "message": "Inspect" }, @@ -480,6 +483,21 @@ "category_sponsor_description": { "message": "Paid promotion, paid referrals and direct advertisements. Not for self-promotion or free shoutouts to causes/creators/websites/products they like." }, + "category_selfpromo": { + "message": "Unpaid/Self Promotion" + }, + "category_selfpromo_description": { + "message": "Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with." + }, + "category_interaction": { + "message": "Interaction Reminder (Subscribe)" + }, + "category_interaction_description": { + "message": "When there is a short reminder to like, subscribe or follow them in the middle of content. If it is long or about something specific, it should be under self promotion instead." + }, + "category_interaction_short": { + "message": "Interaction Reminder" + }, "category_intro": { "message": "Intermission/Intro Animation" }, @@ -495,20 +513,14 @@ "category_outro_description": { "message": "Credits or when the YouTube endcards appear. Not for conclusions with information." }, - "category_interaction": { - "message": "Interaction Reminder (Subscribe)" - }, - "category_interaction_description": { - "message": "When there is a short reminder to like, subscribe or follow them in the middle of content. If it is long or about something specific, it should be under self promotion instead." - }, - "category_interaction_short": { - "message": "Interaction Reminder" + "category_preview": { + "message": "Preview/Recap" }, - "category_selfpromo": { - "message": "Unpaid/Self Promotion" + "category_preview_description": { + "message": "Quick recap of previous episodes, or a preview of what's coming up later in the current video. Meant for edited together clips, not for spoken summaries." }, - "category_selfpromo_description": { - "message": "Similar to \"sponsor\" except for unpaid or self promotion. This includes sections about merchandise, donations, or information about who they collaborated with." + "category_preview_short": { + "message": "Preview" }, "category_music_offtopic": { "message": "Music: Non-Music Section" @@ -538,7 +550,7 @@ "message": "Your color is formatted incorrectly. It should be a 3 or 6 digit hex code with a number sign at the beginning." }, "previewColor": { - "message": "Preview Color", + "message": "Unsubmitted Color", "description": "Referring to submissions that have not been sent to the server yet." }, "seekBarColor": { |