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

22 lines
1009 B
JSON
Raw Normal View History

2020-02-08 00:31:45 +00:00
{
"config": {
"abort": {
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
2020-09-15 00:09:18 +00:00
"missing_configuration": "De Spotify integratie is niet geconfigureerd. Gelieve de documentatie te volgen.",
2020-09-25 00:04:29 +00:00
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ({docs_url})",
2020-09-15 00:09:18 +00:00
"reauth_account_mismatch": "Het Spotify account waarmee er is geverifieerd, komt niet overeen met het account dat opnieuw moet worden geverifieerd."
2020-02-08 00:31:45 +00:00
},
"create_entry": {
"default": "Succesvol geauthenticeerd met Spotify."
},
"step": {
"pick_implementation": {
"title": "Kies Authenticatiemethode"
2020-09-15 00:09:18 +00:00
},
"reauth_confirm": {
"description": "De Spotify integratie moet opnieuw worden geverifieerd met Spotify voor account: {account}",
"title": "Verifieer opnieuw met Spotify"
2020-02-08 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2020-02-08 00:31:45 +00:00
}