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

42 lines
1.2 KiB
JSON
Raw Normal View History

2021-02-19 00:03:06 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"cannot_connect": "\u00c9chec de connexion",
2022-03-13 00:18:58 +00:00
"invalid_pin": "PIN non valide",
2021-02-28 00:07:08 +00:00
"pairing_failure": "Association impossible: {error_id}",
2021-02-19 00:03:06 +00:00
"unknown": "Erreur inattendue"
},
"step": {
2021-03-20 00:04:10 +00:00
"pair": {
2021-03-25 00:03:36 +00:00
"data": {
"pin": "Code PIN"
},
2021-03-20 00:04:10 +00:00
"description": "Entrez le code PIN affich\u00e9 sur votre t\u00e9l\u00e9viseur",
2021-03-29 00:04:31 +00:00
"title": "Appairer"
2021-03-20 00:04:10 +00:00
},
2021-02-19 00:03:06 +00:00
"user": {
"data": {
"api_version": "Version de l'API",
"host": "H\u00f4te"
}
}
}
},
"device_automation": {
"trigger_type": {
"turn_on": "Il a \u00e9t\u00e9 demand\u00e9 \u00e0 l'appareil de s'allumer"
}
2021-08-02 03:40:04 +00:00
},
"options": {
"step": {
"init": {
"data": {
"allow_notify": "Autoriser l'utilisation du service de notification de donn\u00e9es."
}
}
}
2021-02-19 00:03:06 +00:00
}
}