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

36 lines
1.0 KiB
JSON
Raw Normal View History

2020-02-05 00:31:54 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Standort ist bereits konfiguriert",
"unknown": "Unerwarteter Fehler"
2020-02-05 00:31:54 +00:00
},
2020-10-22 00:09:52 +00:00
"error": {
"empty": "Kein Ergebnis bei der Stadtsuche: Bitte \u00fcberpr\u00fcfe das Stadtfeld"
},
2020-02-05 00:31:54 +00:00
"step": {
2020-10-22 00:09:52 +00:00
"cities": {
"data": {
"city": "Stadt"
},
2021-04-14 00:03:17 +00:00
"description": "W\u00e4hle deine Stadt aus der Liste",
"title": "M\u00e9t\u00e9o-France"
2020-10-22 00:09:52 +00:00
},
2020-02-05 00:31:54 +00:00
"user": {
"data": {
"city": "Stadt"
},
2021-07-11 00:09:40 +00:00
"description": "Gib die Postleitzahl (nur f\u00fcr Frankreich empfohlen) oder den St\u00e4dtenamen ein",
2020-02-05 00:31:54 +00:00
"title": "M\u00e9t\u00e9o-France"
}
2020-04-15 16:51:07 +00:00
}
2021-04-14 00:03:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
"mode": "Vorhersage Modus"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-05 00:31:54 +00:00
}