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

27 lines
881 B
JSON
Raw Normal View History

2019-09-05 10:11:41 +00:00
{
2020-06-11 17:13:42 +00:00
"config": {
"abort": {
2020-12-20 00:04:36 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2021-02-03 10:46:49 +00:00
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"cannot_connect": "Verbindung fehlgeschlagen"
2020-06-11 17:13:42 +00:00
},
2021-06-09 00:10:10 +00:00
"flow_title": "{host}",
2020-06-11 17:13:42 +00:00
"step": {
2021-04-01 00:03:55 +00:00
"confirm": {
"description": "M\u00f6chtest du Arcam FMJ auf `{host}` zum Home Assistant hinzuf\u00fcgen?"
},
2020-06-11 17:13:42 +00:00
"user": {
"data": {
"host": "Host",
"port": "Port"
},
"description": "Bitte gib den Hostnamen oder die IP-Adresse des Ger\u00e4ts ein."
}
}
},
2020-05-16 00:03:50 +00:00
"device_automation": {
"trigger_type": {
"turn_on": "{entity_name} wurde zum Einschalten aufgefordert"
}
2020-05-29 00:04:16 +00:00
}
2019-09-05 10:11:41 +00:00
}