From ff27cd4ac7bde082d52517600b82e33febaefff8 Mon Sep 17 00:00:00 2001 From: Rui Melo Date: Wed, 13 Sep 2023 11:20:03 +0100 Subject: [PATCH] Create pt.json --- .../tarifa_20td/translations/pt.json | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 custom_components/tarifa_20td/translations/pt.json diff --git a/custom_components/tarifa_20td/translations/pt.json b/custom_components/tarifa_20td/translations/pt.json new file mode 100644 index 0000000..e639086 --- /dev/null +++ b/custom_components/tarifa_20td/translations/pt.json @@ -0,0 +1,27 @@ +{ + "config": { + "step": { + "user": { + "data": { + "precio_llana": "Preço de horas por plano", + "precio_valle": "Preço de horas por vale", + "precio_punta": "Preço de horas por ponta", + "coste_dia": "Preço de fixo por dia" + } + } + } + }, + + "options": { + "step": { + "init": { + "data": { + "precio_llana": "Preço de horas por plano", + "precio_valle": "Preço de horas por vale", + "precio_punta": "Preço de horas por ponta", + "coste_dia": "Preço de fixo por dia" + } + } + } + } +}