the browser-facing portion of osu!
at master 44 lines 1.3 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 '_' => 'Ταξινόμηση κατά', 8 9 'all' => 'Όλα', 10 'friends' => 'Φίλοι', 11 'last_visit' => 'Πρόσφατα ενεργή', 12 'new' => 'Πρόσφατα', 13 'old' => 'Παλαιότερα', 14 'rank' => 'Κατάταξη', 15 'top' => 'Κορυφαία', 16 'username' => 'Όνομα Χρήστη', 17 18 'artist_tracks' => [ 19 'album' => 'Άλμπουμ', 20 'artist' => 'Καλλιτέχνης', 21 'bpm' => 'BPM', 22 'genre' => 'Είδος', 23 'length' => 'Μήκος', 24 'relevance' => 'Συνάφεια', 25 'title' => 'Τίτλος', 26 'update' => 'Ενημέρωση', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Χρόνος δημοσίευσης', 31 'relevance' => 'Συνάφεια', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Δημιουργήθηκε', 36 'feature_votes' => 'Βάσει αστεριών', 37 'new' => 'Τελευταία απάντηση', 38 ], 39 40 'users' => [ 41 'relevance' => 'Συνάφεια', 42 'username' => 'Όνομα', 43 ], 44];