Dutch for v4.0 plugins

This commit is contained in:
ltGuillaume 2021-12-24 23:31:43 +01:00
parent 320f9a2f0c
commit e9e1f221d6
10 changed files with 99 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"plugin-data":
{
"name": "Alternatief Thema",
"description": "Met deze plugin kan het thema Alternatief geconfigureerd worden."
},
"enable-or-disable-dark-mode": "Donkere modus in-/uitschakelen.",
"enable-or-disable-google-fonts": "Lettertypes van Google in-/uitschakelen.",
"relative": "Relatief",
"absolute": "Absoluut",
"change-the-date-format-for-the-main-page": "Het datumformaat voor de hoofdpagina aanpassen.",
"show-tags": "Tags tonen",
"show-tags-in-the-main-page-for-each-article": "Op de hoofdpagina voor ieder artikel de tags tonen."
}

View file

@ -0,0 +1,14 @@
{
"plugin-data":
{
"name": "BlogX Thema",
"description": "Met deze plugin kan het thema BlogX geconfigureerd worden."
},
"enable-or-disable-dark-mode": "Donkere modus in-/uitschakelen.",
"enable-or-disable-google-fonts": "Lettertypes van Google in-/uitschakelen.",
"relative": "Relatief",
"absolute": "Absoluut",
"change-the-date-format-for-the-main-page": "Het datumformaat voor de hoofdpagina aanpassen.",
"show-tags": "Tags tonen",
"show-tags-in-the-main-page-for-each-article": "Op de hoofdpagina voor ieder artikel de tags tonen."
}

View file

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "Recente pagina's",
"description": "Toont de meest recente pagina's in het dashboard."
},
"latest-pages": "Recente pagina's"
}

View file

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Open Graph",
"description": "Het Open Graph-protocol stelt elke webpagina in staat een rich object te worden in een social graph. Dit wordt bijvoorbeeld gebruikt op Facebook om elke webpagina dezelfde functionaliteit te geven als elk ander object op Facebook."
},
"set-a-default-image-for-pages-without-pictures": "Een standaardafbeelding instellen voor pagina's zonder afbeeldingen.",
"set-your-facebook-app-id": "Facebook App ID instellen."
}

View file

@ -0,0 +1,14 @@
{
"plugin-data":
{
"name": "Popeye Thema",
"description": "Met deze plugin kan het thema Popeye geconfigureerd worden."
},
"enable-or-disable-dark-mode": "Donkere modus in-/uitschakelen.",
"enable-or-disable-google-fonts": "Lettertypes van Google in-/uitschakelen.",
"relative": "Relatief",
"absolute": "Absoluut",
"change-the-date-format-for-the-main-page": "Het datumformaat voor de hoofdpagina aanpassen.",
"show-tags": "Tags tonen",
"show-tags-in-the-main-page-for-each-article": "Op de hoofdpagina voor ieder artikel de tags tonen."
}

View file

@ -0,0 +1,9 @@
{
"plugin-data":
{
"name": "Robots",
"description": "Schakelt de functie om robots uit te sluiten standaard in op uw website. Dit gedrag is ook per pagina te configureren via de SEO-opties. Met deze plugin kunt u ook het robots.txt-bestand configureren."
},
"configure-robotstxt-file": "Robots.txt-bestand configureren",
"this-plugin-generates-the-file": "De plugin genereert het volgende bestand:"
}

View file

@ -0,0 +1,10 @@
{
"plugin-data":
{
"name": "RSS-feed",
"description": "Deze plugin genereert een RSS-feed, waarmee gebruikers en applicaties zich kunnen abonneren op de inhoud van de website."
},
"the-number-of-items-to-display-in-the-feed": "Aantal items in de feed tonen.",
"rss-url": "RSS-link",
"this-plugin-generates-the-file": "De plugin genereert het volgende bestand:"
}

View file

@ -6,4 +6,5 @@
},
"search": "Zoeken",
"show-button-search": "Knop Zoeken tonen"
}
"minimum-number-of-characters-when-searching": "Minimum aantal tekens bij het zoeken"
}

View file

@ -0,0 +1,11 @@
{
"plugin-data":
{
"name": "Bezoekersstatistieken",
"description": "Toont het aantal bezoeken en unieke bezoekers in het dashboard."
},
"visits": "Bezoeken",
"visitors": "Bezoekers",
"unique-visitors": "Unieke bezoekers",
"exclude-administrators-users" : "Gebruikers met de rol 'Beheerder' uitsluiten"
}

View file

@ -0,0 +1,8 @@
{
"plugin-data":
{
"name": "Welkom",
"description": "Toont een welkomstboodschap in het dashboard."
},
"welcome": "Welkom"
}