From ac1fad14d529b6afe8f10abf3c526c5a4fb78f25 Mon Sep 17 00:00:00 2001 From: Thijs W Date: Sat, 15 Jun 2024 18:33:52 +0200 Subject: [PATCH] New translations strings.json (Portuguese) --- translations/pt.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/pt.json b/translations/pt.json index 58ea142..635b6d5 100644 --- a/translations/pt.json +++ b/translations/pt.json @@ -1,7 +1,9 @@ { "config": { "abort": { - "already_configured": "O dispositivo já está configurado" + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", + "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "error": { "cannot_connect": "Falhou ao conectar",