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