mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
Update en.json
This commit is contained in:
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user