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

37 lines
1.5 KiB
JSON
Raw Normal View History

2021-05-02 00:04:24 +00:00
{
"config": {
"error": {
"connection_error": "Erreur de connexion",
"invalid_auth": "Authentification invalide"
},
"flow_title": "FRITZ!Box Tools : {name}",
"step": {
"confirm": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"description": "FRITZ!Box d\u00e9couvert : {name}\n\nConfiguration de FRITZ!Box Tools pour contr\u00f4ler votre {name}",
"title": "Configuration FRITZ!Box Tools"
},
"reauth_confirm": {
"data": {
"password": "Mot de passe",
"username": "Nom d'utilisateur"
},
"description": "Mettre \u00e0 jour les informations d'identification FRITZ!Box Tools pour : {host}.",
"title": "Mise \u00e0 jour de FRITZ!Box Tools - informations d'identification"
},
"start_config": {
"data": {
"host": "H\u00f4te",
"password": "Mot de passe",
"port": "Port",
"username": "Nom d'utilisateur"
},
"description": "Configuration de FRITZ!Box Tools pour contr\u00f4ler votre FRITZ!Box.\nMinimum requis: nom d'utilisateur, mot de passe.",
"title": "Configuration FRITZ!Box Tools - obligatoire"
}
}
}
}