the browser-facing portion of osu!
at master 45 lines 1.4 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' => 'Colecciones preempaquetadas de mapas basados en un tema común.', 9 'empty' => '¡Próximamente!', 10 'nav_title' => 'listado', 11 'title' => 'Paquetes de mapas', 12 13 'blurb' => [ 14 'important' => 'LEE ESTO ANTES DE DESCARGAR', 15 'install_instruction' => 'Instalación: Una vez el paquete se haya descargado, extrae su contenido en tu directorio Songs de osu! y osu! hará el resto.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'Descargar', 21 'item' => [ 22 'cleared' => 'completado', 23 'not_cleared' => 'no completado', 24 ], 25 'no_diff_reduction' => [ 26 '_' => ':link no pueden ser usados para completar este paquete.', 27 'link' => 'Los mods de reducción de dificultad', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'Artista/Álbum', 33 'chart' => 'Destacados', 34 'featured' => 'Artista destacado', 35 'loved' => 'Project Loved', 36 'standard' => 'Standard', 37 'theme' => 'Tema', 38 'tournament' => 'Torneo', 39 ], 40 41 'require_login' => [ 42 '_' => 'Necesitas tener la :link para descargar', 43 'link_text' => 'sesión iniciada', 44 ], 45];