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

22 lines
610 B
JSON
Raw Normal View History

2021-05-09 00:04:11 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
2021-08-02 03:40:04 +00:00
"error": {
"cannot_connect": "\u00c9chec de connexion",
2021-08-27 00:14:42 +00:00
"invalid_auth": "Authentification invalide",
2021-08-02 03:40:04 +00:00
"unknown": "Erreur inattendue"
},
2021-05-09 00:04:11 +00:00
"step": {
"user": {
"data": {
"country_code": "Code postal",
"password": "Mot de passe",
"username": "Nom d'utilisateur"
}
}
}
},
"title": "Pique-nique"
}