the browser-facing portion of osu!
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 'index' => [
8 'title_page' => 'اخبار!osu',
9
10 'nav' => [
11 'newer' => 'المنشورات الأجدد',
12 'older' => 'المنشورات الأقدم',
13 ],
14
15 'title' => [
16 '_' => 'أخبار :info',
17 'info' => 'المقدمة',
18 ],
19 ],
20
21 'show' => [
22 'by' => 'بواسطة :user',
23
24 'nav' => [
25 'newer' => 'المنشورات الأجدد',
26 'older' => 'المنشورات الأقدم',
27 ],
28
29 'title' => [
30 '_' => 'أخبار :info',
31 'info' => 'نشر',
32 ],
33 ],
34
35 'sidebar' => [
36 'archive' => 'أرشيف الأخبار',
37 ],
38
39 'store' => [
40 'button' => 'تحديث',
41 'ok' => 'تم تحديث القائمة.',
42 ],
43
44 'update' => [
45 'button' => 'تحديث',
46 'ok' => 'تم تحديث المنشور.',
47 ],
48];