-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Translate dialogs.json via GitLocalize * Translate intents.json via GitLocalize * Translate vocabs.json via GitLocalize --------- Co-authored-by: mt-gitlocalize <[email protected]>
- Loading branch information
1 parent
0cfcd98
commit 1fb9076
Showing
3 changed files
with
26 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,5 @@ | ||
{ | ||
"no_answer.dialog": [ | ||
"ulven kender ikke svaret" | ||
] | ||
} |
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,13 @@ | ||
{ | ||
"search_wolfie.intent": [ | ||
"søg i wolfram alpha efter {query}", | ||
"søg i wolfram efter {query}", | ||
"spørg wolframen om {query}", | ||
"spørg wolfram alpha om {query}", | ||
"hvad siger wolfram alpha om {query}", | ||
"hvad siger wolfram om {query}", | ||
"spørg ulven {query}", | ||
"søg i ulven efter {query}", | ||
"hvad siger ulven om {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": [ | ||
"vide mere", | ||
"fortæl mig mere", | ||
"fortælle mere", | ||
"fortsætte" | ||
] | ||
} |