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' => 'Вики',
13 ],
14
15 'result' => [
16 'empty' => 'Нема резултата',
17 'empty_for' => 'Нема резултата за :modes',
18 'more' => 'Више :mode резултата претраге',
19 'title' => ':mode Резултати Претраге',
20 ],
21];