forked from NeonGeckoCom/skill-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from OpenVoiceOS/release-0.1.11a1
Release 0.1.11a1
- Loading branch information
Showing
3 changed files
with
34 additions
and
5 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
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,29 @@ | ||
{ | ||
"title": "Alertes", | ||
"description": "Una habilitat per a gestionar alarmes, temporitzadors, recordatoris, esdeveniments i tasques pendents i, opcionalment, sincronitzar-los amb un servei CalDAV. ", | ||
"examples": [ | ||
"Posa una alarma a les 8 AM.", | ||
"Inicia un temporitzador de pa durant 30 minuts.", | ||
"Programa un esdeveniment de tennis per a les 14:00 de divendres amb una durada de 2 hores.", | ||
"Estableix una alarma diària per a les 8 del matí.", | ||
"Estableix una alarma per a les 8 del matí tots els dissabtes.", | ||
"recorda'm de treure les escombraries cada dijous i diumenge a les 19h.", | ||
"desperta'm a les 8 del matí amb música.", | ||
"Quan és la meva pròxima alarma?", | ||
"Quins són els meus recordatoris?", | ||
"Cancel·la totes les alarmes.", | ||
"Cancel·la tots els temporitzadors.", | ||
"Cancel·la tots els recordatoris.", | ||
"Què m'he perdut?", | ||
"M'he perdut alguna cosa?" | ||
], | ||
"tags": [ | ||
"productivitat", | ||
"dia a dia", | ||
"alerta", | ||
"alarma", | ||
"temporitzador", | ||
"recordatori", | ||
"programació" | ||
] | ||
} |
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,6 +1,6 @@ | ||
# START_VERSION_BLOCK | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 1 | ||
VERSION_BUILD = 10 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 11 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |