. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Không có game :type_group osu!(lazer) đã chơi!', 'playlists' => 'danh sách phát', 'realtime' => 'nhiều người chơi', ], 'room' => [ 'hosted_by' => 'chủ phòng :user', 'invalid_password' => 'Mật khẩu phòng không đúng', 'map_count' => ':count_delimited map', 'player_count' => ':count_delimited người_chơi|:count_delimited người chơi', 'time_left' => ':time thời gian còn lại', 'errors' => [ 'duration_too_long' => 'Thời lượng quá dài. ', 'name_too_long' => '', ], 'status' => [ 'active' => 'đang Hoạt Động', 'ended' => 'đã dừng', 'soon' => 'sớm kết thúc', ], ], ];