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

23 lines
707 B
JSON
Raw Normal View History

2020-06-05 00:05:36 +00:00
{
"config": {
"abort": {
"cannot_connect": "\u00c9chec de connexion"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2020-06-05 00:05:36 +00:00
},
2021-08-02 03:40:04 +00:00
"flow_title": "{device} ({ip_address})",
2020-06-05 00:05:36 +00:00
"step": {
"user": {
"data": {
"ip_address": "Adresse IP",
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"description": "Fournissez les informations requises ci-dessous.",
2020-09-19 00:07:12 +00:00
"title": "Configurer GogoGate2 ou iSmartGate"
2020-06-05 00:05:36 +00:00
}
}
}
}