Update translations
This commit is contained in:
parent
2242309086
commit
fe40eebfbd
|
@ -12,6 +12,16 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"Account": "Konto",
|
||||
"@Account": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Account informations": "Kontoinformationen",
|
||||
"@Account informations": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"activatedEndToEndEncryption": "{username} hat Ende-zu-Ende Verschlüsselung aktiviert",
|
||||
"@activatedEndToEndEncryption": {
|
||||
"type": "text",
|
||||
|
@ -577,6 +587,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Make a moderator": "Zum Moderator ernennen",
|
||||
"@Make a moderator": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Make sure the identifier is valid": "Gib bitte einen richtigen Benutzernamen ein",
|
||||
"@Make sure the identifier is valid": {
|
||||
"type": "text",
|
||||
|
@ -1024,6 +1039,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"End to end encryption is currently in Beta! Use at your own risk!": "Ende-zu-Ende-Verschlüsselung ist im Beta-Status. Benutzung auf eigene Gefahr!",
|
||||
"@End to end encryption is currently in Beta! Use at your own risk!": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Who is allowed to join this group": "Wer darf der Gruppe beitreten",
|
||||
"@Who is allowed to join this group": {
|
||||
"type": "text",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"@@last_modified": "2020-02-10T18:38:37.519607",
|
||||
"@@last_modified": "2020-02-16T12:36:34.703154",
|
||||
"About": "About",
|
||||
"@About": {
|
||||
"type": "text",
|
||||
|
@ -12,6 +12,16 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"Account": "Account",
|
||||
"@Account": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Account informations": "Account informations",
|
||||
"@Account informations": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"activatedEndToEndEncryption": "{username} activated end to end encryption",
|
||||
"@activatedEndToEndEncryption": {
|
||||
"type": "text",
|
||||
|
@ -59,6 +69,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Are you sure?": "Are you sure?",
|
||||
"@Are you sure?": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Authentication": "Authentication",
|
||||
"@Authentication": {
|
||||
"type": "text",
|
||||
|
@ -572,6 +587,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Make a moderator": "Make a moderator",
|
||||
"@Make a moderator": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Make an admin": "Make an admin",
|
||||
"@Make an admin": {
|
||||
"type": "text",
|
||||
|
@ -1019,6 +1039,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"End to end encryption is currently in Beta! Use at your own risk!": "End to end encryption is currently in Beta! Use at your own risk!",
|
||||
"@End to end encryption is currently in Beta! Use at your own risk!": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Wednesday": "Wednesday",
|
||||
"@Wednesday": {
|
||||
"type": "text",
|
||||
|
|
|
@ -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"),
|
||||
|
|
|
@ -135,6 +135,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"(Optional) Group name" : MessageLookupByLibrary.simpleMessage("(Optional) Group name"),
|
||||
"About" : MessageLookupByLibrary.simpleMessage("About"),
|
||||
"Account" : MessageLookupByLibrary.simpleMessage("Account"),
|
||||
"Account informations" : MessageLookupByLibrary.simpleMessage("Account informations"),
|
||||
"Add a group description" : MessageLookupByLibrary.simpleMessage("Add a group description"),
|
||||
"Admin" : MessageLookupByLibrary.simpleMessage("Admin"),
|
||||
"Already have an account?" : MessageLookupByLibrary.simpleMessage("Already have an account?"),
|
||||
|
@ -142,6 +144,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Archive" : MessageLookupByLibrary.simpleMessage("Archive"),
|
||||
"Archived Room" : MessageLookupByLibrary.simpleMessage("Archived Room"),
|
||||
"Are guest users allowed to join" : MessageLookupByLibrary.simpleMessage("Are guest users allowed to join"),
|
||||
"Are you sure?" : MessageLookupByLibrary.simpleMessage("Are you sure?"),
|
||||
"Authentication" : MessageLookupByLibrary.simpleMessage("Authentication"),
|
||||
"Avatar has been changed" : MessageLookupByLibrary.simpleMessage("Avatar has been changed"),
|
||||
"Ban from chat" : MessageLookupByLibrary.simpleMessage("Ban from chat"),
|
||||
|
@ -171,6 +174,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Edit displayname" : MessageLookupByLibrary.simpleMessage("Edit displayname"),
|
||||
"Empty chat" : MessageLookupByLibrary.simpleMessage("Empty chat"),
|
||||
"Encryption algorithm" : MessageLookupByLibrary.simpleMessage("Encryption algorithm"),
|
||||
"End to end encryption is currently in Beta! Use at your own risk!" : MessageLookupByLibrary.simpleMessage("End to end encryption is currently in Beta! Use at your own risk!"),
|
||||
"End-to-end encryption settings" : MessageLookupByLibrary.simpleMessage("End-to-end encryption settings"),
|
||||
"Enter a group name" : MessageLookupByLibrary.simpleMessage("Enter a group name"),
|
||||
"Enter a username" : MessageLookupByLibrary.simpleMessage("Enter a username"),
|
||||
|
@ -198,6 +202,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Loading... Please wait" : MessageLookupByLibrary.simpleMessage("Loading... Please wait"),
|
||||
"Login" : MessageLookupByLibrary.simpleMessage("Login"),
|
||||
"Logout" : MessageLookupByLibrary.simpleMessage("Logout"),
|
||||
"Make a moderator" : MessageLookupByLibrary.simpleMessage("Make a moderator"),
|
||||
"Make an admin" : MessageLookupByLibrary.simpleMessage("Make an admin"),
|
||||
"Make sure the identifier is valid" : MessageLookupByLibrary.simpleMessage("Make sure the identifier is valid"),
|
||||
"Message will be removed for all participants" : MessageLookupByLibrary.simpleMessage("Message will be removed for all participants"),
|
||||
|
|
Loading…
Reference in a new issue