mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Added "Norwegian Bokmål" lanugage
Added language support for Norwegian Bokmål. (the most common Norwegian language)
This commit is contained in:
27
notify-link-clicks-i18n/_locales/nob/messages.json
Normal file
27
notify-link-clicks-i18n/_locales/nob/messages.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"extensionName": {
|
||||
"message": "Varsler ved trykk på lenker i18n",
|
||||
"description": "Navn på utvidelsen."
|
||||
},
|
||||
|
||||
"extensionDescription": {
|
||||
"message": "Viser en varsel når brukern trykker på en lenke",
|
||||
"description": "Beskrivelse av utvidelsen."
|
||||
},
|
||||
|
||||
"notificationTitle": {
|
||||
"message": "Varseltrykk",
|
||||
"description": "Tittel på varselet."
|
||||
},
|
||||
|
||||
"notificationContent": {
|
||||
"message": "Du trykket $URL$.",
|
||||
"description": "Forteller brukeren hvilken lenke som ble trykket.",
|
||||
"placeholders": {
|
||||
"url" : {
|
||||
"content" : "$1",
|
||||
"example" : "https://developer.mozilla.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user