the browser-facing portion of osu!
at master 45 lines 1.5 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 'index' => [ 8 'description' => 'Col·leccions preempaquetades de beatmaps basades en un tema comú.', 9 'empty' => 'Pròximament!', 10 'nav_title' => 'llistat', 11 'title' => 'Paquets de beatmaps', 12 13 'blurb' => [ 14 'important' => 'LLEGEIX AIXÒ ABANS DE DESCARREGAR', 15 'install_instruction' => 'Instal·lació: Un cop descarregat un paquet, extreu-ne el contingut al directori Songs d\'osu! i aquest farà la resta.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'Descarregar', 21 'item' => [ 22 'cleared' => 'completat', 23 'not_cleared' => 'no completat', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link no es poden utilitzar per completar aquest paquet.', 27 'link' => 'Els mods de reducció de dificultat', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'Artista/Àlbum', 33 'chart' => 'Spotlights', 34 'featured' => 'Artista Destacat', 35 'loved' => 'Project Loved', 36 'standard' => 'Standard', 37 'theme' => 'Tema', 38 'tournament' => 'Torneig', 39 ], 40 41 'require_login' => [ 42 '_' => 'Necessites tenir la :link per descarregar', 43 'link_text' => 'sessió iniciada', 44 ], 45];