1<?php
2
3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
4// See the LICENCE file in the repository root for full licence text.
5
6return [
7 'empty' => [
8 '_' => 'Pas de parties :type_group jouées sur osu!(lazer) pour le moment !',
9 'playlists' => 'playlist',
10 'realtime' => 'multijoueur',
11 ],
12
13 'room' => [
14 'hosted_by' => 'hébergée par :user',
15 'invalid_password' => 'Mot de passe invalide',
16 'map_count' => ':count_delimited map|:count_delimited maps',
17 'player_count' => ':count_delimited joueur|:count_delimited joueurs',
18 'time_left' => 'Il reste :time',
19
20 'errors' => [
21 'duration_too_long' => 'La durée est trop longue.',
22 'name_too_long' => '',
23 ],
24
25 'status' => [
26 'active' => 'en cours',
27 'ended' => 'terminée',
28 'soon' => 'bientôt terminée',
29 ],
30 ],
31];