forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b657fd0
commit 9159f54
Showing
135 changed files
with
1,470 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
homeassistant/components/bmw_connected_drive/translations/nl.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} | ||
} | ||
} |
Oops, something went wrong.