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' => 'Iншае',
11 'user' => 'Гулец',
12 'wiki_page' => 'Вікі',
13 ],
14
15 'result' => [
16 'empty' => 'Няма вынікаў',
17 'empty_for' => 'Няма вынікаў па :modes',
18 'more' => 'Больш вынікаў пошуку па :mode',
19 'title' => 'Вынікі пошуку па :mode',
20 ],
21];