diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json
index 90f5df92..b1be0523 100644
--- a/public/_locales/en/messages.json
+++ b/public/_locales/en/messages.json
@@ -263,19 +263,19 @@
"description": "The second line of the message displayed after the notice was upgraded."
},
"setSkipShortcut": {
- "message": "Set key for skipping a segment"
+ "message": "Skip segment",
+ "description": "Keybind label"
},
"setStartSponsorShortcut": {
- "message": "Set key for start/stop segment keybind"
+ "message": "Start/stop segment",
+ "description": "Keybind label"
},
"setSubmitKeybind": {
- "message": "Set key for submission keybind"
+ "message": "Submit segments",
+ "description": "Keybind label"
},
"keybindDescription": {
- "message": "Select a key by typing it"
- },
- "keybindDescriptionComplete": {
- "message": "The keybind has been set to: "
+ "message": "Select a key by typing it and choose any modifier keys you wish to use."
},
"0": {
"message": "Connection Timeout. Check your internet connection. If your internet is working, the server is probably overloaded or down."
@@ -388,9 +388,6 @@
"createdBy": {
"message": "Created By"
},
- "keybindCurrentlySet": {
- "message": ". It is currently set to:"
- },
"supportOtherSites": {
"message": "Support 3rd Party YouTube-Sites"
},
@@ -470,6 +467,15 @@
"exportOptions": {
"message": "Import/Export All Options"
},
+ "exportOptionsCopy": {
+ "message": "Edit/copy"
+ },
+ "exportOptionsDownload": {
+ "message": "Save to file"
+ },
+ "exportOptionsUpload": {
+ "message": "Load from file"
+ },
"whatExportOptions": {
"message": "This is your entire configuration in JSON. This includes your userID, so be sure to share this wisely."
},
@@ -518,11 +524,8 @@
"copyDebugInformationComplete": {
"message": "The debug information has been copied to the clip board. Feel free to remove any information you would rather not share. Save this in a text file or paste into the bug report."
},
- "theKey": {
- "message": "The key"
- },
"keyAlreadyUsed": {
- "message": "is bound to another action. Please select another key."
+ "message": "This shortcut is bound to another action. Please select a different one."
},
"to": {
"message": "to",
@@ -787,6 +790,9 @@
"hideDonationLink": {
"message": "Hide Donation Link"
},
+ "darkModeOptionsPage": {
+ "message": "Dark Mode On Options Page"
+ },
"helpPageThanksForInstalling": {
"message": "Thanks for installing SponsorBlock."
},
@@ -875,5 +881,42 @@
"hourAbbreviation": {
"message": "h",
"description": "100h"
+ },
+ "optionsTabBehavior": {
+ "message": "Behavior",
+ "description": "Appears in Options as a tab header for options related to categories and skipping behavior. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
+ },
+ "optionsTabInterface": {
+ "message": "Interface",
+ "description": "Appears in Options as a tab header for options related to GUI and sounds. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
+ },
+ "optionsTabKeyBinds": {
+ "message": "Keyboard shortcuts",
+ "description": "Appears in Options as a tab header for keybinds. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
+ },
+ "optionsTabBackup": {
+ "message": "Backup/Restore",
+ "description": "Appears in Options as a tab header for options related to saving/restoring your settings. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
+ },
+ "optionsTabAdvanced": {
+ "message": "Miscellaneous",
+ "description": "Appears in Options as a tab header for advanced/niche options. To fit inside the button, it should not be longer than ~20-25 characters (depending on their width)."
+ },
+ "noticeVisibilityLabel": {
+ "message": "Skip notice appearance",
+ "description": "Option label"
+ },
+ "unbind": {
+ "message": "Unbind",
+ "description": "Unbind keyboard shortcut"
+ },
+ "notSet": {
+ "message": "Not set"
+ },
+ "change": {
+ "message": "Change"
+ },
+ "youtubeKeybindWarning": {
+ "message": "This is a built-in YouTube shortcut. Are you sure you want to use it?"
}
}
diff --git a/public/help/index.html b/public/help/index.html
index 88742e0d..ee886089 100644
--- a/public/help/index.html
+++ b/public/help/index.html
@@ -4,6 +4,7 @@