-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HU] Updating and expanding MediaPlayer intents (#2536)
* [HU] Updating and expanding MediaPlayer intents
- Loading branch information
Showing
11 changed files
with
221 additions
and
3 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 @@ | ||
language: hu | ||
responses: | ||
intents: | ||
HassMediaPrevious: | ||
default: "Előző lejátszása" |
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
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
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,18 @@ | ||
language: hu | ||
intents: | ||
HassMediaPrevious: | ||
data: | ||
- sentences: | ||
- "<name> (játszd [le|újra]|menj [vissza]) az előző (szám(ra|ot)|zené(re|t)|film(re|et)|dal(ra|t))" | ||
- "(játszd [le|újra]|menj [vissza]) az előző (szám(ra|ot)|zené(re|t)|film(re|et)|dal(ra|t)) <name>" | ||
requires_context: | ||
domain: media_player | ||
- sentences: | ||
- "(játszd [le|újra]|menj [vissza]) az előző (szám(ra|ot)|zené(re|t)|film(re|et)|dal(ra|t))" | ||
- "újrajátszás" | ||
requires_context: | ||
area: | ||
slot: true | ||
- sentences: | ||
- "<area> (játszd [le|újra]|menj [vissza]) az előző (szám(ra|ot)|zené(re|t)|film(re|et)|dal(ra|t))" | ||
- "(játszd [le|újra]|menj [vissza]) az előző (szám(ra|ot)|zené(re|t)|film(re|et)|dal(ra|t)) <area>" |
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
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
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,11 +1,52 @@ | ||
language: hu | ||
tests: | ||
- sentences: | ||
- "következő szám a TVn" | ||
- "TV következő" | ||
- "következő számra a TVn" | ||
- "TVn a következőt" | ||
- "következő TV" | ||
- "menj a következő dalra a TVn" | ||
- "ugorj előre a következő számra a TVn" | ||
- "játszd le a következő számot a TVn" | ||
- "TV menj a következő számra" | ||
- "TV ugorj előre a következő dalra" | ||
- "TV játszd a következő számot" | ||
- "TV játszd le a következő dalt" | ||
- "TV ugord át ezt a dalt" | ||
- "ugord át ezt a dalt a TVn" | ||
- "TV játszd le a következő filmet" | ||
intent: | ||
name: HassMediaNext | ||
slots: | ||
name: "TV" | ||
response: "Következő lejátszása" | ||
- sentences: | ||
- "menj a következő dalra" | ||
- "menj a következő számra" | ||
- "ugorj előre a következő számra" | ||
- "játszd le a következő dalt" | ||
- "ugord át a filmet" | ||
intent: | ||
name: HassMediaNext | ||
slots: | ||
area: "nappali" | ||
context: | ||
area: nappali | ||
response: "Következő lejátszása" | ||
- sentences: | ||
- "menj a következő dalra a nappaliban" | ||
- "ugorj előre a következő számra a nappaliban" | ||
- "játszd le a következő számot a nappaliban" | ||
- "A nappaliban menj a következő számra" | ||
- "A nappaliban ugorj előre a következő dalra" | ||
- "A nappaliban játszd a következő számot" | ||
- "A nappaliban játszd le a következő dalt" | ||
- "A nappaliban ugord át ezt a dalt" | ||
- "ugord át ezt a dalt a nappaliban" | ||
- "A nappaliban játszd le a következő filmet" | ||
intent: | ||
name: HassMediaNext | ||
slots: | ||
area: "nappali" | ||
context: | ||
area: nappali | ||
response: "Következő lejátszása" |
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
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,42 @@ | ||
language: hu | ||
tests: | ||
- sentences: | ||
- "menj az előző dalra a TVn" | ||
- "menj vissza az előző számra a TVn" | ||
- "játszd újra az előző számot a TVn" | ||
- "TV menj vissza az előző számra" | ||
- "TV menj vissza az előző dalra" | ||
- "TV játszd az előző számot" | ||
- "TV játszd le az előző dalt" | ||
- "TV játszd újra az előző dalt" | ||
- "TV játszd újra az előző számot" | ||
intent: | ||
name: HassMediaPrevious | ||
slots: | ||
name: "TV" | ||
response: "Előző lejátszása" | ||
- sentences: | ||
- "menj az előző dalra" | ||
- "menj vissza az előző számra" | ||
- "játszd újra az előző számot" | ||
- "játszd le az előző dalt" | ||
- "újrajátszás" | ||
intent: | ||
name: HassMediaPrevious | ||
slots: | ||
area: "nappali" | ||
context: | ||
area: nappali | ||
response: "Előző lejátszása" | ||
- sentences: | ||
- "menj vissza az előző dalra a nappaliban" | ||
- "menj vissza az előző számra a nappaliban" | ||
- "játszd újra az előző számot a nappaliban" | ||
- "a nappaliban játszd le az előző dalt" | ||
intent: | ||
name: HassMediaPrevious | ||
slots: | ||
area: "nappali" | ||
context: | ||
area: nappali | ||
response: "Előző lejátszása" |
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
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