the browser-facing portion of osu!
at master 44 lines 1.1 kB view raw
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 '_' => 'Trier par', 8 9 'all' => 'Tous', 10 'friends' => 'Amis', 11 'last_visit' => 'Récemment actif', 12 'new' => 'Récent', 13 'old' => 'Ancien', 14 'rank' => 'Classement', 15 'top' => 'Meilleurs', 16 'username' => 'Nom d’utilisateur', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Artiste', 21 'bpm' => 'BPM', 22 'genre' => 'Genre', 23 'length' => 'Durée', 24 'relevance' => 'Pertinence', 25 'title' => 'Titre', 26 'update' => 'Mise à jour', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Heure de publication', 31 'relevance' => 'Pertinence', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Créé', 36 'feature_votes' => 'Star priority', 37 'new' => 'Dernière réponse', 38 ], 39 40 'users' => [ 41 'relevance' => 'Pertinence', 42 'username' => 'Nom', 43 ], 44];