diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e2ca7..e39b7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,12 @@ # Changelog -## [0.0.12a2](https://github.com/OpenVoiceOS/ovos-skill-wordnet/tree/0.0.12a2) (2024-11-30) +## [0.0.13a1](https://github.com/OpenVoiceOS/ovos-skill-wordnet/tree/0.0.13a1) (2024-12-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wordnet/compare/0.0.12a1...0.0.12a2) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wordnet/compare/0.0.12...0.0.13a1) **Merged pull requests:** -- de-de/translate [\#28](https://github.com/OpenVoiceOS/ovos-skill-wordnet/pull/28) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [0.0.12a1](https://github.com/OpenVoiceOS/ovos-skill-wordnet/tree/0.0.12a1) (2024-11-27) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wordnet/compare/0.0.11...0.0.12a1) - -**Merged pull requests:** - -- Add Catalan strings [\#27](https://github.com/OpenVoiceOS/ovos-skill-wordnet/pull/27) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan strings [\#26](https://github.com/OpenVoiceOS/ovos-skill-wordnet/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- import galician translations [\#30](https://github.com/OpenVoiceOS/ovos-skill-wordnet/pull/30) ([JarbasAl](https://github.com/JarbasAl)) diff --git a/locale/gl-es/antonym.intent b/locale/gl-es/antonym.intent new file mode 100644 index 0000000..884d750 --- /dev/null +++ b/locale/gl-es/antonym.intent @@ -0,0 +1,3 @@ +cal é o antónimo de {query} +cales son os antónimos de {query} +que é un antónimo de {query} \ No newline at end of file diff --git a/locale/gl-es/definition.intent b/locale/gl-es/definition.intent new file mode 100644 index 0000000..2fc3ce2 --- /dev/null +++ b/locale/gl-es/definition.intent @@ -0,0 +1,2 @@ +cal é a definición de {query} +que é {query} \ No newline at end of file diff --git a/locale/gl-es/holonym.intent b/locale/gl-es/holonym.intent new file mode 100644 index 0000000..2289a9d --- /dev/null +++ b/locale/gl-es/holonym.intent @@ -0,0 +1,3 @@ +cal é o holónimo de {query} +cales son os holónimos de {query} +que é un holónimo de {query} \ No newline at end of file diff --git a/locale/gl-es/hypernym.intent b/locale/gl-es/hypernym.intent new file mode 100644 index 0000000..9938544 --- /dev/null +++ b/locale/gl-es/hypernym.intent @@ -0,0 +1,3 @@ +cal é o hiperónimo de {query} +cales son os hiperónimos de {query} +que é un hiperónimo de {query} \ No newline at end of file diff --git a/locale/gl-es/hyponym.intent b/locale/gl-es/hyponym.intent new file mode 100644 index 0000000..9635309 --- /dev/null +++ b/locale/gl-es/hyponym.intent @@ -0,0 +1,3 @@ +cal é o hipónimo de {query} +cales son os hipónimos de {query} +que é un hipónimo de {query} \ No newline at end of file diff --git a/locale/gl-es/lemma.intent b/locale/gl-es/lemma.intent new file mode 100644 index 0000000..12b1686 --- /dev/null +++ b/locale/gl-es/lemma.intent @@ -0,0 +1,3 @@ +cal é o lema de {query} +cales son os lemas de {query} +que é un lema de {query} \ No newline at end of file diff --git a/locale/gl-es/no_answer.dialog b/locale/gl-es/no_answer.dialog new file mode 100644 index 0000000..00665f0 --- /dev/null +++ b/locale/gl-es/no_answer.dialog @@ -0,0 +1 @@ +word net non sabe a resposta \ No newline at end of file diff --git a/locale/gl-es/search_wordnet.intent b/locale/gl-es/search_wordnet.intent new file mode 100644 index 0000000..90b5732 --- /dev/null +++ b/locale/gl-es/search_wordnet.intent @@ -0,0 +1,6 @@ +preguntar a word net sobre {query} +preguntar a wordnet sobre {query} +procurar en word net {query} +procurar en wordnet {query} +que di word net sobre {query} +que di wordnet sobre {query} \ No newline at end of file diff --git a/translations/gl-es/dialogs.json b/translations/gl-es/dialogs.json new file mode 100644 index 0000000..9767291 --- /dev/null +++ b/translations/gl-es/dialogs.json @@ -0,0 +1,5 @@ +{ + "no_answer.dialog": [ + "word net non sabe a resposta" + ] +} \ No newline at end of file diff --git a/translations/gl-es/intents.json b/translations/gl-es/intents.json new file mode 100644 index 0000000..4ce34e3 --- /dev/null +++ b/translations/gl-es/intents.json @@ -0,0 +1,39 @@ +{ + "hypernym.intent": [ + "cales son os hiperónimos de {query}", + "que é un hiperónimo de {query}", + "cal é o hiperónimo de {query}" + ], + "antonym.intent": [ + "cales son os antónimos de {query}", + "que é un antónimo de {query}", + "cal é o antónimo de {query}" + ], + "hyponym.intent": [ + "cales son os hipónimos de {query}", + "que é un hipónimo de {query}", + "cal é o hipónimo de {query}" + ], + "holonym.intent": [ + "cales son os holónimos de {query}", + "que é un holónimo de {query}", + "cal é o holónimo de {query}" + ], + "definition.intent": [ + "que é {query}", + "cal é a definición de {query}" + ], + "search_wordnet.intent": [ + "preguntar a word net sobre {query}", + "preguntar a wordnet sobre {query}", + "procurar en word net {query}", + "procurar en wordnet {query}", + "que di word net sobre {query}", + "que di wordnet sobre {query}" + ], + "lemma.intent": [ + "cales son os lemas de {query}", + "que é un lema de {query}", + "cal é o lema de {query}" + ] +} \ No newline at end of file diff --git a/version.py b/version.py index 4e8dfb1..be1e927 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 0 -VERSION_BUILD = 12 -VERSION_ALPHA = 0 +VERSION_BUILD = 13 +VERSION_ALPHA = 1 # END_VERSION_BLOCK