forked from MycroftAI/skill-personal
-
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.
Co-authored-by: OpenVoiceOS <[email protected]>
- Loading branch information
1 parent
895120e
commit e62d854
Showing
1 changed file
with
21 additions
and
26 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 |
---|---|---|
@@ -1,27 +1,22 @@ | ||
{ | ||
"who.made.me.dialog": [ | ||
"La merveilleuse communaut\u00e9 d'Open Voice O.S.", | ||
"Les incroyables contributeurs de la communaut\u00e9 Open Voice O.S." | ||
], | ||
"who.am.i.dialog": [ | ||
"Mon nom est {name}, je suis un assistant vocal intelligent.", | ||
"Je suis {name}, une I.A. avec un code source ouvert.", | ||
"Je suis {name}, un assistant vocal." | ||
], | ||
"where.was.i.born.dialog": [ | ||
"Je suis n\u00e9 \u00e0 {location}.", | ||
"J'ai vu le jour \u00e0 {location}." | ||
], | ||
"what.am.i.dialog": [ | ||
"Je suis une intelligence artificielle open source.", | ||
"Je suis un logiciel intelligent pour communiquer avec des machines.", | ||
"Je suis un assistant vocal intelligent." | ||
], | ||
"when.was.i.born.dialog": [ | ||
"J'ai vu le jour en {year}.", | ||
"Je suis n\u00e9 en {year}.", | ||
"J'ai parl\u00e9 pour la premi\u00e8re fois en {year}.", | ||
"C'est en {year} que je suis n\u00e9.", | ||
"C'est en {year} que j'ai vu le jour." | ||
] | ||
} | ||
"who.made.me.dialog": [ | ||
"La merveilleuse communauté d' {creator}", | ||
"Les incroyables contributeurs de la communauté {creator}" | ||
], | ||
"who.am.i.dialog": [ | ||
"Mon nom est {name}, je suis un assistant vocal intelligent.", | ||
"Je suis {name}, une I.A. avec un code source ouvert." | ||
], | ||
"where.was.i.born.dialog": [ | ||
"Je suis né à {location}." | ||
], | ||
"what.am.i.dialog": [ | ||
"Je suis une intelligence artificielle open source.", | ||
"Je suis un logiciel intelligent pour communiquer avec des machines." | ||
], | ||
"when.was.i.born.dialog": [ | ||
"J'ai vu le jour en {year}.", | ||
"Je suis né en {year}.", | ||
"J'ai parlé pour la première fois en {year}." | ||
] | ||
} |