From 79c7274c27204c38b93b17724d4acadb9405bd09 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Mon, 4 Dec 2023 21:28:22 +0100 Subject: [PATCH] New translations entity-state.json (Polish) --- .../pl/modules/smart-home/entity-state.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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" } } }