Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/skill_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
skill_intent_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_intents.yml@master
with:
ovos_versions: "[]"
skill_resource_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_resources.yml@master
skill_install_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
with:
test_osm: false
test_osm: false
1 change: 1 addition & 0 deletions locale/pl-pl/dialog/license_long.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jestem licencjonowany przez neongecko.com Inc. na podstawie licencji open source Apache wersja 2.0, opublikowanej w styczniu 2004 roku. Podlegam prawnym ograniczeniom dotyczącym znaków towarowych, praw autorskich i patentów. Wszelkie prawa są zastrzeżone dla ich właścicieli. Patenty USA #7424516, #20140161250, #20140177813, #8638908, #8068604, #8553852. Patent w Chinach #102017585. Patent europejski #2156652
1 change: 1 addition & 0 deletions locale/pl-pl/dialog/license_short.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright 2019 Neongecko Inc. Wszelkie prawa zastrzeżone.
1 change: 1 addition & 0 deletions locale/pl-pl/dialog/skills_list.dialog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mam następujące umiejętności: {{list}}
2 changes: 2 additions & 0 deletions locale/pl-pl/vocab/license.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
licencja
licencji
4 changes: 4 additions & 0 deletions locale/pl-pl/vocab/long.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
rozszerzona
długa
pełna
kompletna
3 changes: 3 additions & 0 deletions locale/pl-pl/vocab/skills.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
umiejętności
co potrafisz
co możesz zrobić
9 changes: 9 additions & 0 deletions locale/pl-pl/vocab/tell.voc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
powiedz mi moje
powiedz mi swoje
powiedz mi twoje
wymień moje
wymień swoje
wymień twoje
jakie są moje
jakie są twoje
co to jest
51 changes: 50 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,60 @@ en-us:
- what skills are installed
- what can you do

uk-ua:
LicenseIntent:
- яка ліцензія
- скажи мені ліцензія
- розкажи про ліцензію
- скажи мені повну ліцензію:
- long: повний
- розкажи довгу ліцензію:
- long: довгий
- розповіси розширену ліцензію:
- long: розширений
ListSkillsIntent:
- скажи мені мої навички
- переліч навички
- розкажи ваші навички
- що ти можеш зробити
- що я можу зробити
- що можна зробити

pl-pl:
LicenseIntent:
- jaka jest licencja
- powiedz mi licencja
- co to jest licencja
- powiedz mi pełną licencję:
- long: pełna
- wymień kompletną licencję:
- long: kompletna
- jakie są twoje długa licencja:
- long: długa
ListSkillsIntent:
- powiedz mi moje umiejętności
- wymień twoje umiejętności
- jakie są moje umiejętności
- co potrafisz
- co możesz zrobić

unmatched intents:
en-us:
- what is your name
- what is my name
- tell me what a skill is
# - tell me what skills are
- what can you tell me about life
- tell me what a license is
- tell me what a license is
uk-ua:
- яке твоє ім'я
- яке моє ім'я
- розкажи що таке навичка
- що ти можеш розповісти про життя
- розкажи, що таке ліцензування
pl-pl:
- jak się nazywasz
- jak mam na imię
- powiedz mi, co to jest umiejętność
- co możesz mi powiedzieć o życiu
- powiedz mi, czym jest licencjonowanie
1 change: 1 addition & 0 deletions test/test_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
languages:
- "en-us"
- "uk-ua"
- "pl-pl"

# vocab is lowercase .voc file basenames
vocab:
Expand Down
Loading