60 lines
2.2 KiB
JSON
60 lines
2.2 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured_device": "Apparaat is al geconfigureerd",
|
|
"cannot_connect": "Kan geen verbinding maken",
|
|
"no_unconfigured_devices": "Geen niet-geconfigureerde apparaten gevonden.",
|
|
"switchbot_unsupported_type": "Niet-ondersteund Switchbot-type.",
|
|
"unknown": "Onverwachte fout"
|
|
},
|
|
"error": {
|
|
"auth_failed": "Authenticatie mislukt",
|
|
"encryption_key_invalid": "Sleutel ID of encryptiesleutel is ongeldig"
|
|
},
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Wilt u {name} instellen?"
|
|
},
|
|
"lock_auth": {
|
|
"data": {
|
|
"password": "Wachtwoord",
|
|
"username": "Gebruikersnaam"
|
|
},
|
|
"description": "Geef alsjeblieft je SwitchBot App gebruikersnaam en wachtwoord. De data wordt niet opgeslagen en alleen gebruiktom de encryptiesleutels van je sloten op te vragen. Gebruikersnamen en wachtwoorden zijn hoofdlettergevoelig."
|
|
},
|
|
"lock_choose_method": {
|
|
"description": "Een SwitchBot slot kan op twee manieren worden ingesteld in Home Assistant.\n\nJe kunt sleutel id and encryptiesleutel key zelf invoeren, of deze door Home Assistant laten importeren via je SwitchBot account.",
|
|
"menu_options": {
|
|
"lock_auth": "SwitchBot-account (aanbevolen)",
|
|
"lock_key": "Voer de encryptiesleutelvoor het slot handmatig in"
|
|
}
|
|
},
|
|
"lock_key": {
|
|
"data": {
|
|
"encryption_key": "Encryptiesleutel",
|
|
"key_id": "Sleutel ID"
|
|
}
|
|
},
|
|
"password": {
|
|
"data": {
|
|
"password": "Wachtwoord"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"address": "Apparaatadres"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"retry_count": "Aantal herhalingen"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |