From 4041911d67afdbedfe95efe219960f7f653d75c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Czirj=C3=A1k=20Tam=C3=A1s?= Date: Fri, 17 Nov 2023 16:52:29 +0100 Subject: [PATCH] Create hu.json --- .../openai_control/translations/hu.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 custom_components/openai_control/translations/hu.json diff --git a/custom_components/openai_control/translations/hu.json b/custom_components/openai_control/translations/hu.json new file mode 100644 index 0000000..976a25b --- /dev/null +++ b/custom_components/openai_control/translations/hu.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Már konfigurálva. Csak egyetlen konfiguráció lehetséges." + }, + "error": { + "cannot_connect": "Nem sikerült csatlakozni", + "invalid_auth": "Azonosítás sikertelen", + "unknown": "Nem várt hiba" + }, + "step": { + "user": { + "data": { + "api_key": "API kulcs" + } + } + } + } +}