forked from NeonGeckoCom/skill-core_ready
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
37 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 @@ | ||
Vale. Deixarei de notificar cando estea listo. |
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 @@ | ||
Vale. Dígoche cando estea listo despois de reiniciar. |
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 @@ | ||
Estou listo! |
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 @@ | ||
(desactivar|desconectar|apagar) (son|notificación|fala|sons|notificacións) (de inicio|ao iniciar|do inicio|de arranque|de carga|que se prepararan|cargado|cargada|cargados|cargadas) |
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 @@ | ||
(activar|conectar|acender) (son|notificación|fala|sons|notificacións) (de inicio|ao iniciar|do inicio|de arranque|de carga|que se prepararan|cargado|cargada|cargados|cargadas) |
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 @@ | ||
Il sistema ha terminato l'avvio ed è pronto. | ||
Il sistema è pronto per l'uso. | ||
Il sistema è pronto. | ||
Tutti i servizi sono attivi e funzionanti. | ||
Tutto è attivo e operativo. |
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 @@ | ||
Alcuni servizi sono ancora in fase di avvio. | ||
Il sistema non è ancora completamente operativo. Per favore dammi ancora un po' di tempo. | ||
Il sistema non è ancora completamente pronto. | ||
Il sistema è ancora in fase di avvio. Per favore attendi un momento. | ||
Non tutto è ancora pronto. |
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,13 @@ | ||
{ | ||
"/dialog/confirm_no_speak_ready.dialog": [ | ||
"Vale. Deixarei de notificar cando estea listo." | ||
], | ||
"/dialog/ready.dialog": [ | ||
"Estou listo!" | ||
], | ||
"/dialog/confirm_ready.dialog": [], | ||
"/dialog/confirm_speak_ready.dialog": [ | ||
"Vale. Dígoche cando estea listo despois de reiniciar." | ||
], | ||
"/dialog/deny_ready.dialog": [] | ||
} |
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,9 @@ | ||
{ | ||
"/intent/are_you_ready.intent": [], | ||
"/intent/disable_ready_notification.intent": [ | ||
"(desactivar|desconectar|apagar) (son|notificación|fala|sons|notificacións) (de inicio|ao iniciar|do inicio|de arranque|de carga|que se prepararan|cargado|cargada|cargados|cargadas)" | ||
], | ||
"/intent/enable_ready_notification.intent": [ | ||
"(activar|conectar|acender) (son|notificación|fala|sons|notificacións) (de inicio|ao iniciar|do inicio|de arranque|de carga|que se prepararan|cargado|cargada|cargados|cargadas)" | ||
] | ||
} |