castopod/modules/Admin/Language/el/Podcast.php

317 lines
18 KiB
PHP
Raw Normal View History

<?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 15:27:21 +02:00
'all_podcasts' => 'Όλα τα podcasts',
'no_podcast' => 'Δεν βρέθηκαν podcast!',
'create' => 'Δημιουργία podcast',
'import' => 'Εισαγωγή ενός podcast',
2023-06-21 19:17:32 +02:00
'all_imports' => 'Podcast imports',
2022-07-04 15:27:21 +02:00
'new_episode' => 'Νέο Επεισόδιο',
'view' => 'Προβολή podcast',
'edit' => 'Επεξεργασία podcast',
2022-11-25 18:44:19 +01:00
'publish' => 'Δημοσίευση podcast',
'publish_edit' => 'Επεξεργασία δημοσίευσης',
2022-07-04 15:27:21 +02:00
'delete' => 'Διαγραφή podcast',
'see_episodes' => 'Δείτε επεισόδια',
'see_contributors' => 'Βλέπε συντελεστές',
2023-11-29 18:27:10 +01:00
'monetization_other' => 'Other monetization',
2022-07-04 15:27:21 +02:00
'go_to_page' => 'Μετάβαση στη σελίδα',
'latest_episodes' => 'Τελευταία επεισόδια',
'see_all_episodes' => 'Δείτε όλα τα επεισόδια',
2022-11-25 18:44:19 +01:00
'draft' => 'Πρόχειρο',
'messages' => [
2022-11-25 18:44:19 +01:00
'createSuccess' => 'Το επεισόδιο δημιουργήθηκε με επιτυχία!',
2022-07-04 15:27:21 +02:00
'editSuccess' => 'Το Podcast ενημερώθηκε με επιτυχία!',
'importSuccess' => 'Το Podcast εισήχθη με επιτυχία!',
2022-11-25 18:44:19 +01:00
'deleteSuccess' => 'Το Podcast @{podcast_handle} διαγράφηκε επιτυχώς!',
'deletePodcastMediaError' => 'Αποτυχία διαγραφής podcast {type, select,
cover {εξώφυλλο}
2022-07-04 15:27:21 +02:00
banner {banner}
2022-11-25 18:44:19 +01:00
other {πολυμέσα}
2022-07-04 15:27:21 +02:00
}.',
2022-11-25 18:44:19 +01:00
'deleteEpisodeMediaError' => 'Αποτυχία διαγραφής του podcast επεισοδίου {episode_slug} {type, select,
2022-07-04 15:27:21 +02:00
transcript {transcript}
2022-11-25 18:44:19 +01:00
chapters {κεφάλαια}
image {κάλυμμα}
audio {ήχος}
other {πολυμέσα}
2022-07-04 15:27:21 +02:00
}.',
2022-11-25 18:44:19 +01:00
'deletePodcastMediaFolderError' => 'Αποτυχία διαγραφής του φακέλου μέσων podcast {folder_path}. Μπορείτε να τον αφαιρέσετε χειροκίνητα από το δίσκο σας.',
'podcastFeedUpdateSuccess' => 'Επιτυχημένη ενημέρωση: {number_of_new_episodes, plural,
one {# επεισόδιο ήταν}
other {# επεισόδια ήταν}
} προστέθηκαν στο podcast!',
'podcastFeedUpToDate' => 'Το Podcast είναι ήδη ενημερωμένο.',
'publishError' => 'Αυτό το podcast είτε έχει ήδη δημοσιευθεί είτε έχει προγραμματιστεί για δημοσίευση.',
'publishEditError' => 'Αυτό το podcast δεν έχει προγραμματιστεί για δημοσίευση.',
'publishCancelSuccess' => 'Η δημοσίευση του επεισοδίου ακυρώθηκε επιτυχώς!',
'scheduleDateError' => 'Η ημερομηνία πρέπει να οριστεί!',
],
'form' => [
2022-07-04 15:27:21 +02:00
'identity_section_title' => 'Αναγνωριστικό Podcast',
'identity_section_subtitle' => 'Αυτά τα πεδία σας επιτρέπουν να ξεχωρίσει το podcast σας.',
2023-11-29 18:27:10 +01:00
'fediverse_section_title' => 'Fediverse identity',
2022-11-25 18:44:19 +01:00
'cover' => 'Εξώφυλο podcast',
'cover_size_hint' => 'Το εξώφυλλο πρέπει να είναι τουλάχιστον 1400px πλάτος και ύψος.',
'banner' => 'Banner podcast',
'banner_size_hint' => 'Το Banner πρέπει να έχει αναλογία 3:1 και να είναι τουλάχιστον 1500px πλάτος.',
'banner_delete' => 'Διαγραφή του podcast banner',
'title' => 'Τίτλος',
'handle' => 'Handle',
'handle_hint' =>
2022-11-25 18:44:19 +01:00
'Χρησιμοποιείται για τον προσδιορισμό του podcast. Τα κεφαλαία, τα πεζά, οι αριθμοί και οι κάτω παύλες γίνονται αποδεκτές.',
'type' => [
2022-11-25 18:44:19 +01:00
'label' => 'Είδος',
'episodic' => 'Episodic',
2022-11-25 18:44:19 +01:00
'episodic_hint' => 'Εάν τα επεισόδια προορίζονται να καταναλωθούν χωρίς καμία συγκεκριμένη σειρά.',
'serial' => 'Σειριακός Αριθμός',
'serial_hint' => 'Εάν τα επεισόδια προορίζονται να καταναλωθούν με διαδοχική σειρά. Τα παλαιότερα επεισόδια θα παρουσιαστούν πρώτα.',
],
2022-11-25 18:44:19 +01:00
'description' => 'Περιγραφή',
'classification_section_title' => 'Χαρακτηρισμός',
'classification_section_subtitle' =>
2022-11-25 18:44:19 +01:00
'Αυτά τα πεδία θα επηρεάσουν το κοινό και τον ανταγωνισμό σας.',
'language' => 'Γλώσσα',
'category' => 'Κατηγορία',
'category_placeholder' => 'Επιλέξτε μια κατηγορία…',
'other_categories' => 'Άλλες κατηγορίες',
'parental_advisory' => [
2022-11-25 18:44:19 +01:00
'label' => 'Γονικός σύμβουλος',
'hint' => 'Μήπως το επεισόδιο περιέχει ακατάλληλο περιεχόμενο;',
'undefined' => 'απροσδιόριστο',
'clean' => 'Καθαρισμός',
'explicit' => 'Άσεμνο περιεχόμενο',
],
2022-11-25 18:44:19 +01:00
'author_section_title' => 'Συντάκτης',
'author_section_subtitle' => 'Ποιος διαχειρίζεται το podcast;',
'owner_name' => 'Όνομα κατόχου',
'owner_name_hint' =>
2022-11-25 18:44:19 +01:00
'Μόνο για διοικητική χρήση. Ορατό στη δημόσια τροφοδοσία RSS.',
'owner_email' => 'Email ιδιοκτήτη',
'owner_email_hint' =>
2022-11-25 18:44:19 +01:00
'Θα χρησιμοποιηθεί από τις περισσότερες πλατφόρμες για να επαληθεύσει την ιδιοκτησία του podcast. Ορατό στη δημόσια τροφοδοσία RSS.',
2024-01-15 15:59:13 +01: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 18:44:19 +01:00
'publisher' => 'Εκδότης',
'publisher_hint' =>
2022-11-25 18:44:19 +01:00
'Η ομάδα που είναι υπεύθυνη για τη δημιουργία της παράστασης. Συχνά αναφέρεται στη μητρική εταιρεία ή στο δίκτυο ενός podcast. Αυτό το πεδίο μερικές φορές χαρακτηρίζεται ως \'Συγγραφέας\'.',
'copyright' => 'Πνευματικά δικαιώματα',
'location_section_title' => 'Τοποθεσία',
'location_section_subtitle' => 'Σε ποιο μέρος είναι αυτό το επεισόδιο;',
'location_name' => 'Όνομα τοποθεσίας ή διεύθυνση',
'location_name_hint' => 'Αυτό μπορεί να είναι ένα πραγματικό μέρος ή φανταστικό',
'monetization_section_title' => 'Monetization',
'monetization_section_subtitle' =>
2022-11-25 18:44:19 +01:00
'Κερδίστε χρήματα χάρη στο κοινό σας.',
2022-10-14 18:12:14 +02:00
'premium' => 'Premium',
2022-11-25 18:44:19 +01:00
'premium_by_default' => 'Τα επεισόδια πρέπει να ορίζονται ως premium από προεπιλογή',
'premium_by_default_hint' => 'Τα επεισόδια Podcast θα επισημανθούν ως premium από προεπιλογή. Μπορείτε ακόμα να επιλέξετε να ορίσετε κάποια επεισόδια, trailers ή μπόνους ως δημόσια.',
2022-12-09 16:42:46 +01:00
'op3' => 'Open Podcast Prefix Project (OP3)',
'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 18:44:19 +01:00
'payment_pointer' => 'Δείκτης πληρωμής για Monetization Web',
'payment_pointer_hint' =>
2022-11-25 18:44:19 +01:00
'Αυτό είναι το πού θα λάβετε χρήματα χάρη στην Monetization Web',
'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 15:27:21 +02:00
'old_feed_url' => 'Old feed URL',
'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 11:03:44 +02: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)',
'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 &amp Fitness',
'history' => 'History',
'kids_and_family' => 'Kids &amp Family',
'leisure' => 'Leisure',
'music' => 'Music',
'news' => 'News',
'religion_and_spirituality' => 'Religion &amp Spirituality',
'science' => 'Science',
'society_and_culture' => 'Society &amp Culture',
'sports' => 'Sports',
'technology' => 'Technology',
'true_crime' => 'True Crime',
'tv_and_film' => 'TV &amp Film',
'books' => 'Books',
'design' => 'Design',
'fashion_and_beauty' => 'Fashion &amp Beauty',
'food' => 'Food',
'performing_arts' => 'Performing Arts',
'visual_arts' => 'Visual Arts',
2022-11-25 18:44:19 +01:00
'careers' => 'Καριέρες',
'entrepreneurship' => 'Επιχειρηματικότητα',
'investing' => 'Επενδύσεις',
'management' => 'Διαχείριση',
'marketing' => 'Μάρκετινγκ',
'non_profit' => 'Μη κερδοσκοπικού χαρακτήρα',
'comedy_interviews' => 'Συνεντεύξεις Κωμωδίας',
'improv' => 'Βελτίωση',
'stand_up' => 'Stand-Up',
2022-11-25 18:44:19 +01:00
'courses' => 'Σεμινάρια',
'how_to' => 'How To',
2022-11-25 18:44:19 +01: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' => 'Κατοικίδια &amp Ζώα',
'stories_for_kids' => 'Ιστορίες για παιδιά',
'animation_and_manga' => 'Animation &amp Manga',
2022-11-25 18:44:19 +01:00
'automotive' => 'Αυτοκίνητα',
'aviation' => 'Αεροπορία',
'crafts' => 'Χειροτεχνίες',
'games' => 'Παιχνίδια',
'hobbies' => 'Χόμπι',
'home_and_garden' => 'Σπίτι &amp Κήπος',
'video_games' => 'Βιντεοπαιχνίδια',
'music_commentary' => 'Σχολιασμός Μουσικής',
'music_history' => 'Ιστορία Μουσικής',
'music_interviews' => 'Συνεντεύξεις Μουσικής',
'business_news' => 'Επιχειρηματικά Νέα',
'daily_news' => 'Καθημερινές Ειδήσεις',
'entertainment_news' => 'Ειδήσεις ψυχαγωγίας',
'news_commentary' => 'News Commentary',
2022-11-25 18:44:19 +01:00
'politics' => 'Πολιτική',
'sports_news' => 'Αθλητικά νέα',
'tech_news' => 'Ειδήσεις Τεχνολογίας',
'buddhism' => 'Βουδισμός',
'christianity' => 'Χριστιανισμός',
'hinduism' => 'Hinduism',
2022-11-25 18:44:19 +01:00
'islam' => 'Ισλαμισμός',
'judaism' => 'Ιουδαϊσμός',
'religion' => 'Θρησκεία',
'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 &amp 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 11:03:44 +02: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 18:44:19 +01:00
'message_warning_hint' => 'Έχοντας ένα μήνυμα αυξάνει την κοινωνική δέσμευση, με αποτέλεσμα μια καλύτερη ορατότητα για το podcast σας.',
'message_warning_submit' => 'Δημοσίευση ούτως ή άλλως',
2022-07-14 11:03:44 +02:00
],
'publication_status_banner' => [
2022-11-25 18:44:19 +01:00
'draft_mode' => 'λειτουργία πρόχειρου',
'not_published' => 'Αυτό το podcast δεν έχει ακόμη δημοσιευθεί.',
'scheduled' => 'Αυτό το podcast έχει προγραμματιστεί για δημοσίευση στις {publication_date}.',
2022-07-14 11:03:44 +02:00
],
2022-07-04 15:27:21 +02:00
'delete_form' => [
'disclaimer' =>
2022-11-25 18:44:19 +01:00
"Διαγράφοντας το podcast θα διαγράψει όλα τα επεισόδια, τα αρχεία πολυμέσων, τις δημοσιεύσεις και τα αναλυτικά στοιχεία που σχετίζονται με αυτό. Αυτή η ενέργεια είναι μη αναστρέψιμη, δεν θα είστε σε θέση να τις ανακτήσετε αργότερα.",
'understand' => 'Καταλαβαίνω, θέλω το podcast να διαγραφεί οριστικά',
'submit' => 'Διαγραφή',
2022-07-04 15:27:21 +02:00
],
2022-11-25 18:44:19 +01:00
'by' => 'Από {publisher}',
'season' => 'Σεζόν {seasonNumber}',
'list_of_episodes_year' => '{year} επεισόδια ({episodeCount})',
'list_of_episodes_season' =>
2022-11-25 18:44:19 +01:00
'Σεζόν {seasonNumber} επεισόδεια ({episodeCount})',
'no_episode' => 'Δεν βρέθηκε επεισόδιο!',
'follow' => 'Ακολουθήστε',
'followers' => '{numberOfFollowers, plural,
2022-11-25 18:44:19 +01:00
one {# ακόλουθος}
other {# ακόλουθοι}
}',
'posts' => '{numberOfPosts, plural,
2022-11-25 18:44:19 +01:00
one {# δημοσίευση}
other {# δημοσιεύσεις}
}',
2022-11-25 18:44:19 +01:00
'activity' => 'Δραστηριότητα',
'episodes' => 'Επεισόδια',
'sponsor' => 'Χορηγός',
'funding_links' => 'Σύνδεσμοι χρηματοδότησης για το {podcastTitle}',
'find_on' => 'Βρείτε το {podcastTitle} στο',
'listen_on' => 'Ακούστε το',
];