the browser-facing portion of osu!
at master 45 lines 1.6 kB view raw
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 'description' => 'مجموعات خرائط محزومة-مسبقا مبنية على اساس موضوع مشهور.', 9 'empty' => 'قادم قريبًا!', 10 'nav_title' => 'القائمة', 11 'title' => 'حُزَم الخرائِط', 12 13 'blurb' => [ 14 'important' => 'اقرأ هذا قبل التحميل', 15 'install_instruction' => 'التثبيت: بمجرد تحميل الباقة، استخرج محتويات الباقة إلى مسار اغاني osu! و osu! سوف تفعل البقية.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'تحميل', 21 'item' => [ 22 'cleared' => 'ممحو', 23 'not_cleared' => 'غير ممحو', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link قد لا يستخدم لأتمام هذه الحزمة.', 27 'link' => 'مودات تقليل الصعوبة', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'ألبوم/الفنان', 33 'chart' => 'تسليط الأضواء', 34 'featured' => 'فنان مميز', 35 'loved' => 'مشروع Loved', 36 'standard' => 'أساسي', 37 'theme' => 'مظهر', 38 'tournament' => 'البطولة', 39 ], 40 41 'require_login' => [ 42 '_' => 'يجب ان تكون :link للتحميل', 43 'link_text' => 'مُسَجَل', 44 ], 45];