Skip to content

Commit

Permalink
Translate dialogs.json via GitLocalize
Browse files Browse the repository at this point in the history
  • Loading branch information
timonvanhasselt authored and gitlocalize-app[bot] committed Nov 6, 2024
1 parent 766a215 commit ddcd046
Showing 1 changed file with 46 additions and 45 deletions.
91 changes: 46 additions & 45 deletions translations/nl-nl/dialogs.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,47 @@
{
"/dialog/date.relative.future.dialog": [
"{date}, over {num_days}",
"Het is {date}, over {num_days}",
"{date}, is {num_days} vanaf nu",
"Het is {date}, {num_days} vanaf nu"
],
"/dialog/date.future.weekend.dialog": [
"Volgend weekend is {saturday_date}, tot {sunday_date}"
],
"/dialog/date.not.found.dialog": [
"Ik kan deze datum niet vinden"
],
"/dialog/date.last.weekend.dialog": [
"Afgelopen weekend was {saturday_date}, tot {sunday_date}"
],
"/dialog/time.future.dialog": [
"{time}",
"Het zal {time} zijn ",
"Dan is het {time}"
],
"/dialog/next.leap.year.dialog": [
"Het volgende schrikkeljaar is {year}"
],
"/dialog/date.relative.past.dialog": [
"Het was {date}, {num_days} geleden",
"{date}, is {num_days} geleden"
],
"/dialog/did.you.mean.timezone.dialog": [
"Bedoelde je {zone_name} tijdzone?"
],
"/dialog/date.dialog": [
"Het is {date}",
"De huidige datum is {date}",
"{date}"
],
"/dialog/time.tz.not.found.dialog": [
"Ik kon de tijdzone niet vinden voor {location}"
],
"/dialog/time.current.dialog": [
"{time}",
"Momenteel is het {time}",
"Momenteel {time}",
"Het is {time}"
]
}
"/dialog/date.relative.future.dialog": [
"{date}, over {num_days}",
"Het is {date}, over {num_days}",
"{date}, is {num_days} vanaf heden",
"Het is {date}, {num_days} vanaf nu"
],
"/dialog/date.future.weekend.dialog": [
"Volgend weekend is {saturday_date}, tot {sunday_date}"
],
"/dialog/date.not.found.dialog": [
"Ik kan deze datum niet vinden."
],
"/dialog/date.last.weekend.dialog": [
"Afgelopen weekend was {saturday_date}, tot {sunday_date}"
],
"/dialog/time.future.dialog": [
"{time}",
"Het zal {time} zijn "
],
"/dialog/next.leap.year.dialog": [
"Het volgende schrikkeljaar is {year}"
],
"/dialog/date.relative.past.dialog": [
"Het was {date}, {num_days} geleden",
"{date}, is {num_days} geleden"
],
"/dialog/did.you.mean.timezone.dialog": [
"Bedoelde je {zone_name} tijdzone?"
],
"/dialog/date.dialog": [
"Het is {date}",
"De huidige datum is {date}",
"Het is {date}",
"{date}"
],
"/dialog/time.tz.not.found.dialog": [
"Ik kon de tijdzone niet vinden voor {location}"
],
"/dialog/time.current.dialog": [
"{time}",
"Momenteel is het {time}",
"Momenteel {time}",
"Het is {time}",
"De huidige tijd is {time}"
]
}

0 comments on commit ddcd046

Please sign in to comment.