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

36 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-31 00:31:57 +00:00
{
"config": {
"abort": {
"already_configured": "Mikrotik er allerede konfigureret"
},
"error": {
"cannot_connect": "Forbindelsen mislykkedes",
"name_exists": "Navnet findes allerede",
"wrong_credentials": "Forkerte legitimationsoplysninger"
},
"step": {
"user": {
"data": {
"host": "V\u00e6rt",
"name": "Navn",
"password": "Adgangskode",
"port": "Port",
"username": "Brugernavn",
"verify_ssl": "Brug ssl"
},
"title": "Konfigurer Mikrotik-router"
}
2020-04-15 16:51:07 +00:00
}
2020-01-31 00:31:57 +00:00
},
"options": {
"step": {
"device_tracker": {
"data": {
"arp_ping": "Aktiver ARP-ping",
2020-02-03 00:31:45 +00:00
"detection_time": "'Betragt som hjemme'-interval",
2020-01-31 00:31:57 +00:00
"force_dhcp": "Gennemtving scanning ved hj\u00e6lp af DHCP"
}
}
}
2020-04-16 20:00:10 +00:00
}
2020-01-31 00:31:57 +00:00
}