From c7b342be7911f1c1208b95af72e8314f7abc9b1b Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Mon, 31 Jul 2023 00:43:40 +0100 Subject: [PATCH] Create pt.json --- custom_components/t_smart/translations/pt.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 custom_components/t_smart/translations/pt.json diff --git a/custom_components/t_smart/translations/pt.json b/custom_components/t_smart/translations/pt.json new file mode 100644 index 0000000..3a57283 --- /dev/null +++ b/custom_components/t_smart/translations/pt.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "Não foram encontrados equipamentos na rede", + "single_instance_allowed": "Equipaemto já configurado. Só é permitida uma instância." + }, + "step": { + "confirm": { + "description": "Deseja iniciar a configuração?" + } + } + } +}