diff --git a/custom_components/myskoda/translations/pl.json b/custom_components/myskoda/translations/pl.json index bd844c8..a9e835c 100644 --- a/custom_components/myskoda/translations/pl.json +++ b/custom_components/myskoda/translations/pl.json @@ -286,6 +286,9 @@ "reduced_current": { "name": "Ograniczenie prądu" }, + "auto_unlock_plug": { + "name": "Odblokuj wtyczkę po naładowaniu" + }, "window_heating": { "name": "Ogrzewanie okien" }, @@ -303,6 +306,15 @@ }, "ac_window_heating": { "name": "Ogrzewanie szyb za pomocą AC" + }, + "departure_timer_1": { + "name": "Timer odjazdu 1" + }, + "departure_timer_2": { + "name": "Timer odjazdu 2" + }, + "departure_timer_3": { + "name": "Timer odjazdu 3" } }, "button": { diff --git a/custom_components/myskoda/translations/pt-BR.json b/custom_components/myskoda/translations/pt-BR.json index d071a4d..3615fc7 100644 --- a/custom_components/myskoda/translations/pt-BR.json +++ b/custom_components/myskoda/translations/pt-BR.json @@ -286,6 +286,9 @@ "reduced_current": { "name": "Corrente reduzida" }, + "auto_unlock_plug": { + "name": "Desbloquear plugue ao carregar" + }, "window_heating": { "name": "Aquecimento da janela" }, diff --git a/custom_components/myskoda/translations/pt.json b/custom_components/myskoda/translations/pt.json index 14c88cf..fe92d8b 100644 --- a/custom_components/myskoda/translations/pt.json +++ b/custom_components/myskoda/translations/pt.json @@ -286,6 +286,9 @@ "reduced_current": { "name": "Corrente reduzida" }, + "auto_unlock_plug": { + "name": "Desbloquear plug quando carregado" + }, "window_heating": { "name": "Aquecimento da janela" },