From 20f11dd1af72a4c48c62c9e8fe6f7b68defcc85c Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:31:04 +0000 Subject: [PATCH 1/3] import galician translations (#30) --- locale/gl-es/antonym.intent | 3 +++ locale/gl-es/definition.intent | 2 ++ locale/gl-es/holonym.intent | 3 +++ locale/gl-es/hypernym.intent | 3 +++ locale/gl-es/hyponym.intent | 3 +++ locale/gl-es/lemma.intent | 3 +++ locale/gl-es/no_answer.dialog | 1 + locale/gl-es/search_wordnet.intent | 6 +++++ translations/gl-es/dialogs.json | 5 ++++ translations/gl-es/intents.json | 39 ++++++++++++++++++++++++++++++ 10 files changed, 68 insertions(+) create mode 100644 locale/gl-es/antonym.intent create mode 100644 locale/gl-es/definition.intent create mode 100644 locale/gl-es/holonym.intent create mode 100644 locale/gl-es/hypernym.intent create mode 100644 locale/gl-es/hyponym.intent create mode 100644 locale/gl-es/lemma.intent create mode 100644 locale/gl-es/no_answer.dialog create mode 100644 locale/gl-es/search_wordnet.intent create mode 100644 translations/gl-es/dialogs.json create mode 100644 translations/gl-es/intents.json 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 From dfba34882090ed028f67babd9cd8c3655416b821 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 01:31:21 +0000 Subject: [PATCH 2/3] Increment Version to 0.0.13a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From be096b33226f38577d6c78025984b66ab38932c5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 01:31:45 +0000 Subject: [PATCH 3/3] Update Changelog --- CHANGELOG.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) 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))