From dd891de69c10e621d6683969250fa26fb548b7ff Mon Sep 17 00:00:00 2001 From: Rudolf Offereins Date: Sun, 27 Oct 2024 07:17:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=A3=EF=B8=8F=20Update=20config=20trans?= =?UTF-8?q?lations=20(#146)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :arrow_up: Bump translations --- custom_components/lghorizon/manifest.json | 4 ++-- .../lghorizon/translations/en.json | 18 +++++++++--------- .../lghorizon/translations/nl.json | 16 ++++++++-------- 3 files changed, 19 insertions(+), 19 deletions(-) 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