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

31 lines
865 B
JSON
Raw Normal View History

2020-09-22 00:07:08 +00:00
{
2020-09-27 00:06:49 +00:00
"config": {
2020-12-20 00:04:36 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"single_instance_allowed": "Bereits konfiguriert. Nur eine einzige Konfiguration m\u00f6glich.",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
2020-12-20 00:04:36 +00:00
},
2021-06-09 00:10:10 +00:00
"flow_title": "{name}",
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
2021-06-06 00:19:43 +00:00
},
"title": "Mit Canary verbinden"
2020-09-27 00:06:49 +00:00
}
}
},
2020-09-22 00:07:08 +00:00
"options": {
"step": {
"init": {
"data": {
2021-06-06 00:19:43 +00:00
"ffmpeg_arguments": "An ffmpeg \u00fcbergebene Argumente f\u00fcr Kameras",
2020-09-22 00:07:08 +00:00
"timeout": "Anfrage-Timeout (Sekunden)"
}
}
}
}
}