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

26 lines
855 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
2022-05-21 00:22:49 +00:00
"authorize_url_timeout": "Time-out bij het genereren van autorisatie-URL.",
"missing_configuration": "Integratie niet geconfigureerd. Raadpleeg de documentatie.",
"reauth_successful": "Herauthenticatie geslaagd"
2021-02-24 00:04:14 +00:00
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2021-02-24 00:04:14 +00:00
},
"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.",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2021-02-24 00:04:14 +00:00
}
}
2022-07-30 00:22:48 +00:00
},
"issues": {
"removed_yaml": {
"title": "De Honeywell Lyric YAML-configuratie is verwijderd"
}
2021-02-24 00:04:14 +00:00
}
}