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

37 lines
1.2 KiB
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
},
2021-06-09 00:10:10 +00:00
"flow_title": "{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
}
2021-04-01 00:03:55 +00:00
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Zu verwendendes Stream-Profil ausw\u00e4hlen"
},
"title": "Optionen des Axis Videostream-Ger\u00e4ts"
}
}
2020-05-29 00:04:16 +00:00
}
2019-03-28 04:32:58 +00:00
}