-
Notifications
You must be signed in to change notification settings - Fork 3
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
- Loading branch information
1 parent
b8b9efc
commit 6704e17
Showing
1 changed file
with
19 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,19 @@ | ||
{ | ||
"when_iss.intent": [ | ||
"wann fliegt die (internationale|) Raumstation (an uns|mir) (vorbei|über uns hinweg)", | ||
"wann zieht die (ISS|I S S) (an|über|an) (uns|mir|) vorbei", | ||
"wann wird die (internationale|) Raumstation (über|über) (uns|mir|) sein", | ||
"wann wird die (ISS|I S S) (über|über) (uns|mir|) sein" | ||
], | ||
"where_iss.intent": [ | ||
"wo ist die (internationale|) Raumstation", | ||
"(Zeige mir|nenne mir|sag mir) den Standort der (internationale|) Raumstation", | ||
"Standort der (internationalen|) Raumstation", | ||
"wo ist die (ISS|I S S)", | ||
"(Zeige mir|nenne mir|sag mir) den (ISS|I S S) Standort", | ||
"Standort der (ISS|I S S)" | ||
], | ||
"about.intent": [ | ||
"erzähle mir von der (internationalen|) Raumstation\nwas ist die (internationale|) Raumstation" | ||
] | ||
} |