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 'index' => [
8 'description' => 'Des collections pré-packagées de beatmaps autour d\'un thème commun.',
9 'empty' => 'Arrive prochainement !',
10 'nav_title' => 'liste',
11 'title' => 'Beatmap packs',
12
13 'blurb' => [
14 'important' => 'LISEZ CECI AVANT DE TÉLÉCHARGER',
15 'install_instruction' => 'Installation : Une fois qu\'un pack a été téléchargé, extrayez le contenu du pack dans le dossier Songs d\'osu! et le client s\'occupera du reste.',
16 ],
17 ],
18
19 'show' => [
20 'download' => 'Télécharger',
21 'item' => [
22 'cleared' => 'terminée',
23 'not_cleared' => 'non terminée',
24 ],
25 'no_diff_reduction' => [
26 '_' => ':link ne peuvent pas être utilisés pour ce pack.',
27 'link' => 'Les mods réduisant la difficulté',
28 ],
29 ],
30
31 'mode' => [
32 'artist' => 'Artiste/Album',
33 'chart' => 'Spotlights',
34 'featured' => 'Featured Artist',
35 'loved' => 'Project Loved',
36 'standard' => 'Standard',
37 'theme' => 'Thème',
38 'tournament' => 'Tournoi',
39 ],
40
41 'require_login' => [
42 '_' => 'Vous devez être :link pour télécharger',
43 'link_text' => 'connecté',
44 ],
45];