feat: basic keyboard shortcuts (#319)
This commit is contained in:
parent
69c1bd8b6a
commit
c4d8137186
11 changed files with 270 additions and 4 deletions
|
@ -199,6 +199,31 @@
|
|||
"remove_account": "Remove account from list",
|
||||
"save": "Save changes"
|
||||
},
|
||||
"magic_keys": {
|
||||
"dialog_header": "Keyboard shortcuts",
|
||||
"groups": {
|
||||
"actions": {
|
||||
"boost": "Boost",
|
||||
"command_mode": "Command mode",
|
||||
"compose": "Compose",
|
||||
"favourite": "Favourite",
|
||||
"title": "Actions",
|
||||
"zen_mode": "Zen mode"
|
||||
},
|
||||
"media": {
|
||||
"title": "Media"
|
||||
},
|
||||
"navigation": {
|
||||
"go_to_home": "Home",
|
||||
"go_to_notifications": "Notifications",
|
||||
"next_status": "Next status",
|
||||
"previous_status": "Previous status",
|
||||
"shortcut_help": "Shortcut help",
|
||||
"title": "Navigation"
|
||||
}
|
||||
},
|
||||
"sequence_then": "then"
|
||||
},
|
||||
"menu": {
|
||||
"block_account": "Block {0}",
|
||||
"block_domain": "Block domain {0}",
|
||||
|
@ -229,6 +254,9 @@
|
|||
"unmute_conversation": "Unmute this post",
|
||||
"unpin_on_profile": "Unpin on profile"
|
||||
},
|
||||
"modals": {
|
||||
"aria_label_close": "Close"
|
||||
},
|
||||
"nav": {
|
||||
"back": "Go back",
|
||||
"blocked_domains": "Blocked domains",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue