diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index 993347273..e242f14cc 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -472,6 +472,10 @@ { "descriptors": [ { + "defaultMessage": "Show thread", + "id": "status.show_thread" + }, + { "defaultMessage": "Read more", "id": "status.read_more" }, @@ -499,10 +503,6 @@ { "defaultMessage": "{name} boosted", "id": "status.reblogged_by" - }, - { - "defaultMessage": "Show thread", - "id": "status.show_thread" } ], "path": "app/javascript/mastodon/components/status.json" @@ -1706,6 +1706,10 @@ { "defaultMessage": "Include additional tags in this column", "id": "hashtag.column_settings.tag_toggle" + }, + { + "defaultMessage": "Local only", + "id": "community.column_settings.local_only" } ], "path": "app/javascript/mastodon/features/hashtag_timeline/components/column_settings.json" @@ -2270,6 +2274,19 @@ { "descriptors": [ { + "defaultMessage": "Media only", + "id": "community.column_settings.media_only" + }, + { + "defaultMessage": "Remote only", + "id": "community.column_settings.remote_only" + } + ], + "path": "app/javascript/mastodon/features/public_timeline/components/column_settings.json" + }, + { + "descriptors": [ + { "defaultMessage": "Federated timeline", "id": "column.public" }, @@ -2965,4 +2982,4 @@ ], "path": "app/javascript/mastodon/features/video/index.json" } -] +] \ No newline at end of file |