castopod/modules/Admin/Language/el/Common.php
Yassine Doghri b1a6c02e56 feat(admin): add instance wide dashboard with storage and bandwidth usage
* add DashboardCard component
* add instance wide podcasts and episodes numbers
* add app.storageLimit environment variable
* divide bytes by 1000 instead of 1024 in stats sql queries

closes #216
2022-07-06 15:29:15 +00:00

51 lines
2.0 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 [
'yes' => 'Ναι',
'no' => 'Όχι',
'cancel' => 'Ακύρωση',
'optional' => 'Προαιρετικό',
'more' => 'Περισσότερα',
'no_data' => 'Δεν βρέθηκαν δεδομένα!',
'close' => 'Κλείσιμο',
'edit' => 'Επεξεργασία',
'copy' => 'Αντιγραφή',
'copied' => 'Αντιγράφηκε!',
'home' => 'Αρχική σελίδα',
'explicit' => 'Άσεμνο περιεχόμενο',
'powered_by' => 'Με την υποστήριξη του {castopod}',
'actions' => 'Ενέργειες',
'pageInfo' => 'Σελίδα {currentPage} από {pageCount}',
'go_back' => 'Επιστροφή',
'forms' => [
'editor' => [
'write' => 'Εγγραφή',
'preview' => 'Προεπισκόπηση',
'help' => 'Με την υποστήριξη του markdown επεξεραστή',
],
'multiSelect' => [
'selectText' => 'Πατήστε για να επιλέξετε',
'loadingText' => 'Φόρτωση σε εξέλιξη…',
'noResultsText' => 'Δε βρέθηκαν αποτελέσματα',
'noChoicesText' => 'Δεν υπάρχουν επιλογές επιλογής από',
'maxItemText' => 'Αδυναμία προσθήκης περισσότερων αντικειμένων',
],
'upload_file' => 'Μεταφορτώστε ένα αρχείο',
'remote_url' => 'Απομακρυσμένη διεύθυνση URL',
],
'play_episode_button' => [
'play' => 'Αναπαραγωγή',
'playing' => 'Αναπαράγεται',
],
'size_limit' => 'Όριο μεγέθους: {0}.',
'choose_interact' => 'Επιλέξτε τον τρόπο αλληλεπίδρασης',
];