2022-04-05 15:45:54 +00:00
< ? php
declare ( strict_types = 1 );
/**
* @ copyright 2020 Ad Aures
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
2022-07-04 13:27:21 +00:00
'all_podcasts' => 'Όλα τα podcasts' ,
'no_podcast' => 'Δεν βρέθηκαν podcast!' ,
'create' => 'Δημιουργία podcast' ,
'import' => 'Εισαγωγή ενός podcast' ,
2023-06-21 17:17:32 +00:00
'all_imports' => 'Podcast imports' ,
2022-07-04 13:27:21 +00:00
'new_episode' => 'Νέο Επεισόδιο' ,
'view' => 'Προβολή podcast' ,
'edit' => 'Επεξεργασία podcast' ,
2022-11-25 17:44:19 +00:00
'publish' => 'Δημοσίευση podcast' ,
'publish_edit' => 'Επεξεργασία δημοσίευσης' ,
2022-07-04 13:27:21 +00:00
'delete' => 'Διαγραφή podcast' ,
'see_episodes' => 'Δείτε επεισόδια' ,
'see_contributors' => 'Βλέπε συντελεστές' ,
2023-11-29 17:27:10 +00:00
'monetization_other' => 'Other monetization' ,
2022-07-04 13:27:21 +00:00
'go_to_page' => 'Μετάβαση στη σελίδα' ,
'latest_episodes' => 'Τελευταία επεισόδια' ,
'see_all_episodes' => 'Δείτε όλα τα επεισόδια' ,
2022-11-25 17:44:19 +00:00
'draft' => 'Πρόχειρο' ,
2022-04-05 15:45:54 +00:00
'messages' => [
2022-11-25 17:44:19 +00:00
'createSuccess' => 'Τ ο επεισόδιο δημιουργήθηκε με επιτυχία!' ,
2022-07-04 13:27:21 +00:00
'editSuccess' => 'Τ ο Podcast ενημερώθηκε με επιτυχία!' ,
'importSuccess' => 'Τ ο Podcast εισήχθη με επιτυχία!' ,
2022-11-25 17:44:19 +00:00
'deleteSuccess' => 'Τ ο Podcast @{podcast_handle} διαγράφηκε επιτυχώς!' ,
'deletePodcastMediaError' => ' Αποτυχία διαγραφής podcast { type , select ,
cover { εξώφυλλο }
2022-07-04 13:27:21 +00:00
banner { banner }
2022-11-25 17:44:19 +00:00
other { πολυμέσα }
2022-07-04 13:27:21 +00:00
} . ' ,
2022-11-25 17:44:19 +00:00
'deleteEpisodeMediaError' => ' Αποτυχία διαγραφής του podcast επεισοδίου { episode_slug } { type , select ,
2022-07-04 13:27:21 +00:00
transcript { transcript }
2022-11-25 17:44:19 +00:00
chapters { κεφάλαια }
image { κάλυμμα }
audio { ήχος }
other { πολυμέσα }
2022-07-04 13:27:21 +00:00
} . ' ,
2022-11-25 17:44:19 +00:00
'deletePodcastMediaFolderError' => 'Αποτυχία διαγραφής του φακέλου μέσων podcast {folder_path}. Μπορείτε ν α τον αφαιρέσετε χειροκίνητα από το δίσκο σας.' ,
'podcastFeedUpdateSuccess' => ' Επιτυχημένη ενημέρωση : { number_of_new_episodes , plural ,
one { # επεισόδιο ήταν}
other { # επεισόδια ήταν}
} προστέθηκαν στο podcast ! ' ,
'podcastFeedUpToDate' => 'Τ ο Podcast είναι ήδη ενημερωμένο.' ,
'publishError' => 'Αυτό το podcast είτε έχει ήδη δημοσιευθεί είτε έχει προγραμματιστεί γ ι α δημοσίευση.' ,
'publishEditError' => 'Αυτό το podcast δεν έχει προγραμματιστεί γ ι α δημοσίευση.' ,
'publishCancelSuccess' => 'Η δημοσίευση του επεισοδίου ακυρώθηκε επιτυχώς!' ,
'scheduleDateError' => 'Η ημερομηνία πρέπει ν α οριστεί!' ,
2022-04-05 15:45:54 +00:00
],
'form' => [
2022-07-04 13:27:21 +00:00
'identity_section_title' => 'Αναγνωριστικό Podcast' ,
'identity_section_subtitle' => 'Αυτά τα πεδία σας επιτρέπουν ν α ξεχωρίσει το podcast σας.' ,
2023-11-29 17:27:10 +00:00
'fediverse_section_title' => 'Fediverse identity' ,
2022-11-25 17:44:19 +00:00
'cover' => 'Εξώφυλο podcast' ,
'cover_size_hint' => 'Τ ο εξώφυλλο πρέπει ν α είναι τουλάχιστον 1400px πλάτος και ύψος.' ,
'banner' => 'Banner podcast' ,
'banner_size_hint' => 'Τ ο Banner πρέπει ν α έχει αναλογία 3:1 και ν α είναι τουλάχιστον 1500px πλάτος.' ,
'banner_delete' => 'Διαγραφή του podcast banner' ,
'title' => 'Τίτλος' ,
2022-04-05 15:45:54 +00:00
'handle' => 'Handle' ,
'handle_hint' =>
2022-11-25 17:44:19 +00:00
'Χρησιμοποιείται γ ι α τον προσδιορισμό του podcast. Τ α κεφαλαία, τα πεζά, ο ι αριθμοί και ο ι κάτω παύλες γίνονται αποδεκτές.' ,
2022-04-05 15:45:54 +00:00
'type' => [
2022-11-25 17:44:19 +00:00
'label' => 'Είδος' ,
2022-04-05 15:45:54 +00:00
'episodic' => 'Episodic' ,
2022-11-25 17:44:19 +00:00
'episodic_hint' => 'Εάν τα επεισόδια προορίζονται ν α καταναλωθούν χωρίς καμία συγκεκριμένη σειρά.' ,
'serial' => 'Σειριακός Αριθμός' ,
2024-02-22 10:11:10 +00:00
'serial_hint' => 'If episodes are intended to be consumed in sequential order. Episodes will be presented in numeric order.' ,
],
'medium' => [
'label' => 'Medium' ,
'hint' => 'Medium as represented by podcast:medium tag in RSS. Changing this may change how players present your feed.' ,
'podcast' => 'Podcast' ,
'podcast_hint' => 'Describes a feed for a podcast show.' ,
'music' => 'Music' ,
'music_hint' => 'A feed of music organized into an "album" with each item a song within the album.' ,
'audiobook' => 'Audiobook' ,
'audiobook_hint' => 'Specific types of audio with one item per feed, or where items represent chapters within the book.' ,
2022-04-05 15:45:54 +00:00
],
2022-11-25 17:44:19 +00:00
'description' => 'Περιγραφή' ,
'classification_section_title' => 'Χαρακτηρισμός' ,
2022-04-05 15:45:54 +00:00
'classification_section_subtitle' =>
2022-11-25 17:44:19 +00:00
'Αυτά τα πεδία θα επηρεάσουν το κοινό και τον ανταγωνισμό σας.' ,
'language' => 'Γλώσσα' ,
'category' => 'Κατηγορία' ,
'category_placeholder' => 'Επιλέξτε μια κατηγορία…' ,
'other_categories' => 'Άλλες κατηγορίες' ,
2022-04-05 15:45:54 +00:00
'parental_advisory' => [
2022-11-25 17:44:19 +00:00
'label' => 'Γονικός σύμβουλος' ,
'hint' => 'Μήπως το επεισόδιο περιέχει ακατάλληλο περιεχόμενο;' ,
'undefined' => 'απροσδιόριστο' ,
'clean' => 'Καθαρισμός' ,
'explicit' => 'Άσεμνο περιεχόμενο' ,
2022-04-05 15:45:54 +00:00
],
2022-11-25 17:44:19 +00:00
'author_section_title' => 'Συντάκτης' ,
'author_section_subtitle' => 'Ποιος διαχειρίζεται το podcast;' ,
'owner_name' => 'Όνομα κατόχου' ,
2022-04-05 15:45:54 +00:00
'owner_name_hint' =>
2022-11-25 17:44:19 +00:00
'Μόνο γ ι α διοικητική χρήση. Ορατό στη δημόσια τροφοδοσία RSS.' ,
'owner_email' => 'Email ιδιοκτήτη' ,
2022-04-05 15:45:54 +00:00
'owner_email_hint' =>
2022-11-25 17:44:19 +00:00
'Θα χρησιμοποιηθεί από τις περισσότερες πλατφόρμες γ ι α ν α επαληθεύσει την ιδιοκτησία του podcast. Ορατό στη δημόσια τροφοδοσία RSS.' ,
2024-01-15 14:59:13 +00:00
'is_owner_email_removed_from_feed' => 'Remove the owner email from the public RSS feed' ,
'is_owner_email_removed_from_feed_hint' => 'You may need to temporarily unhide the email so that a directory can verify your podcast ownership.' ,
2022-11-25 17:44:19 +00:00
'publisher' => 'Εκδότης' ,
2022-04-05 15:45:54 +00:00
'publisher_hint' =>
2022-11-25 17:44:19 +00:00
'Η ομάδα που είναι υπεύθυνη γ ι α τη δημιουργία της παράστασης. Συχνά αναφέρεται στη μητρική εταιρεία ή στο δίκτυο ενός podcast. Αυτό το πεδίο μερικές φορές χαρακτηρίζεται ως \'Συγγραφέας\'.' ,
'copyright' => 'Πνευματικά δικαιώματα' ,
'location_section_title' => 'Τοποθεσία' ,
'location_section_subtitle' => 'Σε ποιο μέρος είναι αυτό το επεισόδιο;' ,
'location_name' => 'Όνομα τοποθεσίας ή διεύθυνση' ,
'location_name_hint' => 'Αυτό μπορεί ν α είναι ένα πραγματικό μέρος ή φανταστικό' ,
2022-04-05 15:45:54 +00:00
'monetization_section_title' => 'Monetization' ,
'monetization_section_subtitle' =>
2022-11-25 17:44:19 +00:00
'Κερδίστε χρήματα χάρη στο κοινό σας.' ,
2022-10-14 16:12:14 +00:00
'premium' => 'Premium' ,
2022-11-25 17:44:19 +00:00
'premium_by_default' => 'Τ α επεισόδια πρέπει ν α ορίζονται ως premium από προεπιλογή' ,
'premium_by_default_hint' => 'Τ α επεισόδια Podcast θα επισημανθούν ως premium από προεπιλογή. Μπορείτε ακόμα ν α επιλέξετε ν α ορίσετε κάποια επεισόδια, trailers ή μπόνους ως δημόσια.' ,
2022-12-09 15:42:46 +00:00
'op3' => 'Open Podcast Prefix Project (OP3)' ,
2024-02-05 17:03:36 +00:00
'op3_link' => 'Visit your OP3 dashboard (external link)' ,
2022-12-09 15:42:46 +00:00
'op3_hint' => 'Value your analytics data with OP3, an open-source and trusted third party analytics service. Share, validate and compare your analytics data with the open podcasting ecosystem.' ,
'op3_enable' => 'Enable OP3 analytics service' ,
'op3_enable_hint' => 'For security reasons, premium episodes\' analytics data will not be shared with OP3.' ,
2022-11-25 17:44:19 +00:00
'payment_pointer' => 'Δείκτης πληρωμής γ ι α Monetization Web' ,
2022-04-05 15:45:54 +00:00
'payment_pointer_hint' =>
2022-11-25 17:44:19 +00:00
'Αυτό είναι το πού θα λάβετε χρήματα χάρη στην Monetization Web' ,
2022-04-05 15:45:54 +00:00
'advanced_section_title' => 'Advanced Parameters' ,
'advanced_section_subtitle' =>
'If you need RSS tags that Castopod does not handle, set them here.' ,
'custom_rss' => 'Custom RSS tags for the podcast' ,
'custom_rss_hint' => 'This will be injected within the ❬channel❭ tag.' ,
'new_feed_url' => 'New feed URL' ,
'new_feed_url_hint' => 'Use this field when you move to another domain or podcast hosting platform. By default, the value is set to the current RSS URL if the podcast is imported.' ,
2022-07-04 13:27:21 +00:00
'old_feed_url' => 'Old feed URL' ,
2022-04-05 15:45:54 +00:00
'partnership' => 'Partnership' ,
'partner_id' => 'ID' ,
'partner_link_url' => 'Link URL' ,
'partner_image_url' => 'Image URL' ,
'partner_id_hint' => 'Your own partner ID' ,
'partner_link_url_hint' => 'The generic partner link address' ,
'partner_image_url_hint' => 'The generic partner image address' ,
2022-07-14 09:03:44 +00:00
'block' => 'Podcast should be hidden from public catalogues' ,
'block_hint' =>
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)' ,
2022-04-05 15:45:54 +00:00
'complete' => 'Podcast will not be having new episodes' ,
'lock' => 'Prevent podcast from being copied' ,
'lock_hint' =>
'The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of yes means that any attempt to import this feed into a new platform should be rejected.' ,
'submit_create' => 'Create podcast' ,
'submit_edit' => 'Save podcast' ,
],
'category_options' => [
'uncategorized' => 'uncategorized' ,
'arts' => 'Arts' ,
'business' => 'Business' ,
'comedy' => 'Comedy' ,
'education' => 'Education' ,
'fiction' => 'Fiction' ,
'government' => 'Government' ,
'health_and_fitness' => 'Health & Fitness' ,
'history' => 'History' ,
'kids_and_family' => 'Kids & Family' ,
'leisure' => 'Leisure' ,
'music' => 'Music' ,
'news' => 'News' ,
'religion_and_spirituality' => 'Religion & Spirituality' ,
'science' => 'Science' ,
'society_and_culture' => 'Society & Culture' ,
'sports' => 'Sports' ,
'technology' => 'Technology' ,
'true_crime' => 'True Crime' ,
'tv_and_film' => 'TV & Film' ,
'books' => 'Books' ,
'design' => 'Design' ,
'fashion_and_beauty' => 'Fashion & Beauty' ,
'food' => 'Food' ,
'performing_arts' => 'Performing Arts' ,
'visual_arts' => 'Visual Arts' ,
2022-11-25 17:44:19 +00:00
'careers' => 'Καριέρες' ,
'entrepreneurship' => 'Επιχειρηματικότητα' ,
'investing' => 'Επενδύσεις' ,
'management' => 'Διαχείριση' ,
'marketing' => 'Μάρκετινγκ' ,
'non_profit' => 'Μη κερδοσκοπικού χαρακτήρα' ,
'comedy_interviews' => 'Συνεντεύξεις Κωμωδίας' ,
'improv' => 'Βελτίωση' ,
2022-04-05 15:45:54 +00:00
'stand_up' => 'Stand-Up' ,
2022-11-25 17:44:19 +00:00
'courses' => 'Σεμινάρια' ,
2022-04-05 15:45:54 +00:00
'how_to' => 'How To' ,
2022-11-25 17:44:19 +00:00
'language_learning' => 'Εκμάθηση γλωσσών' ,
'self_improvement' => 'Αυτοβελτίωση' ,
'comedy_fiction' => 'Φαντασία Κωμωδίας' ,
'drama' => 'Δράμα' ,
'science_fiction' => 'Επιστημονικής φαντασίας' ,
'alternative_health' => 'Εναλλακτική Υγεία' ,
'fitness' => 'Γυμναστική' ,
'medicine' => 'Ιατρική' ,
'mental_health' => 'Ψυχική Υγεία' ,
'nutrition' => 'Διατροφή' ,
'sexuality' => 'Σεξουαλικότητα' ,
'education_for_kids' => 'Εκπαίδευση γ ι α παιδιά' ,
'parenting' => 'Γονείς' ,
'pets_and_animals' => 'Κατοικίδια & Ζώα' ,
'stories_for_kids' => 'Ιστορίες γ ι α παιδιά' ,
2022-04-05 15:45:54 +00:00
'animation_and_manga' => 'Animation & Manga' ,
2022-11-25 17:44:19 +00:00
'automotive' => 'Αυτοκίνητα' ,
'aviation' => 'Αεροπορία' ,
'crafts' => 'Χειροτεχνίες' ,
'games' => 'Παιχνίδια' ,
'hobbies' => 'Χόμπι' ,
'home_and_garden' => 'Σπίτι & Κήπος' ,
'video_games' => 'Βιντεοπαιχνίδια' ,
'music_commentary' => 'Σχολιασμός Μουσικής' ,
'music_history' => 'Ιστορία Μουσικής' ,
'music_interviews' => 'Συνεντεύξεις Μουσικής' ,
'business_news' => 'Επιχειρηματικά Νέα' ,
'daily_news' => 'Καθημερινές Ειδήσεις' ,
'entertainment_news' => 'Ειδήσεις ψυχαγωγίας' ,
2022-04-05 15:45:54 +00:00
'news_commentary' => 'News Commentary' ,
2022-11-25 17:44:19 +00:00
'politics' => 'Πολιτική' ,
'sports_news' => 'Αθλητικά νέα' ,
'tech_news' => 'Ειδήσεις Τεχνολογίας' ,
'buddhism' => 'Βουδισμός' ,
'christianity' => 'Χριστιανισμός' ,
2022-04-05 15:45:54 +00:00
'hinduism' => 'Hinduism' ,
2022-11-25 17:44:19 +00:00
'islam' => 'Ισλαμισμός' ,
'judaism' => 'Ιουδαϊσμός' ,
'religion' => 'Θρησκεία' ,
2022-04-05 15:45:54 +00:00
'spirituality' => 'Spirituality' ,
'astronomy' => 'Astronomy' ,
'chemistry' => 'Chemistry' ,
'earth_sciences' => 'Earth Sciences' ,
'life_sciences' => 'Life Sciences' ,
'mathematics' => 'Mathematics' ,
'natural_sciences' => 'Natural Sciences' ,
'nature' => 'Nature' ,
'physics' => 'Physics' ,
'social_sciences' => 'Social Sciences' ,
'documentary' => 'Documentary' ,
'personal_journals' => 'Personal Journals' ,
'philosophy' => 'Philosophy' ,
'places_and_travel' => 'Places & Travel' ,
'relationships' => 'Relationships' ,
'baseball' => 'Baseball' ,
'basketball' => 'Basketball' ,
'cricket' => 'Cricket' ,
'fantasy_sports' => 'Fantasy Sports' ,
'football' => 'Football' ,
'golf' => 'Golf' ,
'hockey' => 'Hockey' ,
'rugby' => 'Rugby' ,
'running' => 'Running' ,
'soccer' => 'Soccer' ,
'swimming' => 'Swimming' ,
'tennis' => 'Tennis' ,
'volleyball' => 'Volleyball' ,
'wilderness' => 'Wilderness' ,
'wrestling' => 'Wrestling' ,
'after_shows' => 'After Shows' ,
'film_history' => 'Film History' ,
'film_interviews' => 'Film Interviews' ,
'film_reviews' => 'Film Reviews' ,
'tv_reviews' => 'TV Reviews' ,
],
2022-07-14 09:03:44 +00:00
'publish_form' => [
'back_to_podcast_dashboard' => 'Back to podcast dashboard' ,
'post' => 'Your announcement post' ,
'post_hint' =>
" Write a message to announce the publication of your podcast. The message will be featured in your podcast's homepage. " ,
'message_placeholder' => 'Write your message…' ,
'submit' => 'Publish' ,
'publication_date' => 'Publication date' ,
'publication_method' => [
'now' => 'Now' ,
'schedule' => 'Schedule' ,
],
'scheduled_publication_date' => 'Scheduled publication date' ,
'scheduled_publication_date_hint' =>
'You can schedule the podcast release by setting a future publication date. This field must be formatted as YYYY-MM-DD HH:mm' ,
'submit_edit' => 'Edit publication' ,
'cancel_publication' => 'Cancel publication' ,
'message_warning' => 'You did not write a message for your announcement post!' ,
2022-11-25 17:44:19 +00:00
'message_warning_hint' => 'Έχοντας ένα μήνυμα αυξάνει την κοινωνική δέσμευση, με αποτέλεσμα μια καλύτερη ορατότητα γ ι α το podcast σας.' ,
'message_warning_submit' => 'Δημοσίευση ούτως ή άλλως' ,
2022-07-14 09:03:44 +00:00
],
'publication_status_banner' => [
2022-11-25 17:44:19 +00:00
'draft_mode' => 'λειτουργία πρόχειρου' ,
'not_published' => 'Αυτό το podcast δεν έχει ακόμη δημοσιευθεί.' ,
'scheduled' => 'Αυτό το podcast έχει προγραμματιστεί γ ι α δημοσίευση στις {publication_date}.' ,
2022-07-14 09:03:44 +00:00
],
2022-07-04 13:27:21 +00:00
'delete_form' => [
'disclaimer' =>
2022-11-25 17:44:19 +00:00
" Διαγράφοντας το podcast θα διαγράψει όλα τα επεισόδια, τα αρχεία πολυμέσων, τις δημοσιεύσεις και τα αναλυτικά στοιχεία που σχετίζονται με αυτό. Αυτή η ενέργεια είναι μη αναστρέψιμη, δεν θα είστε σε θέση ν α τις ανακτήσετε αργότερα. " ,
'understand' => 'Καταλαβαίνω, θέλω το podcast ν α διαγραφεί οριστικά' ,
'submit' => 'Διαγραφή' ,
2022-07-04 13:27:21 +00:00
],
2022-11-25 17:44:19 +00:00
'by' => 'Από {publisher}' ,
'season' => 'Σεζόν {seasonNumber}' ,
'list_of_episodes_year' => '{year} επεισόδια ({episodeCount})' ,
2022-04-05 15:45:54 +00:00
'list_of_episodes_season' =>
2022-11-25 17:44:19 +00:00
'Σεζόν {seasonNumber} επεισόδεια ({episodeCount})' ,
'no_episode' => 'Δεν βρέθηκε επεισόδιο!' ,
'follow' => 'Ακολουθήστε' ,
2022-04-05 15:45:54 +00:00
'followers' => ' { numberOfFollowers , plural ,
2022-11-25 17:44:19 +00:00
one { # ακόλουθος}
other { # ακόλουθοι}
2022-04-05 15:45:54 +00:00
} ' ,
'posts' => ' { numberOfPosts , plural ,
2022-11-25 17:44:19 +00:00
one { # δημοσίευση}
other { # δημοσιεύσεις}
2022-04-05 15:45:54 +00:00
} ' ,
2022-11-25 17:44:19 +00:00
'activity' => 'Δραστηριότητα' ,
'episodes' => 'Επεισόδια' ,
'sponsor' => 'Χορηγός' ,
'funding_links' => 'Σύνδεσμοι χρηματοδότησης γ ι α το {podcastTitle}' ,
'find_on' => 'Βρείτε το {podcastTitle} στο' ,
'listen_on' => 'Ακούστε το' ,
2022-04-05 15:45:54 +00:00
];