the browser-facing portion of osu!
at master 44 lines 1.1 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 '_' => 'Rendezés', 8 9 'all' => 'Összes', 10 'friends' => 'Barátok', 11 'last_visit' => 'Legutóbb aktív volt', 12 'new' => 'Legutóbbi', 13 'old' => 'Régi', 14 'rank' => 'Rang', 15 'top' => 'Felső', 16 'username' => 'Felhasználónév', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Előadó', 21 'bpm' => 'BPM', 22 'genre' => 'Műfaj', 23 'length' => 'Hossz', 24 'relevance' => 'Relevancia', 25 'title' => 'Cím', 26 'update' => 'Frissités', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Közzétéve', 31 'relevance' => 'Relevancia', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Létrehozva', 36 'feature_votes' => 'Csillag prioritás', 37 'new' => 'Legutóbbi válasz', 38 ], 39 40 'users' => [ 41 'relevance' => 'Relevancia', 42 'username' => 'Név', 43 ], 44];