From fc5616fe3a55f8a0b185f1d7a317aa81ee8b1dc0 Mon Sep 17 00:00:00 2001 From: Martin <34376785+G4Cab@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:58:07 +0000 Subject: [PATCH] Update de.json - renamed "Wolke" to Cloud renamed the translation for "cloud" in german language the computer cloud doesn't translate to anything else. --- custom_components/bambu_lab/translations/de.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/custom_components/bambu_lab/translations/de.json b/custom_components/bambu_lab/translations/de.json index 953d315d..10bec125 100644 --- a/custom_components/bambu_lab/translations/de.json +++ b/custom_components/bambu_lab/translations/de.json @@ -38,8 +38,8 @@ } }, "Bambu": { - "title": "Bambu Cloud-Verbindung", - "description": "Bitte geben Sie Ihre Bambu Lab-Zugangsdaten an:", + "title": "BambuLab Cloud-Verbindung", + "description": "Bitte geben Sie Ihre BambuLab-Zugangsdaten an:", "data": { "region": "Konto-Region:", "email": "E-Mail-Adresse oder Telefonnummer", @@ -357,7 +357,7 @@ "name": "Drucktyp", "state": { "local": "Lokal", - "cloud": "Wolke", + "cloud": "Cloud", "idle": "Leerlauf" } }, @@ -591,8 +591,8 @@ "selector": { "configuration_type": { "options": { - "bambu": "Bambuswolke", - "lan": "Lokale Verbindung" + "bambu": "BambuLab-Cloud", + "lan": "LAN-Mode (lokal)" } } }