diff --git a/custom_components/lghorizon/manifest.json b/custom_components/lghorizon/manifest.json index fbfd5e0..a80c2c0 100644 --- a/custom_components/lghorizon/manifest.json +++ b/custom_components/lghorizon/manifest.json @@ -11,5 +11,5 @@ "requirements": [ "lghorizon>=0.7.5" ], - "version": "0.7.0" -} + "version": "0.7.1" +} \ No newline at end of file diff --git a/custom_components/lghorizon/translations/en.json b/custom_components/lghorizon/translations/en.json index 4909c0f..4fce834 100644 --- a/custom_components/lghorizon/translations/en.json +++ b/custom_components/lghorizon/translations/en.json @@ -4,24 +4,24 @@ "step": { "user": { "title": "LG Horizon - Provider and username", - "description":"Provide the credentials of your Ziggo, Telenet, UPC, Magenta or Virgin account.", + "description": "Provide the credentials of your Ziggo, Telenet, UPC, Magenta or Virgin account.", "data": { "country_code": "Provider", "username": "Username" } }, - "credentials":{ - "title": "LG Horizon - Credentials", - "description":"Enter the credentials for your Ziggo, Telenet, UPC/Sunrise, Magenta or Virgin account.", + "credentials": { + "title": "LG Horizon - Authentication data", + "description": "Enter the authentication data for your Ziggo, Telenet, UPC/Sunrise, Magenta or Virgin account.", "data": { - "password": "Passwor", + "password": "Password", "identifier": "DTV identifier", - "refresh_token": "Refresh Token" + "refresh_token": "Refresh token" } }, "profile": { "title": "LG Horizon - Select profile", - "description":"Select your profile to show it's favorite channels only", + "description": "Select your profile to show it's favorite channels only", "data": { "profile_id": "Profile" } @@ -76,11 +76,11 @@ "name": "Entitiy Id", "description": "Id of your media box." }, - "remote_key":{ + "remote_key": { "name": "Remote key", "description": "Key to send" } } } } -} +} \ No newline at end of file diff --git a/custom_components/lghorizon/translations/nl.json b/custom_components/lghorizon/translations/nl.json index 00b2c11..6b4ed46 100644 --- a/custom_components/lghorizon/translations/nl.json +++ b/custom_components/lghorizon/translations/nl.json @@ -4,24 +4,24 @@ "step": { "user": { "title": "LG Horizon - Provider en gebruikersnaam", - "description":"Vul de gegevens van je Ziggo, Telenet, UPC, Magenta of Virgin account in.", + "description": "Vul de gegevens van je Ziggo, Telenet, UPC, Magenta of Virgin account in.", "data": { "country_code": "Provider", "username": "Gebruikersnaam" } }, - "credentials":{ - "title": "LG Horizon - Credentials", - "description":"Vul de credentias van je Ziggo, Telenet, UPC/Sunrise, Magenta of Virgin account in.", + "credentials": { + "title": "LG Horizon - Authenticatiegegevens", + "description": "Vul de authenticatiegegevens van je Ziggo, Telenet, UPC/Sunrise, Magenta of Virgin account in.", "data": { "password": "Wachtwoord", "identifier": "DTV identifier", - "refresh_token": "Refresh Token" + "refresh_token": "Refreshtoken" } }, "profile": { "title": "LG Horizon - Selecteer profiel", - "description":"Selecteer het profiel waarvan je de favoriete kanalen wilt tonen", + "description": "Selecteer het profiel waarvan je de favoriete kanalen wilt tonen", "data": { "profile_id": "Profiel" } @@ -76,11 +76,11 @@ "name": "Entity Id", "description": "Entiteit ID van je mediabox." }, - "remote_key":{ + "remote_key": { "name": "Knop afstandsbediening", "description": "De te versturen knop." } } } } -} +} \ No newline at end of file