Skip to content

Commit

Permalink
Update de.json (#537)
Browse files Browse the repository at this point in the history
* Update de.json

Added missing entities in German Translation
  • Loading branch information
ChristophCaina authored Jan 8, 2025
1 parent d38f528 commit faabc4a
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions custom_components/myskoda/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,62 @@
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"door_open_front_left": {
"name": "Türe vorne links",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"door_open_front_right": {
"name": "Türe vorne rechts",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"door_open_rear_left": {
"name": "Türe hinten links",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"door_open_rear_right": {
"name": "Türe hinten rechts",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"window_open_front_left": {
"name": "Fenster vorne links",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"window_open_front_right": {
"name": "Fenster vorne rechts",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"window_open_rear_left": {
"name": "Fenster hinten links",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
},
"window_open_rear_right": {
"name": "Fenster hinten rechts",
"state": {
"off": "Geschlossen",
"on": "Geöffnet"
}
}
},
"climate": {
Expand All @@ -109,6 +165,9 @@
}
},
"image": {
"render_light_3x": {
"name": "Lichtansicht des Fahrzeugs"
},
"render_vehicle_main": {
"name": "Hauptansicht des Fahrzeugs"
}
Expand Down Expand Up @@ -186,6 +245,9 @@
"error": "Fehler"
}
},
"service_event": {
"name": "Letztes Service Ereignis"
},
"software_version": {
"name": "Software-Version"
},
Expand All @@ -195,6 +257,15 @@
"fuel_level": {
"name": "Füllstand Tank"
},
"adblue_range": {
"name": "AdBlue Reichweite"
},
"gas_level": {
"name": "Füllstand Gas"
},
"gas_range": {
"name": "Gas Reichweite"
},
"combustion_range": {
"name": "Fossile Reichweite"
},
Expand All @@ -218,6 +289,9 @@
"reduced_current": {
"name": "Ladestrombegrenzung"
},
"auto_unlock_plug": {
"name": "Nach Ladevorgang entsperren"
},
"window_heating": {
"name": "Scheiben beheizen"
},
Expand All @@ -235,6 +309,15 @@
},
"ac_window_heating": {
"name": "Fensterheizung mit AC"
},
"departure_timer_1": {
"name": "Departure Timer 1"
},
"departure_timer_2": {
"name": "Departure Timer 2"
},
"departure_timer_3": {
"name": "Departure Timer 3"
}
},
"button": {
Expand Down

0 comments on commit faabc4a

Please sign in to comment.