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

28 lines
659 B
JSON

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