castopod/modules/Admin/Language/el/PodcastNavigation.php
Yassine Doghri 2d52fa1046 fix: reorder podcast form fields + extract sync feeds to its own form
- update fields' styling
- update icons contents
2023-11-17 17:29:05 +00:00

40 lines
1.8 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' => 'Διαχείριση ατόμων',
'podcast-imports' => 'Podcast imports',
'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-create' => 'Προσθέστε συνδρομή',
'contributors' => 'Συντελεστές',
'contributor-list' => 'Όλοι οι συντελεστές',
'contributor-add' => 'Προσθήκη συντελεστή',
'platforms' => 'Εξωτερικές πλατφόρμες',
'platforms-podcasting' => 'Podcasting',
'platforms-social' => 'Κοινωνικά δίκτυα',
'platforms-funding' => 'Χρηματοδότηση',
];