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 '_' => 'Sortuj wg', 8 9 'all' => 'Wszyscy', 10 'friends' => 'Znajomi', 11 'last_visit' => 'Ostatnio aktywni', 12 'new' => 'Najnowsze', 13 'old' => 'Najstarsze', 14 'rank' => 'Pozycja w rankingu', 15 'top' => 'Najwyżej oceniane', 16 'username' => 'Nazwa użytkownika', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artysta', 21 'bpm' => 'BPM', 22 'genre' => 'Gatunek', 23 'length' => 'Długość', 24 'relevance' => 'Trafność', 25 'title' => 'Tytuł', 26 'update' => 'Data dodania', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Czas publikacji', 31 'relevance' => 'Trafność', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Data utworzenia', 36 'feature_votes' => 'Priorytet', 37 'new' => 'Ostatnia odpowiedź', 38 ], 39 40 'users' => [ 41 'relevance' => 'Trafność', 42 'username' => 'Nazwa użytkownika', 43 ], 44];