From 4a746a69f90d01944459da12733eec5bd4d4a032 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:16:00 -0700 Subject: [PATCH] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php index c11c22c25..c90bb3668 100644 --- a/resources/lang/hu/web.php +++ b/resources/lang/hu/web.php @@ -13,6 +13,7 @@ return [ 'shared' => 'Megosztva', 'shares' => 'Megosztások', 'unshare' => 'Megosztás visszavonása', + 'bookmark' => 'Bookmark', 'cancel' => 'Mégsem', 'copyLink' => 'Link másolása', @@ -23,6 +24,10 @@ return [ 'other' => 'Egyéb', 'readMore' => 'Tovább', 'success' => 'Siker', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'Érzékeny', 'sensitiveContent' => 'Kényes tartalom', @@ -97,6 +102,7 @@ return [ 'modlog' => 'mod napló', 'post' => 'bejegyzés', 'story' => 'történet', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'Emberek akiket ismerhetsz' + 'peopleYouMayKnow' => 'Emberek akiket ismerhetsz', + + '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' => 'Úgy tűnik nem található egy bejegyzés sem ehhez a hashtag-hez' ], + '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', + ], + ];