. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Pengguna ini belum pernah bermain :type_group di osu!(lazer)!', 'playlists' => 'playlist', 'realtime' => 'multiplayer', ], 'room' => [ 'hosted_by' => 'di-host oleh :user', 'invalid_password' => 'Kata sandi ruangan tidak valid', 'map_count' => ':count_delimited map|:count_delimited map', 'player_count' => ':count_delimited pemain|:count_delimited pemain', 'time_left' => ':time tersisa', 'errors' => [ 'duration_too_long' => 'Durasi pertandingan terlalu lama.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktif', 'ended' => 'telah berakhir', 'soon' => 'segera berakhir', ], ], ];