Files
UNIT3D-Community-Edition/lang/el/stat.php
2024-05-23 13:58:29 +00:00

58 lines
3.2 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);
/**
* NOTICE OF LICENSE.
*
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
* The details is bundled with this project in the file LICENSE.txt.
*
* @project UNIT3D Community Edition
*
* @author HDVinnie <hdinnovations@protonmail.com>
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
*/
return [
'all-time' => 'Όλος ο Χρόνος',
'by-count' => 'Ανά καταμέτρηση',
'by-data' => 'Ανά Δεδομένα',
'by-volume' => 'Ανά όγκο',
'group' => 'Ομάδα',
'groups' => 'Ομάδες',
'last30days' => 'Last 30 Days',
'nerd-stats' => 'Στατιστικά για καμμένους..',
'nerd-stats-desc' => 'Όλοι αγαπάμε τα στατιστικά. Εδώ είναι μερικά που θεωρούμε σημαντικά',
'languages' => 'Γλώσσες',
'place' => 'τόπος',
'registration-date' => 'Ημερομηνία Εγγραφής',
'request-fulfilled' => 'Εκπληρωμένες Αιτήσεις',
'request-not-fulfilled' => 'Αιτήσεις που δεν εκπληρώθηκαν',
'request-pending-aproval' => 'Ζητήστε έγκριση σε εκκρεμότητα',
'select-category' => 'Επιλέξτε μια κατηγορία παρακάτω',
'site-stats' => 'Στατιστικά ιστοσελίδας',
'stats' => 'Στατιστικά στοιχεία',
'stats-format' => 'Όλα τα στατιστικά δείχνουν τα κορυφαια 100',
'top-bankers' => 'Top Τραπεζίτες',
'top-bountied' => 'Top Πληρωμένοι',
'top-completed' => 'Top Ολοκληρώσεις',
'top-dead' => 'Top Dead',
'top-downloaded' => 'Κορυφαία Λήψη Torrents',
'top-downloaders' => 'Κορυφαίες λήψεις',
'top-dying' => 'Top Dying',
'top-leeched' => 'Κορυφή',
'top-leechers' => 'Κορυφαίοι Leechers',
'top-seeded' => 'Top Seeded',
'top-seeding' => 'Κορυφαία σπορά',
'top-seeders' => 'Κορυφαίοι διαμοιραστες',
'top-seedsize' => 'Κορυφαίος διαμοιρασμός',
'top-seedtime' => 'Κορυφαία ώρα διαμοιρασμού',
'top-uploaders' => 'Κορυφαίοι Uploaders',
'total-download' => 'Συνολική λήψη',
'total-torrents' => 'Σύνολο Torrents',
'total-traffic' => 'Συνολική κίνηση',
'total-upload' => 'Συνολικα Upload',
'users-in-group' => 'Χρήστες στην ομάδα',
'users-per-group' => 'Χρήστες ανά ομάδα',
];