. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'empty' => [ '_' => 'Pas de parties :type_group jouées sur osu!(lazer) pour le moment !', 'playlists' => 'playlist', 'realtime' => 'multijoueur', ], 'room' => [ 'hosted_by' => 'hébergée par :user', 'invalid_password' => 'Mot de passe invalide', 'map_count' => ':count_delimited map|:count_delimited maps', 'player_count' => ':count_delimited joueur|:count_delimited joueurs', 'time_left' => 'Il reste :time', 'errors' => [ 'duration_too_long' => 'La durée est trop longue.', 'name_too_long' => '', ], 'status' => [ 'active' => 'en cours', 'ended' => 'terminée', 'soon' => 'bientôt terminée', ], ], ];