Update en.json

This commit is contained in:
smkrv
2024-11-15 00:56:20 +03:00
committed by GitHub
parent ef78a9da0d
commit 992d9b3b97
@@ -1,26 +1,33 @@
{ {
"config": { "config": {
"abort": {
"already_configured": "Service is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_api_key": "Invalid API key",
"unknown": "Unexpected error"
},
"step": { "step": {
"user": { "user": {
"data": { "data": {
"api_key": "API Key", "api_key": "API Key",
"api_base": "API Base URL", "api_base": "API Base URL",
"request_interval": "Request Interval (seconds)" "request_interval": "Request interval (seconds)"
} },
"description": "Enter your OpenAI API credentials",
"title": "OpenAI API"
} }
},
"error": {
"invalid_api_key": "Invalid API key",
"cannot_connect": "Failed to connect to API",
"unknown": "Unexpected error"
} }
}, },
"options": { "options": {
"step": { "step": {
"init": { "init": {
"data": { "data": {
"request_interval": "Request Interval (seconds)" "request_interval": "Request interval (seconds)"
} },
"description": "Configure HA Text AI options",
"title": "HA Text AI Options"
} }
} }
} }