diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index b4e4c0a6a..c51732ca3 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -2787,5 +2787,24 @@ "join": "Beitreten", "searchOrEnterHomeserverAddress": "Homeserver-Adresse suchen oder eingeben", "matrixId": "Matrix ID", - "reset": "Zurücksetzen" -} \ No newline at end of file + "reset": "Zurücksetzen", + "setPowerLevel": "Power-Level einstellen", + "makeModerator": "Zum Moderator machen", + "makeAdmin": "Zum Admin machen", + "removeModeratorRights": "Moderatorenrechte entziehen", + "removeAdminRights": "Adminrechte entziehen", + "powerLevel": "Power-Level", + "setPowerLevelDescription": "Die Power-Level legen fest, was ein Mitglied in diesem Raum tun darf und liegen üblicherweise zwischen 0 und 100.", + "owner": "Besitzer", + "mute": "Stumm", + "@mute": { + "description": "This should be a very short string because there is not much space in the button!" + }, + "createNewChat": "Neuen Chat erstellen", + "supportFluffyChat": "FluffyChat unterstützen", + "support": "Unterstützen", + "fluffyChatSupportBannerMessage": "❤️❤️❤️ FluffyChat braucht DEINE Hilfe! ❤️❤️❤️\n\nFluffyChat wird immer kostenlos bleiben, aber Entwicklung und Hosting kosten Geld.\nDie Zukunft des Projekts hängt von deiner Unterstützung ab.", + "skipSupportingFluffyChat": "FluffyChat unterstützen überspringen", + "iDoNotWantToSupport": "Ich möchte nicht unterstützen", + "iAlreadySupportFluffyChat": "I unterstütze FluffyChat bereits" +} diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index d99e59b84..6fd8c9c9f 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -2784,8 +2784,8 @@ "reset": "Reset", "supportFluffyChat": "Support FluffyChat", "support": "Support", - "fluffyChatSupportBannerMessage": "FluffyChat needs YOUR help!\nFluffyChat will always be free, but development and hosting still cost money. The future of the project depends on support from people like you.", + "fluffyChatSupportBannerMessage": "❤️❤️❤️ FluffyChat needs YOUR help! ❤️❤️❤️\n\nFluffyChat will always be free, but development and hosting still cost money.\nThe future of the project depends on support from people like you.", "skipSupportingFluffyChat": "Skip supporting FluffyChat", "iDoNotWantToSupport": "I do not want to support", "iAlreadySupportFluffyChat": "I already support FluffyChat" -} \ No newline at end of file +}