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

41 lines
1.3 KiB
JSON
Raw Normal View History

2020-09-02 00:03:29 +00:00
{
"config": {
2020-09-03 00:06:16 +00:00
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2020-11-11 11:10:09 +00:00
"unknown": "Erreur inattendue"
2020-09-03 00:06:16 +00:00
},
2020-09-02 00:03:29 +00:00
"step": {
"relay_modes": {
"data": {
"relay_1": "Relais 1",
"relay_10": "Relais 10",
"relay_11": "Relais 11",
"relay_12": "Relais 12",
"relay_13": "Relais 13",
"relay_14": "Relais 14",
"relay_15": "Relais 15",
"relay_16": "Relais 16",
"relay_2": "Relais 2",
"relay_3": "Relais 3",
"relay_4": "Relais 4",
"relay_5": "Relais 5",
"relay_6": "Relais 6",
"relay_7": "Relais 7",
2020-09-03 00:06:16 +00:00
"relay_8": "Relais 8",
"relay_9": "Relais 9"
2020-09-02 00:03:29 +00:00
},
"title": "Configurer les relais"
},
"user": {
"data": {
2020-09-03 00:06:16 +00:00
"host": "H\u00f4te",
2020-09-02 00:03:29 +00:00
"port": "Port"
},
"title": "Configurer le tableau"
}
}
2020-11-11 12:25:22 +00:00
}
2020-09-02 00:03:29 +00:00
}