From 04ea9179e11c35f60fd1733628f286df0c5d94ea Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:28:39 +0000 Subject: [PATCH 1/6] import galician translations (#53) --- locale/gl-es/More.voc | 4 ++++ locale/gl-es/no_answer.dialog | 1 + locale/gl-es/search_wolfie.intent | 9 +++++++++ translations/gl-es/dialogs.json | 5 +++++ translations/gl-es/intents.json | 13 +++++++++++++ translations/gl-es/vocabs.json | 8 ++++++++ 6 files changed, 40 insertions(+) create mode 100644 locale/gl-es/More.voc create mode 100644 locale/gl-es/no_answer.dialog create mode 100644 locale/gl-es/search_wolfie.intent create mode 100644 translations/gl-es/dialogs.json create mode 100644 translations/gl-es/intents.json create mode 100644 translations/gl-es/vocabs.json diff --git a/locale/gl-es/More.voc b/locale/gl-es/More.voc new file mode 100644 index 0000000..70eed62 --- /dev/null +++ b/locale/gl-es/More.voc @@ -0,0 +1,4 @@ +conta máis +continuar +cóntame máis +saber máis \ 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..28a5934 --- /dev/null +++ b/locale/gl-es/no_answer.dialog @@ -0,0 +1 @@ +wolf non sabe a resposta \ No newline at end of file diff --git a/locale/gl-es/search_wolfie.intent b/locale/gl-es/search_wolfie.intent new file mode 100644 index 0000000..9eb9cd0 --- /dev/null +++ b/locale/gl-es/search_wolfie.intent @@ -0,0 +1,9 @@ +preguntar a wolf sobre {query} +preguntar a wolfram alpha sobre {query} +preguntar a wolfram sobre {query} +procurar en wolf {query} +procurar en wolfram alpha {query} +procurar en wolfram {query} +que di wolf sobre {query} +que di wolfram alpha sobre {query} +que di wolfram 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..339b0d5 --- /dev/null +++ b/translations/gl-es/dialogs.json @@ -0,0 +1,5 @@ +{ + "no_answer.dialog": [ + "wolf 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..86a4de9 --- /dev/null +++ b/translations/gl-es/intents.json @@ -0,0 +1,13 @@ +{ + "search_wolfie.intent": [ + "preguntar a wolf sobre {query}", + "preguntar a wolfram sobre {query}", + "preguntar a wolfram alpha sobre {query}", + "procurar en wolf {query}", + "procurar en wolfram alpha {query}", + "procurar en wolfram {query}", + "que di wolf sobre {query}", + "que di wolfram alpha sobre {query}", + "que di wolfram sobre {query}" + ] +} \ No newline at end of file diff --git a/translations/gl-es/vocabs.json b/translations/gl-es/vocabs.json new file mode 100644 index 0000000..3f75195 --- /dev/null +++ b/translations/gl-es/vocabs.json @@ -0,0 +1,8 @@ +{ + "More.voc": [ + "continuar", + "saber máis", + "cóntame máis", + "conta máis" + ] +} \ No newline at end of file From dc6f928624a9c105d51aa488f3d5ac962a23f7b5 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 01:28:55 +0000 Subject: [PATCH 2/6] Increment Version to 0.2.13a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index f7ada12..1f3234d 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 12 -VERSION_ALPHA = 0 +VERSION_BUILD = 13 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From f9dc8ab21706f34882d0c2167997590d9d84f02b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 01:29:22 +0000 Subject: [PATCH 3/6] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64ebc25..0a333d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.12a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.12a1) (2024-11-30) +## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a1) (2024-12-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.11...0.2.12a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.12...0.2.13a1) **Merged pull requests:** -- de-de/translate [\#51](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/51) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- import galician translations [\#53](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/53) ([JarbasAl](https://github.com/JarbasAl)) From fbecea756c41863c6083ad6d461c370672a3dffc Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:40:47 +0000 Subject: [PATCH 4/6] import basque translations (#55) * import galician translations * import basque translations * import basque translations --- locale/eu/More.voc | 4 ++++ locale/eu/no_answer.dialog | 1 + locale/eu/search_wolfie.intent | 8 ++++++++ translations/eu/dialogs.json | 5 +++++ translations/eu/intents.json | 13 +++++++++++++ translations/eu/vocabs.json | 8 ++++++++ 6 files changed, 39 insertions(+) create mode 100644 locale/eu/More.voc create mode 100644 locale/eu/no_answer.dialog create mode 100644 locale/eu/search_wolfie.intent create mode 100644 translations/eu/dialogs.json create mode 100644 translations/eu/intents.json create mode 100644 translations/eu/vocabs.json diff --git a/locale/eu/More.voc b/locale/eu/More.voc new file mode 100644 index 0000000..7b84d12 --- /dev/null +++ b/locale/eu/More.voc @@ -0,0 +1,4 @@ +esadazu gehiago +esan gehiago +gehiago jakin +jarraitu \ No newline at end of file diff --git a/locale/eu/no_answer.dialog b/locale/eu/no_answer.dialog new file mode 100644 index 0000000..5803a40 --- /dev/null +++ b/locale/eu/no_answer.dialog @@ -0,0 +1 @@ +the wolf bilatzaileak ez daki erantzuna \ No newline at end of file diff --git a/locale/eu/search_wolfie.intent b/locale/eu/search_wolfie.intent new file mode 100644 index 0000000..a8234c2 --- /dev/null +++ b/locale/eu/search_wolfie.intent @@ -0,0 +1,8 @@ +bilatu the wolf bilatzailean {query} +bilatu the wolfram alpha bilatzailean {query} +bilatu the wolfram bilatzailean {query} +bilatu wolfram alpha bilatzailean {query} +bilatu wolfram bilatzailean {query} +zer dio the wolf bilatzaileak honi buruz: {query}? +zer dio wolfram alpha bilatzaileak honi buruz: {query}? +zer dio wolfram bilatzaileak honi buruz: {query}? \ No newline at end of file diff --git a/translations/eu/dialogs.json b/translations/eu/dialogs.json new file mode 100644 index 0000000..00286e3 --- /dev/null +++ b/translations/eu/dialogs.json @@ -0,0 +1,5 @@ +{ + "no_answer.dialog": [ + "the wolf bilatzaileak ez daki erantzuna" + ] +} \ No newline at end of file diff --git a/translations/eu/intents.json b/translations/eu/intents.json new file mode 100644 index 0000000..a819917 --- /dev/null +++ b/translations/eu/intents.json @@ -0,0 +1,13 @@ +{ + "search_wolfie.intent": [ + "bilatu the wolf bilatzailean {query}", + "bilatu the wolfram bilatzailean {query}", + "bilatu the wolfram alpha bilatzailean {query}", + "bilatu the wolf bilatzailean {query}", + "bilatu wolfram alpha bilatzailean {query}", + "bilatu wolfram bilatzailean {query}", + "zer dio the wolf bilatzaileak honi buruz: {query}?", + "zer dio wolfram alpha bilatzaileak honi buruz: {query}?", + "zer dio wolfram bilatzaileak honi buruz: {query}?" + ] +} \ No newline at end of file diff --git a/translations/eu/vocabs.json b/translations/eu/vocabs.json new file mode 100644 index 0000000..f7c0795 --- /dev/null +++ b/translations/eu/vocabs.json @@ -0,0 +1,8 @@ +{ + "More.voc": [ + "jarraitu", + "esadazu gehiago", + "gehiago jakin", + "esan gehiago" + ] +} \ No newline at end of file From 0cacc103d8c9b09cf547d538785ed1918e58a4df Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 18:41:01 +0000 Subject: [PATCH 5/6] Increment Version to 0.2.13a2 --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 1f3234d..2ceb270 100644 --- a/version.py +++ b/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 2 VERSION_BUILD = 13 -VERSION_ALPHA = 1 +VERSION_ALPHA = 2 # END_VERSION_BLOCK From 8786994f1aa5beedbe428340960455b39e19ffb9 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Mon, 2 Dec 2024 18:41:21 +0000 Subject: [PATCH 6/6] Update Changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a333d2..bcdf637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## [0.2.13a1](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a1) (2024-12-02) +## [0.2.13a2](https://github.com/OpenVoiceOS/ovos-skill-wolfie/tree/0.2.13a2) (2024-12-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.12...0.2.13a1) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-wolfie/compare/0.2.13...0.2.13a2) **Merged pull requests:** -- import galician translations [\#53](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/53) ([JarbasAl](https://github.com/JarbasAl)) +- import basque translations [\#55](https://github.com/OpenVoiceOS/ovos-skill-wolfie/pull/55) ([JarbasAl](https://github.com/JarbasAl))