From c1c6173c194b15f4b7c0510fcd6fe2914d8add4a Mon Sep 17 00:00:00 2001 From: misa1515 <61636045+misa1515@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:32:18 +0200 Subject: [PATCH] Create sk.json --- .../poolmath/translations/sk.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_components/poolmath/translations/sk.json diff --git a/custom_components/poolmath/translations/sk.json b/custom_components/poolmath/translations/sk.json new file mode 100644 index 0000000..86be66a --- /dev/null +++ b/custom_components/poolmath/translations/sk.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Zariadenie je už nakonfigurované" + }, + "error": { + "cannot_connect": "Pripojenie zlyhalo, skúste to znova", + "invalid_auth": "Neplatné overenie", + "unknown": "Neočakávaná chyba" + }, + "step": { + "user": { + "data": { + "email": "E-Mail adresa", + "password": "Heslo" + }, + "title": "Pripojte sa k svojej bazénovej matematike" + } + } + } +}