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

27 lines
1.1 KiB
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": {
2021-03-20 00:04:10 +00:00
"title": "Kies een authenticatie methode"
2020-09-15 00:09:18 +00:00
},
"reauth_confirm": {
"description": "De Spotify integratie moet opnieuw worden geverifieerd met Spotify voor account: {account}",
2021-02-27 00:05:45 +00:00
"title": "Verifieer de integratie opnieuw"
2020-02-08 00:31:45 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-03-16 00:04:36 +00:00
},
"system_health": {
"info": {
"api_endpoint_reachable": "Spotify API-eindpunt is bereikbaar"
}
2020-04-16 20:00:10 +00:00
}
2020-02-08 00:31:45 +00:00
}