castopod/app/Language/el/Fediverse.php

38 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 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'Ο χειρισμός σου',
'your_handle_hint' => 'Εισάγετε το @username@domain από το οποίο θέλετε να ενεργήσετε.',
'follow' => [
'label' => 'Ακολουθήστε',
'title' => 'Ακολουθήστε το {actorDisplayName}',
'subtitle' => 'Πρόκειται να ακολουθήσετε το:',
'accountNotFound' => 'Δεν βρέθηκε ο λογαριασμός.',
'remoteFollowNotAllowed' => 'Φαίνεται ότι ο διακομιστής λογαριασμού δεν επιτρέπει απομακρυσμένους ακόλουθους…',
'submit' => 'Συνεχίστε για να ακολουθήσετε',
],
'favourite' => [
'title' => "Αγαπημένη δημοσίευση του {actorDisplayName}",
'subtitle' => 'Πρόκειται να ακολουθήσετε το:',
'submit' => 'Προχωρήστε στο αγαπημένο',
],
'reblog' => [
'title' => "Κοινοποίηση της δημοσίευσης του {actorDisplayName}",
'subtitle' => 'Πρόκειται να μοιραστείτε το:',
'submit' => 'Προχωρήστε σε κοινή χρήση',
],
'reply' => [
'title' => "Απάντηση στην ανάρτηση του {actorDisplayName}",
'subtitle' => 'Πρόκειται να απαντήσετε σε:',
'submit' => 'Προχωρήστε στην απάντηση',
],
];