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

21 lines
569 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_pin": "Ung\u00fcltige PIN",
2021-03-16 00:04:36 +00:00
"pairing_failure": "Fehler beim Koppeln: {error_id}",
2021-03-01 00:09:01 +00:00
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"api_version": "API-Version",
"host": "Host"
}
}
}
}
}