From 94e7842810bf9c340b745a434b871e8d8fb42d23 Mon Sep 17 00:00:00 2001 From: Jan Langer Date: Fri, 19 Apr 2024 15:11:28 +0200 Subject: [PATCH] Added czech translations --- custom_components/iaquk/translations/sensor.cs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_components/iaquk/translations/sensor.cs.json diff --git a/custom_components/iaquk/translations/sensor.cs.json b/custom_components/iaquk/translations/sensor.cs.json new file mode 100644 index 0000000..3eec3f2 --- /dev/null +++ b/custom_components/iaquk/translations/sensor.cs.json @@ -0,0 +1,11 @@ +{ + "state": { + "iaquk__level": { + "Excellent": "Vynikající", + "Good": "Dobrá", + "Fair": "Uspokojivá", + "Poor": "Špatná", + "Inadequate": "Velmi špatná" + } + } +}