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

41 lines
1.5 KiB
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"error": {
"error_auth_app": "Onjuiste applicatie-ID of geheim",
"error_auth_mfa": "Ongeldige code",
"error_auth_user": "Ongeldige gebruikersnaam of wachtwoord"
},
"step": {
"auth_app": {
"data": {
2020-01-06 00:32:11 +00:00
"app_id": "Toepassings-ID",
2019-12-30 00:32:19 +00:00
"app_secret": "Geheime code"
},
"description": "Toepassings-ID en de geheime code van <a href=\"https://my.starline.ru/developer\" target=\"_blank\">StarLine developer account</a>",
"title": "Inloggegevens van de applicatie"
},
"auth_captcha": {
"data": {
"captcha_code": "Code van afbeelding"
},
"description": "{captcha_img}",
"title": "Captcha"
},
"auth_mfa": {
"data": {
"mfa_code": "SMS code"
},
"description": "Voer de code in die wordt verzonden naar telefoon {phone_number}",
"title": "Tweestapsverificatie"
},
"auth_user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
},
"description": "StarLine-account e-mailadres en wachtwoord",
"title": "Gebruikersgegevens"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-12-30 00:32:19 +00:00
}