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

31 lines
854 B
JSON

{
"config": {
"error": {
"cannot_connect": "\u00c9chec de connexion",
"invalid_auth": "Authentification non valide",
"not_supported": "Seule l'API PrusaLink v2 est prise en charge",
"unknown": "Erreur inattendue"
},
"step": {
"user": {
"data": {
"api_key": "Cl\u00e9 d'API",
"host": "H\u00f4te"
}
}
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "Annulation",
"idle": "Inactive",
"paused": "En pause",
"pausing": "Mise en pause",
"printing": "Impression"
}
}
}
}
}