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

34 lines
999 B
JSON
Raw Normal View History

2019-09-27 00:32:12 +00:00
{
"config": {
"abort": {
2020-04-08 00:08:19 +00:00
"already_configured": "V\u00e6rten er allerede konfigureret."
2019-09-27 00:32:12 +00:00
},
"error": {
"cannot_connect": "Kunne ikke oprette forbindelse til v\u00e6rt",
2019-10-25 00:32:15 +00:00
"name_exists": "Navnet findes allerede",
2019-09-27 00:32:12 +00:00
"wrong_credentials": "Ugyldigt brugernavn eller adgangskode"
},
"step": {
"user": {
"data": {
"host": "V\u00e6rt",
"name": "Navn",
"password": "Adgangskode",
"port": "Port",
"username": "Brugernavn"
},
2019-12-30 00:32:19 +00:00
"title": "Konfigurer Transmission-klient"
2019-09-27 00:32:12 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-09-27 00:32:12 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Opdateringsfrekvens"
},
2019-10-25 00:32:15 +00:00
"title": "Konfigurationsindstillinger for Transmission"
2019-09-27 00:32:12 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2019-09-27 00:32:12 +00:00
}