forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate dialogs.json via GitLocalize
- Loading branch information
1 parent
766a215
commit ddcd046
Showing
1 changed file
with
46 additions
and
45 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 |
---|---|---|
@@ -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}" | ||
] | ||
} |