From 86dc6848ea30dff5fcb068121f9d7e53335b6eb1 Mon Sep 17 00:00:00 2001 From: misa1515 <61636045+misa1515@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:43:39 +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..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." + } + } +}