. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => '아직 아무런 osu!(lazer) :type_group 게임이 진행되지 않았습니다!', 'playlists' => '플레이리스트', 'realtime' => '멀티플레이어', ], 'room' => [ 'hosted_by' => ':user님이 주최함', 'invalid_password' => '잘못된 방 비밀번호', 'map_count' => ':count_delimited개의 맵', 'player_count' => ':count_delimited명의 플레이어', 'time_left' => ':time 남음', 'errors' => [ 'duration_too_long' => '기간이 너무 깁니다.', 'name_too_long' => '', ], 'status' => [ 'active' => '진행 중', 'ended' => '종료됨', 'soon' => '곧 종료', ], ], ];