From 020e311fce5b0fcf226b6a5e0a456da5db1655f3 Mon Sep 17 00:00:00 2001 From: misa1515 <61636045+misa1515@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:44:43 +0100 Subject: [PATCH] Create sensor.sk.json --- custom_components/iaquk/translations/sensor.sk.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 custom_components/iaquk/translations/sensor.sk.json diff --git a/custom_components/iaquk/translations/sensor.sk.json b/custom_components/iaquk/translations/sensor.sk.json new file mode 100644 index 0000000..ece2a8a --- /dev/null +++ b/custom_components/iaquk/translations/sensor.sk.json @@ -0,0 +1,11 @@ +{ + "state": { + "iaquk__level": { + "Excellent": "Výborne", + "Good": "Dobre", + "Fair": "Dostatočne", + "Poor": "Zle", + "Inadequate": "Nedostatočne" + } + } +}