Skip to content

Commit

Permalink
Add image entity to strings and translations
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Feb 25, 2024
1 parent 35112fd commit f280582
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 0 deletions.
32 changes: 32 additions & 0 deletions custom_components/zcsmower/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
32 changes: 32 additions & 0 deletions custom_components/zcsmower/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
32 changes: 32 additions & 0 deletions custom_components/zcsmower/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
32 changes: 32 additions & 0 deletions custom_components/zcsmower/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit f280582

Please sign in to comment.