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.
adjusting German translation from joergz2 (#56)
Co-authored-by: JoergZ2 <joerg.zywek@gmx.de>
- Loading branch information
1 parent
31fd9b0
commit 7803664
Showing
1 changed file
with
13 additions
and
13 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.", | ||
"Gehe schlafen." | ||
], | ||
"i.am.awake.dialog": [ | ||
"ich bin wieder wach" | ||
], | ||
"going.to.sleep.dialog": [ | ||
"Ich gehe schlafen. Sage '{wake_word}, wach auf' damit ich wieder zuh\u00f6re.", | ||
"Ich gehe jetzt schlafen. Sage '{wake_word}, wach auf' um mich aufzuwecken.", | ||
"Okay, gehe schlafen. Du kannst mich wecken, indem du '{wake_word}, wach auf' sagst." | ||
] | ||
} | ||
"going.to.sleep.short.dialog": [ | ||
"Okay.", | ||
"ich gehe schlafen" | ||
], | ||
"i.am.awake.dialog": [ | ||
"ich bin wieder wach" | ||
], | ||
"going.to.sleep.dialog": [ | ||
"Ich gehe schlafen. Sage '{wake_word}, wach auf' damit ich wieder zuhöre.", | ||
"Ich gehe jetzt schlafen. Sage '{wake_word}, wach auf' um mich aufzuwecken.", | ||
"Okay, ich gehe schlafen. Du kannst mich wecken, indem du '{wake_word}, wach auf' sagst." | ||
] | ||
} |