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

42 lines
1.6 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 [
'podcast_contributors' => 'Συντελεστές Podcast',
'view' => "Ο χρήστης {username} συνείσφερε στο {podcastTitle}",
'add' => 'Προσθήκη συντελεστή',
'add_contributor' => 'Προσθέστε έναν συνεισφέροντα για {0}',
'edit_role' => 'Ενημέρωση ρόλου για {0}',
'edit' => 'Επεξεργασία',
'remove' => 'Διαγραφή',
'list' => [
'username' => 'Όνομα Χρήστη',
'role' => 'Ρόλος',
],
'form' => [
'user' => 'Χρήστης',
'user_placeholder' => 'Επιλέξτε χρήστη…',
'role' => 'Ρόλος',
'role_placeholder' => 'Επιλέξτε το ρόλο του χρήστη…',
'submit_add' => 'Προσθήκη συντελεστή',
'submit_edit' => 'Ενημέρωση ρόλου',
],
'roles' => [
'podcast_admin' => 'Διαχειριστής Podcast',
],
'messages' => [
'removeOwnerError' => "Δεν μπορείτε να καταργήσετε τον ιδιοκτήτη podcast!",
'removeSuccess' =>
'Έχετε αφαιρέσει με επιτυχία τον χρήστη {username} από το {podcastTitle}',
'alreadyAddedError' =>
"Ο συνεισφέροντας που προσπαθείτε να προσθέσετε έχει ήδη προστεθεί!",
],
];