. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Noch keine osu!(lazer) :type_group -spiele gespielt!', 'playlists' => 'playlist', 'realtime' => 'Mehrspieler', ], 'room' => [ 'hosted_by' => 'gehostet von :user', 'invalid_password' => 'Ungültiges Raum-Passwort', 'map_count' => ':count_delimited map|:count_delimited maps', 'player_count' => ':count_delimited Spieler|:count_delimited Spieler', 'time_left' => ':time übrig', 'errors' => [ 'duration_too_long' => 'Die Dauer ist zu lang.', 'name_too_long' => '', ], 'status' => [ 'active' => 'aktiv', 'ended' => 'beendet', 'soon' => 'endet bald', ], ], ];