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

36 lines
1.0 KiB
JSON
Raw Normal View History

2020-02-02 00:31:45 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2020-02-02 00:31:45 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-11-11 11:10:09 +00:00
"name_exists": "Name vorhanden"
2020-02-02 00:31:45 +00:00
},
"step": {
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Passwort",
"port": "Port",
"username": "Benutzername",
2021-08-02 03:40:04 +00:00
"verify_ssl": "SSL verwenden"
2020-02-02 00:31:45 +00:00
},
2021-08-02 03:40:04 +00:00
"title": "Mikrotik Router einrichten"
2020-02-02 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-02-02 00:31:45 +00:00
},
"options": {
"step": {
"device_tracker": {
"data": {
2021-02-03 10:46:49 +00:00
"arp_ping": "ARP-Ping aktivieren",
2021-05-03 00:05:16 +00:00
"detection_time": "Heimintervall ber\u00fccksichtigen",
2021-08-02 03:40:04 +00:00
"force_dhcp": "Scannen mit DHCP erzwingen"
2020-02-02 00:31:45 +00:00
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-02-02 00:31:45 +00:00
}