Skip to content

Commit

Permalink
Merge pull request #194 from jghaanstra/main
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnandan1 authored Jan 15, 2025
2 parents dd3c26b + adce978 commit 866a133
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/locales/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
{
"code": "dk",
"name": "Dansk"
},
{
"code": "nl",
"name": "Nederlands"
}
]
55 changes: 55 additions & 0 deletions src/lib/locales/nl.json
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 &#x3C;script&#x3E; or &#x3C;iframe&#x3E; 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"
}

0 comments on commit 866a133

Please sign in to comment.