forked from MycroftAI/skill-naptime
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
3 additions
and
3 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,14 +1,14 @@ | ||
{ | ||
"going.to.sleep.short.dialog": [ | ||
"Okay.", | ||
null | ||
"Lægger mig og sover." | ||
], | ||
"i.am.awake.dialog": [ | ||
"Jeg er vågen" | ||
], | ||
"going.to.sleep.dialog": [ | ||
"Jeg skal sove. Sig '{wake_word}, vågn op' for at få min opmærksomhed igen.", | ||
null, | ||
null | ||
"Lægger mig til at sove nu. Sig '{wake_word}, vågn op' for at vække mig igen.", | ||
"Okay, lægger mig til at sove. Du kan vække mig ved at sige '{wake_word}, vågn op'." | ||
] | ||
} |