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 skill.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: mt-gitlocalize <mt@gitlocalize.com> Co-authored-by: Andreas Lorensen <andlo@outlook.dk>
- Loading branch information
1 parent
f4d63a0
commit 41c7f16
Showing
2 changed files
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"skill_id": "skill-ovos-naptime.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-naptime", | ||
"name": "Naptime", | ||
"description": "Læg assistenten til at sove, når du ikke vil forstyrres.", | ||
"examples": [ | ||
"Gå i seng", | ||
"Nap tid", | ||
"Vågn op" | ||
], | ||
"tags": [ | ||
"lur", | ||
"naptime", | ||
"sove", | ||
"forstyr-ikke" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"wakeup.voc": [ | ||
"vågn op" | ||
] | ||
} |