1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

New translations web.php (Greek)

[ci skip]
This commit is contained in:
daniel 2021-12-22 01:27:41 -07:00
parent bdd925551c
commit 299283fe75

View file

@ -4,7 +4,7 @@ return [
'common' => [ 'common' => [
'comment' => 'Σχόλιο', 'comment' => 'Σχόλιο',
'commented' => 'Commented', 'commented' => 'Σχολιασμένο',
'comments' => 'Σχόλια', 'comments' => 'Σχόλια',
'like' => 'Μου αρέσει', 'like' => 'Μου αρέσει',
'liked' => 'Μου άρεσε', 'liked' => 'Μου άρεσε',
@ -41,138 +41,138 @@ return [
// Timelines // Timelines
'homeFeed' => 'Αρχική ροή', 'homeFeed' => 'Αρχική ροή',
'localFeed' => 'Τοπική Ροή', 'localFeed' => 'Τοπική Ροή',
'globalFeed' => 'Global Feed', 'globalFeed' => 'Ομοσπονδιακή Ροή',
// Core features // Core features
'discover' => 'Discover', 'discover' => 'Ανακαλύψτε',
'directMessages' => 'Direct Messages', 'directMessages' => 'Προσωπικά Μηνύματα',
'notifications' => 'Notifications', 'notifications' => 'Ειδοποιήσεις',
'groups' => 'Groups', 'groups' => 'Ομάδες',
'stories' => 'Stories', 'stories' => 'Ιστορίες',
// Self links // Self links
'profile' => 'Profile', 'profile' => 'Προφίλ',
'drive' => 'Drive', 'drive' => 'Drive',
'settings' => 'Settings', 'settings' => 'Ρυθμίσεις',
'compose' => 'Create New', 'compose' => 'Δημιουργία νέου',
// Nav footer // Nav footer
'about' => 'About', 'about' => 'Σχετικά με',
'help' => 'Help', 'help' => 'Βοήθεια',
'language' => 'Language', 'language' => 'Γλώσσα',
'privacy' => 'Privacy', 'privacy' => 'Ιδιωτικότητα',
'terms' => 'Terms', 'terms' => 'Όροι',
// Temporary links // Temporary links
'backToPreviousDesign' => 'Go back to previous design' 'backToPreviousDesign' => 'Go back to previous design'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => 'Inbox', 'inbox' => 'Εισερχόμενα',
'sent' => 'Sent', 'sent' => 'Απεσταλμένο',
'requests' => 'Requests' 'requests' => 'Αιτήματα'
], ],
'notifications' => [ 'notifications' => [
'liked' => 'liked your', 'liked' => 'επισήμανε ότι του αρέσει το',
'commented' => 'commented on your', 'commented' => 'σχολίασε στο',
'reacted' => 'reacted to your', 'reacted' => 'αντέδρασε στο {item} σας',
'shared' => 'shared your', 'shared' => 'κοινοποίησε το {item} σας',
'tagged' => 'tagged you in a', 'tagged' => 'σας πρόσθεσε με ετικέτα σε μια δημοσίευση',
'updatedA' => 'updated a', 'updatedA' => 'ενημέρωσε ένα',
'sentA' => 'sent a', 'sentA' => 'έστειλε ένα',
'followed' => 'followed', 'followed' => 'followed',
'mentioned' => 'mentioned', 'mentioned' => 'αναφέρθηκε',
'you' => 'you', 'you' => 'εσύ',
'yourApplication' => 'Your application to join', 'yourApplication' => 'Η αίτησή σας για συμμετοχή',
'applicationApproved' => 'was approved!', 'applicationApproved' => 'εγκρίθηκε!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', 'applicationRejected' => 'απορρίφθηκε. Μπορείτε να κάνετε εκ νέου αίτηση για να συμμετάσχετε σε 6 μήνες.',
'dm' => 'dm', 'dm' => 'πμ',
'groupPost' => 'group post', 'groupPost' => 'ομαδική δημοσίευση',
'modlog' => 'modlog', 'modlog' => 'modlog',
'post' => 'post', 'post' => 'δημοσίευση',
'story' => 'story', 'story' => 'ιστορία',
], ],
'post' => [ 'post' => [
'shareToFollowers' => 'Share to followers', 'shareToFollowers' => 'Μοιραστείτε με τους ακόλουθους',
'shareToOther' => 'Share to other', 'shareToOther' => 'Share to other',
'noLikes' => 'No likes yet', 'noLikes' => 'Δεν υπάρχουν likes ακόμα',
'uploading' => 'Uploading', 'uploading' => 'Μεταφόρτωση',
], ],
'profile' => [ 'profile' => [
'posts' => 'Posts', 'posts' => 'Δημοσιεύσεις',
'followers' => 'Followers', 'followers' => 'Ακόλουθοι',
'following' => 'Following', 'following' => 'Ακολουθεί',
'admin' => 'Admin', 'admin' => 'Διαχειριστής',
'collections' => 'Collections', 'collections' => 'Συλλογές',
'follow' => 'Follow', 'follow' => 'Ακολούθησε',
'unfollow' => 'Unfollow', 'unfollow' => 'Διακοπή παρακολούθησης',
'editProfile' => 'Edit Profile', 'editProfile' => 'Επεξεργασία Προφίλ',
'followRequested' => 'Follow Requested', 'followRequested' => 'Ακολουθήστε Το Αίτημα',
'joined' => 'Joined', 'joined' => 'Joined',
], ],
'menu' => [ 'menu' => [
'viewPost' => 'View Post', 'viewPost' => 'Προβολη Δημοσίευσης',
'viewProfile' => 'View Profile', 'viewProfile' => 'Προβολή Προφίλ',
'moderationTools' => 'Moderation Tools', 'moderationTools' => 'Εργαλεία Συντονισμού',
'report' => 'Report', 'report' => 'Αναφορά',
'archive' => 'Archive', 'archive' => 'Αρχειοθέτηση',
'unarchive' => 'Unarchive', 'unarchive' => 'Αναίρεση αρχειοθέτησης',
'embed' => 'Embed', 'embed' => 'Ενσωμάτωση',
'selectOneOption' => 'Select one of the following options', 'selectOneOption' => 'Επιλέξτε μία από τις ακόλουθες επιλογές',
'unlistFromTimelines' => 'Unlist from Timelines', 'unlistFromTimelines' => 'Unlist from Timelines',
'addCW' => 'Add Content Warning', 'addCW' => 'Προσθήκη Προειδοποίησης Περιεχομένου',
'removeCW' => 'Remove Content Warning', 'removeCW' => 'Αφαίρεση Προειδοποίησης Περιεχομένου',
'markAsSpammer' => 'Mark as Spammer', 'markAsSpammer' => 'Σήμανση ως Spammer',
'markAsSpammerText' => 'Unlist + CW existing and future posts', 'markAsSpammerText' => 'Unlist + CW existing and future posts',
'spam' => 'Spam', 'spam' => 'Ανεπιθύμητα',
'sensitive' => 'Sensitive Content', 'sensitive' => 'Ευαίσθητο περιεχόμενο',
'abusive' => 'Abusive or Harmful', 'abusive' => 'Καταχρηστικό ή επιβλαβές',
'underageAccount' => 'Underage Account', 'underageAccount' => 'Λογαριασμός ανηλίκου',
'copyrightInfringement' => 'Copyright Infringement', 'copyrightInfringement' => 'Παραβίαση πνευματικών δικαιωμάτων',
'impersonation' => 'Impersonation', 'impersonation' => 'Impersonation',
'scamOrFraud' => 'Scam or Fraud', 'scamOrFraud' => 'Ανεπιθύμητο ή απάτη',
'confirmReport' => 'Confirm Report', 'confirmReport' => 'Επιβεβαίωση Αναφοράς',
'confirmReportText' => 'Are you sure you want to report this post?', 'confirmReportText' => 'Είστε βέβαιοι ότι θέλετε να αναφέρετε αυτή την ανάρτηση;',
'reportSent' => 'Report Sent!', 'reportSent' => 'Η Αναφορά Στάλθηκε!',
'reportSentText' => 'We have successfully received your report.', 'reportSentText' => 'Έχουμε λάβει με επιτυχία την αναφορά σας.',
'reportSentError' => 'There was an issue reporting this post.', 'reportSentError' => 'Παρουσιάστηκε ένα πρόβλημα κατά την αναφορά της ανάρτησης.',
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', 'modAddCWConfirm' => 'Είστε βέβαιοι ότι θέλετε να προσθέσετε μια προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;',
'modCWSuccess' => 'Successfully added content warning', 'modCWSuccess' => 'Επιτυχής προσθήκη προειδοποίησης περιεχομένου',
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', 'modRemoveCWConfirm' => 'Είστε βέβαιοι ότι θέλετε να αφαιρέσετε την προειδοποίηση περιεχομένου σε αυτή την ανάρτηση;',
'modRemoveCWSuccess' => 'Successfully removed content warning', 'modRemoveCWSuccess' => 'Επιτυχής αφαίρεση προειδοποίησης περιεχομένου',
'modUnlistConfirm' => 'Are you sure you want to unlist this post?', 'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
'modUnlistSuccess' => 'Successfully unlisted post', 'modUnlistSuccess' => 'Successfully unlisted post',
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.', 'modMarkAsSpammerConfirm' => 'Είστε βέβαιοι ότι θέλετε να επισημάνετε αυτόν τον χρήστη ως spammer? Όλες οι υπάρχουσες και μελλοντικές δημοσιεύσεις δεν θα καταχωρούνται στα χρονοδιαγράμματα και θα εφαρμόζεται προειδοποίηση περιεχομένου.',
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', 'modMarkAsSpammerSuccess' => 'Επιτυχής σήμανση λογαριασμού ως spammer',
'toFollowers' => 'to Followers', 'toFollowers' => 'στους Ακόλουθους',
'showCaption' => 'Show Caption', 'showCaption' => 'Show Caption',
'showLikes' => 'Show Likes', 'showLikes' => 'Εμφάνιση "μου αρέσει"',
'compactMode' => 'Compact Mode', 'compactMode' => 'Συμπαγής Λειτουργία',
'embedConfirmText' => 'By using this embed, you agree to our', 'embedConfirmText' => 'Χρησιμοποιώντας αυτό το ενσωματωμένο, συμφωνείτε με την',
'deletePostConfirm' => 'Are you sure you want to delete this post?', 'deletePostConfirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την ανάρτηση;',
'archivePostConfirm' => 'Are you sure you want to archive this post?', 'archivePostConfirm' => 'Είστε βέβαιοι ότι θέλετε να αρχειοθετήσετε αυτή την ανάρτηση;',
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', 'unarchivePostConfirm' => 'Είστε βέβαιοι ότι θέλετε να αφαιρέσετε αυτήν την ανάρτηση απο την αρχειοθήκη;',
], ],
'story' => [ 'story' => [
'add' => 'Add Story' 'add' => 'Προσθήκη Ιστορίας'
], ],
'timeline' => [ 'timeline' => [
'peopleYouMayKnow' => 'People you may know' 'peopleYouMayKnow' => 'Άτομα που μπορεί να ξέρετε'
] ]
]; ];