From 61dc3b0054f0855b285f881bb6951f00e947b886 Mon Sep 17 00:00:00 2001 From: Kanecaine <99053167+Kanecaine@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:45:25 +0200 Subject: [PATCH] Create sensor.de.json added german translation --- custom_components/iaquk/translations/sensor.de.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_components/iaquk/translations/sensor.de.json diff --git a/custom_components/iaquk/translations/sensor.de.json b/custom_components/iaquk/translations/sensor.de.json new file mode 100644 index 0000000..9375a6c --- /dev/null +++ b/custom_components/iaquk/translations/sensor.de.json @@ -0,0 +1,11 @@ +{ + "state": { + "iaquk__level": { + "Excellent": "Sehr gut", + "Good": "Gut", + "Fair": "Mäßig", + "Poor": "Schlecht", + "Inadequate": "Sehr schlecht" + } + } +}