mirror of
https://github.com/obsqrbtz/goose-highlighter.git
synced 2026-04-08 20:19:06 +03:00
feat: group and filter items by list in "on page" section
This commit is contained in:
@@ -122,11 +122,26 @@
|
||||
"manage_exceptions": {
|
||||
"message": "Manage"
|
||||
},
|
||||
"exceptions_mode": {
|
||||
"message": "Mode:"
|
||||
},
|
||||
"exceptions_mode_blacklist": {
|
||||
"message": "Blacklist — don't highlight on these sites"
|
||||
},
|
||||
"exceptions_mode_whitelist": {
|
||||
"message": "Whitelist — only highlight on these sites"
|
||||
},
|
||||
"exceptions_list": {
|
||||
"message": "Exception Sites:"
|
||||
},
|
||||
"exceptions_list_blacklist": {
|
||||
"message": "Sites to exclude (blacklist):"
|
||||
},
|
||||
"exceptions_list_whitelist": {
|
||||
"message": "Sites to include (whitelist):"
|
||||
},
|
||||
"clear_all": {
|
||||
"message": "Clear All"
|
||||
"message": "Clear all"
|
||||
},
|
||||
"confirm_clear_exceptions": {
|
||||
"message": "Are you sure you want to clear all exceptions?"
|
||||
@@ -173,6 +188,18 @@
|
||||
"total_highlights": {
|
||||
"message": "Total"
|
||||
},
|
||||
"total_matches": {
|
||||
"message": "Total matches"
|
||||
},
|
||||
"group_by_list": {
|
||||
"message": "Group by list"
|
||||
},
|
||||
"other": {
|
||||
"message": "Other"
|
||||
},
|
||||
"exception_domain_placeholder": {
|
||||
"message": "example.com"
|
||||
},
|
||||
"refresh": {
|
||||
"message": "Refresh"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user