Update translations
This commit is contained in:
parent
2242309086
commit
fe40eebfbd
4 changed files with 55 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue