Fix #15
This commit is contained in:
parent
a104899dbf
commit
d7448320d9
|
@ -69,6 +69,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Are you sure?": "Bist Du sicher?",
|
||||
"@Are you sure?": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Authentication": "Authentifizierung",
|
||||
"@Authentication": {
|
||||
"type": "text",
|
||||
|
|
|
@ -144,6 +144,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Archive" : MessageLookupByLibrary.simpleMessage("Archiv"),
|
||||
"Archived Room" : MessageLookupByLibrary.simpleMessage("Archivierter Raum"),
|
||||
"Are guest users allowed to join" : MessageLookupByLibrary.simpleMessage("Dürfen Gast-Benutzer beitreten"),
|
||||
"Are you sure?" : MessageLookupByLibrary.simpleMessage("Bist Du sicher?"),
|
||||
"Authentication" : MessageLookupByLibrary.simpleMessage("Authentifizierung"),
|
||||
"Avatar has been changed" : MessageLookupByLibrary.simpleMessage("Avatar wurde geändert"),
|
||||
"Ban from chat" : MessageLookupByLibrary.simpleMessage("Aus dem Chat verbannen"),
|
||||
|
|
Loading…
Reference in a new issue