the browser-facing portion of osu!
at master 44 lines 1.2 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 '_' => 'الفرز بـ', 8 9 'all' => 'الكل', 10 'friends' => 'الأصدقاء', 11 'last_visit' => 'نشط مؤخراً', 12 'new' => 'الأخيرة', 13 'old' => 'قديم', 14 'rank' => 'الترتيب', 15 'top' => 'الأحدث', 16 'username' => 'اسم المُستخدم', 17 18 'artist_tracks' => [ 19 'album' => 'ألبوم', 20 'artist' => 'الفنان', 21 'bpm' => 'BPM', 22 'genre' => 'الصنف', 23 'length' => 'المدة', 24 'relevance' => 'الصِلة', 25 'title' => 'العنوان', 26 'update' => 'تحديث', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'توقيت النشر', 31 'relevance' => 'الأهمية', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'تم الإنشاء', 36 'feature_votes' => 'تفضيل النجمة', 37 'new' => 'الرد الأخير', 38 ], 39 40 'users' => [ 41 'relevance' => 'الصِلة', 42 'username' => 'الإسم', 43 ], 44];