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

32 lines
1.1 KiB
JSON
Raw Normal View History

2021-05-10 00:04:47 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich",
"unknown": "Unerwarteter Fehler"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
2021-05-23 00:13:25 +00:00
"flow_title": "{name}",
2021-05-10 00:04:47 +00:00
"step": {
"authenticate": {
"data": {
"api_key": "API-Schl\u00fcssel"
2021-05-12 00:04:03 +00:00
},
2021-06-06 00:19:43 +00:00
"description": "Bitte gib den API-Schl\u00fcssel ein, den du in deiner Konfiguration f\u00fcr {name} festgelegt hast."
2021-05-10 00:04:47 +00:00
},
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"host": "Host",
"port": "Port"
2021-05-12 00:04:03 +00:00
},
"description": "Bitte gib Verbindungsdaten ein."
2021-05-10 00:04:47 +00:00
}
}
2021-06-06 00:19:43 +00:00
},
"title": "System-Br\u00fccke"
2021-05-10 00:04:47 +00:00
}