diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 50 |
1 files changed, 49 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 1aaa4508e..f2de51a21 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -911,7 +911,7 @@ { "descriptors": [ { - "defaultMessage": "Add media", + "defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4)", "id": "upload_button.label" } ], @@ -1366,6 +1366,54 @@ "id": "keyboard_shortcuts.unfocus" }, { + "defaultMessage": "to open home timeline", + "id": "keyboard_shortcuts.home" + }, + { + "defaultMessage": "to open notifications column", + "id": "keyboard_shortcuts.notifications" + }, + { + "defaultMessage": "to open local timeline", + "id": "keyboard_shortcuts.local" + }, + { + "defaultMessage": "to open federated timeline", + "id": "keyboard_shortcuts.federated" + }, + { + "defaultMessage": "to open direct messages column", + "id": "keyboard_shortcuts.direct" + }, + { + "defaultMessage": "to open \"get started\" column", + "id": "keyboard_shortcuts.start" + }, + { + "defaultMessage": "to open favourites list", + "id": "keyboard_shortcuts.favourites" + }, + { + "defaultMessage": "to open pinned toots list", + "id": "keyboard_shortcuts.pinned" + }, + { + "defaultMessage": "to open your profile", + "id": "keyboard_shortcuts.my_profile" + }, + { + "defaultMessage": "to open blocked users list", + "id": "keyboard_shortcuts.blocked" + }, + { + "defaultMessage": "to open muted users list", + "id": "keyboard_shortcuts.muted" + }, + { + "defaultMessage": "to open follow requests list", + "id": "keyboard_shortcuts.requests" + }, + { "defaultMessage": "to display this legend", "id": "keyboard_shortcuts.legend" } |