-
Notifications
You must be signed in to change notification settings - Fork 6
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: Dante1975X <[email protected]>
- Loading branch information
1 parent
69f4f29
commit 9a5f5d3
Showing
3 changed files
with
37 additions
and
31 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,9 +1,17 @@ | ||
{ | ||
"/dialog/cancel_fail.dialog": [ | ||
"ich lache nicht" | ||
], | ||
"/dialog/cancel.dialog": [ | ||
"Lachen hat aufgeh\u00f6rt", | ||
"ich werde nicht wieder lachen" | ||
] | ||
} | ||
"/dialog/cancel_fail.dialog": [ | ||
"ich lache nicht" | ||
], | ||
"/dialog/yes.dialog": [ | ||
"Ja" | ||
], | ||
"/dialog/cancel.dialog": [ | ||
"Lachen hat aufgehört", | ||
"ich werde nicht wieder lachen" | ||
], | ||
"/dialog/maybe.dialog": [ | ||
"Nein", | ||
"Vielleicht", | ||
"wer weiß" | ||
] | ||
} |
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,12 +1,16 @@ | ||
{ | ||
"/vocab/RandomLaugh.intent": [ | ||
"lach zuf\u00e4llig", | ||
"l\u00f6se zuf\u00e4lliges (Lachen|Gel\u00e4chter) aus", | ||
"zuf\u00e4lliges (Lachen|Gel\u00e4chter)" | ||
], | ||
"/vocab/Laugh.intent": [ | ||
"Lach wie Alexa", | ||
"kannst du lachen", | ||
"b\u00f6ses (Lachen|Gel\u00e4chter)" | ||
] | ||
} | ||
"/vocab/RandomLaugh.intent": [ | ||
"lache zufällig", | ||
"löse zufälliges (Lachen|Gelächter) aus", | ||
"zufälliges (Lachen|Gelächter)" | ||
], | ||
"/vocab/Laugh.intent": [ | ||
"Lache wie Alexa", | ||
"kannst du lachen", | ||
"böses (Lachen|Gelächter)" | ||
], | ||
"/vocab/haunted.intent": [ | ||
"Bist du verwunschen", | ||
"Brauchst Du einen Exorzismus" | ||
] | ||
} |
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,13 +1,7 @@ | ||
{ | ||
"/vocab/Stop.voc": [ | ||
"abbrechen", | ||
"abbrechen", | ||
"stop" | ||
], | ||
"/vocab/Laugh.voc": [ | ||
"lach", | ||
"Lachen", | ||
"Gel\u00e4chter", | ||
"Gel\u00e4chter" | ||
] | ||
} | ||
"/vocab/Stop.voc": [ | ||
"abbrechen", | ||
"stopp", | ||
"stop" | ||
] | ||
} |