diff --git a/src/translations/de.json b/src/translations/de.json index d54bd56a..35053bb1 100644 --- a/src/translations/de.json +++ b/src/translations/de.json @@ -12,9 +12,11 @@ }, "source": { "silent": "Leise", - "standard": "Normal", "medium": "Mittel", - "turbo": "Max." + "turbo": "Max.", + "quiet": "Leise", + "max": "Maximal", + "max+": "Maximal+" }, "common": { "name": "Vacuum Card", diff --git a/src/translations/en.json b/src/translations/en.json index 2234a188..35c87c51 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -24,7 +24,10 @@ "turbo": "Turbo", "normal": "Normal", "high": "High", - "strong": "Strong" + "strong": "Strong", + "quiet": "Quiet", + "max": "Max", + "max+": "Max+" }, "common": { "name": "Vacuum Card",