Latest translations and fallbacks
parent
c240733aee
commit
dc1df3d9b5
@ -1,11 +1,11 @@
|
||||
{
|
||||
"post-cache": "Post Cache",
|
||||
"posts-in-cache": "Posts in Cache",
|
||||
"average-post-size": "Average Post Size",
|
||||
"length-to-max": "Length / Max",
|
||||
"percent-full": "%1% Full",
|
||||
"post-cache-size": "Post Cache Size",
|
||||
"items-in-cache": "Items in Cache",
|
||||
"control-panel": "Control Panel",
|
||||
"update-settings": "Update Cache Settings"
|
||||
"post-cache": "Onderwerpcache",
|
||||
"posts-in-cache": "Onderwerpen in cache",
|
||||
"average-post-size": "Gemiddelde onderwerp grootte",
|
||||
"length-to-max": "Lengte / Max",
|
||||
"percent-full": "%1%vol",
|
||||
"post-cache-size": "Onderwerpcache grootte",
|
||||
"items-in-cache": "Items in cache",
|
||||
"control-panel": "Controlepaneel",
|
||||
"update-settings": "Update cache instellingen"
|
||||
}
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"figure-x": "Figure %1",
|
||||
"error-events-per-day": "<code>%1</code> events per day",
|
||||
"error.404": "404 Not Found",
|
||||
"error.503": "503 Service Unavailable",
|
||||
"manage-error-log": "Manage Error Log",
|
||||
"export-error-log": "Export Error Log (CSV)",
|
||||
"clear-error-log": "Clear Error Log",
|
||||
"figure-x": "Figuur %1",
|
||||
"error-events-per-day": "<code>%1</code> gebeurtenissen per dag",
|
||||
"error.404": "404 Niet gevonden",
|
||||
"error.503": "503 Niet beschikbaar",
|
||||
"manage-error-log": "Beheer foutenlogboek",
|
||||
"export-error-log": "Exporteer foutenlogboek (CSV)",
|
||||
"clear-error-log": "Wis foutenlogboek",
|
||||
"route": "Route",
|
||||
"count": "Count",
|
||||
"no-routes-not-found": "Hooray! No 404 errors!",
|
||||
"clear404-confirm": "Are you sure you wish to clear the 404 error logs?",
|
||||
"clear404-success": "\"404 Not Found\" errors cleared"
|
||||
"count": "Aantal",
|
||||
"no-routes-not-found": "Hoera! Geen 404 fouten",
|
||||
"clear404-confirm": "Weet je het zeker dat je de 404 logs wil wissen?",
|
||||
"clear404-success": "\"404 Niet gevonden\" foutenlogboek gewist"
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"events": "Events",
|
||||
"no-events": "There are no events",
|
||||
"control-panel": "Events Control Panel",
|
||||
"delete-events": "Delete Events"
|
||||
"no-events": "Er zijn geen events",
|
||||
"control-panel": "Events Controlepaneel",
|
||||
"delete-events": "Verwijder events"
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"logs": "Logs",
|
||||
"control-panel": "Logs Control Panel",
|
||||
"reload": "Reload Logs",
|
||||
"clear": "Clear Logs",
|
||||
"clear-success": "Logs Cleared!"
|
||||
"logs": "Logboeken",
|
||||
"control-panel": "Logboeken Controlepaneel",
|
||||
"reload": "Logboeken herladen",
|
||||
"clear": "Logboeken wissen",
|
||||
"clear-success": "Logboeken gewist!"
|
||||
}
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"custom-css": "Custom CSS/LESS",
|
||||
"custom-css.description": "Enter your own CSS/LESS declarations here, which will be applied after all other styles.",
|
||||
"custom-css.enable": "Enable Custom CSS/LESS",
|
||||
"custom-css": "Aangepaste CSS/LESS",
|
||||
"custom-css.description": "Voer hier je eigen CSS/LESS regels in. Deze zullen worden toegepast na alle andere stijlen.",
|
||||
"custom-css.enable": "Activeer aangepaste CSS/LESS",
|
||||
|
||||
"custom-js": "Custom Javascript",
|
||||
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
|
||||
"custom-js.enable": "Enable Custom Javascript",
|
||||
"custom-js": "Aangepast Javascript",
|
||||
"custom-js.description": "Voer hier je eigen javascript code in. Deze zullen worden uitgevoerd als de pagina volledig is geladen.",
|
||||
"custom-js.enable": "Activeer aangepast javascript",
|
||||
|
||||
"custom-header": "Custom Header",
|
||||
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-header\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
|
||||
"custom-header.enable": "Enable Custom Header",
|
||||
"custom-header": "Aangepaste header",
|
||||
"custom-header.description": "Voer hier aangepaste HTML in (bijv. metatags, etc.), die zullen worden toegevoegd aan de <code><head></code> sectie van de Forum pagina. Script-tags zijn toegestaan, maar worden afgeraden omdat de <a href=\"#custom-header\" data-toggle=\"tab\">Aangepast Javascript</a> tab daarvoor beschikbaar is.",
|
||||
"custom-header.enable": "Activeer aangepaste header",
|
||||
|
||||
"custom-css.livereload": "Enable Live Reload",
|
||||
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
|
||||
"custom-css.livereload": "Activeer Live Reload",
|
||||
"custom-css.livereload.description": "Activeer dit om alle sessies op elk apparaat ingelogd onder jouw account te verversen elke keer wanneer je op opslaan klikt."
|
||||
}
|
Loading…
Reference in New Issue