From 992d9b3b972bbe877378c5aca6f99717fcdc5516 Mon Sep 17 00:00:00 2001 From: smkrv <17809065+smkrv@users.noreply.github.com> Date: Fri, 15 Nov 2024 00:56:20 +0300 Subject: [PATCH] Update en.json --- .../ha_text_ai/translations/en.json | 59 +++++++++++-------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/custom_components/ha_text_ai/translations/en.json b/custom_components/ha_text_ai/translations/en.json index 769291f..dc17ffd 100644 --- a/custom_components/ha_text_ai/translations/en.json +++ b/custom_components/ha_text_ai/translations/en.json @@ -1,27 +1,34 @@ -{ - "config": { - "step": { - "user": { - "data": { - "api_key": "API Key", - "api_base": "API Base URL", - "request_interval": "Request Interval (seconds)" - } - } - }, - "error": { - "invalid_api_key": "Invalid API key", - "cannot_connect": "Failed to connect to API", - "unknown": "Unexpected error" - } - }, - "options": { - "step": { - "init": { - "data": { - "request_interval": "Request Interval (seconds)" - } - } - } - } +{ + "config": { + "abort": { + "already_configured": "Service is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_api_key": "Invalid API key", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "data": { + "api_key": "API Key", + "api_base": "API Base URL", + "request_interval": "Request interval (seconds)" + }, + "description": "Enter your OpenAI API credentials", + "title": "OpenAI API" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "request_interval": "Request interval (seconds)" + }, + "description": "Configure HA Text AI options", + "title": "HA Text AI Options" + } + } + } }