31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"config": {
|
|
"error": {
|
|
"cannot_connect": "Falha ao conectar",
|
|
"invalid_auth": "Autentica\u00e7\u00e3o inv\u00e1lida",
|
|
"not_supported": "Somente a PrusaLink API v2 \u00e9 suportada",
|
|
"unknown": "Erro inesperado"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"api_key": "Chave da API",
|
|
"host": "Nome do host"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"printer_state": {
|
|
"state": {
|
|
"cancelling": "Cancelando",
|
|
"idle": "Ocioso",
|
|
"paused": "Pausado",
|
|
"pausing": "Pausando",
|
|
"printing": "Impress\u00e3o"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |