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

21 lines
675 B
JSON
Raw Normal View History

2022-09-08 00:27:38 +00:00
{
"config": {
"abort": {
2022-10-21 00:30:37 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2022-09-08 00:27:38 +00:00
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
2022-10-21 00:30:37 +00:00
"description": "M\u00f6chtest du {name} einrichten?"
2022-09-08 00:27:38 +00:00
},
"user": {
"data": {
"address": "Ger\u00e4t"
},
"description": "W\u00e4hle ein Ger\u00e4t zum Einrichten aus"
}
}
}
}