. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'No osu!(lazer) :type_group games played yet!', 'playlists' => 'playlist', 'realtime' => 'multiplayer', ], 'room' => [ 'hosted_by' => 'hosted by :user', 'invalid_password' => 'Invalid room password', 'map_count' => ':count_delimited map|:count_delimited maps', 'player_count' => ':count_delimited player|:count_delimited players', 'time_left' => ':time left', 'errors' => [ 'duration_too_long' => 'Duration is too long.', 'name_too_long' => 'Room name is too long.', ], 'status' => [ 'active' => 'active', 'ended' => 'ended', 'soon' => 'ending soon', ], ], ];