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

31 lines
806 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"
}
}
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "Cancelling",
"idle": "Idle",
"paused": "Paused",
"pausing": "Pausing",
"printing": "Printing"
}
}
}
}
}