Skip to content

Commit

Permalink
add sk responses (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
LubosKadasi authored Jan 8, 2025
1 parent f1976de commit 73abb85
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 0 deletions.
9 changes: 9 additions & 0 deletions responses/sk/HassRespond.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: "sk"
responses:
intents:
HassRespond:
hello: "Ahoj od Home Assistant."
listening: "Nie, nahrávam len keď vyslovíš aktivačné slovo."
data: "Tvoje dáta sú odoslané na tvoj Home Assistant server."
commands: "Ak sa chceš dozvedieť, čo sa ma môžeš opýtať, navštív H.A. bodka I.O. lomka voice."
creator: "Bol som vytvorený úžasnou komunitou Home Assistant, zloženou z nadšencov z celého sveta."
25 changes: 25 additions & 0 deletions sentences/sk/homeassistant_HassRespond.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: "sk"
intents:
HassRespond:
data:
- sentences:
- "(ahoj|čau) [home assistant]"
response: hello

- sentences:
- "počúvaš stále"
response: listening

- sentences:
- "kam (idú|sa posielajú) moje dáta"
response: data

- sentences:
- "čo ti môžem povedať"
- "čo ti môžem (pri|roz)kázať"
- "čo sa [ťa] môžem [s|o]pýtať"
response: commands

- sentences:
- "kto ťa vytvoril"
response: creator
34 changes: 34 additions & 0 deletions tests/sk/homeassistant_HassRespond.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: sk
tests:
- sentences:
- "Ahoj"
- "Čau"
- "Ahoj, Home Assistant"
intent:
name: HassRespond
response: "Ahoj od Home Assistant."

- sentences:
- "Počúvaš stále?"
intent:
name: HassRespond
response: "Nie, nahrávam len keď vyslovíš aktivačné slovo."

- sentences:
- "Kam idú moje dáta?"
intent:
name: HassRespond
response: "Tvoje dáta sú odoslané na tvoj Home Assistant server."

- sentences:
- "Čo ti môžem povedať?"
- "Čo sa ťa môžem spýtať?"
intent:
name: HassRespond
response: "Ak sa chceš dozvedieť, čo sa ma môžeš opýtať, navštív H.A. bodka I.O. lomka voice."

- sentences:
- "Kto ťa vytvoril?"
intent:
name: HassRespond
response: "Bol som vytvorený úžasnou komunitou Home Assistant, zloženou z nadšencov z celého sveta."

0 comments on commit 73abb85

Please sign in to comment.