-
Notifications
You must be signed in to change notification settings - Fork 4
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 #60 from OpenVoiceOS/release-0.1.8a2
Release 0.1.8a2
- Loading branch information
Showing
5 changed files
with
53 additions
and
25 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,45 @@ | ||
{ | ||
"name": "Control de volum", | ||
"description": "Controleu el volum d'OVOS amb ordres verbals", | ||
"examples": [ | ||
"volum predeterminat", | ||
"commuta l'àudio", | ||
"silencia el volum", | ||
"abaixa el nivell de volum", | ||
"volum avall", | ||
"apuja el volum", | ||
"posa el volum al màxim", | ||
"posa el nivell de volum al màxim", | ||
"commuta el silenci", | ||
"nivell de volum baix", | ||
"nivell de volum alt", | ||
"volum al nivell més alt", | ||
"volum màxim", | ||
"posa el volum a la meitat", | ||
"restaura el volum", | ||
"volum mitjà", | ||
"volum alt", | ||
"silencia l'àudio", | ||
"no silencïis l'àudio", | ||
"deixa de silenciar", | ||
"volum alt", | ||
"màxim volum", | ||
"restableix el volum", | ||
"posa el volum per defecte", | ||
"posa el nivell de volum per defecte", | ||
"volum baix", | ||
"volum alt", | ||
"volum baix", | ||
"silencia", | ||
"no silenciïs el volum", | ||
"volum màxim" | ||
], | ||
"tags": [ | ||
"sistema", | ||
"so", | ||
"control-de-volum", | ||
"Configuració", | ||
"volum", | ||
"llicència-permissiva" | ||
] | ||
} |
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
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 = 7 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 8 | ||
VERSION_ALPHA = 2 | ||
# END_VERSION_BLOCK |