Implement key sharing
This commit is contained in:
parent
a5d0cba0e5
commit
c22b792fa0
12 changed files with 199 additions and 7 deletions
|
|
@ -216,6 +216,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"The encryption has been corrupted": "Die Verschlüsselung wurde korrumpiert",
|
||||
"@The encryption has been corrupted": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Chat details": "Gruppeninfo",
|
||||
"@Chat details": {
|
||||
"type": "text",
|
||||
|
|
@ -340,6 +345,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Deny": "Ablehnen",
|
||||
"@Deny": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Device": "Gerät",
|
||||
"@Device": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Devices": "Geräte",
|
||||
"@Devices": {
|
||||
"type": "text",
|
||||
|
|
@ -382,6 +397,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Encryption is not enabled": "Verschlüsselung ist nicht aktiviert",
|
||||
"@Encryption is not enabled": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"End-to-end encryption settings": "Ende-zu-Ende-Verschlüsselung",
|
||||
"@End-to-end encryption settings": {
|
||||
"type": "text",
|
||||
|
|
@ -482,6 +502,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Identity": "Identität",
|
||||
"@Identity": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Invite contact": "Kontakt einladen",
|
||||
"@Invite contact": {
|
||||
"type": "text",
|
||||
|
|
@ -662,6 +687,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"No permission": "Keine Berechtigung",
|
||||
"@No permission": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"No rooms found...": "Keine Räume gefunden ...",
|
||||
"@No rooms found...": {
|
||||
"type": "text",
|
||||
|
|
@ -792,6 +822,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Request permission": "Berechtigung anfragen",
|
||||
"@Request permission": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Request to read older messages": "Anfrage um ältere Nachrichten zu lesen",
|
||||
"@Request to read older messages": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Saturday": "Samstag",
|
||||
"@Saturday": {
|
||||
"type": "text",
|
||||
|
|
@ -1021,6 +1061,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Unknown encryption algorithm": "Unbekannter Verschlüsselungsalgorithmus",
|
||||
"@Unknown encryption algorithm": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unknownEvent": "Unbekanntes Event '{type}'",
|
||||
"@unknownEvent": {
|
||||
"type": "text",
|
||||
|
|
@ -1079,6 +1124,11 @@
|
|||
"type": {}
|
||||
}
|
||||
},
|
||||
"Verify": "Bestätigen",
|
||||
"@Verify": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Visible for all participants": "Sichtbar für alle Teilnehmer",
|
||||
"@Visible for all participants": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue