diff --git a/public/locales/pl/modules/smart-home/entity-state.json b/public/locales/pl/modules/smart-home/entity-state.json index 415cc293d27..7a20ee12d50 100644 --- a/public/locales/pl/modules/smart-home/entity-state.json +++ b/public/locales/pl/modules/smart-home/entity-state.json @@ -1,16 +1,16 @@ { - "entityNotFound": "", + "entityNotFound": "Nie znaleziono obiektu", "descriptor": { - "name": "", - "description": "", + "name": "Obiekt asystenta domu", + "description": "Aktualny stan obiektu w Asystencie Domu", "settings": { - "title": "", + "title": "Stan obiektu", "entityId": { - "label": "", - "info": "" + "label": "ID obiektu", + "info": "Unikalne ID obiektu w Asystencie Domu. Kopiuj klikając na obiekt > Kliknij ikonę koła zębatego > Kliknij na przycisk kopiuj na 'ID obiektu'. Niektóre niestandardowe obiekty mogą nie być obsługiwane." }, "displayName": { - "label": "" + "label": "Nazwa wyświetlana" } } }