Skip to content

Commit

Permalink
🗣️ Update config translations (#146)
Browse files Browse the repository at this point in the history
⬆️ Bump translations
  • Loading branch information
Sholofly authored Oct 27, 2024
1 parent 335fae6 commit dd891de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions custom_components/lghorizon/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"requirements": [
"lghorizon>=0.7.5"
],
"version": "0.7.0"
}
"version": "0.7.1"
}
18 changes: 9 additions & 9 deletions custom_components/lghorizon/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -76,11 +76,11 @@
"name": "Entitiy Id",
"description": "Id of your media box."
},
"remote_key":{
"remote_key": {
"name": "Remote key",
"description": "Key to send"
}
}
}
}
}
}
16 changes: 8 additions & 8 deletions custom_components/lghorizon/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -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."
}
}
}
}
}
}

0 comments on commit dd891de

Please sign in to comment.