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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -46,6 +46,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get about => Intl.message("About");
|
||||
|
||||
String get accept => Intl.message("Accept");
|
||||
|
||||
String acceptedTheInvitation(String username) => Intl.message(
|
||||
"$username accepted the invitation",
|
||||
name: "acceptedTheInvitation",
|
||||
|
|
@ -81,6 +83,22 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get areYouSure => Intl.message("Are you sure?");
|
||||
|
||||
String get askSSSSCache => Intl.message(
|
||||
"Please enter your secure store passphrase or recovery key to cache the keys.",
|
||||
name: "askSSSSCache");
|
||||
|
||||
String get askSSSSSign => Intl.message(
|
||||
"To be able to sign the other person, please enter your secure store passphrase or recovery key.",
|
||||
name: "askSSSSSign");
|
||||
|
||||
String get askSSSSVerify => Intl.message(
|
||||
"Please enter your secure store passphrase or recovery key to verify your session.",
|
||||
name: "askSSSSVerify");
|
||||
|
||||
String askVerificationRequest(String username) =>
|
||||
Intl.message("Accept this verification request from $username?",
|
||||
name: "askVerificationRequest", args: [username]);
|
||||
|
||||
String get authentication => Intl.message("Authentication");
|
||||
|
||||
String get avatarHasBeenChanged => Intl.message("Avatar has been changed");
|
||||
|
|
@ -95,12 +113,17 @@ class L10n extends MatrixLocalizations {
|
|||
args: [username, targetName],
|
||||
);
|
||||
|
||||
String get blockDevice => Intl.message("Block Device");
|
||||
|
||||
String byDefaultYouWillBeConnectedTo(String homeserver) => Intl.message(
|
||||
'By default you will be connected to $homeserver',
|
||||
name: 'byDefaultYouWillBeConnectedTo',
|
||||
args: [homeserver],
|
||||
);
|
||||
|
||||
String get cachedKeys =>
|
||||
Intl.message("Successfully cached keys!", name: "cachedKeys");
|
||||
|
||||
String get cancel => Intl.message("Cancel");
|
||||
|
||||
String changedTheChatAvatar(String username) => Intl.message(
|
||||
|
|
@ -216,6 +239,14 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get close => Intl.message("Close");
|
||||
|
||||
String get compareEmojiMatch => Intl.message(
|
||||
"Compare and make sure the following emoji match those of the other device:",
|
||||
name: "compareEmojiMatch");
|
||||
|
||||
String get compareNumbersMatch => Intl.message(
|
||||
"Compare and make sure the following numbers match those of the other device:",
|
||||
name: "compareNumbersMatch");
|
||||
|
||||
String get confirm => Intl.message("Confirm");
|
||||
|
||||
String get connect => Intl.message('Connect');
|
||||
|
|
@ -261,6 +292,12 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get createNewGroup => Intl.message("Create new group");
|
||||
|
||||
String get crossSigningDisabled =>
|
||||
Intl.message("Cross-Signing is disabled", name: "crossSigningDisabled");
|
||||
|
||||
String get crossSigningEnabled =>
|
||||
Intl.message("Cross-Signing is enabled", name: "crossSigningEnabled");
|
||||
|
||||
String get currentlyActive => Intl.message('Currently active');
|
||||
|
||||
String dateAndTimeOfDay(String date, String timeOfDay) => Intl.message(
|
||||
|
|
@ -319,6 +356,8 @@ class L10n extends MatrixLocalizations {
|
|||
String get enableEncryptionWarning => Intl.message(
|
||||
"You won't be able to disable the encryption anymore. Are you sure?");
|
||||
|
||||
String get encryption => Intl.message("Encryption");
|
||||
|
||||
String get encryptionAlgorithm => Intl.message("Encryption algorithm");
|
||||
|
||||
String get encryptionNotEnabled => Intl.message("Encryption is not enabled");
|
||||
|
|
@ -381,6 +420,10 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get identity => Intl.message("Identity");
|
||||
|
||||
String get incorrectPassphraseOrKey =>
|
||||
Intl.message("Incorrect passphrase or recovery key",
|
||||
name: "incorrectPassphraseOrKey");
|
||||
|
||||
String get inviteContact => Intl.message("Invite contact");
|
||||
|
||||
String inviteContactToGroup(String groupName) => Intl.message(
|
||||
|
|
@ -405,6 +448,10 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get invitedUsersOnly => Intl.message("Invited users only");
|
||||
|
||||
String get isDeviceKeyCorrect =>
|
||||
Intl.message("Is the following device key correct?",
|
||||
name: "isDeviceKeyCorrect");
|
||||
|
||||
String get isTyping => Intl.message("is typing...");
|
||||
|
||||
String get editJitsiInstance => Intl.message('Edit Jitsi instance');
|
||||
|
|
@ -415,6 +462,11 @@ class L10n extends MatrixLocalizations {
|
|||
args: [username],
|
||||
);
|
||||
|
||||
String get keysCached => Intl.message("Keys are cached", name: "keysCached");
|
||||
|
||||
String get keysMissing =>
|
||||
Intl.message("Keys are missing", name: "keysMissing");
|
||||
|
||||
String kicked(String username, String targetName) => Intl.message(
|
||||
"$username kicked $targetName",
|
||||
name: "kicked",
|
||||
|
|
@ -493,6 +545,17 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get newPrivateChat => Intl.message("New private chat");
|
||||
|
||||
String get newVerificationRequest =>
|
||||
Intl.message("New verification request!", name: "newVerificationRequest");
|
||||
|
||||
String get noCrossSignBootstrap => Intl.message(
|
||||
"Fluffychat currently does not support enabling Cross-Signing. Please enable it from within Riot.",
|
||||
name: "noCrossSignBootstrap");
|
||||
|
||||
String get noMegolmBootstrap => Intl.message(
|
||||
"Fluffychat currently does not support enabling Online Key Backup. Please enable it from within Riot.",
|
||||
name: "noMegolmBootstrap");
|
||||
|
||||
String get noGoogleServicesWarning => Intl.message(
|
||||
"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/");
|
||||
|
||||
|
|
@ -511,6 +574,14 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get ok => Intl.message('ok');
|
||||
|
||||
String get onlineKeyBackupDisabled =>
|
||||
Intl.message("Online Key Backup is disabled",
|
||||
name: "onlineKeyBackupDisabled");
|
||||
|
||||
String get onlineKeyBackupEnabled =>
|
||||
Intl.message("Online Key Backup is enabled",
|
||||
name: "onlineKeyBackupEnabled");
|
||||
|
||||
String get oopsSomethingWentWrong =>
|
||||
Intl.message("Oops something went wrong...");
|
||||
|
||||
|
|
@ -523,6 +594,9 @@ class L10n extends MatrixLocalizations {
|
|||
String get participatingUserDevices =>
|
||||
Intl.message("Participating user devices");
|
||||
|
||||
String get passphraseOrKey =>
|
||||
Intl.message("passphrase or recovery key", name: "passphraseOrKey");
|
||||
|
||||
String get password => Intl.message("Password");
|
||||
|
||||
String get pickImage => Intl.message('Pick image');
|
||||
|
|
@ -546,6 +620,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get publicRooms => Intl.message("Public Rooms");
|
||||
|
||||
String get reject => Intl.message("Reject");
|
||||
|
||||
String get rejoin => Intl.message("Rejoin");
|
||||
|
||||
String get renderRichContent => Intl.message("Render rich message content");
|
||||
|
|
@ -662,6 +738,9 @@ class L10n extends MatrixLocalizations {
|
|||
args: [username],
|
||||
);
|
||||
|
||||
String get sessionVerified =>
|
||||
Intl.message("Session is verified", name: "sessionVerified");
|
||||
|
||||
String get setAProfilePicture => Intl.message("Set a profile picture");
|
||||
|
||||
String get setGroupDescription => Intl.message("Set group description");
|
||||
|
|
@ -674,6 +753,8 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get signUp => Intl.message("Sign up");
|
||||
|
||||
String get skip => Intl.message("Skip");
|
||||
|
||||
String get changeTheme => Intl.message("Change your style");
|
||||
|
||||
String get systemTheme => Intl.message("System");
|
||||
|
|
@ -690,12 +771,18 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get startYourFirstChat => Intl.message("Start your first chat :-)");
|
||||
|
||||
String get submit => Intl.message("Submit");
|
||||
|
||||
String get sunday => Intl.message("Sunday");
|
||||
|
||||
String get donate => Intl.message("Donate");
|
||||
|
||||
String get tapToShowMenu => Intl.message("Tap to show menu");
|
||||
|
||||
String get theyDontMatch => Intl.message("They Don't Match");
|
||||
|
||||
String get theyMatch => Intl.message("They Match");
|
||||
|
||||
String get thisRoomHasBeenArchived =>
|
||||
Intl.message("This room has been archived.");
|
||||
|
||||
|
|
@ -726,6 +813,8 @@ class L10n extends MatrixLocalizations {
|
|||
args: [username, targetName],
|
||||
);
|
||||
|
||||
String get unblockDevice => Intl.message("Unblock Device");
|
||||
|
||||
String get unmuteChat => Intl.message('Unmute chat');
|
||||
|
||||
String get unknownDevice => Intl.message("Unknown device");
|
||||
|
|
@ -733,6 +822,10 @@ class L10n extends MatrixLocalizations {
|
|||
String get unknownEncryptionAlgorithm =>
|
||||
Intl.message("Unknown encryption algorithm");
|
||||
|
||||
String get unknownSessionVerify =>
|
||||
Intl.message("Unknown session, please verify",
|
||||
name: "unknownSessionVerify");
|
||||
|
||||
String unknownEvent(String type) => Intl.message(
|
||||
"Unknown event '$type'",
|
||||
name: "unknownEvent",
|
||||
|
|
@ -787,6 +880,23 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get verify => Intl.message("Verify");
|
||||
|
||||
String get verifyManual =>
|
||||
Intl.message("Verify Manually", name: "verifyManual");
|
||||
|
||||
String get verifiedSession =>
|
||||
Intl.message("Successfully verified session!", name: "verifiedSession");
|
||||
|
||||
String get verifyStart =>
|
||||
Intl.message("Start Verification", name: "verifyStart");
|
||||
|
||||
String get verifySuccess =>
|
||||
Intl.message("You successfully verified!", name: "verifySuccess");
|
||||
|
||||
String get verifyTitle =>
|
||||
Intl.message("Verifying other account", name: "verifyTitle");
|
||||
|
||||
String get verifyUser => Intl.message("Verify User");
|
||||
|
||||
String get videoCall => Intl.message('Video call');
|
||||
|
||||
String get visibleForAllParticipants =>
|
||||
|
|
@ -799,6 +909,18 @@ class L10n extends MatrixLocalizations {
|
|||
|
||||
String get voiceMessage => Intl.message("Voice message");
|
||||
|
||||
String get waitingPartnerAcceptRequest =>
|
||||
Intl.message("Waiting for partner to accept the request...",
|
||||
name: "waitingPartnerAcceptRequest");
|
||||
|
||||
String get waitingPartnerEmoji =>
|
||||
Intl.message("Waiting for partner to accept the emoji...",
|
||||
name: "waitingPartnerEmoji");
|
||||
|
||||
String get waitingPartnerNumbers =>
|
||||
Intl.message("Waiting for partner to accept the numbers...",
|
||||
name: "waitingPartnerNumbers");
|
||||
|
||||
String get wallpaper => Intl.message("Wallpaper");
|
||||
|
||||
String get warningEncryptionInBeta => Intl.message(
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
static m1(username) => "${username} activated end to end encryption";
|
||||
|
||||
static m60(username) => "Accept this verification request from ${username}?";
|
||||
|
||||
static m2(username, targetName) => "${username} banned ${targetName}";
|
||||
|
||||
static m3(homeserver) => "By default you will be connected to ${homeserver}";
|
||||
|
|
@ -157,6 +159,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"(Optional) Group name":
|
||||
MessageLookupByLibrary.simpleMessage("(Optional) Group name"),
|
||||
"About": MessageLookupByLibrary.simpleMessage("About"),
|
||||
"Accept": MessageLookupByLibrary.simpleMessage("Accept"),
|
||||
"Account": MessageLookupByLibrary.simpleMessage("Account"),
|
||||
"Account informations":
|
||||
MessageLookupByLibrary.simpleMessage("Account informations"),
|
||||
|
|
@ -178,6 +181,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Avatar has been changed"),
|
||||
"Ban from chat": MessageLookupByLibrary.simpleMessage("Ban from chat"),
|
||||
"Banned": MessageLookupByLibrary.simpleMessage("Banned"),
|
||||
"Block Device": MessageLookupByLibrary.simpleMessage("Block Device"),
|
||||
"Cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"Change the homeserver":
|
||||
MessageLookupByLibrary.simpleMessage("Change the homeserver"),
|
||||
|
|
@ -242,6 +246,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Emote shortcode":
|
||||
MessageLookupByLibrary.simpleMessage("Emote shortcode"),
|
||||
"Empty chat": MessageLookupByLibrary.simpleMessage("Empty chat"),
|
||||
"Encryption": MessageLookupByLibrary.simpleMessage("Encryption"),
|
||||
"Encryption algorithm":
|
||||
MessageLookupByLibrary.simpleMessage("Encryption algorithm"),
|
||||
"Encryption is not enabled":
|
||||
|
|
@ -351,6 +356,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Please enter your username"),
|
||||
"Public Rooms": MessageLookupByLibrary.simpleMessage("Public Rooms"),
|
||||
"Recording": MessageLookupByLibrary.simpleMessage("Recording"),
|
||||
"Reject": MessageLookupByLibrary.simpleMessage("Reject"),
|
||||
"Rejoin": MessageLookupByLibrary.simpleMessage("Rejoin"),
|
||||
"Remove": MessageLookupByLibrary.simpleMessage("Remove"),
|
||||
"Remove all other devices":
|
||||
|
|
@ -368,6 +374,8 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Request to read older messages"),
|
||||
"Revoke all permissions":
|
||||
MessageLookupByLibrary.simpleMessage("Revoke all permissions"),
|
||||
"Room has been upgraded":
|
||||
MessageLookupByLibrary.simpleMessage("Room has been upgraded"),
|
||||
"Saturday": MessageLookupByLibrary.simpleMessage("Saturday"),
|
||||
"Search for a chat":
|
||||
MessageLookupByLibrary.simpleMessage("Search for a chat"),
|
||||
|
|
@ -388,9 +396,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Settings": MessageLookupByLibrary.simpleMessage("Settings"),
|
||||
"Share": MessageLookupByLibrary.simpleMessage("Share"),
|
||||
"Sign up": MessageLookupByLibrary.simpleMessage("Sign up"),
|
||||
"Skip": MessageLookupByLibrary.simpleMessage("Skip"),
|
||||
"Source code": MessageLookupByLibrary.simpleMessage("Source code"),
|
||||
"Start your first chat :-)":
|
||||
MessageLookupByLibrary.simpleMessage("Start your first chat :-)"),
|
||||
"Submit": MessageLookupByLibrary.simpleMessage("Submit"),
|
||||
"Sunday": MessageLookupByLibrary.simpleMessage("Sunday"),
|
||||
"System": MessageLookupByLibrary.simpleMessage("System"),
|
||||
"Tap to show menu":
|
||||
|
|
@ -398,12 +408,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"The encryption has been corrupted":
|
||||
MessageLookupByLibrary.simpleMessage(
|
||||
"The encryption has been corrupted"),
|
||||
"They Don\'t Match":
|
||||
MessageLookupByLibrary.simpleMessage("They Don\'t Match"),
|
||||
"They Match": MessageLookupByLibrary.simpleMessage("They Match"),
|
||||
"This room has been archived.": MessageLookupByLibrary.simpleMessage(
|
||||
"This room has been archived."),
|
||||
"Thursday": MessageLookupByLibrary.simpleMessage("Thursday"),
|
||||
"Try to send again":
|
||||
MessageLookupByLibrary.simpleMessage("Try to send again"),
|
||||
"Tuesday": MessageLookupByLibrary.simpleMessage("Tuesday"),
|
||||
"Unblock Device":
|
||||
MessageLookupByLibrary.simpleMessage("Unblock Device"),
|
||||
"Unknown device":
|
||||
MessageLookupByLibrary.simpleMessage("Unknown device"),
|
||||
"Unknown encryption algorithm": MessageLookupByLibrary.simpleMessage(
|
||||
|
|
@ -413,6 +428,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"Use Amoled compatible colors?"),
|
||||
"Username": MessageLookupByLibrary.simpleMessage("Username"),
|
||||
"Verify": MessageLookupByLibrary.simpleMessage("Verify"),
|
||||
"Verify User": MessageLookupByLibrary.simpleMessage("Verify User"),
|
||||
"Video call": MessageLookupByLibrary.simpleMessage("Video call"),
|
||||
"Visibility of the chat history": MessageLookupByLibrary.simpleMessage(
|
||||
"Visibility of the chat history"),
|
||||
|
|
@ -451,8 +467,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"acceptedTheInvitation": m0,
|
||||
"activatedEndToEndEncryption": m1,
|
||||
"alias": MessageLookupByLibrary.simpleMessage("alias"),
|
||||
"askSSSSCache": MessageLookupByLibrary.simpleMessage(
|
||||
"Please enter your secure store passphrase or recovery key to cache the keys."),
|
||||
"askSSSSSign": MessageLookupByLibrary.simpleMessage(
|
||||
"To be able to sign the other person, please enter your secure store passphrase or recovery key."),
|
||||
"askSSSSVerify": MessageLookupByLibrary.simpleMessage(
|
||||
"Please enter your secure store passphrase or recovery key to verify your session."),
|
||||
"askVerificationRequest": m60,
|
||||
"bannedUser": m2,
|
||||
"byDefaultYouWillBeConnectedTo": m3,
|
||||
"cachedKeys":
|
||||
MessageLookupByLibrary.simpleMessage("Successfully cached keys!"),
|
||||
"changedTheChatAvatar": m4,
|
||||
"changedTheChatDescriptionTo": m5,
|
||||
"changedTheChatNameTo": m6,
|
||||
|
|
@ -467,9 +492,17 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"changedTheProfileAvatar": m15,
|
||||
"changedTheRoomAliases": m16,
|
||||
"changedTheRoomInvitationLink": m17,
|
||||
"compareEmojiMatch": MessageLookupByLibrary.simpleMessage(
|
||||
"Compare and make sure the following emoji match those of the other device:"),
|
||||
"compareNumbersMatch": MessageLookupByLibrary.simpleMessage(
|
||||
"Compare and make sure the following numbers match those of the other device:"),
|
||||
"couldNotDecryptMessage": m18,
|
||||
"countParticipants": m19,
|
||||
"createdTheChat": m20,
|
||||
"crossSigningDisabled":
|
||||
MessageLookupByLibrary.simpleMessage("Cross-Signing is disabled"),
|
||||
"crossSigningEnabled":
|
||||
MessageLookupByLibrary.simpleMessage("Cross-Signing is enabled"),
|
||||
"dateAndTimeOfDay": m21,
|
||||
"dateWithYear": m22,
|
||||
"dateWithoutYear": m23,
|
||||
|
|
@ -481,18 +514,36 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"You need to pick an emote shortcode and an image!"),
|
||||
"groupWith": m24,
|
||||
"hasWithdrawnTheInvitationFor": m25,
|
||||
"incorrectPassphraseOrKey": MessageLookupByLibrary.simpleMessage(
|
||||
"Incorrect passphrase or recovery key"),
|
||||
"inviteContactToGroup": m26,
|
||||
"inviteText": m27,
|
||||
"invitedUser": m28,
|
||||
"is typing...": MessageLookupByLibrary.simpleMessage("is typing..."),
|
||||
"isDeviceKeyCorrect": MessageLookupByLibrary.simpleMessage(
|
||||
"Is the following device key correct?"),
|
||||
"joinedTheChat": m29,
|
||||
"keysCached": MessageLookupByLibrary.simpleMessage("Keys are cached"),
|
||||
"keysMissing": MessageLookupByLibrary.simpleMessage("Keys are missing"),
|
||||
"kicked": m30,
|
||||
"kickedAndBanned": m31,
|
||||
"lastActiveAgo": m32,
|
||||
"loadCountMoreParticipants": m33,
|
||||
"logInTo": m34,
|
||||
"newVerificationRequest":
|
||||
MessageLookupByLibrary.simpleMessage("New verification request!"),
|
||||
"noCrossSignBootstrap": MessageLookupByLibrary.simpleMessage(
|
||||
"Fluffychat currently does not support enabling Cross-Signing. Please enable it from within Riot."),
|
||||
"noMegolmBootstrap": MessageLookupByLibrary.simpleMessage(
|
||||
"Fluffychat currently does not support enabling Online Key Backup. Please enable it from within Riot."),
|
||||
"numberSelected": m35,
|
||||
"ok": MessageLookupByLibrary.simpleMessage("ok"),
|
||||
"onlineKeyBackupDisabled": MessageLookupByLibrary.simpleMessage(
|
||||
"Online Key Backup is disabled"),
|
||||
"onlineKeyBackupEnabled": MessageLookupByLibrary.simpleMessage(
|
||||
"Online Key Backup is enabled"),
|
||||
"passphraseOrKey":
|
||||
MessageLookupByLibrary.simpleMessage("passphrase or recovery key"),
|
||||
"play": m36,
|
||||
"redactedAnEvent": m37,
|
||||
"rejectedTheInvitation": m38,
|
||||
|
|
@ -505,11 +556,15 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"sentASticker": m45,
|
||||
"sentAVideo": m46,
|
||||
"sentAnAudio": m47,
|
||||
"sessionVerified":
|
||||
MessageLookupByLibrary.simpleMessage("Session is verified"),
|
||||
"sharedTheLocation": m48,
|
||||
"timeOfDay": m49,
|
||||
"title": MessageLookupByLibrary.simpleMessage("FluffyChat"),
|
||||
"unbannedUser": m50,
|
||||
"unknownEvent": m51,
|
||||
"unknownSessionVerify": MessageLookupByLibrary.simpleMessage(
|
||||
"Unknown session, please verify"),
|
||||
"unreadChats": m52,
|
||||
"unreadMessages": m53,
|
||||
"unreadMessagesInChats": m54,
|
||||
|
|
@ -517,6 +572,21 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"userAndUserAreTyping": m56,
|
||||
"userIsTyping": m57,
|
||||
"userLeftTheChat": m58,
|
||||
"userSentUnknownEvent": m59
|
||||
"userSentUnknownEvent": m59,
|
||||
"verifiedSession": MessageLookupByLibrary.simpleMessage(
|
||||
"Successfully verified session!"),
|
||||
"verifyManual": MessageLookupByLibrary.simpleMessage("Verify Manually"),
|
||||
"verifyStart":
|
||||
MessageLookupByLibrary.simpleMessage("Start Verification"),
|
||||
"verifySuccess":
|
||||
MessageLookupByLibrary.simpleMessage("You successfully verified!"),
|
||||
"verifyTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Verifying other account"),
|
||||
"waitingPartnerAcceptRequest": MessageLookupByLibrary.simpleMessage(
|
||||
"Waiting for partner to accept the request..."),
|
||||
"waitingPartnerEmoji": MessageLookupByLibrary.simpleMessage(
|
||||
"Waiting for partner to accept the emoji..."),
|
||||
"waitingPartnerNumbers": MessageLookupByLibrary.simpleMessage(
|
||||
"Waiting for partner to accept the numbers...")
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue