core/homeassistant/components/litterrobot/translations/nl.json

41 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
},
"entity": {
"sensor": {
"status_code": {
"state": {
"cd": "Kat gedetecteerd",
"off": "Uit",
"offline": "Offline",
"p": "Gepauzeerd",
"pwru": "Opstarten",
"rdy": "Klaar"
}
}
}
}
}