From 27e0c074034f66f2ad4e64a233ddea6df81533b4 Mon Sep 17 00:00:00 2001 From: "gitlocalize-app[bot]" <55277160+gitlocalize-app[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 15:05:11 +0000 Subject: [PATCH] Add Catalan translation (#45) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Joan Montané --- locale/ca-es/skill.json | 16 ++++++++++++++++ 1 file changed, 16 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..b1962ae --- /dev/null +++ b/locale/ca-es/skill.json @@ -0,0 +1,16 @@ +{ + "skill_id": "skill-ovos-fallback-chatgpt.openvoiceos", + "source": "https://github.com/OpenVoiceOS/skill-ovos-fallback-chatgpt", + "name": "Habilitat de rescat ChatGPT", + "description": "En cas de dubte, demana a ChatGPT", + "examples": [ + "Explica la computació quàntica en termes senzills", + "Tens alguna idea creativa per a l'aniversari d'un nen de 10 anys?" + ], + "tags": [ + "rescat", + "LLM", + "consulta", + "informació" + ] +}