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

30 lines
1.3 KiB
JSON
Raw Normal View History

2020-01-17 00:31:45 +00:00
{
"config": {
"abort": {
"already_configured": "Cette imprimante est d\u00e9j\u00e0 configur\u00e9e.",
"unsupported_model": "Ce mod\u00e8le d'imprimante n'est pas pris en charge."
},
"error": {
2020-10-05 00:04:23 +00:00
"cannot_connect": "\u00c9chec de connexion",
2020-01-17 00:31:45 +00:00
"snmp_error": "Serveur SNMP d\u00e9sactiv\u00e9 ou imprimante non prise en charge.",
"wrong_host": "Nom d'h\u00f4te ou adresse IP invalide."
},
2020-02-07 00:31:50 +00:00
"flow_title": "Imprimante Brother: {model} {serial_number}",
2020-01-17 00:31:45 +00:00
"step": {
"user": {
"data": {
2020-07-09 00:05:04 +00:00
"host": "Nom d'h\u00f4te ou adresse IP",
2020-01-17 00:31:45 +00:00
"type": "Type d'imprimante"
},
2020-05-29 00:04:16 +00:00
"description": "Configurez l'int\u00e9gration de l'imprimante Brother. Si vous avez des probl\u00e8mes avec la configuration, allez \u00e0 : https://www.home-assistant.io/integrations/brother"
2020-01-25 00:31:41 +00:00
},
"zeroconf_confirm": {
"data": {
"type": "Type d'imprimante"
2020-02-07 00:31:50 +00:00
},
"description": "Voulez-vous ajouter l'imprimante Brother {model} avec le num\u00e9ro de s\u00e9rie `{serial_number}` \u00e0 Home Assistant ?",
"title": "Imprimante Brother d\u00e9couverte"
2020-01-17 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-01-17 00:31:45 +00:00
}