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

28 lines
640 B
JSON
Raw Normal View History

2020-07-14 00:03:03 +00:00
{
"config": {
2020-07-15 00:02:40 +00:00
"abort": {
2020-11-11 11:10:09 +00:00
"already_configured": "Konto ist bereits konfiguriert"
2020-07-15 00:02:40 +00:00
},
"error": {
2020-12-20 00:04:36 +00:00
"cannot_connect": "Verbindungsfehler",
2020-07-15 00:02:40 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-07-14 00:03:03 +00:00
"step": {
"user": {
"data": {
2020-09-27 00:06:49 +00:00
"password": "Passwort",
"username": "Benutzername"
2020-07-14 00:03:03 +00:00
}
}
}
2020-07-15 00:02:40 +00:00
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Ma\u00dfeinheit"
}
}
}
2020-07-14 00:03:03 +00:00
}
}