Files
goose-highlighter/_locales/en/messages.json

182 lines
3.5 KiB
JSON

{
"extension_name": {
"message": "Goose Highlighter"
},
"extension_description": {
"message": "Highlight words and phrases on any website. Create custom lists, use colors, import/export, and more."
},
"select_list": {
"message": "Select List:"
},
"new_list": {
"message": "New List"
},
"delete_list": {
"message": "Delete List"
},
"list_name": {
"message": "List Name:"
},
"background": {
"message": "Background:"
},
"foreground": {
"message": "Foreground:"
},
"enable_highlight": {
"message": "Enable Highlight"
},
"apply": {
"message": "Apply"
},
"paste_hint": {
"message": "Paste words or phrases here. Each new word/phrase should start from next line."
},
"apply_paste": {
"message": "Add Words"
},
"select_all": {
"message": "Select"
},
"delete_selected": {
"message": "Delete"
},
"disable_selected": {
"message": "Disable"
},
"enable_selected": {
"message": "Enable"
},
"import_list": {
"message": "Import JSON"
},
"export_list": {
"message": "Export JSON"
},
"default_list_name": {
"message": "Default List"
},
"new_list_name": {
"message": "New List"
},
"word_active_label": {
"message": "active"
},
"invalid_json_error": {
"message": "Invalid JSON file"
},
"confirm_delete_list": {
"message": "Are you sure you want to delete this list?"
},
"confirm_delete_words": {
"message": "Are you sure you want to delete the selected words?"
},
"deselect_all": {
"message": "Deselect"
},
"highlight_lists": {
"message": "Highlight Lists"
},
"dark_mode": {
"message": "Dark Mode"
},
"list_settings": {
"message": "List Settings"
},
"word_list": {
"message": "Word List"
},
"add_words": {
"message": "Add Words"
},
"global_highlight_toggle": {
"message": "Enable"
},
"search_placeholder": {
"message": "Search..."
},
"options": {
"message": "Options"
},
"match_case": {
"message": "Match Case"
},
"match_whole": {
"message": "Match Whole Word"
},
"site_exceptions": {
"message": "Site Exceptions"
},
"add_exception": {
"message": "Add to Exceptions"
},
"remove_exception": {
"message": "Remove current"
},
"manage_exceptions": {
"message": "Manage"
},
"exceptions_list": {
"message": "Exception Sites:"
},
"clear_all": {
"message": "Clear All"
},
"confirm_clear_exceptions": {
"message": "Are you sure you want to clear all exceptions?"
},
"remove": {
"message": "Remove"
},
"tab_lists": {
"message": "Lists"
},
"tab_words": {
"message": "Words"
},
"tab_exceptions": {
"message": "Exceptions"
},
"no_exceptions": {
"message": "No exceptions"
},
"toggle_highlighting_title": {
"message": "Toggle highlighting"
},
"toggle_dark_mode_title": {
"message": "Toggle dark mode"
},
"select_title": {
"message": "Select"
},
"word_placeholder": {
"message": "Word or phrase"
},
"background_color_title": {
"message": "Background color"
},
"text_color_title": {
"message": "Text color"
},
"tab_page_highlights": {
"message": "On Page"
},
"highlights_on_page": {
"message": "Highlights on This Page"
},
"total_highlights": {
"message": "Total"
},
"refresh": {
"message": "Refresh"
},
"no_highlights_on_page": {
"message": "No highlights found on this page"
},
"previous": {
"message": "Previous"
},
"next": {
"message": "Next"
}
}