cookie-dialog-monster/packages/browser-extension/src/_locales/en/messages.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2020-05-31 11:04:04 +00:00
{
2020-12-05 22:09:06 +00:00
"appDesc": {
2021-10-05 06:55:34 +00:00
"message": "Did someone say cookie consent dialogs? 😋"
2021-11-08 16:09:59 +00:00
},
"contextMenu_reportOption": {
"message": "Report this website"
},
"contextMenu_settingsOption": {
"message": "Manage exclusion list"
2021-11-08 16:09:59 +00:00
},
"options_addButton": {
"message": "Add exclusion"
},
"options_addPrompt": {
"message": "Enter domain"
},
"options_clearButton": {
"message": "Clear list"
},
"options_exclusionListTitle": {
"message": "Exclusion list"
},
"options_exportButton": {
"message": "Export list"
},
"options_filterPlaceholder": {
"message": "Press ENTER to filter after typing"
},
"options_importButton": {
"message": "Import list"
},
"popup_contributeOption": {
"message": "Contribute to this project"
2021-11-08 16:09:59 +00:00
},
"popup_helpOption": {
2021-11-08 16:09:59 +00:00
"message": "Help or issues?"
},
"popup_rateOption": {
"message": "Rate this extension"
2021-11-08 16:09:59 +00:00
},
"reportDialog_blankPageOption": {
"message": "Page is blank"
},
"reportDialog_bodyText": {
"message": "Please select an option below"
},
"reportDialog_cannotClickOption": {
"message": "Cannot click"
},
"reportDialog_laggyPageOption": {
"message": "Page is laggy"
},
"reportDialog_pageNotRespondingOption": {
"message": "Page is not responding"
},
"reportDialog_pageVisualGlitchOption": {
"message": "Page contains visual glitches"
},
"reportDialog_popupShowUpOption": {
"message": "Popup showed up"
},
"reportDialog_submitExtraText": {
"message": "We strongly recommend you to turn off the extension in this site until we fix the issue"
},
"reportDialog_submitText": {
"message": "Report sent!"
2020-12-05 22:09:06 +00:00
}
}