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

18 lines
454 B
JSON

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