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

49 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 [
'label' => 'διαδρομή (Breadcrumb)',
config('Admin')
->gateway => 'Αρχική σελίδα',
'podcasts' => 'podcasts',
'episodes' => 'επεισόδια',
'contributors' => 'συντελεστές',
'pages' => 'σελίδες',
'settings' => 'ρυθμίσεις',
'theme' => 'θέμα',
'add' => 'προσθήκη',
'new' => 'νέο',
'edit' => 'επεξεργασία',
'persons' => 'άτομα',
'publish' => 'δημοσίευση',
'publish-edit' => 'επεξεργασία δημοσίευσης',
'unpublish' => 'αναίρεση δημοσίευσης',
'delete' => 'διαγραφή',
'fediverse' => 'fediverse',
'block-lists' => 'λίστες αποκλεισμένων',
'users' => 'χρήστες',
'my-account' => 'ο λογαριασμός μου',
'change-password' => 'αλλαγή κωδικού πρόσβασης',
'import' => 'εισαγωγή ροής',
'platforms' => 'πλατφόρμες',
'social' => 'κοινωνικά δίκτυα',
'funding' => 'χρηματοδότηση',
'analytics' => 'αναλυτικά στοιχεία',
'locations' => 'τοποθεσίες',
'webpages' => 'ιστοσελίδες',
'unique-listeners' => 'μοναδικοί ακροατές',
'players' => 'παίκτες',
'listening-time' => 'χρόνος ακρόασης',
'time-periods' => 'χρονικές περίοδοι',
'soundbites' => 'ήχοι',
'video-clips' => 'βίντεο κλιπς',
'embed' => 'ενσωματώσιμος αναπαραγωγέας',
];