Merge branch 'commands-ux' into 'main'
/commands input suggestions + missing dialog See merge request famedly/fluffychat!424
This commit is contained in:
commit
1e08e58169
3 changed files with 192 additions and 12 deletions
|
|
@ -16,6 +16,88 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"commandHintSend" : "Send text",
|
||||
"@commandHintSend": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /send"
|
||||
},
|
||||
"commandHintMe" : "Describe yourself",
|
||||
"@commandHintMe": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /me"
|
||||
},
|
||||
"commandHintPlain" : "Send unformatted text",
|
||||
"@commandHintPlain": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /plain"
|
||||
},
|
||||
"commandHintHtml" : "Send HTML-formatted text",
|
||||
"@commandHintHtml": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /html"
|
||||
},
|
||||
"commandHintReact" : "Send reply as a reaction",
|
||||
"@commandHintReact": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /react"
|
||||
},
|
||||
"commandHintJoin" : "Join the given room",
|
||||
"@commandHintJoin": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /join"
|
||||
},
|
||||
"commandHintLeave" : "Leave this room",
|
||||
"@commandHintLeave": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /leave"
|
||||
},
|
||||
"commandHintOp" : "Set the given user's power level (default: 50)",
|
||||
"@commandHintOp": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /op"
|
||||
},
|
||||
"commandHintKick" : "Remove the given user from this room",
|
||||
"@commandHintKick": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /kick"
|
||||
},
|
||||
"commandHintBan" : "Ban the given user from this room",
|
||||
"@commandHintBan": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /ban"
|
||||
},
|
||||
"commandHintUnBan" : "Unban the given user from this room",
|
||||
"@commandHintUnBan": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /unban"
|
||||
},
|
||||
"commandHintInvite" : "Invite the given user to this room",
|
||||
"@commandHintInvite": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /invite"
|
||||
},
|
||||
"commandHintMyRoomNick" : "Set your display name for this room",
|
||||
"@commandHintMyRoomNick": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /myroomnick"
|
||||
},
|
||||
"commandHintMyRoomAvatar" : "Set your picture for this room (by mxc-uri)",
|
||||
"@commandHintMyRoomAvatar": {
|
||||
"type": "text",
|
||||
"description": "Usage hint for the command /myroomavatar"
|
||||
},
|
||||
"commandInvalid": "Command invalid",
|
||||
"@commandInvalid": {
|
||||
"type": "text"
|
||||
},
|
||||
"commandMissing": "{command} is not a command.",
|
||||
"@commandMissing": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"command": {}
|
||||
},
|
||||
"description": "State that {command} is not a valid /command."
|
||||
},
|
||||
"editRoomAliases": "Edit room aliases",
|
||||
"@editRoomAliases": {
|
||||
"type": "text",
|
||||
|
|
@ -1784,6 +1866,10 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"sendAsText": "Send as text",
|
||||
"@sendAsText": {
|
||||
"type": "text"
|
||||
},
|
||||
"sendAudio": "Send audio",
|
||||
"@sendAudio": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue