. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'mode' => [ 'beatmapset' => 'Beatmap', 'forum_post' => 'Forum', 'other' => 'Sonstige', 'user' => 'Spieler', 'wiki_page' => 'Wiki', ], 'result' => [ 'empty' => 'Keine Ergebnisse', 'empty_for' => 'Keine Ergebnisse für :modes', 'more' => 'Mehr :mode-Suchergebnisse', 'title' => ':mode-Suchergebnisse', ], ];