Files
webextensions-examples/notify-link-clicks-i18n/_locales/de/messages.json

22 lines
555 B
JSON

{
"extensionName": {
"message": "Meine Beispielerweiterung",
"description": "Name of the extension."
},
"extensionDescription": {
"message": "Benachrichtigt den Benutzer über Linkklicks",
"description": "Description of the extension."
},
"notificationTitle": {
"message": "Klickbenachrichtigung",
"description": "Title of the click notification."
},
"notificationContent": {
"message": "Du hast $1 angeklickt",
"description": "Tells the user which link they clicked: the $1 placeholder is the url."
}
}