. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Ingen osu!(lazer) :type_group spil spillet endnu!', 'playlists' => 'playlist', 'realtime' => 'multiplayer', ], 'room' => [ 'hosted_by' => 'ejet af :user', 'invalid_password' => 'Ugyldig adgangskode til rummet', 'map_count' => ':count_delimited map|:count_delimited maps', 'player_count' => ':count_delimited spillere|:count_delimited spillere', 'time_left' => ':time tilbage', 'errors' => [ 'duration_too_long' => 'Varigheden er for lang.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktiv', 'ended' => 'afsluttet', 'soon' => 'afslutter snart', ], ], ];