core/homeassistant/components/dexcom/translations/de.json

28 lines
640 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindungsfehler",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Ma\u00dfeinheit"
}
}
}
}
}