[ci skip] Translation update
parent
b657fd02cd
commit
9159f54900
homeassistant/components
abode/translations
acmeda/translations
advantage_air/translations
aemet/translations
agent_dvr/translations
airnow/translations
airvisual/translations
ambiclimate/translations
apple_tv/translations
asuswrt/translations
aurora/translations
awair/translations
axis/translations
azure_devops/translations
blink/translations
bmw_connected_drive/translations
broadlink/translations
bsblan/translations
cloud/translations
cloudflare/translations
daikin/translations
denonavr/translations
devolo_home_control/translations
dialogflow/translations
ecobee/translations
econet/translations
epson/translations
fritzbox/translations
fritzbox_callmonitor/translations
geofency/translations
gpslogger/translations
gree/translations
habitica/translations
homeassistant/translations
homekit/translations
hue/translations
hyperion/translations
icloud/translations
keenetic_ndms2/translations
kmtronic/translations
kulersky/translations
life360/translations
litterrobot/translations
local_ip/translations
logi_circle/translations
luftdaten/translations
lutron_caseta/translations
lyric/translations
mazda/translations
meteo_france/translations
mill/translations
motion_blinds/translations
mysensors/translations
neato/translations
nest/translations
nuki/translations
ondilo_ico/translations
onewire/translations
opentherm_gw/translations
ovo_energy/translations
ozw/translations
philips_js/translations
plaato/translations
plex/translations
point/translations
poolsense/translations
powerwall/translations
profiler/translations
progettihwsw/translations
ps4/translations
rainmachine/translations
recollect_waste/translations
rfxtrx/translations
rituals_perfume_genie/translations
roku/translations
roomba/translations
ruckus_unleashed/translations
shelly/translations
smappee/translations
smarthab/translations
smarttub/translations
solaredge/translations
somfy_mylink/translations
sonarr/translations
srp_energy/translations
subaru/translations
tellduslive/translations
tesla/translations
tibber/translations
tile/translations
toon/translations
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"reauth_successful": "Herauthenticatie was succesvol",
|
||||
"single_instance_allowed": "Slechts een enkele configuratie van Abode is toegestaan."
|
||||
},
|
||||
"error": {
|
||||
|
@ -12,9 +13,14 @@
|
|||
"mfa": {
|
||||
"data": {
|
||||
"mfa_code": "MFA-code (6-cijfers)"
|
||||
}
|
||||
},
|
||||
"title": "Voer uw MFA-code voor Abode in"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"username": "E-mail"
|
||||
},
|
||||
"title": "Vul uw Abode-inloggegevens in"
|
||||
},
|
||||
"user": {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -3,9 +3,13 @@
|
|||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP-adres",
|
||||
"port": "Poort"
|
||||
},
|
||||
"description": "Maak verbinding met de API van uw Advantage Air-tablet voor wandmontage.",
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Locatie is al geconfigureerd."
|
||||
},
|
||||
"error": {
|
||||
"invalid_api_key": "Ongeldige API-sleutel"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad",
|
||||
"name": "Naam van de integratie"
|
||||
},
|
||||
"title": "AEMET OpenData"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"invalid_location": "Geen resultaten gevonden voor die locatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad"
|
||||
},
|
||||
"title": "AirNow"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "AirNow"
|
||||
}
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Deze co\u00f6rdinaten of Node / Pro ID zijn al geregistreerd."
|
||||
"already_configured": "Deze co\u00f6rdinaten of Node / Pro ID zijn al geregistreerd.",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"general_error": "Er is een onbekende fout opgetreden.",
|
||||
"invalid_api_key": "Ongeldige API-sleutel"
|
||||
"invalid_api_key": "Ongeldige API-sleutel",
|
||||
"location_not_found": "Locatie niet gevonden"
|
||||
},
|
||||
"step": {
|
||||
"geography": {
|
||||
|
@ -18,6 +20,21 @@
|
|||
"description": "Gebruik de AirVisual cloud API om een geografische locatie te bewaken.",
|
||||
"title": "Configureer een geografie"
|
||||
},
|
||||
"geography_by_coords": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad"
|
||||
}
|
||||
},
|
||||
"geography_by_name": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"city": "Stad",
|
||||
"country": "Land"
|
||||
},
|
||||
"description": "Gebruik de AirVisual-cloud-API om een stad/staat/land te bewaken."
|
||||
},
|
||||
"node_pro": {
|
||||
"data": {
|
||||
"ip_address": "IP adres/hostname van component",
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"access_token": "Onbekende fout bij het genereren van een toegangstoken.",
|
||||
"already_configured": "Account is al geconfigureerd"
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geverifieerd met Ambiclimate"
|
||||
|
|
|
@ -1,9 +1,41 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured_device": "Apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"backoff": "Het apparaat accepteert op dit moment geen koppelingsverzoeken (u heeft mogelijk te vaak een ongeldige pincode ingevoerd), probeer het later opnieuw.",
|
||||
"device_did_not_pair": "Er is geen poging gedaan om het koppelingsproces te voltooien vanaf het apparaat.",
|
||||
"invalid_config": "De configuratie voor dit apparaat is onvolledig. Probeer het opnieuw toe te voegen."
|
||||
"invalid_config": "De configuratie voor dit apparaat is onvolledig. Probeer het opnieuw toe te voegen.",
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"flow_title": "Apple TV: {name}",
|
||||
"step": {
|
||||
"confirm": {
|
||||
"title": "Bevestig het toevoegen van Apple TV"
|
||||
},
|
||||
"pair_no_pin": {
|
||||
"title": "Koppelen"
|
||||
},
|
||||
"pair_with_pin": {
|
||||
"data": {
|
||||
"pin": "PIN-code"
|
||||
},
|
||||
"title": "Koppelen"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_input": "Apparaat"
|
||||
},
|
||||
"title": "Stel een nieuwe Apple TV in"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Apple TV"
|
||||
}
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_host": "Ongeldige hostnaam of IP-adres",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"mode": "Mode",
|
||||
"name": "Naam",
|
||||
"password": "Wachtwoord",
|
||||
"port": "Poort",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"title": "AsusWRT"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"track_unknown": "Volg onbekende / naamloze apparaten"
|
||||
},
|
||||
"title": "AsusWRT-opties"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"latitude": "Breedtegraad",
|
||||
"longitude": "Lengtegraad",
|
||||
"name": "Naam"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"threshold": "Drempel (%)"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "NOAA Aurora Sensor"
|
||||
}
|
|
@ -2,14 +2,26 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"no_devices_found": "Geen apparaten op het netwerk gevonden"
|
||||
"no_devices_found": "Geen apparaten op het netwerk gevonden",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"invalid_access_token": "Ongeldig toegangstoken",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"access_token": "Toegangstoken",
|
||||
"email": "E-mail"
|
||||
},
|
||||
"description": "Voer uw Awair-ontwikkelaarstoegangstoken opnieuw in."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"access_token": "Toegangstoken",
|
||||
"email": "E-mail"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -8,7 +8,8 @@
|
|||
"error": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom voor het apparaat is al in volle gang.",
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"flow_title": "Axis apparaat: {name} ({host})",
|
||||
"step": {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"already_configured": "Account is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_access_token": "Ongeldig toegangstoken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
|
@ -23,5 +24,12 @@
|
|||
"title": "Aanmelden met Blink account"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"simple_options": {
|
||||
"title": "Blink opties"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"region": "ConnectedDrive-regio",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,11 +3,13 @@
|
|||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"cannot_connect": "Kon niet verbinden",
|
||||
"invalid_host": "Ongeldige hostnaam of IP-adres",
|
||||
"not_supported": "Apparaat wordt niet ondersteund",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kon niet verbinden",
|
||||
"invalid_host": "Ongeldige hostnaam of IP-adres",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"flow_title": "{name} ({model} bij {host})",
|
||||
|
|
|
@ -12,7 +12,9 @@
|
|||
"data": {
|
||||
"host": "Host",
|
||||
"passkey": "Passkey-tekenreeks",
|
||||
"port": "Poort"
|
||||
"password": "Wachtwoord",
|
||||
"port": "Poort",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"description": "Stel uw BSB-Lan-apparaat in om te integreren met Home Assistant.",
|
||||
"title": "Maak verbinding met het BSB-Lan-apparaat"
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"alexa_enabled": "Alexa ingeschakeld",
|
||||
"can_reach_cloud": "Bereik Home Assistant Cloud",
|
||||
"can_reach_cloud_auth": "Bereik authenticatieserver",
|
||||
"google_enabled": "Google ingeschakeld",
|
||||
"logged_in": "Ingelogd",
|
||||
"relayer_connected": "Relayer verbonden",
|
||||
"remote_connected": "Op afstand verbonden",
|
||||
"remote_enabled": "Op afstand ingeschakeld",
|
||||
"subscription_expiration": "Afloop abonnement"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,33 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk.",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"invalid_zone": "Ongeldige zone"
|
||||
},
|
||||
"flow_title": "Cloudflare: {name}",
|
||||
"step": {
|
||||
"records": {
|
||||
"data": {
|
||||
"records": "Records"
|
||||
},
|
||||
"title": "Kies de records die u wilt bijwerken"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_token": "API-token"
|
||||
},
|
||||
"title": "Verbinden met Cloudflare"
|
||||
},
|
||||
"zone": {
|
||||
"data": {
|
||||
"zone": "Zone"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,6 +4,9 @@
|
|||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"cannot_connect": "Kon niet verbinden"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang"
|
||||
},
|
||||
"flow_title": "Denon AVR Network Receiver: {name}",
|
||||
"step": {
|
||||
|
|
|
@ -3,9 +3,14 @@
|
|||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"home_control_url": "Home Control URL",
|
||||
"mydevolo_url": "mydevolo URL",
|
||||
"password": "Wachtwoord",
|
||||
"username": "E-mail adres / devolo ID"
|
||||
}
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
|
||||
"webhook_not_internet_accessible": "Uw Home Assistant-instantie moet toegankelijk zijn via internet om webhook-berichten te ontvangen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Om evenementen naar de Home Assistant te verzenden, moet u [webhookintegratie van Dialogflow]({dialogflow_url}) instellen. \n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\nZie [de documentatie]({docs_url}) voor verdere informatie."
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"error": {
|
||||
"pin_request_failed": "Fout bij het aanvragen van pincode bij ecobee; Controleer of de API-sleutel correct is.",
|
||||
"token_request_failed": "Fout bij het aanvragen van tokens bij ecobee; probeer het opnieuw."
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord"
|
||||
},
|
||||
"title": "Stel Rheem EcoNet-account in"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"name": "Naam",
|
||||
"port": "Poort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -15,7 +15,7 @@
|
|||
"data": {
|
||||
"password": "Password"
|
||||
},
|
||||
"description": "Authentication tokens baceame invalid, login to recreate them."
|
||||
"description": "Authentication tokens became invalid, login to recreate them."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geauthenticeerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Wachtwoord"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"url": "Website",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,7 +3,11 @@
|
|||
"abort": {
|
||||
"already_configured": "Deze AVM FRITZ!Box is al geconfigureerd.",
|
||||
"already_in_progress": "AVM FRITZ!Box configuratie is al bezig.",
|
||||
"not_supported": "Verbonden met AVM FRITZ! Box, maar het kan geen Smart Home-apparaten bedienen."
|
||||
"not_supported": "Verbonden met AVM FRITZ! Box, maar het kan geen Smart Home-apparaten bedienen.",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"flow_title": "AVM FRITZ!Box: {name}",
|
||||
"step": {
|
||||
|
@ -14,6 +18,12 @@
|
|||
},
|
||||
"description": "Wilt u {name} instellen?"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host of IP-adres",
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Wachtwoord",
|
||||
"port": "Poort",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
|
||||
"webhook_not_internet_accessible": "Uw Home Assistant-instantie moet toegankelijk zijn via internet om webhook-berichten te ontvangen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Om locaties naar Home Assistant te sturen, moet u de Webhook-functie instellen in Geofency.\n\n Vul de volgende info in: \n\n - URL: `{webhook_url}` \n - Methode: POST \n\n Zie [de documentatie]({docs_url}) voor meer informatie."
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
|
||||
"webhook_not_internet_accessible": "Uw Home Assistant-instantie moet toegankelijk zijn via internet om webhook-berichten te ontvangen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Om evenementen naar Home Assistant te verzenden, moet u de webhook-functie instellen in GPSLogger. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n\n Zie [de documentatie] ( {docs_url} ) voor meer informatie."
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk",
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Wil je beginnen met instellen?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_credentials": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"url": "URL"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Habitica"
|
||||
}
|
|
@ -1,12 +1,15 @@
|
|||
{
|
||||
"system_health": {
|
||||
"info": {
|
||||
"arch": "CPU-architectuur",
|
||||
"chassis": "Chassis",
|
||||
"dev": "Ontwikkeling",
|
||||
"docker": "Docker",
|
||||
"docker_version": "Docker",
|
||||
"hassio": "Supervisor",
|
||||
"host_os": "Home Assistant OS",
|
||||
"installation_type": "Type installatie",
|
||||
"os_name": "Besturingssysteemfamilie",
|
||||
"os_version": "Versie van het besturingssysteem",
|
||||
"python_version": "Python versie",
|
||||
"supervisor": "Supervisor",
|
||||
|
|
|
@ -4,6 +4,11 @@
|
|||
"port_name_in_use": "Er is al een bridge of apparaat met dezelfde naam of poort geconfigureerd."
|
||||
},
|
||||
"step": {
|
||||
"accessory_mode": {
|
||||
"data": {
|
||||
"entity_id": "Entiteit"
|
||||
}
|
||||
},
|
||||
"pairing": {
|
||||
"description": "Zodra de {name} klaar is, is het koppelen beschikbaar in \"Meldingen\" als \"HomeKit Bridge Setup\".",
|
||||
"title": "Koppel HomeKit Bridge"
|
||||
|
@ -11,7 +16,8 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"auto_start": "Automatisch starten (uitschakelen als u Z-Wave of een ander vertraagd startsysteem gebruikt)",
|
||||
"include_domains": "Domeinen om op te nemen"
|
||||
"include_domains": "Domeinen om op te nemen",
|
||||
"mode": "Mode"
|
||||
},
|
||||
"description": "De HomeKit-integratie geeft u toegang tot uw Home Assistant-entiteiten in HomeKit. In bridge-modus zijn HomeKit-bruggen beperkt tot 150 accessoires per exemplaar, inclusief de brug zelf. Als u meer dan het maximale aantal accessoires wilt overbruggen, is het aan te raden om meerdere HomeKit-bridges voor verschillende domeinen te gebruiken. Gedetailleerde entiteitsconfiguratie is alleen beschikbaar via YAML voor de primaire bridge.",
|
||||
"title": "Activeer HomeKit Bridge"
|
||||
|
@ -37,7 +43,8 @@
|
|||
},
|
||||
"include_exclude": {
|
||||
"data": {
|
||||
"entities": "Entiteiten"
|
||||
"entities": "Entiteiten",
|
||||
"mode": "Mode"
|
||||
}
|
||||
},
|
||||
"init": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"discover_timeout": "Hue bridges kunnen niet worden gevonden",
|
||||
"no_bridges": "Geen Philips Hue bridges ontdekt",
|
||||
"not_hue_bridge": "Dit is geen Hue bridge",
|
||||
"unknown": "Onbekende fout opgetreden"
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
"linking": "Er is een onbekende verbindingsfout opgetreden.",
|
||||
|
|
|
@ -1,10 +1,32 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Service is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"auth_new_token_not_granted_error": "Nieuw aangemaakte token is niet goedgekeurd in Hyperion UI",
|
||||
"auth_new_token_not_work_error": "Verificatie met nieuw aangemaakt token mislukt",
|
||||
"auth_required_error": "Kan niet bepalen of autorisatie vereist is",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_access_token": "Ongeldig toegangstoken"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"data": {
|
||||
"create_token": "Maak automatisch een nieuw token aan"
|
||||
}
|
||||
},
|
||||
"create_token_external": {
|
||||
"title": "Accepteer nieuwe token in Hyperion UI"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"no_device": "Op geen van uw apparaten is \"Find my iPhone\" geactiveerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"send_verification_code": "Kan verificatiecode niet verzenden",
|
||||
"validate_verification_code": "Kan uw verificatiecode niet verifi\u00ebren, kies een vertrouwensapparaat en start de verificatie opnieuw"
|
||||
},
|
||||
|
@ -25,6 +26,7 @@
|
|||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"username": "E-mail",
|
||||
"with_family": "Met gezin"
|
||||
},
|
||||
"description": "Voer uw gegevens in",
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Wachtwoord",
|
||||
"port": "Poort",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"interfaces": "Kies interfaces om te scannen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
|
||||
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u0425\u043e\u0441\u0442",
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
||||
"username": "\u041b\u043e\u0433\u0438\u043d"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "\u4e3b\u6a5f\u7aef",
|
||||
"password": "\u5bc6\u78bc",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "Geen apparaten gevonden op het netwerk",
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"step": {
|
||||
"confirm": {
|
||||
"description": "Wil je beginnen met instellen?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url})."
|
||||
|
@ -9,7 +10,8 @@
|
|||
"error": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"invalid_username": "Ongeldige gebruikersnaam"
|
||||
"invalid_username": "Ongeldige gebruikersnaam",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine."
|
||||
},
|
||||
"error": {
|
||||
"open_failed": "valitud jadaporti ei saa avada."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Port"
|
||||
},
|
||||
"description": "\u00dchenda LiteJeti RS232-2 port arvutiga ja sisesta jadapordi seadme tee.\n\nLiteJet MCP peab olema konfigureeritud: 19200 boodi, 8 andmebitti, 1 stopp bitt, paarsus puudub ja edastada \"CR\" p\u00e4rast iga vastust.",
|
||||
"title": "Loo \u00fchendus LiteJetiga"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"error": {
|
||||
"open_failed": "Kan de opgegeven seri\u00eble poort niet openen."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"port": "Poort"
|
||||
},
|
||||
"title": "Maak verbinding met LiteJet"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.",
|
||||
"invalid_auth": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438.",
|
||||
"unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u041f\u0430\u0440\u043e\u043b\u044c",
|
||||
"username": "\u041b\u043e\u0433\u0438\u043d"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u5bc6\u78bc",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
"data": {
|
||||
"name": "Sensor Naam"
|
||||
},
|
||||
"description": "Wil je beginnen met instellen?",
|
||||
"title": "Lokaal IP-adres"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,9 +3,11 @@
|
|||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"external_error": "Uitzondering opgetreden uit een andere stroom.",
|
||||
"external_setup": "Logi Circle is met succes geconfigureerd vanuit een andere stroom."
|
||||
"external_setup": "Logi Circle is met succes geconfigureerd vanuit een andere stroom.",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||
},
|
||||
"error": {
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"follow_link": "Volg de link en authenticeer voordat u op Verzenden drukt.",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"error": {
|
||||
"already_configured": "Service is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_sensor": "Sensor niet beschikbaar of ongeldig"
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -7,10 +7,49 @@
|
|||
"error": {
|
||||
"cannot_connect": "Kon niet verbinden"
|
||||
},
|
||||
"flow_title": "Lutron Cas\u00e9ta {name} ({host})",
|
||||
"step": {
|
||||
"import_failed": {
|
||||
"description": "Kan bridge (host: {host} ) niet instellen, ge\u00efmporteerd uit configuration.yaml."
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host"
|
||||
},
|
||||
"description": "Voer het IP-adres van het apparaat in."
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button_1": "Eerste knop",
|
||||
"button_2": "Tweede knop",
|
||||
"button_3": "Derde knop",
|
||||
"button_4": "Vierde knop",
|
||||
"close_1": "Sluit 1",
|
||||
"close_2": "Sluit 2",
|
||||
"close_3": "Sluit 3",
|
||||
"close_4": "Sluit 4",
|
||||
"close_all": "Sluit alles",
|
||||
"group_1_button_1": "Eerste Groep eerste knop",
|
||||
"group_1_button_2": "Eerste Groep tweede knop",
|
||||
"group_2_button_1": "Tweede Groep eerste knop",
|
||||
"group_2_button_2": "Tweede Groep tweede knop",
|
||||
"off": "Uit",
|
||||
"on": "Aan",
|
||||
"open_1": "Open 1",
|
||||
"open_2": "Open 2",
|
||||
"open_3": "Open 3",
|
||||
"open_4": "Open 4",
|
||||
"stop": "Stop (favoriet)",
|
||||
"stop_1": "Stop 1",
|
||||
"stop_2": "Stop 2",
|
||||
"stop_3": "Stop 3",
|
||||
"stop_4": "Stop 4"
|
||||
},
|
||||
"trigger_type": {
|
||||
"press": "\" {subtype} \" ingedrukt",
|
||||
"release": "\"{subtype}\" losgelaten"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geauthenticeerd"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Kies een authenticatie methode"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,6 +9,21 @@
|
|||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord",
|
||||
"region": "Regio"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -5,6 +5,9 @@
|
|||
"unknown": "Onbekende fout: probeer het later nog eens"
|
||||
},
|
||||
"step": {
|
||||
"cities": {
|
||||
"title": "M\u00e9t\u00e9o-France"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"city": "Stad"
|
||||
|
|
|
@ -3,10 +3,13 @@
|
|||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Password",
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"connection_error": "Kan geen verbinding maken"
|
||||
},
|
||||
"error": {
|
||||
"discovery_error": "Kan geen Motion Gateway vinden"
|
||||
},
|
||||
"step": {
|
||||
"connect": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel"
|
||||
},
|
||||
"title": "Motion Blinds"
|
||||
},
|
||||
"select": {
|
||||
"data": {
|
||||
"select_ip": "IP-adres"
|
||||
},
|
||||
"title": "Selecteer de Motion Gateway waarmee u verbinding wilt maken"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
"host": "IP-adres"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,6 +1,16 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"duplicate_topic": "Topic is al in gebruik",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"invalid_device": "Ongeldig apparaat",
|
||||
"invalid_ip": "Ongeldig IP-adres",
|
||||
"invalid_port": "Ongeldig poortnummer",
|
||||
"invalid_publish_topic": "Ongeldig publiceer topic",
|
||||
"invalid_serial": "Ongeldige seri\u00eble poort",
|
||||
"invalid_version": "Ongeldige MySensors-versie",
|
||||
"not_a_number": "Voer een nummer in",
|
||||
"port_out_of_range": "Poortnummer moet minimaal 1 en maximaal 65535 zijn",
|
||||
"same_topic": "De topics abonneren en publiceren zijn hetzelfde",
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Al geconfigureerd",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Zie [Neato-documentatie] ({docs_url})."
|
||||
|
@ -12,6 +16,12 @@
|
|||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Kies een authenticatie methode"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"title": "Wil je beginnen met instellen?"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
|
@ -22,5 +32,6 @@
|
|||
"title": "Neato-account info"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Neato Botvac"
|
||||
}
|
|
@ -2,10 +2,19 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
||||
"authorize_url_timeout": "Toestemming voor het genereren van autoriseer-url."
|
||||
"authorize_url_timeout": "Toestemming voor het genereren van autoriseer-url.",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen.",
|
||||
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})",
|
||||
"reauth_successful": "Herauthenticatie was succesvol",
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk.",
|
||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geauthenticeerd"
|
||||
},
|
||||
"error": {
|
||||
"internal_error": "Interne foutvalidatiecode",
|
||||
"invalid_pin": "Ongeldige PIN-code",
|
||||
"timeout": "Time-out validatie van code",
|
||||
"unknown": "Onbekende foutvalidatiecode"
|
||||
},
|
||||
|
@ -23,6 +32,13 @@
|
|||
},
|
||||
"description": "Als je je Nest-account wilt koppelen, [autoriseer je account] ( {url} ). \n\nNa autorisatie, kopieer en plak de voorziene pincode hieronder.",
|
||||
"title": "Koppel Nest-account"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Kies een authenticatie methode"
|
||||
},
|
||||
"reauth_confirm": {
|
||||
"description": "De Nest-integratie moet je account opnieuw verifi\u00ebren",
|
||||
"title": "Verifieer de integratie opnieuw"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort",
|
||||
"token": "Toegangstoken"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geauthenticeerd"
|
||||
},
|
||||
"step": {
|
||||
"pick_implementation": {
|
||||
"title": "Kies een authenticatie methode"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Ondilo ICO"
|
||||
}
|
|
@ -4,10 +4,15 @@
|
|||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_path": "Directory niet gevonden."
|
||||
},
|
||||
"step": {
|
||||
"owserver": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort"
|
||||
},
|
||||
"title": "Owserver-details instellen"
|
||||
},
|
||||
"user": {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"error": {
|
||||
"already_configured": "Gateway al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"id_exists": "Gateway id bestaat al"
|
||||
},
|
||||
"step": {
|
||||
|
|
|
@ -2,10 +2,16 @@
|
|||
"config": {
|
||||
"error": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"flow_title": "OVO Energy: {username}",
|
||||
"step": {
|
||||
"reauth": {
|
||||
"data": {
|
||||
"password": "Wachtwoord"
|
||||
},
|
||||
"description": "Authenticatie mislukt voor OVO Energy. Voer uw huidige inloggegevens in.",
|
||||
"title": "Opnieuw verifi\u00ebren"
|
||||
},
|
||||
"user": {
|
||||
|
|
|
@ -1,8 +1,23 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"mqtt_required": "De [%%] integratie is niet ingesteld",
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
},
|
||||
"step": {
|
||||
"hassio_confirm": {
|
||||
"title": "OpenZWave integratie instellen met de OpenZWave add-on"
|
||||
},
|
||||
"install_addon": {
|
||||
"title": "De OpenZWave add-on installatie is gestart"
|
||||
},
|
||||
"start_addon": {
|
||||
"data": {
|
||||
"usb_path": "USB-apparaatpad"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"api_version": "API Versie",
|
||||
"host": "Host"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,16 +1,42 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.",
|
||||
"webhook_not_internet_accessible": "Uw Home Assistant-instantie moet toegankelijk zijn via internet om webhook-berichten te ontvangen."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Om evenementen naar de Home Assistant te sturen, moet u de webhook-functie instellen in Plaato Airlock. \n\n Vul de volgende info in: \n\n - URL: ` {webhook_url} ` \n - Methode: POST \n\n Zie [de documentatie] ( {docs_url} ) voor meer informatie."
|
||||
},
|
||||
"error": {
|
||||
"no_auth_token": "U moet een verificatie token toevoegen"
|
||||
},
|
||||
"step": {
|
||||
"api_method": {
|
||||
"data": {
|
||||
"token": "Plak hier de verificatie-token",
|
||||
"use_webhook": "Webhook gebruiken"
|
||||
},
|
||||
"title": "Selecteer API-methode"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"device_name": "Geef uw apparaat een naam",
|
||||
"device_type": "Type Plaato-apparaat"
|
||||
},
|
||||
"description": "Weet u zeker dat u de Plaato-airlock wilt instellen?",
|
||||
"title": "Stel de Plaato Webhook in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Opties voor Plaato"
|
||||
},
|
||||
"webhook": {
|
||||
"title": "Opties voor Plaato Airlock"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,6 +4,7 @@
|
|||
"all_configured": "Alle gekoppelde servers zijn al geconfigureerd",
|
||||
"already_configured": "Deze Plex-server is al geconfigureerd",
|
||||
"already_in_progress": "Plex wordt geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol",
|
||||
"token_request_timeout": "Time-out verkrijgen van token",
|
||||
"unknown": "Mislukt om onbekende reden"
|
||||
},
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
"authorize_url_fail": "Onbekende fout bij het genereren van een autoriseer-URL.",
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"external_setup": "Punt succesvol geconfigureerd vanuit een andere stroom.",
|
||||
"no_flows": "U moet Point configureren voordat u zich ermee kunt verifi\u00ebren. [Gelieve de instructies te lezen](https://www.home-assistant.io/components/nest/)."
|
||||
"no_flows": "U moet Point configureren voordat u zich ermee kunt verifi\u00ebren. [Gelieve de instructies te lezen](https://www.home-assistant.io/components/nest/).",
|
||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||
},
|
||||
"create_entry": {
|
||||
"default": "Succesvol geverifieerd met Minut voor uw Point appara(a)t(en)"
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "De powerwall is al geconfigureerd"
|
||||
"already_configured": "De powerwall is al geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout",
|
||||
"wrong_version": "Uw powerwall gebruikt een softwareversie die niet wordt ondersteund. Overweeg om dit probleem te upgraden of te melden, zodat het kan worden opgelost."
|
||||
},
|
||||
|
@ -12,7 +14,8 @@
|
|||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"ip_address": "IP-adres"
|
||||
"ip_address": "IP-adres",
|
||||
"password": "Wachtwoord"
|
||||
},
|
||||
"title": "Maak verbinding met de powerwall"
|
||||
}
|
||||
|
|
|
@ -2,6 +2,11 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Wil je beginnen met instellen?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -9,6 +9,24 @@
|
|||
},
|
||||
"step": {
|
||||
"relay_modes": {
|
||||
"data": {
|
||||
"relay_1": "Relais 1",
|
||||
"relay_10": "Relais 10",
|
||||
"relay_11": "Relais 11",
|
||||
"relay_12": "Relais 12",
|
||||
"relay_13": "Relais 13",
|
||||
"relay_14": "Relais 14",
|
||||
"relay_15": "Relais 15",
|
||||
"relay_16": "Relais 16",
|
||||
"relay_2": "Relais 2",
|
||||
"relay_3": "Relais 3",
|
||||
"relay_4": "Relais 4",
|
||||
"relay_5": "Relais 5",
|
||||
"relay_6": "Relais 6",
|
||||
"relay_7": "Relais 7",
|
||||
"relay_8": "Relais 8",
|
||||
"relay_9": "Relais 9"
|
||||
},
|
||||
"title": "Stel relais in"
|
||||
},
|
||||
"user": {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"port_997_bind_error": "Kon niet binden aan poort 997. Raadpleeg de [documentatie] (https://www.home-assistant.io/components/ps4/) voor aanvullende informatie."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"credential_timeout": "Time-out van inlog service. Druk op Submit om opnieuw te starten.",
|
||||
"login_failed": "Kan niet koppelen met PlayStation 4. Controleer of de pincode juist is.",
|
||||
"no_ipaddress": "Voer het IP-adres in van de PlayStation 4 die je wilt configureren."
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"abort": {
|
||||
"already_configured": "Deze RainMachine controller is al geconfigureerd."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -13,5 +16,12 @@
|
|||
"title": "Vul uw gegevens in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Configureer RainMachine"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,25 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_place_or_service_id": "Ongeldige plaats of service-ID"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"place_id": "Plaats-ID",
|
||||
"service_id": "Service-ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Configureer Recollect Waste"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -10,10 +10,23 @@
|
|||
"step": {
|
||||
"setup_network": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort"
|
||||
},
|
||||
"title": "Selecteer verbindingsadres"
|
||||
},
|
||||
"setup_serial": {
|
||||
"data": {
|
||||
"device": "Selecteer apparaat"
|
||||
},
|
||||
"title": "Apparaat"
|
||||
},
|
||||
"setup_serial_manual_path": {
|
||||
"data": {
|
||||
"device": "USB-apparaatpad"
|
||||
},
|
||||
"title": "Pad"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"type": "Verbindingstype"
|
||||
|
@ -25,7 +38,19 @@
|
|||
"options": {
|
||||
"error": {
|
||||
"already_configured_device": "Apparaat is al geconfigureerd",
|
||||
"invalid_event_code": "Ongeldige gebeurteniscode",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"prompt_options": {
|
||||
"data": {
|
||||
"automatic_add": "Schakel automatisch toevoegen in",
|
||||
"debug": "Foutopsporing inschakelen"
|
||||
}
|
||||
},
|
||||
"set_device_options": {
|
||||
"title": "Configureer apparaatopties"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u88dd\u7f6e\u7d93\u8a2d\u5b9a\u5b8c\u6210"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "\u96fb\u5b50\u90f5\u4ef6",
|
||||
"password": "\u5bc6\u78bc"
|
||||
},
|
||||
"title": "\u9023\u7dda\u81f3 Rituals \u5e33\u865f"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Roku-apparaat is al geconfigureerd",
|
||||
"already_in_progress": "De configuratiestroom is al aan de gang",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
"description": "Het wachtwoord kon niet automatisch van het apparaat worden opgehaald. Volg de stappen zoals beschreven in de documentatie op: {auth_help_url}",
|
||||
"title": "Voer wachtwoord in"
|
||||
},
|
||||
"manual": {
|
||||
"data": {
|
||||
"blid": "BLID",
|
||||
"host": "Host"
|
||||
}
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"blid": "BLID",
|
||||
|
|
|
@ -4,12 +4,15 @@
|
|||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord"
|
||||
"host": "Host",
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,5 +25,18 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"device_automation": {
|
||||
"trigger_subtype": {
|
||||
"button": "Knop",
|
||||
"button1": "Eerste knop",
|
||||
"button2": "Tweede knop",
|
||||
"button3": "Derde knop"
|
||||
},
|
||||
"trigger_type": {
|
||||
"double": "{subtype} dubbel geklikt",
|
||||
"single_long": "{subtype} een keer geklikt en daarna lang geklikt",
|
||||
"triple": "{subtype} driemaal geklikt"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,7 +3,10 @@
|
|||
"abort": {
|
||||
"already_configured_device": "Apparaat is al geconfigureerd",
|
||||
"already_configured_local_device": "Lokale apparaten zijn al geconfigureerd. Verwijder deze eerst voordat u een cloudapparaat configureert.",
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_mdns": "Niet-ondersteund apparaat voor de Smappee-integratie.",
|
||||
"missing_configuration": "De Netatmo-component is niet geconfigureerd. Gelieve de documentatie volgen."
|
||||
},
|
||||
"step": {
|
||||
"local": {
|
||||
|
@ -11,6 +14,9 @@
|
|||
"host": "Host"
|
||||
},
|
||||
"description": "Voer de host in om de lokale Smappee-integratie te starten"
|
||||
},
|
||||
"pick_implementation": {
|
||||
"title": "Kies een authenticatie methode"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"service": "Fout bij het bereiken van SmartHab. De service is mogelijk uitgevallen. Controleer uw verbinding.",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"email": "E-mail",
|
||||
"password": "Wachtwoord"
|
||||
},
|
||||
"title": "Inloggen"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,10 +1,15 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"site_exists": "Deze site_id is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"site_exists": "Deze site_id is al geconfigureerd"
|
||||
"already_configured": "Apparaat is al geconfigureerd",
|
||||
"could_not_connect": "Kon geen verbinding maken met de solaredge API",
|
||||
"invalid_api_key": "Ongeldige API-sleutel",
|
||||
"site_exists": "Deze site_id is al geconfigureerd",
|
||||
"site_not_active": "De site is niet actief"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -1,5 +1,40 @@
|
|||
{
|
||||
"config": {
|
||||
"flow_title": "Somfy MyLink {mac} ( {ip} )"
|
||||
}
|
||||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"flow_title": "Somfy MyLink {mac} ( {ip} )",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Poort",
|
||||
"system_id": "Systeem-ID"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"abort": {
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"step": {
|
||||
"entity_config": {
|
||||
"description": "Configureer opties voor `{entity_id}`",
|
||||
"title": "Entiteit configureren"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"entity_id": "Configureer een specifieke entiteit."
|
||||
},
|
||||
"title": "Configureer MyLink-opties"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Somfy MyLink"
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Service is al geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"error": {
|
||||
|
@ -9,6 +10,10 @@
|
|||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"reauth_confirm": {
|
||||
"description": "De Sonarr-integratie moet handmatig opnieuw worden geverifieerd met de Sonarr-API die wordt gehost op: {host}",
|
||||
"title": "Verifieer de integratie opnieuw"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"api_key": "API-sleutel",
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_account": "Account-ID moet een 9-cijferig nummer zijn",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "SRP Energy"
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
},
|
||||
"error": {
|
||||
"bad_pin_format": "De pincode moet uit 4 cijfers bestaan",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"incorrect_pin": "Onjuiste PIN",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
"pin": {
|
||||
"data": {
|
||||
"pin": "PIN"
|
||||
},
|
||||
"title": "Subaru Starlink Configuratie"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"country": "Selecteer land",
|
||||
"password": "Wachtwoord",
|
||||
"username": "Gebruikersnaam"
|
||||
},
|
||||
"title": "Subaru Starlink-configuratie"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Subaru Starlink-opties"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "\u5e33\u865f\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210",
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557"
|
||||
},
|
||||
"error": {
|
||||
"bad_pin_format": "PIN \u78bc\u61c9\u8a72\u70ba 4 \u4f4d\u6578\u5b57",
|
||||
"cannot_connect": "\u9023\u7dda\u5931\u6557",
|
||||
"incorrect_pin": "PIN \u78bc\u932f\u8aa4",
|
||||
"invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548",
|
||||
"unknown": "\u672a\u9810\u671f\u932f\u8aa4"
|
||||
},
|
||||
"step": {
|
||||
"pin": {
|
||||
"data": {
|
||||
"pin": "PIN"
|
||||
},
|
||||
"description": "\u8acb\u8f38\u5165 MySubaru PIN \u78bc\n\u6ce8\u610f\uff1a\u6240\u4ee5\u5e33\u865f\u5167\u8eca\u8f1b\u90fd\u5fc5\u9808\u4f7f\u7528\u76f8\u540c PIN \u78bc",
|
||||
"title": "Subaru Starlink \u8a2d\u5b9a"
|
||||
},
|
||||
"user": {
|
||||
"data": {
|
||||
"country": "\u9078\u64c7\u570b\u5bb6",
|
||||
"password": "\u5bc6\u78bc",
|
||||
"username": "\u4f7f\u7528\u8005\u540d\u7a31"
|
||||
},
|
||||
"description": "\u8acb\u8f38\u5165 MySubaru \u8a8d\u8b49\n\u6ce8\u610f\uff1a\u555f\u59cb\u8a2d\u5b9a\u5927\u7d04\u9700\u8981 30 \u79d2",
|
||||
"title": "Subaru Starlink \u8a2d\u5b9a"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"update_enabled": "\u958b\u555f\u8eca\u8f1b\u8cc7\u6599\u4e0b\u8f09"
|
||||
},
|
||||
"description": "\u958b\u555f\u5f8c\uff0c\u5c07\u6703\u6bcf 2 \u5c0f\u6642\u50b3\u9001\u9060\u7aef\u547d\u4ee4\u81f3\u8eca\u8f1b\u4ee5\u7372\u5f97\u6700\u65b0\u50b3\u611f\u5668\u8cc7\u6599\u3002\u5982\u679c\u6c92\u6709\u958b\u555f\uff0c\u50b3\u611f\u5668\u65b0\u8cc7\u6599\u50c5\u6703\u65bc\u8eca\u8f1b\u81ea\u52d5\u63a8\u9001\u8cc7\u6599\u6642\u63a5\u6536\uff08\u901a\u5e38\u70ba\u5f15\u64ce\u7184\u706b\u4e4b\u5f8c\uff09\u3002",
|
||||
"title": "Subaru Starlink \u9078\u9805"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -4,7 +4,11 @@
|
|||
"already_configured": "Service is al geconfigureerd",
|
||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie url.",
|
||||
"authorize_url_timeout": "Time-out tijdens genereren autorisatie url.",
|
||||
"unknown": "Onbekende fout opgetreden"
|
||||
"unknown": "Onbekende fout opgetreden",
|
||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"reauth_successful": "Herauthenticatie was succesvol"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Account is al geconfigureerd",
|
||||
"cannot_connect": "Kan geen verbinding maken"
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"already_configured": "Service is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_access_token": "Ongeldig toegangstoken",
|
||||
"timeout": "Time-out om verbinding te maken met Tibber"
|
||||
},
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"abort": {
|
||||
"already_configured": "Apparaat is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Ongeldige authenticatie"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
|
|
@ -4,7 +4,8 @@
|
|||
"already_configured": "De geselecteerde overeenkomst is al geconfigureerd.",
|
||||
"authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie-URL.",
|
||||
"no_agreements": "Dit account heeft geen Toon schermen.",
|
||||
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ( {docs_url} )"
|
||||
"no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ( {docs_url} )",
|
||||
"unknown_authorize_url_generation": "Onbekende fout bij het genereren van een autorisatie-URL."
|
||||
}
|
||||
}
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue