diff --git a/public/_lang/en.json b/public/_lang/en.json index b6c4fccc1..bad011304 100644 Binary files a/public/_lang/en.json and b/public/_lang/en.json differ diff --git a/resources/assets/js/i18n/en.json b/resources/assets/js/i18n/en.json index b6c4fccc1..bad011304 100644 --- a/resources/assets/js/i18n/en.json +++ b/resources/assets/js/i18n/en.json @@ -77,7 +77,8 @@ "groupPost": "group post", "modlog": "modlog", "post": "post", - "story": "story" + "story": "story", + "noneFound": "No notifications found" }, "post": { "shareToFollowers": "Share to followers", @@ -146,7 +147,13 @@ "add": "Add Story" }, "timeline": { - "peopleYouMayKnow": "People you may know" + "peopleYouMayKnow": "People you may know", + "onboarding": { + "welcome": "Welcome", + "thisIsYourHomeFeed": "This is your home feed, a chronological feed of posts from accounts you follow.", + "letUsHelpYouFind": "Let us help you find some interesting people to follow", + "refreshFeed": "Refresh my feed" + } }, "hashtags": { "emptyFeed": "We can't seem to find any posts for this hashtag" diff --git a/resources/lang/en/web.php b/resources/lang/en/web.php index f5fa10b95..7cb5fa0e9 100644 --- a/resources/lang/en/web.php +++ b/resources/lang/en/web.php @@ -101,6 +101,7 @@ return [ 'modlog' => 'modlog', 'post' => 'post', 'story' => 'story', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -180,7 +181,14 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know' + 'peopleYouMayKnow' => 'People you may know', + + 'onboarding' => [ + 'welcome' => 'Welcome', + 'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.', + 'letUsHelpYouFind' => 'Let us help you find some interesting people to follow', + 'refreshFeed' => 'Refresh my feed', + ], ], 'hashtags' => [