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

25 lines
945 B
JSON
Raw Normal View History

2022-11-03 00:28:45 +00:00
{
"config": {
"abort": {
"already_configured": "Der Dienst ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel"
},
"step": {
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"name": "Name"
}
}
}
},
"issues": {
"deprecated_yaml": {
"description": "Die Konfiguration von Pushbullet mit YAML wird entfernt. \n\nDeine vorhandene YAML-Konfiguration wurde automatisch in die Benutzeroberfl\u00e4che importiert. \n\nEntferne die Pushbullet-YAML-Konfiguration aus deiner configuration.yaml-Datei und starte Home Assistant neu, um dieses Problem zu beheben.",
2022-11-30 00:26:16 +00:00
"title": "Die Pushbullet YAML-Konfiguration wird entfernt"
2022-11-03 00:28:45 +00:00
}
}
}