From 3fde3c4ed454fa4722cf7fa6fee61758abf0f6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Montan=C3=A9?= Date: Wed, 27 Nov 2024 10:03:13 +0000 Subject: [PATCH] Translate skill.json via GitLocalize --- locale/ca-es/skill.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 locale/ca-es/skill.json diff --git a/locale/ca-es/skill.json b/locale/ca-es/skill.json new file mode 100644 index 0000000..506cfd8 --- /dev/null +++ b/locale/ca-es/skill.json @@ -0,0 +1,15 @@ +{ + "skill_id": "skill-ovos-wordnet.openvoiceos", + "source": "https://github.com/OpenVoiceOS/skill-ovos-wordnet", + "name": "Habilitat de Wordnet", + "description": "Usa Wordnet per a respondre qüestions relacionades amb diccioanris.", + "examples": [ + "quina és la definició de ...", + "quin és l'antònim de..." + ], + "tags": [ + "Wordnet", + "consulta", + "informatió" + ] +}