Skip to content

Commit

Permalink
Update translation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Dec 8, 2021
1 parent d330b37 commit 0b8a742
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ dataset @org.thingpedia.builtin.thingengine.builtin
program = @org.thingpedia.builtin.thingengine.builtin.faq_reply(question=enum about_almond_how_are_you)
#_[utterances=["Wie geht's?", "Wie geht es u?", "Wie geht's dir?", "Wie geht es dir?", "Wie geht es dir heute?", "Wie geht es dir heute?", "Wie fühlst du dich heute?", "Wie fühlst du dich heute?"]];

program = @org.thingpedia.builtin.thingengine.builtin.faq_reply(question=enum about_almond_special)
#_[utterances=["Was macht dich besonders?", "Was macht Sie einzigartig?", "Was macht dich anders?", "Was ist an dir besonders?", "Was ist an dir einzigartig?", "Was ist an dir anders?"]];

program = @org.thingpedia.builtin.thingengine.builtin.faq_reply(question=enum about_almond_motivation)
#_[utterances=["Warum sollte ich mich um dich kümmern?", "Warum sollte mir der Geist wichtig sein?", "Warum sollte ich mich um den Assistenten kümmern?", "Warum sollten Heimassistenten sich um Sie kümmern?", "Warum sollten Heimassistenten sich um Genie kümmern?", "Warum sollten Heimassistenten sich um den Assistenten kümmern?", "Warum sollten sich die Benutzer um Sie kümmern?", "Warum sollten sich die Benutzer um den Geist kümmern?", "Warum sollten sich die Benutzer um den Assistenten kümmern?", "Was ist an Ihnen für Heimassistenten wichtig?", "Was ist an Ihnen wichtig für ha Nutzer?", "Warum sind Sie für Heimassistenten wichtig?", "Warum sind Sie für ha Benutzer wichtig?"]];

program = @org.thingpedia.builtin.thingengine.builtin.faq_reply(question=enum about_almond_location)
#_[utterances=["Wo sind Sie?", "Wo sind Sie jetzt?"]];

Expand Down Expand Up @@ -161,4 +167,4 @@ dataset @org.thingpedia.builtin.thingengine.builtin

program = @org.thingpedia.builtin.thingengine.builtin.faq_reply(question=enum troubleshooting_home_assistant)
#_[utterances=["Hilfe bei der Erkennung von Home Assistant Entities"]];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class @org.thingpedia.builtin.thingengine.builtin extends @org.thingpedia.volume
#[confirm=false]
#[minimal_projection=[]];

action faq_reply(in req question : Enum(about_almond_identity, about_almond_age, about_almond_how_are_you, about_almond_location, about_almond_comparison, about_almond_training, about_almond_partner, about_almond_junk, about_almond_preference, check_capability_home_assistant, check_capability_phone, general_help, iot_help, positive_emotion_thanks, positive_emotion_cool, abusive, revoke_consent, how_to_train, how_to_configure_skill, how_to_disable_skill, how_to_set_language, how_to_access_settings, how_to_use_wakeword, troubleshooting_home_assistant)
action faq_reply(in req question : Enum(about_almond_identity, about_almond_age, about_almond_how_are_you, about_almond_special, about_almond_motivation, about_almond_location, about_almond_comparison, about_almond_training, about_almond_partner, about_almond_junk, about_almond_preference, check_capability_home_assistant, check_capability_phone, general_help, iot_help, positive_emotion_thanks, positive_emotion_cool, abusive, revoke_consent, how_to_train, how_to_configure_skill, how_to_disable_skill, how_to_set_language, how_to_access_settings, how_to_use_wakeword, troubleshooting_home_assistant)
#_[prompt="was möchten Sie wissen"]
#_[canonical={
default="base",
Expand All @@ -308,6 +308,8 @@ class @org.thingpedia.builtin.thingengine.builtin extends @org.thingpedia.volume
about_almond_identity="über Mandelidentität",
about_almond_age="über Mandelalter",
about_almond_how_are_you="über Mandel wie geht es dir",
about_almond_special="über Mandelspezial",
about_almond_motivation="über Mandelmotivation",
about_almond_location="über Mandellage",
about_almond_comparison="über Mandelvergleich",
about_almond_training="über Mandeltraining",
Expand Down Expand Up @@ -534,4 +536,4 @@ class @org.thingpedia.builtin.thingengine.builtin extends @org.thingpedia.volume
#[doc="resume the currently playing skill"]
#[confirm=false]
#[minimal_projection=[]];
}
}

0 comments on commit 0b8a742

Please sign in to comment.