From ec740e1ac4f7dfb36ff8708e1f544d15a0f95c2e Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Mon, 3 Apr 2023 12:06:15 +0100 Subject: [PATCH] create lang pt-PT.json --- .../grocy/translations/pt-PT.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_components/grocy/translations/pt-PT.json diff --git a/custom_components/grocy/translations/pt-PT.json b/custom_components/grocy/translations/pt-PT.json new file mode 100644 index 0000000..fbe4851 --- /dev/null +++ b/custom_components/grocy/translations/pt-PT.json @@ -0,0 +1,21 @@ +{ + "config": { + "step": { + "user": { + "title": "Ligar a tua instância Grocy ", + "data": { + "url": "Link AP da Grocy (e.g. \"http://yourgrocyurl.com\")", + "api_key": "Grocy chave da API", + "port": "Número da Porta (9192)", + "verify_ssl": "Verificar o certificado SSL Certificate" + } + } + }, + "error": { + "auth": "Algo correu mal." + }, + "abort": { + "single_instance_allowed": "Apenas uma configuração do Grocy é permitida." + } + } +}