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

22 lines
635 B
JSON
Raw Normal View History

2022-01-30 00:14:21 +00:00
{
"config": {
"abort": {
"latitude_longitude_not_defined": "Breiten- und L\u00e4ngengrad sind im Home Assistant nicht definiert.",
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich."
},
"step": {
"user": {
2022-02-15 00:14:48 +00:00
"description": "M\u00f6chtest du die Internationale Raumstation (ISS) konfigurieren?"
}
}
},
"options": {
"step": {
"init": {
"data": {
"show_on_map": "Auf Karte anzeigen"
}
2022-01-30 00:14:21 +00:00
}
}
}
}