core/homeassistant/components/prusalink/translations/en.json

18 lines
454 B
JSON
Raw Normal View History

{
"config": {
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
2022-08-31 00:31:51 +00:00
"not_supported": "Only PrusaLink API v2 is supported",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"host": "Host"
}
}
}
}
}