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

27 lines
996 B
JSON
Raw Normal View History

2019-03-28 04:32:58 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2019-06-19 23:22:13 +00:00
"link_local_address": "Link-local Adressen werden nicht unterst\u00fctzt",
2020-04-08 00:08:19 +00:00
"not_axis_device": "Erkanntes Ger\u00e4t ist kein Axis-Ger\u00e4t"
2019-03-28 04:32:58 +00:00
},
"error": {
"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",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2019-03-28 04:32:58 +00:00
},
2020-01-06 00:32:11 +00:00
"flow_title": "Achsenger\u00e4t: {name} ({host})",
2019-03-28 04:32:58 +00:00
"step": {
"user": {
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
"title": "Axis Ger\u00e4t einrichten"
}
2020-04-15 16:51:07 +00:00
}
2020-05-29 00:04:16 +00:00
}
2019-03-28 04:32:58 +00:00
}