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 'mode' => [
8 'beatmapset' => 'Бийтмап',
9 'forum_post' => 'Форум',
10 'other' => 'Друго',
11 'user' => 'Играч',
12 'wiki_page' => 'Wiki',
13 ],
14
15 'result' => [
16 'empty' => 'Няма резултати',
17 'empty_for' => 'Няма резултати за :modes',
18 'more' => 'Повече резултати от търсенето за :mode',
19 'title' => 'Резултати от търсенето за :mode',
20 ],
21];