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 '_' => 'Razvrsti po', 8 9 'all' => 'Vse', 10 'friends' => 'Prijatelji', 11 'last_visit' => 'Nedavno aktivno', 12 'new' => 'Nedavno', 13 'old' => 'Staro', 14 'rank' => 'Uvrstitev', 15 'top' => 'Top', 16 'username' => 'Uporabniško ime', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Izvajalec', 21 'bpm' => 'BPM', 22 'genre' => 'Žanr', 23 'length' => 'Trajanje', 24 'relevance' => 'Ustreznost', 25 'title' => 'Naslov', 26 'update' => 'Posodobi', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Datum objave', 31 'relevance' => 'Ustreznost', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Ustvarjeno', 36 'feature_votes' => 'Star prioriteta', 37 'new' => 'Zadnji odgovor', 38 ], 39 40 'users' => [ 41 'relevance' => 'Ustreznost', 42 'username' => 'Ime', 43 ], 44];