From c553a1003e9080f9a1d64b5e7fa20cb0ff7d25ed Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Fri, 24 Nov 2023 14:58:54 +0100 Subject: [PATCH] New translations entity-state.json (French) --- .../fr/modules/smart-home/entity-state.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/public/locales/fr/modules/smart-home/entity-state.json b/public/locales/fr/modules/smart-home/entity-state.json index 415cc293d27..5c36c0216ae 100644 --- a/public/locales/fr/modules/smart-home/entity-state.json +++ b/public/locales/fr/modules/smart-home/entity-state.json @@ -1,16 +1,16 @@ { - "entityNotFound": "", + "entityNotFound": "Entité non trouvée", "descriptor": { - "name": "", - "description": "", + "name": "Entité Home Assistant", + "description": "État actuel d'une entité dans Home Assistant", "settings": { - "title": "", + "title": "État de l'entité", "entityId": { - "label": "", - "info": "" + "label": "ID de l’entité", + "info": "ID d’entité unique dans Home Assistant. Copiez en cliquant sur l'entité > Cliquez sur l'icône en forme de rouage > Cliquez sur le bouton Copier sous « ID d'entité ». Certaines entités personnalisées peuvent ne pas être prises en charge." }, "displayName": { - "label": "" + "label": "Nom d'affichage" } } }