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