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

21 lines
740 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
2021-04-21 00:03:47 +00:00
"missing_configuration": "De component is niet geconfigureerd. Gelieve de documentatie volgen.",
2021-04-19 00:04:29 +00:00
"reauth_successful": "Herauthenticatie was succesvol"
2021-02-24 00:04:14 +00:00
},
"create_entry": {
"default": "Succesvol geauthenticeerd"
},
"step": {
"pick_implementation": {
"title": "Kies een authenticatie methode"
2021-04-19 00:04:29 +00:00
},
"reauth_confirm": {
"description": "De Lyric-integratie moet uw account opnieuw verifi\u00ebren.",
"title": "Verifieer de integratie opnieuw"
2021-02-24 00:04:14 +00:00
}
}
}
}