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

31 lines
864 B
JSON
Raw Normal View History

2019-03-21 19:57:20 +00:00
{
"config": {
2020-03-27 00:46:57 +00:00
"abort": {
2021-08-27 00:14:42 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
2020-03-27 00:46:57 +00:00
},
2019-03-21 19:57:20 +00:00
"error": {
2022-03-13 00:18:58 +00:00
"invalid_auth": "Authentification non valide"
2019-03-21 19:57:20 +00:00
},
2021-12-12 00:14:30 +00:00
"flow_title": "{ip}",
2019-03-21 19:57:20 +00:00
"step": {
"user": {
"data": {
"ip_address": "Nom d'h\u00f4te ou adresse IP",
"password": "Mot de passe",
"port": "Port"
},
"title": "Veuillez saisir vos informations"
}
2020-04-15 16:51:07 +00:00
}
2020-10-30 00:02:45 +00:00
},
"options": {
"step": {
"init": {
"data": {
"zone_run_time": "Dur\u00e9e d'ex\u00e9cution de la zone par d\u00e9faut (en secondes)"
},
"title": "Configurer RainMachine"
}
}
2020-04-16 20:00:10 +00:00
}
2019-03-21 19:57:20 +00:00
}