. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Ancora nessuna partita in :type_group giocata su osu!(lazer).', 'playlists' => 'playlist', 'realtime' => 'multigiocatore', ], 'room' => [ 'hosted_by' => 'ospitata da :user', 'invalid_password' => 'Password della stanza non valida', 'map_count' => ':count_delimited mappa|:count_delimited mappe', 'player_count' => ':count_delimited giocatore|:count_delimited giocatori', 'time_left' => ':time rimanenti', 'errors' => [ 'duration_too_long' => 'La durata è troppo lunga.', 'name_too_long' => '', ], 'status' => [ 'active' => 'attiva', 'ended' => 'terminata', 'soon' => 'terminerà a breve', ], ], ];