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

20 lines
776 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"error": {
"invalid_credentials": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"user": {
"data": {
"api_key": "API-sleutel",
2021-03-16 00:04:36 +00:00
"api_user": "Habitica's API-gebruikers-ID",
"name": "Vervanging voor de gebruikersnaam van Habitica. Wordt gebruikt voor serviceoproepen",
2021-02-24 00:04:14 +00:00
"url": "URL"
2021-03-16 00:04:36 +00:00
},
"description": "Verbind uw Habitica-profiel om het profiel en de taken van uw gebruiker te bewaken. Houd er rekening mee dat api_id en api_key van https://habitica.com/user/settings/api moeten worden gehaald"
2021-02-24 00:04:14 +00:00
}
}
},
"title": "Habitica"
}