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,27 +1,34 @@
{ {
"config": { "config": {
"step": { "abort": {
"user": { "already_configured": "Service is already configured"
"data": { },
"api_key": "API Key", "error": {
"api_base": "API Base URL", "cannot_connect": "Failed to connect",
"request_interval": "Request Interval (seconds)" "invalid_api_key": "Invalid API key",
} "unknown": "Unexpected error"
} },
}, "step": {
"error": { "user": {
"invalid_api_key": "Invalid API key", "data": {
"cannot_connect": "Failed to connect to API", "api_key": "API Key",
"unknown": "Unexpected error" "api_base": "API Base URL",
} "request_interval": "Request interval (seconds)"
}, },
"options": { "description": "Enter your OpenAI API credentials",
"step": { "title": "OpenAI API"
"init": { }
"data": { }
"request_interval": "Request Interval (seconds)" },
} "options": {
} "step": {
} "init": {
} "data": {
"request_interval": "Request interval (seconds)"
},
"description": "Configure HA Text AI options",
"title": "HA Text AI Options"
}
}
}
} }