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: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
- Loading branch information
1 parent
d71f9be
commit 17a7b25
Showing
1 changed file
with
19 additions
and
21 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,22 +1,20 @@ | ||
{ | ||
"WhenWereYouBorn.intent": [ | ||
"quan vas n\u00e9ixer", | ||
"quan et van crear" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"on vas n\u00e9ixer", | ||
"on te van crear" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"qui t'ha fet", | ||
"qui te va fer", | ||
"qui te va crear", | ||
"qui t'ha fabricat" | ||
], | ||
"WhatAreYou.intent": [ | ||
"qu\u00e8 eres" | ||
], | ||
"WhoAreYou.intent": [ | ||
"qui ets" | ||
] | ||
} | ||
"WhenWereYouBorn.intent": [ | ||
"quan vas néixer", | ||
"quan et van crear" | ||
], | ||
"WhereWereYouBorn.intent": [ | ||
"on vas néixer", | ||
"on te van crear" | ||
], | ||
"WhoMadeYou.intent": [ | ||
"qui t'ha fet", | ||
"qui te va fer" | ||
], | ||
"WhatAreYou.intent": [ | ||
"què eres" | ||
], | ||
"WhoAreYou.intent": [ | ||
"qui ets" | ||
] | ||
} |