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

39 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 00:13:34 +00:00
{
"config": {
"abort": {
2022-04-29 00:22:21 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"not_intellifire_device": "Kein IntelliFire-Ger\u00e4t.",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2022-01-21 00:13:34 +00:00
},
"error": {
2022-04-29 00:22:21 +00:00
"api_error": "Login fehlgeschlagen",
2022-01-21 00:13:34 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2022-05-19 00:26:11 +00:00
"iftapi_connect": "Fehler beim Verbinden mit iftapi.net"
2022-01-21 00:13:34 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{serial} ({host})",
2022-01-21 00:13:34 +00:00
"step": {
2022-04-29 00:22:21 +00:00
"api_config": {
"data": {
"password": "Passwort",
"username": "E-Mail"
}
},
"dhcp_confirm": {
"description": "M\u00f6chtest du {host} einrichten\nSeriennummer: {serial}?"
},
"manual_device_entry": {
"data": {
"host": "Host (IP-Adresse)"
},
"description": "Lokale Konfiguration"
},
"pick_device": {
"data": {
"host": "Host"
},
"description": "Die folgenden IntelliFire-Ger\u00e4te wurden gefunden. Bitte w\u00e4hle aus, welche du konfigurieren m\u00f6chtest.",
"title": "Ger\u00e4teauswahl"
2022-01-21 00:13:34 +00:00
}
}
}
}