-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 --------- Co-authored-by: Dante1975X <[email protected]>
- Loading branch information
1 parent
dc0fdf1
commit 0c9cde8
Showing
2 changed files
with
23 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,10 @@ | ||
{ | ||
"step.dialog": [ | ||
"Schritt {number}, {step}" | ||
], | ||
"howto.failure.dialog": [ | ||
"ich weiß es nicht", | ||
"ich bin nicht sicher", | ||
"ich habe versucht, bei wikihow zu suchen, konnte aber nichts finden" | ||
] | ||
} |
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 @@ | ||
{ | ||
"howto.intent": [ | ||
"wie macht man {query}", | ||
"wie mache ich {query}", | ||
"wie kann ich {query}", | ||
"Schritte für {query}", | ||
"(erkläre|) Schritt für Schritt {query}" | ||
], | ||
"wikihow.intent": [ | ||
"Suche in (wiki how|wikihow) (nach|) {query}", | ||
"was sagt (wiki how|wikihow) über {query}" | ||
] | ||
} |