From c6706fb0d5e2178b530492d69601558dc28f71d9 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:40:04 +0000 Subject: [PATCH 1/5] de-de/translate (#26) Co-authored-by: Dante1975X --- locale/de-de/skill.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 locale/de-de/skill.json diff --git a/locale/de-de/skill.json b/locale/de-de/skill.json new file mode 100644 index 0000000..3bad6c5 --- /dev/null +++ b/locale/de-de/skill.json @@ -0,0 +1,6 @@ +{ + "examples": [ + "Starte Befehl ___", + "Skript ausführen ___" + ] +} From d485f513f0c1ed5e0ad748a63b98cb869c86cdc4 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:40:15 +0000 Subject: [PATCH 2/5] de-de/translate (#31) * Translate skill.json via GitLocalize * Translate dialogs.json via GitLocalize --------- Co-authored-by: Dante1975X --- translations/de-de/dialogs.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 translations/de-de/dialogs.json diff --git a/translations/de-de/dialogs.json b/translations/de-de/dialogs.json new file mode 100644 index 0000000..da672b6 --- /dev/null +++ b/translations/de-de/dialogs.json @@ -0,0 +1,5 @@ +{ + "running.dialog": [ + "führe {Alias} (Befehl|Skript) aus" + ] +} From 527bb4dcc3ee95f262609be8d120c7aaf99a27b3 Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 4 Dec 2024 22:40:19 +0000 Subject: [PATCH 3/5] Increment Version to 0.2.8a1 --- version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.py b/version.py index f15eb29..d03f90e 100644 --- a/version.py +++ b/version.py @@ -1,6 +1,6 @@ # START_VERSION_BLOCK VERSION_MAJOR = 0 VERSION_MINOR = 2 -VERSION_BUILD = 7 -VERSION_ALPHA = 0 +VERSION_BUILD = 8 +VERSION_ALPHA = 1 # END_VERSION_BLOCK From 5149c229d0a678cde81e6e82b7f67f17be7ff49b Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 4 Dec 2024 22:40:28 +0000 Subject: [PATCH 4/5] Update translations --- locale/de-de/running.dialog | 1 + 1 file changed, 1 insertion(+) create mode 100644 locale/de-de/running.dialog diff --git a/locale/de-de/running.dialog b/locale/de-de/running.dialog new file mode 100644 index 0000000..e439c90 --- /dev/null +++ b/locale/de-de/running.dialog @@ -0,0 +1 @@ +führe {Alias} (Befehl|Skript) aus \ No newline at end of file From 9694e1362d4413d4dc4bac553a53e1f60a317cfa Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Wed, 4 Dec 2024 22:40:38 +0000 Subject: [PATCH 5/5] Update Changelog --- CHANGELOG.md | 36 ++++++------------------------------ 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a23dbf..25dfef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,41 +1,17 @@ # Changelog -## [0.2.7a4](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a4) (2024-12-02) +## [0.2.8a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.8a1) (2024-12-04) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a3...0.2.7a4) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.7...0.2.8a1) **Merged pull requests:** -- import galician and basuqe translations [\#29](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/29) ([JarbasAl](https://github.com/JarbasAl)) +- de-de/translate [\#31](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/31) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) +- de-de/translate [\#26](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/26) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -## [0.2.7a3](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a3) (2024-12-02) +## [V0.2.7](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.7) (2024-12-02) -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a2...0.2.7a3) - -**Merged pull requests:** - -- import galician [\#27](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/27) ([JarbasAl](https://github.com/JarbasAl)) - -## [0.2.7a2](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a2) (2024-11-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7a1...0.2.7a2) - -**Merged pull requests:** - -- Add Catalan translation [\#23](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/23) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) -- Add Catalan translation [\#22](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/22) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [0.2.7a1](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/0.2.7a1) (2024-11-25) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/V0.2.6...0.2.7a1) - -**Merged pull requests:** - -- da-dk/translate [\#24](https://github.com/OpenVoiceOS/ovos-skill-cmd/pull/24) ([gitlocalize-app[bot]](https://github.com/apps/gitlocalize-app)) - -## [V0.2.6](https://github.com/OpenVoiceOS/ovos-skill-cmd/tree/V0.2.6) (2024-11-19) - -[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.6...V0.2.6) +[Full Changelog](https://github.com/OpenVoiceOS/ovos-skill-cmd/compare/0.2.7...V0.2.7)