-
-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #194 from jghaanstra/main
- Loading branch information
Showing
2 changed files
with
59 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 |
---|---|---|
|
@@ -34,5 +34,9 @@ | |
{ | ||
"code": "dk", | ||
"name": "Dansk" | ||
}, | ||
{ | ||
"code": "nl", | ||
"name": "Nederlands" | ||
} | ||
] |
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,55 @@ | ||
{ | ||
"14 Days": "14 dagen", | ||
"30 Days": "30 dagen", | ||
"60 Days": "60 dagen", | ||
"7 Days": "7 dagen", | ||
"90 Days": "90 dagen", | ||
"Availability per Component": "Beschikbaarheid per component", | ||
"Back": "Terug", | ||
"Badge": "Badge", | ||
"Badge Copied": "Badge gekopieerd", | ||
"Code Copied": "Code gekopieerd", | ||
"Copy Code": "Kopieer code", | ||
"Copy Link": "Kopieer link", | ||
"Dark": "Donker", | ||
"Days": "Dagen", | ||
"DEGRADED": "BEPERKT", | ||
"DOWN": "NIET BEREIKBAAR", | ||
"Embed": "Insluiten", | ||
"Embed this monitor using <script> or <iframe> in your app.": "Sluit deze monitor in met behulp van <script> of <iframe> in je app.", | ||
"Get SVG badge for this monitor": "SVG-badge ophalen voor deze monitor", | ||
"Get a LIVE Status for this monitor": "LIVE-status ophalen voor deze monitor", | ||
"IDENTIFIED": "GEIDENTIFICEERD", | ||
"Incident Updates": "Incident updates", | ||
"INVESTIGATING": "ONDERZOEK BEZIG", | ||
"Lasted for about %lastedFor": "Duurde ongeveer %lastedFor", | ||
"Light": "Licht", | ||
"Link Copied": "Link gekopieerd", | ||
"LIVE Status": "LIVE status", | ||
"Mode": "Modus", | ||
"MONITORING": "MONITOREN", | ||
"No Data": "Geen gegevens", | ||
"No Incidents": "Geen incidenten", | ||
"No Incident On %date": "Geen incident op %date", | ||
"No Monitor Found": "Geen monitor gevonden", | ||
"No Updates Yet": "Nog geen updates", | ||
"Ongoing Incidents": "Lopende incidenten", | ||
"Pinging": "Pingen", | ||
"Recent Incidents": "Recente incidenten", | ||
"RESOLVED": "OPGELOST", | ||
"Share": "Delen", | ||
"Share this monitor using a link with others": "Deel deze monitor met anderen via een link", | ||
"Standard": "Standaard", | ||
"Started about %startedAt ago, lasted for about %lastedFor": "Begonnen ongeveer %startedAt geleden, duurde ongeveer %lastedFor", | ||
"Started about %startedAt ago, still ongoing": "Begonnen ongeveer %startedAt geleden, nog steeds bezig", | ||
"Starts in %startedAt": "Begint over %startedAt", | ||
"Starts in %startedAt, will last for about %lastedFor": "Begint over %startedAt, zal ongeveer %lastedFor duren", | ||
"Status": "Status", | ||
"Status OK": "Status OK", | ||
"Theme": "Thema", | ||
"Today": "Vandaag", | ||
"UP": "BEREIKBAAR", | ||
"Updates": "Updates", | ||
"Uptime": "Uptime", | ||
"%status for %duration": "%status voor %duration" | ||
} |