From 36e183a220c54b96dad970ea6b421fd56a66aee6 Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:15:37 -0700 Subject: [PATCH] New translations web.php (Greek) [ci skip] --- resources/lang/el/web.php | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/resources/lang/el/web.php b/resources/lang/el/web.php index a92b7e6fa..faf1382a7 100644 --- a/resources/lang/el/web.php +++ b/resources/lang/el/web.php @@ -13,6 +13,7 @@ return [ 'shared' => 'Κοινοποιήθηκε', 'shares' => 'Κοινοποιήσεις', 'unshare' => 'Αναίρεση κοινοποίησης', + 'bookmark' => 'Bookmark', 'cancel' => 'Ακύρωση', 'copyLink' => 'Αντιγραφή Συνδέσμου', @@ -23,6 +24,10 @@ return [ 'other' => 'Άλλο', 'readMore' => 'Διαβάστε περισσότερα', 'success' => 'Επιτυχής', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'Ευαίσθητο', 'sensitiveContent' => 'Ευαίσθητο περιεχόμενο', @@ -97,6 +102,7 @@ return [ 'modlog' => 'modlog', 'post' => 'δημοσίευση', 'story' => 'ιστορία', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -176,11 +182,27 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'Άτομα που μπορεί να ξέρετε' + 'peopleYouMayKnow' => 'Άτομα που μπορεί να ξέρετε', + + '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' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το 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', + ], + ];