Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions locale/fr-fr/dialog/cant_call.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Je n'ai pas pu traiter votre demande d'appel.
1 change: 1 addition & 0 deletions locale/fr-fr/dialog/cant_send.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Je n'ai pas pu traiter votre demande de message.
2 changes: 2 additions & 0 deletions locale/fr-fr/dialog/one_moment.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Un instant.
Un moment.
6 changes: 6 additions & 0 deletions locale/fr-fr/vocab/call.intent
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Appeler {{contact}}
Passer un appel à {{contact}}
Téléphoner à {{contact}}
Neon appeler {{contact}}
Neon passer un appel à {{contact}}
Neon téléphoner à {{contact}}
4 changes: 4 additions & 0 deletions locale/fr-fr/vocab/draft.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
envoyer
rédiger
commencer
créer
3 changes: 3 additions & 0 deletions locale/fr-fr/vocab/message.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
message
crier
texto
3 changes: 3 additions & 0 deletions locale/fr-fr/vocab/neon.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
neon
leon
nyan
44 changes: 22 additions & 22 deletions skill.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
{
"title": "Communication",
"url": "https://github.com/NeonGeckoCom/skill-communication",
"title": "neon-skill-communication",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"summary": "Skill for the Common Message Skill framework.",
"short_description": "Skill for the Common Message Skill framework.",
"description": "This handles requests to send messages and place calls by communicating with all call and message handling skills and selecting the appropriate one to handle a request.",
"examples": [],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"credits": [
"Neongecko"
],
"tags": [],
"category": "",
"package_name": "neon-skill-communication",
"pip_spec": "neon-skill-communication",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "0.2.0",
"url": "https://github.com/NeonGeckoCom/skill-communication",
"skill_id": "skill-communication.neongeckocom=skill_communication:CommunicationSkill",
"skillname": "skill-communication",
"authorname": "NeonGeckoCom",
"name": "neon-skill-communication",
"requirements": {
"python": [
"neon-utils~=1.12",
Expand All @@ -17,6 +27,9 @@
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
Expand All @@ -26,19 +39,6 @@
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"category": "",
"categories": [],
"tags": [
"NeonGecko Original",
"NeonAI"
],
"credits": [
"NeonDaniel",
"NeonGeckoCom"
],
"skillname": "skill-communication",
"authorname": "NeonGeckoCom",
"foldername": null
"foldername": null,
"short_description": "Skill for the Common Message Skill framework."
}
Loading