-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate intents.json via GitLocalize * Translate vocabs.json via GitLocalize * Translate dialogs.json via GitLocalize --------- Co-authored-by: timonvanhasselt <[email protected]>
- Loading branch information
1 parent
b97f586
commit 493be97
Showing
3 changed files
with
54 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"wikiroulette.dialog": [ | ||
"kennis roulette geactiveerd", | ||
"Wikipedia roulette spelen" | ||
], | ||
"thats all.dialog": [ | ||
"Dat is alles wat ik weet", | ||
"Dat is alles wat ik kan vinden" | ||
], | ||
"searching.dialog": [ | ||
"ik ga {query} opzoeken op Wikipedia", | ||
"Ik check Wikipedia voor {query}" | ||
], | ||
"no entry found.dialog": [ | ||
"Ik kan hier helaas geen Wikipedia-artikel over vinden", | ||
"Ik ben bang dat er geen artikel over is" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"wikiroulette.intent": [ | ||
"(wiki|wikipedia) roulette", | ||
"verras me met een Wikipedia feitje", | ||
"willekeurige (wiki|wikipedia) pagina", | ||
"willekeurig (wiki|wikipedia)", | ||
"(toon|open| geef) willekeurige (wiki|wikipedia)" | ||
], | ||
"query.intent": [ | ||
"vertel me over {keyword}", | ||
"wat is {keyword}", | ||
"wie (is|was) {keyword}", | ||
"Wat weet je over {keyword}", | ||
"Geef (me|mij) informatie over {keyword}", | ||
"Ik ben nieuwsgierig naar {keyword}", | ||
"Ik wil graag meer weten over {keyword}", | ||
"Ik wil meer weten over {keyword}", | ||
"Kun je uitleggen wat {keyword} is?", | ||
"Kun je mij informeren over {keyword}", | ||
"Ik zoek informatie over {keyword}", | ||
"Kun je informatie verstrekken over {keyword}" | ||
], | ||
"wiki.intent": [ | ||
"(wiki|wikipedia) {query}", | ||
"wat zegt (wiki|wikipedia) over {query}", | ||
"(zoek op|check (wiki|wikipedia) (naar|voor){query}" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"More.voc": [ | ||
"meer weten", | ||
"vertel me meer", | ||
"vertel meer over", | ||
"Ga door" | ||
] | ||
} |