Reset to default kalliope starter kit for french
This commit is contained in:
parent
fa00cfbf8d
commit
f1ef5ec58a
24 changed files with 150 additions and 1078 deletions
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
|
||||
- name: "stop-kalliope"
|
||||
signals:
|
||||
- order: "stop"
|
||||
neurons:
|
||||
- say:
|
||||
message: "Au revoir"
|
||||
- kill_switch
|
|
@ -1,11 +0,0 @@
|
|||
- name: "search-fr"
|
||||
signals:
|
||||
- order: "recherche {{ search }}"
|
||||
neurons:
|
||||
- say:
|
||||
message:
|
||||
- "Recherche effectuee"
|
||||
- search:
|
||||
args:
|
||||
- search
|
||||
async: False
|
|
@ -1,47 +1,6 @@
|
|||
---
|
||||
- name: "say-hello-fr"
|
||||
signals:
|
||||
- order: "Bonjour"
|
||||
neurons:
|
||||
- say:
|
||||
message:
|
||||
- "Bonjour monsieur"
|
||||
|
||||
- name: "open-software-fr"
|
||||
signals:
|
||||
- order: "ouvre moi {{ application }}"
|
||||
- order: "ouvre-moi {{ application }}"
|
||||
- order: "ouvrir {{ application }}"
|
||||
- order: "ouvre {{ application }}"
|
||||
- order: "ouvres {{ application }}"
|
||||
neurons:
|
||||
- say:
|
||||
message:
|
||||
- "Le logiciel est ouvert"
|
||||
- run:
|
||||
args:
|
||||
- application
|
||||
async: True
|
||||
|
||||
- name: "open-google-fr"
|
||||
signals:
|
||||
- order: "google"
|
||||
neurons:
|
||||
- say:
|
||||
message:
|
||||
- "Google est ouvert"
|
||||
- shell:
|
||||
cmd: "firefox http://www.google.fr/&"
|
||||
async: True
|
||||
|
||||
- name: "open-facebook-fr"
|
||||
signals:
|
||||
- order: "facebook"
|
||||
neurons:
|
||||
- say:
|
||||
message:
|
||||
- "Facebook est ouvert"
|
||||
- shell:
|
||||
cmd: "firefox http://fr-fr.facebook.com/&"
|
||||
async: True
|
||||
|
||||
- name: "say-hello-fr"
|
||||
signals:
|
||||
- order: "Bonjour"
|
||||
neurons:
|
||||
- say:
|
||||
message: "Bonjour {{name}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue