diff --git a/custom_components/pvpc_energy/translations/pt.json b/custom_components/pvpc_energy/translations/pt.json new file mode 100644 index 0000000..3985b66 --- /dev/null +++ b/custom_components/pvpc_energy/translations/pt.json @@ -0,0 +1,21 @@ +{ + "config": { + "step": { + "user": { + "title": "UFD", + "description": "Inserir os dados do UFD", + "data": { + "ufd_login": "Utilizado UFD", + "ufd_password": "Senha UFD" + } + }, + "cups": { + "title": "UFD", + "description": "Inserir o número de contas para mostar", + "data": { + "bills_number": "Número de Contas" + } + } + } + } +}