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' => 'Kolekcje beatmap o wspólnej tematyce.', 9 'empty' => 'Dostępne wkrótce!', 10 'nav_title' => 'lista', 11 'title' => 'Paczki beatmap', 12 13 'blurb' => [ 14 'important' => 'WAŻNE', 15 'install_instruction' => 'Instalacja: Rozpakuj zawartość pobranej paczki do folderu z beatmapami (Songs), a osu! zajmie się resztą.', 16 ], 17 ], 18 19 'show' => [ 20 'download' => 'Pobierz', 21 'item' => [ 22 'cleared' => 'ukończona', 23 'not_cleared' => 'nieukończona', 24 ], 25 'no_diff_reduction' => [ 26 '_' => 'Nie możesz korzystać z :link do zaliczania beatmap z tej paczki.', 27 'link' => 'modyfikatorów ułatwiających rozgrywkę', 28 ], 29 ], 30 31 'mode' => [ 32 'artist' => 'Artysta/Album', 33 'chart' => 'Wyróżnione', 34 'featured' => 'Wyróżnieni artyści', 35 'loved' => 'Project Loved', 36 'standard' => 'Standardowe', 37 'theme' => 'Tematyczne', 38 'tournament' => 'Turniejowe', 39 ], 40 41 'require_login' => [ 42 '_' => 'Aby pobrać tę paczkę, musisz się :link', 43 'link_text' => 'zalogować', 44 ], 45];