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 '_' => 'Sorteren op', 8 9 'all' => 'Alles', 10 'friends' => 'Vrienden', 11 'last_visit' => 'Onlangs actief', 12 'new' => 'Recent', 13 'old' => 'Oud', 14 'rank' => 'Rank', 15 'top' => 'Beste', 16 'username' => 'Gebruikersnaam', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artiest', 21 'bpm' => 'BPM', 22 'genre' => 'Genre', 23 'length' => 'Lengte', 24 'relevance' => 'Relevantie', 25 'title' => 'Titel', 26 'update' => 'Toevoegingsdatum', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Post tijd', 31 'relevance' => 'Relevantie', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Aangemaakt', 36 'feature_votes' => 'Ster prioriteit', 37 'new' => 'Laatste antwoord', 38 ], 39 40 'users' => [ 41 'relevance' => 'Relevantie', 42 'username' => 'Naam', 43 ], 44];