Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update de.json #62

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 40 additions & 47 deletions custom_components/polestar_api/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"data": {
"name": "Anzeigename",
"username": "Benutzername",
"password": "Passwort",
"vin": "VIN"
"password": "Passwort"
}
}
},
Expand All @@ -21,78 +20,72 @@
},
"entity": {
"sensor": {
"polestar_estimate_distance_to_empty_miles": {
"name": "Reichweite (Meilen)"
},
"polestar_estimate_distance_to_empty_km": {
"name": "Reichweite (km)"
},
"polestar_current_odometer_meters": {
"name": "Kilometerstand"
"polestar_api_status_code": {
"name": "API Status Code"
},
"polestar_average_speed_km_per_hour": {
"name": "Durchschnittsgeschwindigkeit (km/h)"
"polestar_api_token_expires_at": {
"name": "API Token gültig bis"
},
"polestar_current_trip_meter_automatic": {
"name": "Kilometerzähler automatisch"
"polestar_average_energy_consumption_kwh_per_100": {
"name": "Durchschnittlicher Energieverbrauch"
},
"polestar_current_trip_meter_manual": {
"name": "Kilometerzähler manuell"
"polestar_average_speed_per_hour": {
"name": "Durchschnittsgeschwindigkeit"
},
"polestar_battery_charge_level": {
"name": "Batterieladestand"
},
"polestar_estimated_charging_time_to_full_minutes": {
"name": "Geschätzte Ladezeit bis zur vollen Batterie (Minuten)"
"polestar_charger_connection_status": {
"name": "Verbindungsstatus Ladepunkt"
},
"polestar_charging_current_amps": {
"name": "Ladestrom"
},
"polestar_charging_power_watts": {
"name": "Ladeleistung"
},
"polestar_charging_status": {
"name": "Ladestatus"
},
"polestar_charging_power_watts": {
"name": "Ladeleistung (W)"
"polestar_current_odometer_meters": {
"name": "Kilometerstand"
},
"polestar_charging_current_amps": {
"name": "Ladestrom (A)"
"polestar_current_trip_meter_automatic": {
"name": "Kilometerzähler (automatisch)"
},
"polestar_charger_connection_status": {
"name": "Verbindungsstatus Ladepunkt"
"polestar_current_trip_meter_manual": {
"name": "Kilometerzähler (manuell)"
},
"polestar_average_energy_consumption_kwh_per_100_km": {
"name": "Durchschnittlicher Energieverbrauch (kWh/100km)"
"polestar_estimated_charging_time_to_full_minutes": {
"name": "Geschätzte Ladezeit bis zur vollen Batterie"
},
"polestar_estimated_charging_time_minutes_to_target_distance": {
"name": "Geschätzte Ladezeit bis zur Zielreichweite"
"polestar_estimate_full_charge_range": {
"name": "Geschätzte Reichweite bei voller Ladung"
},
"polestar_vin": {
"name": "VIN"
"polestar_estimate_range": {
"name": "Geschätzte Reichweite"
},
"polestar_registration_number": {
"name": "Kennzeichen"
"polestar_estimated_charging_time_minutes_to_target_distance": {
"name": "Geschätzte Ladezeit bis zur Zielreichweite"
},
"polestar_estimated_fully_charged_time": {
"name": "Geschätzte Zeit zur vollen Ladung"
},
"polestar_model_name": {
"name": "Modellname"
},
"polestar_last_updated_odometer_data": {
"name": "Letzte Aktualisierung des Kilometerstands"
},
"polestar_last_updated_battery_data": {
"name": "Letzte Aktualisierung der Batteriedaten"
},
"polestar_estimate_full_charge_range_miles": {
"name": "Geschätzte Reichweite bei voller Ladung (Meilen)"
"polestar_last_updated_odometer_data": {
"name": "Letzte Aktualisierung des Kilometerstands"
},
"polestar_estimate_full_charge_range": {
"name": "Geschätzte Reichweite bei voller Ladung"
"polestar_model_name": {
"name": "Modellname"
},
"polestar_api_status_code": {
"name": "API Status Code"
"polestar_registration_number": {
"name": "Kennzeichen"
},
"polestar_api_token_expires_at": {
"name": "API Token gültig bis"
"polestar_vin": {
"name": "Fahrgestellnummer"
}
}
}
}
}