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

45 lines
1.1 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": {
2021-11-08 16:09:59 +00:00
"message": "Report site..."
},
"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
}
}