Skip to content

Commit

Permalink
First widget (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal authored Sep 28, 2024
1 parent 240ba59 commit 2b546c3
Show file tree
Hide file tree
Showing 44 changed files with 1,097 additions and 426 deletions.
4 changes: 2 additions & 2 deletions .homeycompose/locales/da.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Enhed ikke fundet.",
"zoneNotFound": "Zone ikke fundet."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "MELCloud-indstillinger"
},
"warnings": {
"dashboard": "Forlad enheden og vend tilbage for at opdatere dit instrumentbræt.",
"deviceNotFound": "Enhed ikke fundet."
"dashboard": "Forlad enheden og vend tilbage for at opdatere dit instrumentbræt."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Device not found.",
"zoneNotFound": "Zone not found."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "MELCloud settings"
},
"warnings": {
"dashboard": "Exit the device and return to update your dashboard.",
"deviceNotFound": "Device not found."
"dashboard": "Exit the device and return to update your dashboard."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/locales/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Dispositivo no encontrada.",
"zoneNotFound": "Zona no encontrada."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "Configuración de MELCloud"
},
"warnings": {
"dashboard": "Salga del dispositivo y regrese para actualizar su panel de control.",
"deviceNotFound": "Dispositivo no encontrada."
"dashboard": "Salga del dispositivo y regrese para actualizar su panel de control."
}
}
6 changes: 3 additions & 3 deletions .homeycompose/locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"errors": {
"zoneNotFound": "La zone est introuvable."
"deviceNotFound": "Appareil introuvable.",
"zoneNotFound": "Zone introuvable."
},
"settings": {
"authenticate": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "Paramètres MELCloud"
},
"warnings": {
"dashboard": "Sortez de l'appareil et revenez pour mettre à jour votre tableau de bord.",
"deviceNotFound": "L'appareil est introuvable."
"dashboard": "Sortez de l'appareil et revenez pour mettre à jour votre tableau de bord."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/locales/nl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Apparaat niet gevonden.",
"zoneNotFound": "Zone niet gevonden."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "MELCloud-instellingen"
},
"warnings": {
"dashboard": "Verlaat het apparaat en keer terug om uw dashboard te updaten.",
"deviceNotFound": "Apparaat niet gevonden."
"dashboard": "Verlaat het apparaat en keer terug om uw dashboard te updaten."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/locales/no.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Enhet ikke funnet.",
"zoneNotFound": "Sone ikke funnet."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "MELCloud-innstillinger"
},
"warnings": {
"dashboard": "Avslutt enheten og gå tilbake for å oppdatere dashbordet ditt.",
"deviceNotFound": "Enhet ikke funnet."
"dashboard": "Avslutt enheten og gå tilbake for å oppdatere dashbordet ditt."
}
}
4 changes: 2 additions & 2 deletions .homeycompose/locales/sv.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"errors": {
"deviceNotFound": "Enhet ej hittad.",
"zoneNotFound": "Zon ej hittad."
},
"settings": {
Expand Down Expand Up @@ -68,7 +69,6 @@
"title": "MELCloud-inställningar"
},
"warnings": {
"dashboard": "Avsluta enheten och återvänd för att uppdatera din instrumentpanel.",
"deviceNotFound": "Enhet ej hittad."
"dashboard": "Avsluta enheten och återvänd för att uppdatera din instrumentpanel."
}
}
Loading

0 comments on commit 2b546c3

Please sign in to comment.