-
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 #57 from OpenVoiceOS/release-0.1.7a1
Release 0.1.7a1
- Loading branch information
Showing
14 changed files
with
184 additions
and
98 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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
alza | ||
ancora | ||
aumenta | ||
più forte | ||
più alto | ||
più forte | ||
su |
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,3 +1,6 @@ | ||
abbassa | ||
basso | ||
diminuisci | ||
più piano | ||
più piano | ||
riduci | ||
silenzioso |
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": "Controllo Volume", | ||
"description": "Controlla il volume con la voce!", | ||
"examples": [ | ||
"Imposta il volume di default", | ||
"Alza il volume", | ||
"Stai zitto", | ||
"Abbassa il volume", | ||
"Metti il volume basso", | ||
"Alza il volume", | ||
"Alza il volume al massimo", | ||
"Alza il volume al massimo", | ||
"Stai zitto", | ||
"Sussurra", | ||
"Grida", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"Imposta il volume al valore predefinito", | ||
"Ripristina il volume", | ||
"[UNUSED]", | ||
"Alza il volume", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]" | ||
], | ||
"tags": [ | ||
"sistema", | ||
"audio", | ||
"controllo del volume", | ||
"configurazione", | ||
"volume", | ||
"licenza 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Abbassa il volume | ||
Diminuisci il volume | ||
Metti il volume basso | ||
Silenzio | ||
Silenzio | ||
Sussurra |
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,3 +1 @@ | ||
Il volume è già al massimo. | ||
Più forte mi rompo. | ||
Più forte ti rompo le orecchie! | ||
Il volume è già al massimo. |
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,3 +1,4 @@ | ||
Alza il volume al massimo | ||
Imposta il volume al massimo | ||
Metti il volume al massimo | ||
Metti il volume al massimo | ||
Volume massimo |
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,2 +1,3 @@ | ||
Muto | ||
Silenzio | ||
Silenzio | ||
Zitto |
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,3 +1,2 @@ | ||
Stai muto | ||
Stai zitto | ||
Zittisciti | ||
Stai zitto |
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,4 +1,4 @@ | ||
ovos-utils>=0.0.38,<1.0.0 | ||
ovos_workshop>=0.0.15,<3.0.0 | ||
ovos_workshop>=0.0.15,<4.0.0 | ||
ovos-utterance-normalizer>=0.0.1,<1.0.0 | ||
ovos-number-parser>=0.0.1,<1.0.0 |
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,24 +1,25 @@ | ||
{ | ||
"volume.current.dialog": [ | ||
"Adesso il volume \u00e8 a {volume}", | ||
"Adesso il volume \u00e8 impostato su {volume}" | ||
], | ||
"volume.change.amount.dialog": [ | ||
"A quanto? Scegli un valore tra 0 e 100." | ||
], | ||
"volume.max.dialog": [ | ||
"Ho aumentato il volume al massimo.", | ||
"Il volume \u00e8 ora al massimo." | ||
], | ||
"error.get.volume.dialog": [ | ||
"Sembra che ci sia un problema. Non so quale sia il volume attuale." | ||
], | ||
"volume.set.percent.dialog": [ | ||
"Volume al {level} per cento" | ||
], | ||
"volume.max.already.dialog": [ | ||
"Il volume \u00e8 gi\u00e0 al massimo.", | ||
"Pi\u00f9 forte mi rompo.", | ||
"Pi\u00f9 forte ti rompo le orecchie!" | ||
] | ||
} | ||
"volume.current.dialog": [ | ||
"Adesso il volume è a {volume}", | ||
"Adesso il volume è impostato su {volume}" | ||
], | ||
"volume.change.amount.dialog": [ | ||
"A quanto? Scegli un valore tra 0 e 100." | ||
], | ||
"volume.max.dialog": [ | ||
"Ho aumentato il volume al massimo.", | ||
"Il volume è ora al massimo.", | ||
"Il volume è ora al massimo." | ||
], | ||
"error.get.volume.dialog": [ | ||
"Sembra che ci sia un problema. Non so quale sia il volume attuale." | ||
], | ||
"volume.set.percent.dialog": [ | ||
"Volume al {level} per cento", | ||
"Volume al {level} per cento", | ||
"Volume al {level} per cento" | ||
], | ||
"volume.max.already.dialog": [ | ||
"Il volume è già al massimo." | ||
] | ||
} |
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,38 +1,47 @@ | ||
{ | ||
"volume.mute.toggle.intent": [ | ||
"Stai zitto", | ||
"Stai muto", | ||
"Zittisciti" | ||
], | ||
"volume.unmute.intent": [ | ||
"Ripristina il volume" | ||
], | ||
"volume.default.intent": [ | ||
"Imposta il volume di default", | ||
"Ripristina il volume di default", | ||
"Imposta il volume a medio", | ||
"Imposta il volume al valore predefinito" | ||
], | ||
"volume.max.intent": [ | ||
"Metti il volume al massimo", | ||
"Alza il volume al massimo", | ||
"Imposta il volume al massimo" | ||
], | ||
"volume.high.intent": [ | ||
"Aumenta il volume", | ||
"Alza il volume", | ||
"Metti il volume alto", | ||
"Grida", | ||
"Urla" | ||
], | ||
"volume.mute.intent": [ | ||
"Silenzio", | ||
"Muto" | ||
], | ||
"volume.low.intent": [ | ||
"Diminuisci il volume", | ||
"Abbassa il volume", | ||
"Metti il volume basso", | ||
"Silenzio" | ||
] | ||
} | ||
"volume.mute.toggle.intent": [ | ||
"Stai zitto", | ||
"Stai muto" | ||
], | ||
"volume.unmute.intent": [ | ||
"Ripristina il volume", | ||
"Ripristina il volume", | ||
"Ripristina il volume" | ||
], | ||
"volume.default.intent": [ | ||
"Imposta il volume di default", | ||
"Ripristina il volume di default", | ||
"Imposta il volume a medio", | ||
"Imposta il volume al valore predefinito", | ||
"[UNUSED]", | ||
"[UNUSED]", | ||
"[UNUSED]" | ||
], | ||
"volume.max.intent": [ | ||
"Metti il volume al massimo", | ||
"Alza il volume al massimo", | ||
"Imposta il volume al massimo", | ||
"Volume massimo", | ||
"Alza il volume al massimo" | ||
], | ||
"volume.high.intent": [ | ||
"Aumenta il volume", | ||
"Alza il volume", | ||
"Metti il volume alto", | ||
"Grida", | ||
"Urla", | ||
"[UNUSED]" | ||
], | ||
"volume.mute.intent": [ | ||
"Silenzio", | ||
"Muto", | ||
"Zitto" | ||
], | ||
"volume.low.intent": [ | ||
"Diminuisci il volume", | ||
"Abbassa il volume", | ||
"Metti il volume basso", | ||
"Silenzio", | ||
"Sussurra" | ||
] | ||
} |
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,23 +1,30 @@ | ||
{ | ||
"change.voc": [ | ||
"imposta", | ||
"cambia", | ||
"regola" | ||
], | ||
"quieter.voc": [ | ||
"pi\u00f9 piano", | ||
"abbassa", | ||
"diminuisci" | ||
], | ||
"louder.voc": [ | ||
"pi\u00f9 forte", | ||
"alza", | ||
"aumenta" | ||
], | ||
"current.voc": [ | ||
"attuale" | ||
], | ||
"volume.voc": [ | ||
"volume" | ||
] | ||
} | ||
"change.voc": [ | ||
"imposta", | ||
"cambia", | ||
"regola" | ||
], | ||
"quieter.voc": [ | ||
"più piano", | ||
"abbassa", | ||
"diminuisci", | ||
"basso", | ||
"silenzioso", | ||
"riduci" | ||
], | ||
"louder.voc": [ | ||
"più forte", | ||
"alza", | ||
"aumenta", | ||
"[UNUSED]", | ||
"più alto", | ||
"ancora", | ||
"su" | ||
], | ||
"current.voc": [ | ||
"attuale" | ||
], | ||
"volume.voc": [ | ||
"volume" | ||
] | ||
} |
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 = 5 | ||
VERSION_ALPHA = 0 | ||
VERSION_BUILD = 7 | ||
VERSION_ALPHA = 1 | ||
# END_VERSION_BLOCK |