diff options
Diffstat (limited to 'app/javascript/mastodon/locales/defaultMessages.json')
-rw-r--r-- | app/javascript/mastodon/locales/defaultMessages.json | 121 |
1 files changed, 43 insertions, 78 deletions
diff --git a/app/javascript/mastodon/locales/defaultMessages.json b/app/javascript/mastodon/locales/defaultMessages.json index a653704f3..3b2dc2d73 100644 --- a/app/javascript/mastodon/locales/defaultMessages.json +++ b/app/javascript/mastodon/locales/defaultMessages.json @@ -909,6 +909,10 @@ { "defaultMessage": "Group", "id": "account.badges.group" + }, + { + "defaultMessage": "Joined {date}", + "id": "account.joined" } ], "path": "app/javascript/mastodon/features/account/components/header.json" @@ -1627,6 +1631,36 @@ { "descriptors": [ { + "defaultMessage": "Follow", + "id": "account.follow" + }, + { + "defaultMessage": "Unfollow", + "id": "account.unfollow" + } + ], + "path": "app/javascript/mastodon/features/follow_recommendations/components/account.json" + }, + { + "descriptors": [ + { + "defaultMessage": "Follow people you'd like to see posts from! Here are some suggestions.", + "id": "follow_recommendations.heading" + }, + { + "defaultMessage": "Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!", + "id": "follow_recommendations.lead" + }, + { + "defaultMessage": "Done", + "id": "follow_recommendations.done" + } + ], + "path": "app/javascript/mastodon/features/follow_recommendations/index.json" + }, + { + "descriptors": [ + { "defaultMessage": "Authorize", "id": "follow_request.authorize" }, @@ -1889,12 +1923,12 @@ "id": "home.hide_announcements" }, { - "defaultMessage": "Your home timeline is empty! Visit {public} or use search to get started and meet other users.", + "defaultMessage": "Your home timeline is empty! Follow more people to fill it up. {suggestions}", "id": "empty_column.home" }, { - "defaultMessage": "the public timeline", - "id": "empty_column.home.public_timeline" + "defaultMessage": "See some suggestions", + "id": "empty_column.home.suggestions" } ], "path": "app/javascript/mastodon/features/home_timeline/index.json" @@ -1902,79 +1936,6 @@ { "descriptors": [ { - "defaultMessage": "First steps", - "id": "introduction.welcome.headline" - }, - { - "defaultMessage": "Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name.", - "id": "introduction.welcome.text" - }, - { - "defaultMessage": "Let's go!", - "id": "introduction.welcome.action" - }, - { - "defaultMessage": "Home", - "id": "introduction.federation.home.headline" - }, - { - "defaultMessage": "Posts from people you follow will appear in your home feed. You can follow anyone on any server!", - "id": "introduction.federation.home.text" - }, - { - "defaultMessage": "Local", - "id": "introduction.federation.local.headline" - }, - { - "defaultMessage": "Public posts from people on the same server as you will appear in the local timeline.", - "id": "introduction.federation.local.text" - }, - { - "defaultMessage": "Federated", - "id": "introduction.federation.federated.headline" - }, - { - "defaultMessage": "Public posts from other servers of the fediverse will appear in the federated timeline.", - "id": "introduction.federation.federated.text" - }, - { - "defaultMessage": "Next", - "id": "introduction.federation.action" - }, - { - "defaultMessage": "Reply", - "id": "introduction.interactions.reply.headline" - }, - { - "defaultMessage": "You can reply to other people's and your own toots, which will chain them together in a conversation.", - "id": "introduction.interactions.reply.text" - }, - { - "defaultMessage": "Boost", - "id": "introduction.interactions.reblog.headline" - }, - { - "defaultMessage": "You can share other people's toots with your followers by boosting them.", - "id": "introduction.interactions.reblog.text" - }, - { - "defaultMessage": "Favourite", - "id": "introduction.interactions.favourite.headline" - }, - { - "defaultMessage": "You can save a toot for later, and let the author know that you liked it, by favouriting it.", - "id": "introduction.interactions.favourite.text" - }, - { - "defaultMessage": "Finish toot-orial!", - "id": "introduction.interactions.action" - } - ], - "path": "app/javascript/mastodon/features/introduction/index.json" - }, - { - "descriptors": [ - { "defaultMessage": "Keyboard Shortcuts", "id": "keyboard_shortcuts.heading" }, @@ -2285,6 +2246,10 @@ "id": "notifications.permission_required" }, { + "defaultMessage": "Unread notification markers", + "id": "notifications.column_settings.unread_markers.category" + }, + { "defaultMessage": "Quick filter bar", "id": "notifications.column_settings.filter_bar.category" }, @@ -2456,7 +2421,7 @@ "id": "notifications.mark_as_read" }, { - "defaultMessage": "You don't have any notifications yet. Interact with others to start the conversation.", + "defaultMessage": "You don't have any notifications yet. When other people interact with you, you will see it here.", "id": "empty_column.notifications" } ], @@ -3301,4 +3266,4 @@ ], "path": "app/javascript/mastodon/features/video/index.json" } -] \ No newline at end of file +] |