Skip to content

Commit

Permalink
Added German translation, Hue tap dial switch (RDM002), Hue dimmer sw…
Browse files Browse the repository at this point in the history
…itch (RWL022) (#132)

* Add German Translation

* Update library.json

Add "Hue dimmer switch (RWL022)"
Add "Hue tap dial switch (RDM002)"

* Update de.json

* Update de.json
  • Loading branch information
P-v-D authored Dec 23, 2023
1 parent 8fbd598 commit 1aa3050
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
10 changes: 10 additions & 0 deletions custom_components/battery_notes/data/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -667,6 +667,16 @@
"model": "Hue dimmer switch (RWL020)",
"battery_type": "CR2450"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue dimmer switch (RWL022)",
"battery_type": "CR2032"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue tap dial switch (RDM002)",
"battery_type": "CR2032"
},
{
"manufacturer": "Signify Netherlands B.V.",
"model": "Hue wall switch module (RDM001)",
Expand Down
54 changes: 54 additions & 0 deletions custom_components/battery_notes/translations/de.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"config": {
"step": {
"user": {
"description": "Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"device_id": "Gerät",
"name": "Name"
},
"data_description": {
"name": "Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen"
}
},
"battery": {
"data": {
"battery_type": "Batterieart"
},
"data_description": {
"battery_type": "Geben Sie optional die Anzahl der Batterien an wenn es mehr als eine Batterie ist, z. B. 2x AAA"
}
}
},
"abort": {
"already_configured": "Das Gerät ist bereits konfiguriert."
},
"error": {
"unknown": "Ein unbekannter Fehler ist aufgetreten."
}
},
"options": {
"step": {
"init": {
"description": "Hilfe zur Konfiguration finden Sie unter: https://github.com/andrew-codechimp/ha-battery-notes",
"data": {
"name": "Name",
"battery_type": "Batterieart"
},
"data_description": {
"name": "Wenn Sie nichts eingeben wird der Name vom Quellgerät übernommen"
}
}
},
"error": {
"unknown": "Ein unbekannter Fehler ist aufgetreten."
}
},
"entity": {
"sensor": {
"battery_type": {
"name": "Batterieart"
}
}
}
}

0 comments on commit 1aa3050

Please sign in to comment.