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 'empty' => [
8 '_' => 'لا توجد العاب osu!(lazer) :type_group لعبت حتى الأن!',
9 'playlists' => 'قائمة التشغيل',
10 'realtime' => 'لعب جماعي',
11 ],
12
13 'room' => [
14 'hosted_by' => 'مستضافة بواسطة :user',
15 'invalid_password' => 'كلمة مرور الغرفة غير صحيحة',
16 'map_count' => ':count_delimited الخريطة|:count_delimited خرائط',
17 'player_count' => ':count_delimited لاعب|:count_delimited لاعبين',
18 'time_left' => 'تبقى:time',
19
20 'errors' => [
21 'duration_too_long' => 'المدة طويلة جداً.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'نشط',
27 'ended' => 'انتهت',
28 'soon' => 'ستنتهي قريباً ',
29 ],
30 ],
31];