Update translations

This commit is contained in:
Christian Pauly 2020-02-16 12:38:40 +01:00
commit fe40eebfbd
4 changed files with 55 additions and 1 deletions

View file

@ -135,6 +135,8 @@ class MessageLookup extends MessageLookupByLibrary {
static _notInlinedMessages(_) => <String, Function> {
"(Optional) Group name" : MessageLookupByLibrary.simpleMessage("(Optional) Name für die Gruppe"),
"About" : MessageLookupByLibrary.simpleMessage("Über"),
"Account" : MessageLookupByLibrary.simpleMessage("Konto"),
"Account informations" : MessageLookupByLibrary.simpleMessage("Kontoinformationen"),
"Add a group description" : MessageLookupByLibrary.simpleMessage("Eine Beschreibung für die Gruppe hinzufügen"),
"Admin" : MessageLookupByLibrary.simpleMessage("Admin"),
"Already have an account?" : MessageLookupByLibrary.simpleMessage("Hast du schon einen Account?"),
@ -171,6 +173,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Edit displayname" : MessageLookupByLibrary.simpleMessage("Anzeigename ändern"),
"Empty chat" : MessageLookupByLibrary.simpleMessage("Leerer Chat"),
"Encryption algorithm" : MessageLookupByLibrary.simpleMessage("Verschlüsselungsalgorithmus"),
"End to end encryption is currently in Beta! Use at your own risk!" : MessageLookupByLibrary.simpleMessage("Ende-zu-Ende-Verschlüsselung ist im Beta-Status. Benutzung auf eigene Gefahr!"),
"End-to-end encryption settings" : MessageLookupByLibrary.simpleMessage("Ende-zu-Ende-Verschlüsselung"),
"Enter a group name" : MessageLookupByLibrary.simpleMessage("Gib einen Gruppennamen ein"),
"Enter a username" : MessageLookupByLibrary.simpleMessage("Gib einen Benutzernamen ein"),
@ -198,6 +201,7 @@ class MessageLookup extends MessageLookupByLibrary {
"Loading... Please wait" : MessageLookupByLibrary.simpleMessage("Lade ... Bitte warten"),
"Login" : MessageLookupByLibrary.simpleMessage("Login"),
"Logout" : MessageLookupByLibrary.simpleMessage("Logout"),
"Make a moderator" : MessageLookupByLibrary.simpleMessage("Zum Moderator ernennen"),
"Make an admin" : MessageLookupByLibrary.simpleMessage("Zum Admin ernennen"),
"Make sure the identifier is valid" : MessageLookupByLibrary.simpleMessage("Gib bitte einen richtigen Benutzernamen ein"),
"Message will be removed for all participants" : MessageLookupByLibrary.simpleMessage("Nachricht wird für alle Teilnehmer entfernt"),