From f280582d83040672908e614fd3f65df6efc6cef5 Mon Sep 17 00:00:00 2001 From: ufozone Date: Sun, 25 Feb 2024 20:53:18 +0100 Subject: [PATCH] Add image entity to strings and translations --- custom_components/zcsmower/strings.json | 32 +++++++++++++++++++ .../zcsmower/translations/de.json | 32 +++++++++++++++++++ .../zcsmower/translations/en.json | 32 +++++++++++++++++++ .../zcsmower/translations/it.json | 32 +++++++++++++++++++ 4 files changed, 128 insertions(+) diff --git a/custom_components/zcsmower/strings.json b/custom_components/zcsmower/strings.json index 868764e..1df8098 100644 --- a/custom_components/zcsmower/strings.json +++ b/custom_components/zcsmower/strings.json @@ -560,6 +560,38 @@ } } }, + "image": { + "map": { + "name": "Map", + "state_attributes": { + "imei": { + "name": "IMEI" + }, + "connected": { + "name": "Connection State", + "state": { + "true": "[%key:common::state::connected%]", + "false": "[%key:common::state::disconnected%]" + } + }, + "last_communication": { + "name": "Last communication" + }, + "last_seen": { + "name": "Last seen" + }, + "last_pull": { + "name": "Last pull" + }, + "next_pull": { + "name": "Next pull" + }, + "calibration_points": { + "name": "Calibration points" + } + } + } + }, "lawn_mower": { "mower": { "state_attributes": { diff --git a/custom_components/zcsmower/translations/de.json b/custom_components/zcsmower/translations/de.json index 43aa0f7..87634b3 100644 --- a/custom_components/zcsmower/translations/de.json +++ b/custom_components/zcsmower/translations/de.json @@ -560,6 +560,38 @@ } } }, + "image": { + "map": { + "name": "Karte", + "state_attributes": { + "imei": { + "name": "IMEI" + }, + "connected": { + "name": "Verbindungsstatus", + "state": { + "true": "Verbunden", + "false": "Getrennt" + } + }, + "last_communication": { + "name": "Letzte Kommunikation" + }, + "last_seen": { + "name": "Letzte Sichtung" + }, + "last_pull": { + "name": "Letzter Abruf" + }, + "next_pull": { + "name": "Nächster Abruf" + }, + "calibration_points": { + "name": "Kalibrierungspunkte" + } + } + } + }, "lawn_mower": { "mower": { "state_attributes": { diff --git a/custom_components/zcsmower/translations/en.json b/custom_components/zcsmower/translations/en.json index ca45ff9..694a21c 100644 --- a/custom_components/zcsmower/translations/en.json +++ b/custom_components/zcsmower/translations/en.json @@ -560,6 +560,38 @@ } } }, + "image": { + "map": { + "name": "Map", + "state_attributes": { + "imei": { + "name": "IMEI" + }, + "connected": { + "name": "Connection State", + "state": { + "true": "Connected", + "false": "Disconnected" + } + }, + "last_communication": { + "name": "Last communication" + }, + "last_seen": { + "name": "Last seen" + }, + "last_pull": { + "name": "Last pull" + }, + "next_pull": { + "name": "Next pull" + }, + "calibration_points": { + "name": "Calibration points" + } + } + } + }, "lawn_mower": { "mower": { "state_attributes": { diff --git a/custom_components/zcsmower/translations/it.json b/custom_components/zcsmower/translations/it.json index d35d9c8..70f6b2a 100644 --- a/custom_components/zcsmower/translations/it.json +++ b/custom_components/zcsmower/translations/it.json @@ -560,6 +560,38 @@ } } }, + "image": { + "map": { + "name": "Mappa", + "state_attributes": { + "imei": { + "name": "IMEI" + }, + "connected": { + "name": "Stato della connessione", + "state": { + "true": "connesso", + "false": "disconnesso" + } + }, + "last_communication": { + "name": "Ultima comunicazione" + }, + "last_seen": { + "name": "Ultimo visto" + }, + "last_pull": { + "name": "Ultimo tirata" + }, + "next_pull": { + "name": "Prossima tirata" + }, + "calibration_points": { + "name": "Calibration points" + } + } + } + }, "lawn_mower": { "mower": { "state_attributes": {