diff --git a/locale/fr-fr/dialog/cant_call.dialog b/locale/fr-fr/dialog/cant_call.dialog new file mode 100644 index 0000000..55e5753 --- /dev/null +++ b/locale/fr-fr/dialog/cant_call.dialog @@ -0,0 +1 @@ +Je n'ai pas pu traiter votre demande d'appel. diff --git a/locale/fr-fr/dialog/cant_send.dialog b/locale/fr-fr/dialog/cant_send.dialog new file mode 100644 index 0000000..81d382f --- /dev/null +++ b/locale/fr-fr/dialog/cant_send.dialog @@ -0,0 +1 @@ +Je n'ai pas pu traiter votre demande de message. diff --git a/locale/fr-fr/dialog/one_moment.dialog b/locale/fr-fr/dialog/one_moment.dialog new file mode 100644 index 0000000..ecc881f --- /dev/null +++ b/locale/fr-fr/dialog/one_moment.dialog @@ -0,0 +1,2 @@ +Un instant. +Un moment. diff --git a/locale/fr-fr/vocab/call.intent b/locale/fr-fr/vocab/call.intent new file mode 100644 index 0000000..48f007f --- /dev/null +++ b/locale/fr-fr/vocab/call.intent @@ -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}} diff --git a/locale/fr-fr/vocab/draft.voc b/locale/fr-fr/vocab/draft.voc new file mode 100644 index 0000000..6e7f21d --- /dev/null +++ b/locale/fr-fr/vocab/draft.voc @@ -0,0 +1,4 @@ +envoyer +rédiger +commencer +créer diff --git a/locale/fr-fr/vocab/message.voc b/locale/fr-fr/vocab/message.voc new file mode 100644 index 0000000..1cbdf5a --- /dev/null +++ b/locale/fr-fr/vocab/message.voc @@ -0,0 +1,3 @@ +message +crier +texto diff --git a/locale/fr-fr/vocab/neon.voc b/locale/fr-fr/vocab/neon.voc new file mode 100644 index 0000000..877ef20 --- /dev/null +++ b/locale/fr-fr/vocab/neon.voc @@ -0,0 +1,3 @@ +neon +leon +nyan diff --git a/skill.json b/skill.json index e969d27..3b889da 100644 --- a/skill.json +++ b/skill.json @@ -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", @@ -17,6 +27,9 @@ "system": {}, "skill": [] }, + "desktopFile": false, + "warning": "", + "systemDeps": false, "incompatible_skills": [], "platforms": [ "i386", @@ -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." } \ No newline at end of file