diff --git a/custom_components/grocy/translations/sk.json b/custom_components/grocy/translations/sk.json new file mode 100644 index 0000000..e1fbed3 --- /dev/null +++ b/custom_components/grocy/translations/sk.json @@ -0,0 +1,21 @@ +{ + "config": { + "step": { + "user": { + "title": "Pripojiť k Grovy inštancii", + "data": { + "url": "Grocy API URL (napr.. \"http://yourgrocyurl.com\")", + "api_key": "Grocy API kľúč", + "port": "Číslo portu (9192)", + "verify_ssl": "Overiť SSL certifikát" + } + } + }, + "error": { + "auth": "Niečo sa nepodarilo." + }, + "abort": { + "single_instance_allowed": "Je povolená iba jedna konfigurácia Grocy." + } + } +}