From e136ffdf8891e61bbafac341d4678be74d792d57 Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Thu, 3 Oct 2024 12:08:58 +0100 Subject: [PATCH] Create pt.json --- custom_components/librelink/pt.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 custom_components/librelink/pt.json diff --git a/custom_components/librelink/pt.json b/custom_components/librelink/pt.json new file mode 100644 index 0000000..0a343ec --- /dev/null +++ b/custom_components/librelink/pt.json @@ -0,0 +1,23 @@ +{ + "title": "Integração LibreLink", + "config": { + "step": { + "user": { + "title": "Introduza o seu e-mail e palavra-passe", + "description": "Documentação: https://github.com/gillesvs/librelink", + "data": { + "username": "E-mail", + "password": "Palavra-passe" + } + } + }, + "error": { + "auth": "O e-mail ou a palavra-passe estão incorretos.", + "connection": "Não foi possível conectar ao servidor.", + "unknown": "Ocorreu um erro desconhecido." + }, + "abort": { + "already_configured": "O dispositivo já está configurado." + } + } +}