From 343f3c215e1cc8631943f2a726f6fdd0175b9778 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:15:53 -0700 Subject: [PATCH] New translations web.php (Serbian (Latin)) [ci skip] --- resources/lang/sr/web.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/lang/sr/web.php b/resources/lang/sr/web.php index 3844f847a..2c6a7b418 100644 --- a/resources/lang/sr/web.php +++ b/resources/lang/sr/web.php @@ -13,6 +13,7 @@ return [ 'shared' => 'Shared', 'shares' => 'Shares', 'unshare' => 'Unshare', + 'bookmark' => 'Bookmark', 'cancel' => 'Cancel', 'copyLink' => 'Copy Link', @@ -23,6 +24,10 @@ return [ 'other' => 'Other', 'readMore' => 'Read more', 'success' => 'Success', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'Sensitive', 'sensitiveContent' => 'Sensitive Content', @@ -97,6 +102,7 @@ return [ 'modlog' => 'modlog', 'post' => 'post', 'story' => 'story', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ 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' => [ 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], + 'report' => [ + 'report' => 'Report', + 'selectReason' => 'Select a reason', + 'reported' => 'Reported', + 'sendingReport' => 'Sending report', + 'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!', + 'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report', + ], + ];