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

27 lines
616 B
JSON
Raw Normal View History

2020-09-15 00:09:18 +00:00
{
"config": {
"error": {
"auth": "Der API-Schl\u00fcssel ist nicht korrekt."
},
"step": {
"user": {
"data": {
"language": "Sprache",
"latitude": "Breitengrad",
"longitude": "L\u00e4ngengrad",
"mode": "Modus"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"language": "Sprache",
"mode": "Modus"
}
}
}
}
}