. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => '', 'playlists' => '', 'realtime' => '', ], 'room' => [ 'hosted_by' => '', 'invalid_password' => '', 'map_count' => '', 'player_count' => '', 'time_left' => '', 'errors' => [ 'duration_too_long' => '', 'name_too_long' => '', ], 'status' => [ 'active' => '', 'ended' => '', 'soon' => '', ], ], ];