parent
09f017fdd2
commit
fb61a5d68b
|
@ -87,12 +87,12 @@ const COMMANDS = [
|
||||||
{
|
{
|
||||||
command: '/tint',
|
command: '/tint',
|
||||||
args: '<color1> [<color2>]',
|
args: '<color1> [<color2>]',
|
||||||
description: 'Change colourscheme of current room',
|
description: 'Changes colourscheme of current room',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
command: '/verify',
|
command: '/verify',
|
||||||
args: '<userId> <deviceId> <deviceSigningKey>',
|
args: '<userId> <deviceId> <deviceSigningKey>',
|
||||||
description: 'Verify a user, device, and pubkey tuple',
|
description: 'Verifies a user, device, and pubkey tuple',
|
||||||
},
|
},
|
||||||
// Omitting `/markdown` as it only seems to apply to OldComposer
|
// Omitting `/markdown` as it only seems to apply to OldComposer
|
||||||
];
|
];
|
||||||
|
|
|
@ -196,6 +196,7 @@
|
||||||
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s changed the topic to \"%(topic)s\".",
|
"%(senderDisplayName)s changed the topic to \"%(topic)s\".": "%(senderDisplayName)s changed the topic to \"%(topic)s\".",
|
||||||
"Changes to who can read history will only apply to future messages in this room": "Changes to who can read history will only apply to future messages in this room",
|
"Changes to who can read history will only apply to future messages in this room": "Changes to who can read history will only apply to future messages in this room",
|
||||||
"Changes your display nickname": "Changes your display nickname",
|
"Changes your display nickname": "Changes your display nickname",
|
||||||
|
"Changes colourscheme of current room": "Changes colourscheme of current room",
|
||||||
"changing room on a RoomView is not supported": "changing room on a RoomView is not supported",
|
"changing room on a RoomView is not supported": "changing room on a RoomView is not supported",
|
||||||
"Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.",
|
"Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.": "Changing password will currently reset any end-to-end encryption keys on all devices, making encrypted chat history unreadable, unless you first export your room keys and re-import them afterwards. In future this will be improved.",
|
||||||
"Claimed Ed25519 fingerprint key": "Claimed Ed25519 fingerprint key",
|
"Claimed Ed25519 fingerprint key": "Claimed Ed25519 fingerprint key",
|
||||||
|
@ -512,6 +513,7 @@
|
||||||
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s set their display name to %(displayName)s.",
|
"%(senderName)s set their display name to %(displayName)s.": "%(senderName)s set their display name to %(displayName)s.",
|
||||||
"Set": "Set",
|
"Set": "Set",
|
||||||
"Settings": "Settings",
|
"Settings": "Settings",
|
||||||
|
"Sets the room topic": "Sets the room topic",
|
||||||
"Show Apps": "Show Apps",
|
"Show Apps": "Show Apps",
|
||||||
"Show panel": "Show panel",
|
"Show panel": "Show panel",
|
||||||
"Show Text Formatting Toolbar": "Show Text Formatting Toolbar",
|
"Show Text Formatting Toolbar": "Show Text Formatting Toolbar",
|
||||||
|
@ -843,6 +845,7 @@
|
||||||
"If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.",
|
"If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.": "If it matches, press the verify button below. If it doesn't, then someone else is intercepting this device and you probably want to press the blacklist button instead.",
|
||||||
"In future this verification process will be more sophisticated.": "In future this verification process will be more sophisticated.",
|
"In future this verification process will be more sophisticated.": "In future this verification process will be more sophisticated.",
|
||||||
"Verify device": "Verify device",
|
"Verify device": "Verify device",
|
||||||
|
"Verifies a user, device, and pubkey tuple": "Verifies a user, device, and pubkey tuple",
|
||||||
"I verify that the keys match": "I verify that the keys match",
|
"I verify that the keys match": "I verify that the keys match",
|
||||||
"We encountered an error trying to restore your previous session. If you continue, you will need to log in again, and encrypted chat history will be unreadable.": "We encountered an error trying to restore your previous session. If you continue, you will need to log in again, and encrypted chat history will be unreadable.",
|
"We encountered an error trying to restore your previous session. If you continue, you will need to log in again, and encrypted chat history will be unreadable.": "We encountered an error trying to restore your previous session. If you continue, you will need to log in again, and encrypted chat history will be unreadable.",
|
||||||
"Unable to restore session": "Unable to restore session",
|
"Unable to restore session": "Unable to restore session",
|
||||||
|
|
Loading…
Reference in New Issue