1
0
Fork 0

New translations web.php (Greek)

[ci skip]
This commit is contained in:
daniel 2022-03-01 22:15:37 -07:00
parent 09db33c7ce
commit 36e183a220
1 changed files with 23 additions and 1 deletions

View File

@ -13,6 +13,7 @@ return [
'shared' => 'Κοινοποιήθηκε', 'shared' => 'Κοινοποιήθηκε',
'shares' => 'Κοινοποιήσεις', 'shares' => 'Κοινοποιήσεις',
'unshare' => 'Αναίρεση κοινοποίησης', 'unshare' => 'Αναίρεση κοινοποίησης',
'bookmark' => 'Bookmark',
'cancel' => 'Ακύρωση', 'cancel' => 'Ακύρωση',
'copyLink' => 'Αντιγραφή Συνδέσμου', 'copyLink' => 'Αντιγραφή Συνδέσμου',
@ -23,6 +24,10 @@ return [
'other' => 'Άλλο', 'other' => 'Άλλο',
'readMore' => 'Διαβάστε περισσότερα', 'readMore' => 'Διαβάστε περισσότερα',
'success' => 'Επιτυχής', 'success' => 'Επιτυχής',
'proceed' => 'Proceed',
'next' => 'Next',
'close' => 'Close',
'clickHere' => 'click here',
'sensitive' => 'Ευαίσθητο', 'sensitive' => 'Ευαίσθητο',
'sensitiveContent' => 'Ευαίσθητο περιεχόμενο', 'sensitiveContent' => 'Ευαίσθητο περιεχόμενο',
@ -97,6 +102,7 @@ return [
'modlog' => 'modlog', 'modlog' => 'modlog',
'post' => 'δημοσίευση', 'post' => 'δημοσίευση',
'story' => 'ιστορία', 'story' => 'ιστορία',
'noneFound' => 'No notifications found',
], ],
'post' => [ 'post' => [
@ -176,11 +182,27 @@ return [
], ],
'timeline' => [ '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' => [ 'hashtags' => [
'emptyFeed' => 'Δεν μπορούμε να βρούμε δημοσιεύσεις για αυτό το hashtag' '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',
],
]; ];