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

54 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": {
2021-11-08 16:09:59 +00:00
"message": "Report site..."
},
"contributeText": {
"message": "Contribute to this project"
2021-11-08 16:09:59 +00:00
},
"helpText": {
"message": "Help or issues?"
},
"negativeText": {
2022-06-21 22:00:23 +00:00
"message": "Ooops! We apologize for the inconvenience, please <a href=\"mailto:hello@wanhose.dev\" target=\"_blank\">contact us</a> <span aria-label=\"Grinning face with sweat\" role=\"img\">😅</span>"
2021-11-08 16:09:59 +00:00
},
"positiveText": {
"message": "Thank you! Please rate our extension <a id=\"store\" target=\"_blank\">here</a> <span aria-label=\"Smiling face with heart-shaped eyes\" role=\"img\">😍</span>"
},
"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!"
},
2021-11-08 16:09:59 +00:00
"reviewText": {
"message": "Do you like this extension?"
},
"toggleText": {
"message": "Eating dialogs in "
2020-12-05 22:09:06 +00:00
}
}