From d9b1c2cf46e0d130d8f7c4ae34675e911f73e76c Mon Sep 17 00:00:00 2001 From: misa1515 <61636045+misa1515@users.noreply.github.com> Date: Fri, 8 Dec 2023 07:52:35 +0100 Subject: [PATCH] Create sk.json --- custom_components/grocy/translations/sk.json | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 custom_components/grocy/translations/sk.json diff --git a/custom_components/grocy/translations/sk.json b/custom_components/grocy/translations/sk.json new file mode 100644 index 0000000..2197d1c --- /dev/null +++ b/custom_components/grocy/translations/sk.json @@ -0,0 +1,21 @@ +{ + "config": { + "step": { + "user": { + "title": "Pripojte sa k svojej inštancii Grocy", + "data": { + "url": "Grocy API URL (napr. \"http://yourgrocyurl.com\")", + "api_key": "Grocy API kľúč", + "port": "Číslo portu (9192)", + "verify_ssl": "Overte certifikát SSL" + } + } + }, + "error": { + "auth": "Niečo sa pokazilo." + }, + "abort": { + "single_instance_allowed": "Je povolená iba jedna konfigurácia Grocy." + } + } +}