From 3a7532fe5ae22a39672a764d360acd2bd71642c7 Mon Sep 17 00:00:00 2001 From: Sander Peterse Date: Fri, 16 Aug 2024 11:57:27 +0200 Subject: [PATCH] Fixes #246 --- custom_components/indego/translations/de.json | 1 + custom_components/indego/translations/fr.json | 1 + custom_components/indego/translations/nl.json | 1 + custom_components/indego/translations/pl.json | 1 + 4 files changed, 4 insertions(+) diff --git a/custom_components/indego/translations/de.json b/custom_components/indego/translations/de.json index 848a242..d7ab6eb 100644 --- a/custom_components/indego/translations/de.json +++ b/custom_components/indego/translations/de.json @@ -74,6 +74,7 @@ }, "mower_state_detail": { "state": { + "Sleeping": "Schläft", "Reading status": "Status abrufen", "Charging": "Laden", "Docked": "Angedockt", diff --git a/custom_components/indego/translations/fr.json b/custom_components/indego/translations/fr.json index 1406923..1a090e6 100644 --- a/custom_components/indego/translations/fr.json +++ b/custom_components/indego/translations/fr.json @@ -74,6 +74,7 @@ }, "mower_state_detail": { "state": { + "Sleeping": "En veille", "Reading status": "Obtention du statut en cours", "Charging": "Charge en cours", "Docked": "Dans station de charge", diff --git a/custom_components/indego/translations/nl.json b/custom_components/indego/translations/nl.json index a7a121f..c02ee89 100644 --- a/custom_components/indego/translations/nl.json +++ b/custom_components/indego/translations/nl.json @@ -74,6 +74,7 @@ }, "mower_state_detail": { "state": { + "Sleeping": "Inactief", "Reading status": "Status ophalen", "Charging": "Opladen", "Docked": "Geparkeerd", diff --git a/custom_components/indego/translations/pl.json b/custom_components/indego/translations/pl.json index 827b859..528657c 100644 --- a/custom_components/indego/translations/pl.json +++ b/custom_components/indego/translations/pl.json @@ -74,6 +74,7 @@ }, "mower_state_detail": { "state": { + "Sleeping": "Sleeping", "Reading status": "Reading status", "Charging": "Charging", "Docked": "Docked",