the browser-facing portion of osu!
at master 44 lines 1.0 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 '_' => 'Sortieren nach', 8 9 'all' => 'Alle', 10 'friends' => 'Freunde', 11 'last_visit' => 'Kürzlich aktiv', 12 'new' => 'Kürzlich', 13 'old' => 'Alt', 14 'rank' => 'Rang', 15 'top' => 'Top', 16 'username' => 'Benutzername', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Künstler', 21 'bpm' => 'BPM', 22 'genre' => 'Genre', 23 'length' => 'Länge', 24 'relevance' => 'Relevanz', 25 'title' => 'Titel', 26 'update' => 'Update', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Beitragsdatum', 31 'relevance' => 'Relevanz', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Erstelldatum', 36 'feature_votes' => 'Sternpriorität', 37 'new' => 'Letzte Antwort', 38 ], 39 40 'users' => [ 41 'relevance' => 'Relevanz', 42 'username' => 'Name', 43 ], 44];