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

39 lines
1.7 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 [
'go_to_page' => 'Μετάβαση στη σελίδα podcast',
'dashboard' => 'Πίνακας ελέγχου Podcast',
'podcast-view' => 'Αρχική σελίδα',
'podcast-edit' => 'Επεξεργασία podcast',
'podcast-persons-manage' => 'Διαχείριση ατόμων',
'episodes' => 'Επεισόδια',
'episode-list' => 'Όλα τα επεισόδια',
'episode-create' => 'Νέο Επεισόδιο',
'analytics' => 'Στατιστικά',
'podcast-analytics' => 'Επισκόπηση κοινού',
'podcast-analytics-webpages' => 'Επίσκεψη ιστοσελίδων',
'podcast-analytics-locations' => 'Τοποθεσίες',
'podcast-analytics-unique-listeners' => 'Μοναδικοί ακροατές',
'podcast-analytics-players' => 'Αναπαραγωγές',
'podcast-analytics-listening-time' => 'Χρόνος ακρόασης',
'podcast-analytics-time-periods' => 'Χρονικές περίοδοι',
'premium' => 'Premium',
'subscription-list' => 'Όλες οι συνδρομές',
'subscription-add' => 'Προσθέστε συνδρομή',
'contributors' => 'Συντελεστές',
'contributor-list' => 'Όλοι οι συντελεστές',
'contributor-add' => 'Προσθήκη συντελεστή',
'platforms' => 'Εξωτερικές πλατφόρμες',
'platforms-podcasting' => 'Podcasting',
'platforms-social' => 'Κοινωνικά δίκτυα',
'platforms-funding' => 'Χρηματοδότηση',
];