This repository has been archived by the owner on Jun 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): create Dutch translation
Dutch language
- Loading branch information
Showing
1 changed file
with
107 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"title": "Systeem status", | ||
"description": "Blijf op de hoogte van realtime en historische onderbrekingen van onze service die mogelijk van invloed zijn op u.", | ||
"labels": { | ||
"contact": "Contact", | ||
"support": "Support", | ||
"home": "Startpagina", | ||
"powered-by": "Powered by" | ||
}, | ||
"statuses": { | ||
"under-maintenance": "In onderhoud", | ||
"degraded-performance": "Verminderde prestatie", | ||
"partial-outage": "Gedeeltelijke uitval", | ||
"major-outage": "Grote uitval", | ||
"operational": "Operationeel" | ||
}, | ||
"dates": { | ||
"formats": { | ||
"short": "D MMM YYYY", | ||
"long": "D MMM, HH:mm UTC", | ||
"month": "MMMM YYYY" | ||
} | ||
}, | ||
"incidents": { | ||
"incidents": "Incidenten", | ||
"incident": "Incident", | ||
"scheduled": "Gepland onderhoud", | ||
"incidents-history": "Incidenten geschiedenis", | ||
"incidents-history-description": "Huidige en historische operationele onderbrekingen van onze service.", | ||
"incidents-history-days-since-latest": "1 dag sinds het laatste incident | {days} dagen sinds het laatste incident", | ||
"latest-incidents": "Laatste incidenten", | ||
"current-status": "Huidige status", | ||
"current-status-description": "Blijf op de hoogte van realtime en historische onderbrekingen van onze service die mogelijk van invloed zijn op u.", | ||
"no-incidents": "Geen incidenten gemeld.", | ||
"resolved": "Opgelost", | ||
"unresolved": "Onopgelost", | ||
"paginator": { | ||
"previous": "Vorige pagina", | ||
"next": "Volgende pagina", | ||
"page": "Pagina" | ||
}, | ||
"collapse": { | ||
"show": "Toon alle {count} incidenten", | ||
"hide": "Laat minder incidenten zien" | ||
} | ||
}, | ||
"error": { | ||
"go-back-link": "Ga terug naar de startpagina", | ||
"404": { | ||
"title": "Pagina niet gevonden", | ||
"description": "De pagina waarnaar u op zoek was, is niet gevonden" | ||
}, | ||
"other": { | ||
"title": "Er is een fout opgetreden", | ||
"description": "Het spijt ons, maar we kunnen uw verzoek niet vervullen" | ||
} | ||
}, | ||
"systems": { | ||
"items": { | ||
"cdn": { | ||
"title": "CDN" | ||
}, | ||
"dns": { | ||
"title": "DNS" | ||
}, | ||
"site-delivery": { | ||
"title": "Site delivery" | ||
}, | ||
"api": { | ||
"title": "API", | ||
"description": "De API-eindpunten waartoe ontwikkelaars toegang toe hebben" | ||
} | ||
} | ||
}, | ||
"notifications": { | ||
"title": "Abonneer u op updates", | ||
"description": "Kies uit de onderstaande opties om automatisch statusupdates te ontvangen.", | ||
"buttons": { | ||
"subscribe": "Abonneren", | ||
"close": "Sluiten" | ||
}, | ||
"items": { | ||
"icalendar": { | ||
"title": "Kalender", | ||
"description": "Ontvang <strong>geplande onderhoudsbeurten</strong> via <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">iCalendar</a>." | ||
}, | ||
"feeds": { | ||
"title": "Feeds", | ||
"description": "Klik hier voor <a href=\"{atom_url}\" target=\"_blank\" rel=\"noopener\">de Atom Feed</a> of <a href=\"{rss_url}\" target=\"_blank\" rel=\"noopener\">de RSS-feed</a>." | ||
}, | ||
"twitter": { | ||
"title": "Twitter", | ||
"description": "of <a href=\"https://twitter.com/{username}\" target=\"_blank\" rel=\"noopener\">bekijk ons profiel</a>." | ||
}, | ||
"support": { | ||
"title": "Support", | ||
"description": "Bezoek onze <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">ondersteuningssite</a>." | ||
}, | ||
"webpush": { | ||
"title": "Push", | ||
"description": "Meldingen afgeleverd in uw browser.", | ||
"enable": "Notificaties aanzetten", | ||
"enabled": "Meldingen zijn ingeschakeld voor deze browser." | ||
} | ||
} | ||
} | ||
} |