diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index a7b8f01d0..e5d541cd6 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -54,6 +54,22 @@ { "descriptors": [ { + "defaultMessage": "Show settings", + "id": "column_header.show_settings" + }, + { + "defaultMessage": "Hide settings", + "id": "column_header.hide_settings" + }, + { + "defaultMessage": "Move column to the left", + "id": "column_header.moveLeft_settings" + }, + { + "defaultMessage": "Move column to the right", + "id": "column_header.moveRight_settings" + }, + { "defaultMessage": "Unpin", "id": "column_header.unpin" }, @@ -139,6 +155,10 @@ "id": "status.reply" }, { + "defaultMessage": "Share", + "id": "status.share" + }, + { "defaultMessage": "Reply to thread", "id": "status.replyAll" }, @@ -355,6 +375,10 @@ "id": "account.report" }, { + "defaultMessage": "Share @{name}'s profile", + "id": "account.share" + }, + { "defaultMessage": "Media", "id": "account.media" }, @@ -1007,6 +1031,10 @@ { "defaultMessage": "Report @{name}", "id": "status.report" + }, + { + "defaultMessage": "Share", + "id": "status.share" } ], "path": "app/javascript/mastodon/features/status/components/action_bar.json" @@ -1085,6 +1113,14 @@ { "defaultMessage": "Close", "id": "lightbox.close" + }, + { + "defaultMessage": "Previous", + "id": "lightbox.previous" + }, + { + "defaultMessage": "Next", + "id": "lightbox.next" } ], "path": "app/javascript/mastodon/features/ui/components/media_modal.json" |