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 '_' => 'Pengguna ini belum pernah bermain :type_group di osu!(lazer)!',
9 'playlists' => 'playlist',
10 'realtime' => 'multiplayer',
11 ],
12
13 'room' => [
14 'hosted_by' => 'di-host oleh :user',
15 'invalid_password' => 'Kata sandi ruangan tidak valid',
16 'map_count' => ':count_delimited map|:count_delimited map',
17 'player_count' => ':count_delimited pemain|:count_delimited pemain',
18 'time_left' => ':time tersisa',
19
20 'errors' => [
21 'duration_too_long' => 'Durasi pertandingan terlalu lama.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'aktif',
27 'ended' => 'telah berakhir',
28 'soon' => 'segera berakhir',
29 ],
30 ],
31];