From 40852b7d84a58ec7ef05ed659dcfe3f520dbe673 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Fri, 7 Nov 2025 11:13:42 +0000 Subject: [PATCH] fix: Update reauthentication titles for Tibber Price integration in multiple languages --- custom_components/tibber_prices/translations/de.json | 2 +- custom_components/tibber_prices/translations/en.json | 2 +- custom_components/tibber_prices/translations/nb.json | 2 +- custom_components/tibber_prices/translations/nl.json | 2 +- custom_components/tibber_prices/translations/sv.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/tibber_prices/translations/de.json b/custom_components/tibber_prices/translations/de.json index 6d7a853..b2d5914 100644 --- a/custom_components/tibber_prices/translations/de.json +++ b/custom_components/tibber_prices/translations/de.json @@ -25,7 +25,7 @@ "submit": "Zuhause auswählen" }, "reauth_confirm": { - "title": "Tibber-Integration erneut authentifizieren", + "title": "Tibber Preis-Integration erneut authentifizieren", "description": "Der Zugriffstoken für Tibber ist nicht mehr gültig. Bitte gib einen neuen API-Zugriffstoken ein, um diese Integration weiter zu nutzen.\n\nUm einen neuen API-Zugriffstoken zu generieren, besuche https://developer.tibber.com.", "data": { "access_token": "API-Zugriffstoken" diff --git a/custom_components/tibber_prices/translations/en.json b/custom_components/tibber_prices/translations/en.json index 3b9a265..ed9c08d 100644 --- a/custom_components/tibber_prices/translations/en.json +++ b/custom_components/tibber_prices/translations/en.json @@ -25,7 +25,7 @@ "submit": "Select Home" }, "reauth_confirm": { - "title": "Reauthenticate Tibber Integration", + "title": "Reauthenticate Tibber Price Integration", "description": "The access token for Tibber is no longer valid. Please enter a new API access token to continue using this integration.\n\nTo generate a new API access token, visit https://developer.tibber.com.", "data": { "access_token": "API access token" diff --git a/custom_components/tibber_prices/translations/nb.json b/custom_components/tibber_prices/translations/nb.json index ae151d4..e8584c5 100644 --- a/custom_components/tibber_prices/translations/nb.json +++ b/custom_components/tibber_prices/translations/nb.json @@ -25,7 +25,7 @@ "submit": "Velg hjem" }, "reauth_confirm": { - "title": "Autentiser Tibber-integrasjonen på nytt", + "title": "Autentiser Tibber Prisintegrasjonen på nytt", "description": "Tilgangstokenet for Tibber er ikke lenger gyldig. Vennligst oppgi et nytt API-tilgangstoken for å fortsette å bruke denne integrasjonen.\n\nFor å generere et nytt API-tilgangstoken, besøk https://developer.tibber.com.", "data": { "access_token": "API-tilgangstoken" diff --git a/custom_components/tibber_prices/translations/nl.json b/custom_components/tibber_prices/translations/nl.json index 7953d68..962703d 100644 --- a/custom_components/tibber_prices/translations/nl.json +++ b/custom_components/tibber_prices/translations/nl.json @@ -25,7 +25,7 @@ "submit": "Huis selecteren" }, "reauth_confirm": { - "title": "Tibber-integratie opnieuw authenticeren", + "title": "Tibber Prijs-integratie opnieuw authenticeren", "description": "Het toegangstoken voor Tibber is niet langer geldig. Voer een nieuw API-toegangstoken in om deze integratie te blijven gebruiken.\n\nOm een nieuw API-toegangstoken te genereren, bezoek https://developer.tibber.com.", "data": { "access_token": "API-toegangstoken" diff --git a/custom_components/tibber_prices/translations/sv.json b/custom_components/tibber_prices/translations/sv.json index 9e54d61..20a8c00 100644 --- a/custom_components/tibber_prices/translations/sv.json +++ b/custom_components/tibber_prices/translations/sv.json @@ -25,7 +25,7 @@ "submit": "Välj hem" }, "reauth_confirm": { - "title": "Autentisera Tibber-integrationen igen", + "title": "Autentisera Tibber Prisintegrationen igen", "description": "Åtkomsttoken för Tibber är inte längre giltig. Vänligen ange en ny API-åtkomsttoken för att fortsätta använda denna integration.\n\nFör att generera en ny API-åtkomsttoken, besök https://developer.tibber.com.", "data": { "access_token": "API-åtkomsttoken"