Add Cross-Signing
This commit is contained in:
parent
7a2fdd8eda
commit
c4a33e411a
13 changed files with 1149 additions and 74 deletions
|
|
@ -1,10 +1,15 @@
|
|||
{
|
||||
"@@last_modified": "2020-05-15T15:34:50.065646",
|
||||
"@@last_modified": "2020-06-25T16:02:16.297192",
|
||||
"About": "About",
|
||||
"@About": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Accept": "Accept",
|
||||
"@Accept": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"acceptedTheInvitation": "{username} accepted the invitation",
|
||||
"@acceptedTheInvitation": {
|
||||
"type": "text",
|
||||
|
|
@ -74,6 +79,28 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"askSSSSCache": "Please enter your secure store passphrase or recovery key to cache the keys.",
|
||||
"@askSSSSCache": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"askSSSSSign": "To be able to sign the other person, please enter your secure store passphrase or recovery key.",
|
||||
"@askSSSSSign": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"askSSSSVerify": "Please enter your secure store passphrase or recovery key to verify your session.",
|
||||
"@askSSSSVerify": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"askVerificationRequest": "Accept this verification request from {username}?",
|
||||
"@askVerificationRequest": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"username": {}
|
||||
}
|
||||
},
|
||||
"Authentication": "Authentication",
|
||||
"@Authentication": {
|
||||
"type": "text",
|
||||
|
|
@ -102,6 +129,11 @@
|
|||
"targetName": {}
|
||||
}
|
||||
},
|
||||
"Block Device": "Block Device",
|
||||
"@Block Device": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"byDefaultYouWillBeConnectedTo": "By default you will be connected to {homeserver}",
|
||||
"@byDefaultYouWillBeConnectedTo": {
|
||||
"type": "text",
|
||||
|
|
@ -109,6 +141,11 @@
|
|||
"homeserver": {}
|
||||
}
|
||||
},
|
||||
"cachedKeys": "Successfully cached keys!",
|
||||
"@cachedKeys": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Cancel": "Cancel",
|
||||
"@Cancel": {
|
||||
"type": "text",
|
||||
|
|
@ -273,6 +310,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"compareEmojiMatch": "Compare and make sure the following emoji match those of the other device:",
|
||||
"@compareEmojiMatch": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"compareNumbersMatch": "Compare and make sure the following numbers match those of the other device:",
|
||||
"@compareNumbersMatch": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Confirm": "Confirm",
|
||||
"@Confirm": {
|
||||
"type": "text",
|
||||
|
|
@ -354,6 +401,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"crossSigningDisabled": "Cross-Signing is disabled",
|
||||
"@crossSigningDisabled": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"crossSigningEnabled": "Cross-Signing is enabled",
|
||||
"@crossSigningEnabled": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Currently active": "Currently active",
|
||||
"@Currently active": {
|
||||
"type": "text",
|
||||
|
|
@ -464,6 +521,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Encryption": "Encryption",
|
||||
"@Encryption": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Encryption algorithm": "Encryption algorithm",
|
||||
"@Encryption algorithm": {
|
||||
"type": "text",
|
||||
|
|
@ -594,6 +656,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"incorrectPassphraseOrKey": "Incorrect passphrase or recovery key",
|
||||
"@incorrectPassphraseOrKey": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Invite contact": "Invite contact",
|
||||
"@Invite contact": {
|
||||
"type": "text",
|
||||
|
|
@ -632,6 +699,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"isDeviceKeyCorrect": "Is the following device key correct?",
|
||||
"@isDeviceKeyCorrect": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"is typing...": "is typing...",
|
||||
"@is typing...": {
|
||||
"type": "text",
|
||||
|
|
@ -649,6 +721,16 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"keysCached": "Keys are cached",
|
||||
"@keysCached": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"keysMissing": "Keys are missing",
|
||||
"@keysMissing": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"kicked": "{username} kicked {targetName}",
|
||||
"@kicked": {
|
||||
"type": "text",
|
||||
|
|
@ -788,6 +870,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"newVerificationRequest": "New verification request!",
|
||||
"@newVerificationRequest": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"noCrossSignBootstrap": "Fluffychat currently does not support enabling Cross-Signing. Please enable it from within Riot.",
|
||||
"@noCrossSignBootstrap": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"noMegolmBootstrap": "Fluffychat currently does not support enabling Online Key Backup. Please enable it from within Riot.",
|
||||
"@noMegolmBootstrap": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/": "It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/",
|
||||
"@It seems that you have no google services on your phone. That's a good decision for your privacy! To receive push notifications in FluffyChat we recommend using microG: https://microg.org/": {
|
||||
"type": "text",
|
||||
|
|
@ -830,6 +927,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"onlineKeyBackupDisabled": "Online Key Backup is disabled",
|
||||
"@onlineKeyBackupDisabled": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"onlineKeyBackupEnabled": "Online Key Backup is enabled",
|
||||
"@onlineKeyBackupEnabled": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Oops something went wrong...": "Oops something went wrong...",
|
||||
"@Oops something went wrong...": {
|
||||
"type": "text",
|
||||
|
|
@ -855,6 +962,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"passphraseOrKey": "passphrase or recovery key",
|
||||
"@passphraseOrKey": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Password": "Password",
|
||||
"@Password": {
|
||||
"type": "text",
|
||||
|
|
@ -897,6 +1009,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Reject": "Reject",
|
||||
"@Reject": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Rejoin": "Rejoin",
|
||||
"@Rejoin": {
|
||||
"type": "text",
|
||||
|
|
@ -978,6 +1095,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Room has been upgraded": "Room has been upgraded",
|
||||
"@Room has been upgraded": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Saturday": "Saturday",
|
||||
"@Saturday": {
|
||||
"type": "text",
|
||||
|
|
@ -1083,6 +1205,11 @@
|
|||
"username": {}
|
||||
}
|
||||
},
|
||||
"sessionVerified": "Session is verified",
|
||||
"@sessionVerified": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Set a profile picture": "Set a profile picture",
|
||||
"@Set a profile picture": {
|
||||
"type": "text",
|
||||
|
|
@ -1113,6 +1240,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Skip": "Skip",
|
||||
"@Skip": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Change your style": "Change your style",
|
||||
"@Change your style": {
|
||||
"type": "text",
|
||||
|
|
@ -1153,6 +1285,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Submit": "Submit",
|
||||
"@Submit": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Sunday": "Sunday",
|
||||
"@Sunday": {
|
||||
"type": "text",
|
||||
|
|
@ -1168,6 +1305,16 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"They Don't Match": "They Don't Match",
|
||||
"@They Don't Match": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"They Match": "They Match",
|
||||
"@They Match": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"This room has been archived.": "This room has been archived.",
|
||||
"@This room has been archived.": {
|
||||
"type": "text",
|
||||
|
|
@ -1212,6 +1359,11 @@
|
|||
"targetName": {}
|
||||
}
|
||||
},
|
||||
"Unblock Device": "Unblock Device",
|
||||
"@Unblock Device": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Unmute chat": "Unmute chat",
|
||||
"@Unmute chat": {
|
||||
"type": "text",
|
||||
|
|
@ -1227,6 +1379,11 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unknownSessionVerify": "Unknown session, please verify",
|
||||
"@unknownSessionVerify": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"unknownEvent": "Unknown event '{type}'",
|
||||
"@unknownEvent": {
|
||||
"type": "text",
|
||||
|
|
@ -1297,6 +1454,36 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"verifyManual": "Verify Manually",
|
||||
"@verifyManual": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"verifiedSession": "Successfully verified session!",
|
||||
"@verifiedSession": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"verifyStart": "Start Verification",
|
||||
"@verifyStart": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"verifySuccess": "You successfully verified!",
|
||||
"@verifySuccess": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"verifyTitle": "Verifying other account",
|
||||
"@verifyTitle": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Verify User": "Verify User",
|
||||
"@Verify User": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Video call": "Video call",
|
||||
"@Video call": {
|
||||
"type": "text",
|
||||
|
|
@ -1322,6 +1509,21 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"waitingPartnerAcceptRequest": "Waiting for partner to accept the request...",
|
||||
"@waitingPartnerAcceptRequest": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"waitingPartnerEmoji": "Waiting for partner to accept the emoji...",
|
||||
"@waitingPartnerEmoji": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"waitingPartnerNumbers": "Waiting for partner to accept the numbers...",
|
||||
"@waitingPartnerNumbers": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"Wallpaper": "Wallpaper",
|
||||
"@Wallpaper": {
|
||||
"type": "text",
|
||||
|
|
@ -1387,4 +1589,4 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue