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];