From 0e84246ce0259c49800723d77cbc6c4c9973b39a Mon Sep 17 00:00:00 2001 From: misa1515 <61636045+misa1515@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:28:41 +0200 Subject: [PATCH] Create sk.json (#116) --- .../uptime_kuma/translations/sk.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 custom_components/uptime_kuma/translations/sk.json diff --git a/custom_components/uptime_kuma/translations/sk.json b/custom_components/uptime_kuma/translations/sk.json new file mode 100644 index 0000000..5450b3b --- /dev/null +++ b/custom_components/uptime_kuma/translations/sk.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Zariadenie je už nakonfigurované", + "existing_instance_updated": "Aktualizovaná už existujúca konfigurácia." + }, + "error": { + "cannot_connect": "Nepodarilo sa pripojiť", + "invalid_auth": "Neplatné overenie", + "unknown": "Neočakávaná chyba" + }, + "step": { + "user": { + "description": "Zadajte informácie o pripojení pre inštanciu Uptime Kuma:", + "data": { + "host": "Host/URL", + "password": "Heslo", + "port": "Port", + "username": "Užívateľské meno", + "verify_ssl": "Overiť SSL certifikát" + } + } + } + } +}